1. c2b24c3 crypto: arm64/aes-gcm-ce - fix scatterwalk API violation by Ard Biesheuvel · 7 years ago
  2. e5b954e crypto: aesni - Use unaligned loads from gcm_context_data by Dave Watson · 7 years ago
  3. 65b2c12 crypto: chtls - fix null dereference chtls_free_uld() by Ganesh Goudar · 7 years ago
  4. 7fa885e crypto: arm64/sm4-ce - check for the right CPU feature bit by Ard Biesheuvel · 7 years ago
  5. f1bf9e6 crypto: caam - fix DMA mapping direction for RSA forms 2 & 3 by Horia Geantă · 7 years ago
  6. ad876a1 crypto: caam/qi - fix error path in xts setkey by Horia Geantă · 7 years ago
  7. cc98963 crypto: caam/jr - fix descriptor DMA unmapping by Horia Geantă · 7 years ago
  8. 22240df7 crypto: arm64/ghash-ce - implement 4-way aggregation by Ard Biesheuvel · 7 years ago
  9. 8e492ef crypto: arm64/ghash-ce - replace NEON yield check with block limit by Ard Biesheuvel · 7 years ago
  10. 8418cf5 crypto: hisilicon - sec_send_request() can be static by kbuild test robot · 7 years ago
  11. 6122bbb lib/mpi: remove redundant variable esign by Colin Ian King · 7 years ago
  12. 30f1a9f crypto: arm64/aes-ce-gcm - don't reload key schedule if avoidable by Ard Biesheuvel · 7 years ago
  13. e0bd888 crypto: arm64/aes-ce-gcm - implement 2-way aggregation by Ard Biesheuvel · 7 years ago
  14. 71e52c27 crypto: arm64/aes-ce-gcm - operate on two input blocks at a time by Ard Biesheuvel · 7 years ago
  15. 3465893 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 7 years ago
  16. f10dc56 crypto: arm64 - revert NEON yield for fast AEAD implementations by Ard Biesheuvel · 7 years ago
  17. d6e4379 crypto: dh - make crypto_dh_encode_key() make robust by Eric Biggers · 7 years ago
  18. 35f7d52 crypto: dh - fix calculating encoded key size by Eric Biggers · 7 years ago
  19. afb31cd crypto: ccp - Check for NULL PSP pointer at module unload by Tom Lendacky · 7 years ago
  20. 4e34e51 crypto: arm/chacha20 - always use vrev for 16-bit rotates by Eric Biggers · 7 years ago
  21. f53ad3e crypto: ccree - allow bigger than sector XTS op by Gilad Ben-Yossef · 7 years ago
  22. e30368f crypto: ccree - zero all of request ctx before use by Gilad Ben-Yossef · 7 years ago
  23. f5c19df crypto: ccree - remove cipher ivgen left overs by Gilad Ben-Yossef · 7 years ago
  24. 76c9e53 crypto: ccree - drop useless type flag during reg by Gilad Ben-Yossef · 7 years ago
  25. 318abdf crypto: ablkcipher - fix crash flushing dcache in error path by Eric Biggers · 7 years ago
  26. 0868def crypto: blkcipher - fix crash flushing dcache in error path by Eric Biggers · 7 years ago
  27. 8088d3d crypto: skcipher - fix crash flushing dcache in error path by Eric Biggers · 7 years ago
  28. 2a57c0b crypto: skcipher - remove unnecessary setting of walk->nbytes by Eric Biggers · 7 years ago
  29. 3dd8cc0 crypto: scatterwalk - remove scatterwalk_samebuf() by Eric Biggers · 7 years ago
  30. 8c30fbe crypto: scatterwalk - remove 'chain' argument from scatterwalk_crypto_chain() by Eric Biggers · 7 years ago
  31. 0567fc9 crypto: skcipher - fix aligning block size in skcipher_copy_iv() by Eric Biggers · 7 years ago
  32. e4a1f78 arm64: dts: hisi: add SEC crypto accelerator nodes for hip07 SoC by Jonathan Cameron · 7 years ago
  33. 915e4e8 crypto: hisilicon - SEC security accelerator driver by Jonathan Cameron · 7 years ago
  34. 778bd99 dt-bindings: Add bindings for Hisilicon SEC crypto accelerators. by Jonathan Cameron · 7 years ago
  35. 2af6329 crypto: tcrypt - reschedule during speed tests by Horia Geantă · 7 years ago
  36. f6adeef crypto: virtio - Replace GFP_ATOMIC with GFP_KERNEL in __virtio_crypto_ablkcipher_do_req() by Jia-Ju Bai · 7 years ago
  37. 8e8c038 crypto: qat/adf_aer - Replace GFP_ATOMIC with GFP_KERNEL in adf_dev_aer_schedule_reset() by Jia-Ju Bai · 7 years ago
  38. 1c96dde crypto: cavium/nitrox - Replace GFP_ATOMIC with GFP_KERNEL in crypto_alloc_context() by Jia-Ju Bai · 7 years ago
  39. 43490e8 crypto: drbg - in-place cipher operation for CTR by Stephan Müller · 7 years ago
  40. c5f5aee Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Herbert Xu · 7 years ago
  41. c7513c2 crypto/arm64: aes-ce-gcm - add missing kernel_neon_begin/end pair by Ard Biesheuvel · 7 years ago
  42. acb1872 Linux 4.18-rc7 by Linus Torvalds · 7 years ago
  43. 3cfb677 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  44. 01cfb79 squashfs: be more careful about metadata corruption by Linus Torvalds · 7 years ago
  45. 5012284 ext4: fix check to prevent initializing reserved inodes by Theodore Ts'o · 7 years ago
  46. a26fb01 Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 7 years ago
  47. 2ffb57d Merge tag 'gpio-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 7 years ago
  48. 7648c44 Merge tag 'mips_fixes_4.18_5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 7 years ago
  49. dd63bf2 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  50. eb181a8 Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  51. 864af0d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  52. 1a3d869 Merge tag 'pci-v4.18-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  53. 6284c99c Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  54. d5ea019 Revert "MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratum" by Rafał Miłecki · 7 years ago
  55. 3c9fdef Merge tag 'drm-fixes-2018-07-27' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 7 years ago
  56. 49b1622 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 7 years ago
  57. 3ebb6fb Merge tag 'trace-v4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  58. f636d30 Merge tag 'xfs-4.18-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  59. 5151842 block: reset bi_iter.bi_done after splitting bio by Greg Edwards · 7 years ago
  60. a478908 crypto: rmd320 - use swap macro in rmd320_transform by Gustavo A. R. Silva · 7 years ago
  61. d75f482 crypto: rmd256 - use swap macro in rmd256_transform by Gustavo A. R. Silva · 7 years ago
  62. 6b0daa7 crypto: arm64/sha256 - increase cra_priority of scalar implementations by Eric Biggers · 7 years ago
  63. faa16bc lib: Use existing define with polynomial by Krzysztof Kozlowski · 7 years ago
  64. 9ecdb98 staging: rtl: Use existing define with polynomial by Krzysztof Kozlowski · 7 years ago
  65. 5d258b4 net: ethernet: Use existing define with polynomial by Krzysztof Kozlowski · 7 years ago
  66. f7aee87 crypto: stm32_crc32 - Use existing define with polynomial by Krzysztof Kozlowski · 7 years ago
  67. e37f2f9 lib/crc: Use consistent naming for CRC-32 polynomials by Krzysztof Kozlowski · 7 years ago
  68. 1fb2e3f lib/crc: Move polynomial definition to separate header by Krzysztof Kozlowski · 7 years ago
  69. d96542a crypto: qcom-rng - Add ACPI support by Timur Tabi · 7 years ago
  70. ba3ab63 crypto: qcom-rng - Add support for prng-ee by Vinod Koul · 7 years ago
  71. 3be36ce dt-bindings: crypto: Add new compatible qcom, prng-ee by Vinod Koul · 7 years ago
  72. ceec5f5 crypto: qcom-rng - Add Qcom prng driver by Vinod Koul · 7 years ago
  73. d978b03 dt-bindings: crypto: Move prng binding to crypto by Vinod Koul · 7 years ago
  74. 5a2c3a3 hwrng: msm - remove msm hw_random driver by Vinod Koul · 7 years ago
  75. d97e5e6 kvm, mm: account shadow page tables to kmemcg by Shakeel Butt · 7 years ago
  76. 16e536e zswap: re-check zswap_is_full() after do zswap_shrink() by Li Wang · 7 years ago
  77. fa3fc2a include/linux/eventfd.h: include linux/errno.h by Arnd Bergmann · 7 years ago
  78. bfd40ea mm: fix vma_is_anonymous() false-positives by Kirill A. Shutemov · 7 years ago
  79. 2c4541e mm: use vma_init() to initialize VMAs on stack and data segments by Kirill A. Shutemov · 7 years ago
  80. 027232d mm: introduce vma_init() by Kirill A. Shutemov · 7 years ago
  81. 31c5bda mm: fix exports that inadvertently make put_page() EXPORT_SYMBOL_GPL by Dan Williams · 7 years ago
  82. f075faa ipc/sem.c: prevent queue.status tearing in semop by Davidlohr Bueso · 7 years ago
  83. 15d36fe mm: disallow mappings that conflict for devm_memremap_pages() by Dave Jiang · 7 years ago
  84. 03758db kasan: only select SLUB_DEBUG with SYSFS=y by Arnd Bergmann · 7 years ago
  85. b512719 delayacct: fix crash in delayacct_blkio_end() after delayacct init failure by Tejun Heo · 7 years ago
  86. 050d2a55 Merge tag 'imx-drm-fixes-2018-07-20' of git://git.pengutronix.de/git/pza/linux into drm-fixes by Dave Airlie · 7 years ago
  87. 5a75cd1 Merge tag 'drm-intel-fixes-2018-07-26' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 7 years ago
  88. 17d51b1 block: bio_iov_iter_get_pages: pin more pages for multi-segment IOs by Martin Wilck · 7 years ago
  89. 9362dd1 blkdev: __blkdev_direct_IO_simple: fix leak in error case by Martin Wilck · 7 years ago
  90. b403ea2 block: bio_iov_iter_get_pages: fix size of last iovec by Martin Wilck · 7 years ago
  91. 78e1806 Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linus by Jens Axboe · 7 years ago
  92. bd91b56 PCI/AER: Work around use-after-free in pcie_do_fatal_recovery() by Thomas Tai · 7 years ago
  93. cd3f77d Merge tag 'usb-4.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
  94. fd4f84f Merge tag 'staging-4.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 7 years ago
  95. a5f9e5d Merge tag 'driver-core-4.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  96. 9bd5918 Merge tag 'acpi-4.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  97. 99015e9 Merge tag 'pm-4.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  98. 3e536e2 kthread, tracing: Don't expose half-written comm when creating kthreads by Snild Dolkow · 7 years ago
  99. 2519c1b tracing: Quiet gcc warning about maybe unused link variable by Steven Rostedt (VMware) · 7 years ago
  100. 15cc786 tracing: Fix possible double free in event_enable_trigger_func() by Steven Rostedt (VMware) · 7 years ago