1. 7cf3186 crypto: crc32c-vpmsum - Rename CRYPT_CRC32C_VPMSUM option by Jean Delvare · 8 years ago
  2. 7918ece crypto: arm64/sha2 - integrate OpenSSL implementations of SHA256/SHA512 by Ard Biesheuvel · 8 years ago
  3. ed424bb hwrng: Make explicit that max >= 32 always by PrasannaKumar Muralidharan · 8 years ago
  4. 8ff4c19 crypto: drbg - advance output buffer pointer by Stephan Mueller · 8 years ago
  5. 18f47f5 crypto: vmx - various build fixes by Naveen N. Rao · 8 years ago
  6. 7a0b86b crypto: sha-mb - Fix total_len for correct hash when larger than 512MB by Greg Tucker · 8 years ago
  7. 75aa0a7 crypto: gf128mul - Zero memory when freeing multiplication table by Alex Cope · 8 years ago
  8. b516b88 hwrng: atmel - use clk_disable_unprepare instead of clk_disable by Wei Yongjun · 8 years ago
  9. 9b50184 crypto: nx - drop duplicate header types.h by Geliang Tang · 8 years ago
  10. e8b2fa4 crypto: jitterentropy - drop duplicate header module.h by Geliang Tang · 8 years ago
  11. 9a1a1c0 crypto: caam - merge identical ahash_final/finup shared desc by Horia Geantă · 8 years ago
  12. 24a4f14 crypto: caam - constify pointer to descriptor buffer by Horia Geantă · 8 years ago
  13. e25ff92 crypto: caam - move sec4_sg_entry to sg_sw_sec4.h by Horia Geantă · 8 years ago
  14. 2b163b5 Revert "crypto: caam - get rid of tasklet" by Horia Geantă · 8 years ago
  15. c73e36e crypto: caam - fix DMA API mapping leak in ablkcipher code by Horia Geantă · 8 years ago
  16. 9305dff crypto: caam - remove unreachable code in report_ccb_status() by Horia Geantă · 8 years ago
  17. 4ca7c7d crypto: caam - trivial code clean-up by Horia Geantă · 8 years ago
  18. 1b008ee crypto: caam - remove unused command from aead givencrypt by Horia Geantă · 8 years ago
  19. 00fef2b crypto: caam - remove unused may_sleep in dbg_dump_sg() by Horia Geantă · 8 years ago
  20. c530e34 crypto: caam - fix smatch warnings by Horia Geantă · 8 years ago
  21. 8439e94 crypto: caam - fix sparse warnings by Horia Geantă · 8 years ago
  22. 2090456 crypto: caam - desc.h fixes by Horia Geantă · 8 years ago
  23. 39957c8 crypto: caam - completely remove error propagation handling by Horia Geantă · 8 years ago
  24. d128af1 crypto: caam - fix AEAD givenc descriptors by Alex Porosanu · 8 years ago
  25. d266f44 crypto: gf128mul - remove dead gf128mul_64k_lle code by Alex Cope · 8 years ago
  26. 8edda7d crypto: dh - Consistenly return negative error codes by Mat Martineau · 8 years ago
  27. 109e23b crypto: poly1305 - Use unaligned access where required by Jason A. Donenfeld · 8 years ago
  28. 650d4a9 Crypto: mv_cesa - Switch to using managed resources by Nadim almas · 8 years ago
  29. 4d9b3a5 crypto: talitos - fix spelling mistake by Colin Ian King · 8 years ago
  30. e6414b1 crypto: ccp - Fix handling of RSA exponent on a v5 device by Gary R Hook · 8 years ago
  31. 89277a7 crypto: cryptd - Remove unused but set variable 'tfm' by Tobias Klauser · 8 years ago
  32. 60425a8 crypto: skcipher - Get rid of crypto_spawn_skcipher2() by Eric Biggers · 8 years ago
  33. a35528e crypto: skcipher - Get rid of crypto_grab_skcipher2() by Eric Biggers · 8 years ago
  34. a1fa98d hwrng: atmel - disable TRNG during suspend by Wenyou Yang · 8 years ago
  35. 6c0f400 crypto: acomp - fix dependency in Makefile by Giovanni Cabiddu · 8 years ago
  36. d69985a crypto: caam - fix type mismatch warning by Arnd Bergmann · 8 years ago
  37. 9ae811f crypto: sahara - fix typo "Decidated" -> "Dedicated" by Colin Ian King · 8 years ago
  38. fc78334 crypto: atmel - drop pointless static qualifier in atmel_aes_probe() by Wei Yongjun · 8 years ago
  39. 2cc7515 hwrng: core - zeroize buffers with random data by Stephan Mueller · 8 years ago
  40. d7db7a8 crypto: acomp - update testmgr with support for acomp by Giovanni Cabiddu · 8 years ago
  41. f6ded09 crypto: acomp - add support for deflate via scomp by Giovanni Cabiddu · 8 years ago
  42. 6a8de3a crypto: acomp - add support for 842 via scomp by Giovanni Cabiddu · 8 years ago
  43. 91d53d9 crypto: acomp - add support for lz4hc via scomp by Giovanni Cabiddu · 8 years ago
  44. 8cd9330 crypto: acomp - add support for lz4 via scomp by Giovanni Cabiddu · 8 years ago
  45. ac9d2c4 crypto: acomp - add support for lzo via scomp by Giovanni Cabiddu · 8 years ago
  46. 1ab53a7 crypto: acomp - add driver-side scomp interface by Giovanni Cabiddu · 8 years ago
  47. 2ebda74 crypto: acomp - add asynchronous compression api by Giovanni Cabiddu · 8 years ago
  48. c8d283ff crypto: ccp - fix typo "CPP" by Paul Bolle · 8 years ago
  49. 4e88768 hwrng: meson - Remove unneeded platform MODULE_ALIAS by Javier Martinez Canillas · 8 years ago
  50. c4ca2b0 crypto: engine - Handle the kthread worker using the new API by Petr Mladek · 8 years ago
  51. 103600a crypto: ccp - Clean up the LSB slot allocation code by Gary R Hook · 8 years ago
  52. ec9b70d crypto: ccp - remove unneeded code by Gary R Hook · 8 years ago
  53. fdd2cf9 crypto: ccp - change bitfield type to unsigned ints by Gary R Hook · 8 years ago
  54. 877f69a hwrng: meson - Fix module autoload for OF registration by Javier Martinez Canillas · 8 years ago
  55. 9b40f79 crypto: gcm - Fix error return code in crypto_gcm_create_common() by Wei Yongjun · 8 years ago
  56. ff4f44d crypto: ccp - Fix non static symbol warning by Wei Yongjun · 8 years ago
  57. 4e51881 crypto: caam - add support for iMX6UL by Marcus Folkesson · 8 years ago
  58. 119a079 padata: Remove unused but set variables by Tobias Klauser · 8 years ago
  59. 3cf7996 crypto: ccp - change type of struct member lsb to signed by Gary R Hook · 8 years ago
  60. 58010fa crypto: arm/aes-ce - fix for big endian by Ard Biesheuvel · 8 years ago
  61. caf4b9e crypto: arm64/aes-xts-ce: fix for big endian by Ard Biesheuvel · 8 years ago
  62. a2c435c crypto: arm64/aes-neon - fix for big endian by Ard Biesheuvel · 8 years ago
  63. 56e4e76 crypto: arm64/aes-ccm-ce: fix for big endian by Ard Biesheuvel · 8 years ago
  64. 174122c crypto: arm64/sha2-ce - fix for big endian by Ard Biesheuvel · 8 years ago
  65. ee71e5f crypto: arm64/sha1-ce - fix for big endian by Ard Biesheuvel · 8 years ago
  66. 9c433ad crypto: arm64/ghash-ce - fix for big endian by Ard Biesheuvel · 8 years ago
  67. 1803b9a crypto: arm64/aes-ce - fix for big endian by Ard Biesheuvel · 8 years ago
  68. f16743e crypto: cmac - fix alignment of 'consts' by Eric Biggers · 8 years ago
  69. 48ee41b crypto: cmac - return -EINVAL if block size is unsupported by Eric Biggers · 8 years ago
  70. 9c8ae17 crypto: api - Remove no-op exit_ops code by Eric Biggers · 8 years ago
  71. afb5a0a crypto: skcipher - Remove unused crypto_lookup_skcipher() declaration by Eric Biggers · 8 years ago
  72. 4c36941 crypto: crypto4xx - Fix size used in dma_free_coherent() by Christophe Jaillet · 8 years ago
  73. f34dad1 crypto: marvell - Don't break chain for computable last ahash requests by Romain Perier · 8 years ago
  74. 0c99620 crypto: marvell - Use an unique pool to copy results of requests by Romain Perier · 8 years ago
  75. 1f69609 crypto: api - Fix Kconfig dependencies for FIPS by Alec Ari · 8 years ago
  76. d52db51 crypto: atmel-aes - add support to the XTS mode by Cyrille Pitchen · 8 years ago
  77. f709dc8 crypto: atmel-aes - fix compiler error when VERBOSE_DEBUG is defined by Cyrille Pitchen · 8 years ago
  78. a0743c1 arm64: dts: marvell: add TRNG description for Armada 8K CP by Romain Perier · 8 years ago
  79. 3832124 hwrng: omap - Add device variant for SafeXcel IP-76 found in Armada 8K by Romain Perier · 8 years ago
  80. f0d5a11 hwrng: omap - Don't prefix the probe message with OMAP by Romain Perier · 8 years ago
  81. e54feeb hwrng: omap - Add support for 128-bit output of data by Romain Perier · 8 years ago
  82. b23d2d9 hwrng: omap - Remove global definition of hwrng by Romain Perier · 8 years ago
  83. 69eb4d0 hwrng: omap - Switch to non-obsolete read API implementation by Romain Perier · 8 years ago
  84. 5206083 dt-bindings: omap-rng: Document SafeXcel IP-76 device variant by Romain Perier · 8 years ago
  85. e4d6013 dt-bindings: Add vendor prefix for INSIDE Secure by Romain Perier · 8 years ago
  86. 6d4952d hwrng: core - Don't use a stack buffer in add_early_randomness() by Andrew Lutomirski · 8 years ago
  87. 1001354 Linux 4.9-rc1 by Linus Torvalds · 8 years ago
  88. df34d04 Merge tag 'befs-v4.9-rc1' of git://github.com/luisbg/linux-befs by Linus Torvalds · 8 years ago
  89. 9ffc669 Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  90. 133d970 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  91. 050aaea Merge tag 'sound-fix-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago
  92. b26b5ef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  93. 87dbe42 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  94. d3304ca Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  95. 2692a71 Merge branch 'work.uaccess' into for-linus by Al Viro · 8 years ago
  96. 7041c57 score: traps: Add missing include file to fix build error by Guenter Roeck · 8 years ago
  97. f1a9622 fs/super.c: don't fool lockdep in freeze_super() and thaw_super() paths by Oleg Nesterov · 8 years ago
  98. 1a892b4 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  99. 89f39af fs/super.c: fix race between freeze_super() and thaw_super() by Oleg Nesterov · 8 years ago
  100. 655042c overlayfs: Fix setting IOP_XATTR flag by Vivek Goyal · 8 years ago