1. 221e00d crypto: x86 - Add missing RETs by Borislav Petkov · 7 years ago
  2. b7b73cd crypto: x86/salsa20 - remove x86 salsa20 implementations by Eric Biggers · 7 years ago
  3. 2808f17 crypto: morus - Mark MORUS SIMD glue as x86-specific by Ondrej Mosnacek · 7 years ago
  4. dd09f58 crypto: x86/aegis256 - Fix wrong key buffer size by Ondrej Mosnacek · 7 years ago
  5. 6ecc9d9 crypto: x86 - Add optimized MORUS implementations by Ondrej Mosnacek · 7 years ago
  6. 1d373d4 crypto: x86 - Add optimized AEGIS implementations by Ondrej Mosnacek · 7 years ago
  7. 158b52f crypto: ghash-clmulni - fix spelling mistake: "acclerated" -> "accelerated" by Colin Ian King · 7 years ago
  8. 9cc16b4 crypto: x86/des3_ede - des3_ede_skciphers[] can be static by Wu Fengguang · 7 years ago
  9. 75d8a55 crypto: x86/glue_helper - rename glue_skwalk_fpu_begin() by Eric Biggers · 7 years ago
  10. 0d87d0f crypto: x86/glue_helper - remove blkcipher_walk functions by Eric Biggers · 7 years ago
  11. 217afcc crypto: lrw - remove lrw_crypt() by Eric Biggers · 7 years ago
  12. 44893bc crypto: x86/camellia-aesni-avx, avx2 - convert to skcipher interface by Eric Biggers · 7 years ago
  13. 1af6d03 crypto: x86/camellia - convert to skcipher interface by Eric Biggers · 7 years ago
  14. 451cc49 crypto: x86/camellia - remove XTS algorithm by Eric Biggers · 7 years ago
  15. 6043d34 crypto: x86/camellia - remove LRW algorithm by Eric Biggers · 7 years ago
  16. 44c9b75 crypto: x86/camellia-aesni-avx2 - remove LRW algorithm by Eric Biggers · 7 years ago
  17. 6fcb81b crypto: x86/camellia-aesni-avx - remove LRW algorithm by Eric Biggers · 7 years ago
  18. 09c0f03 crypto: x86/des3_ede - convert to skcipher interface by Eric Biggers · 7 years ago
  19. c167917 crypto: x86/blowfish: convert to skcipher interface by Eric Biggers · 7 years ago
  20. 4bd9692 crypto: x86/cast6-avx - convert to skcipher interface by Eric Biggers · 7 years ago
  21. f51a1fa crypto: x86/cast6-avx - remove LRW algorithm by Eric Biggers · 7 years ago
  22. 1e63183 crypto: x86/cast5-avx - convert to skcipher interface by Eric Biggers · 7 years ago
  23. 8f461b1 crypto: x86/cast5-avx - fix ECB encryption when long sg follows short one by Eric Biggers · 7 years ago
  24. 0e6ab46 crypto: x86/twofish-avx - convert to skcipher interface by Eric Biggers · 7 years ago
  25. 876e9f0 crypto: x86/twofish-avx - remove LRW algorithm by Eric Biggers · 7 years ago
  26. 37992fa crypto: x86/twofish-3way - convert to skcipher interface by Eric Biggers · 7 years ago
  27. ebeea98 crypto: x86/twofish-3way - remove XTS algorithm by Eric Biggers · 7 years ago
  28. 68bfc49 crypto: x86/twofish-3way - remove LRW algorithm by Eric Biggers · 7 years ago
  29. e16bf97 crypto: x86/serpent-avx,avx2 - convert to skcipher interface by Eric Biggers · 7 years ago
  30. 340b830 crypto: x86/serpent-avx - remove LRW algorithm by Eric Biggers · 7 years ago
  31. e5f382e crypto: x86/serpent-avx2 - remove LRW algorithm by Eric Biggers · 7 years ago
  32. e0f409d crypto: x86/serpent-sse2 - convert to skcipher interface by Eric Biggers · 7 years ago
  33. 8bab4e3 crypto: x86/serpent-sse2 - remove XTS algorithm by Eric Biggers · 7 years ago
  34. 2a05cfc crypto: x86/serpent-sse2 - remove LRW algorithm by Eric Biggers · 7 years ago
  35. f15f2a2 crypto: x86/glue_helper - add skcipher_walk functions by Eric Biggers · 7 years ago
  36. e845520 crypto: aesni - Update aesni-intel_glue to use scatter/gather by Dave Watson · 7 years ago
  37. fb8986e crypto: aesni - Introduce scatter/gather asm function stubs by Dave Watson · 7 years ago
  38. 933d6ae crypto: aesni - Add fast path for > 16 byte update by Dave Watson · 7 years ago
  39. ae952c5 crypto: aesni - Introduce partial block macro by Dave Watson · 7 years ago
  40. 1476db2 crypto: aesni - Move HashKey computation from stack to gcm_context by Dave Watson · 7 years ago
  41. e2e34b0 crypto: aesni - Move ghash_mul to GCM_COMPLETE by Dave Watson · 7 years ago
  42. 9660474 crypto: aesni - Fill in new context data structures by Dave Watson · 7 years ago
  43. c594c54 crypto: aesni - Split AAD hash calculation to separate macro by Dave Watson · 7 years ago
  44. 9ee4a5d crypto: aesni - Introduce gcm_context_data by Dave Watson · 7 years ago
  45. ba45833 crypto: aesni - Merge encode and decode to GCM_ENC_DEC macro by Dave Watson · 7 years ago
  46. adcadab crypto: aesni - Add GCM_COMPLETE macro by Dave Watson · 7 years ago
  47. 7af964c crypto: aesni - Add GCM_INIT macro by Dave Watson · 7 years ago
  48. 6c2c86b crypto: aesni - Macro-ify func save/restore by Dave Watson · 7 years ago
  49. e1fd316 crypto: aesni - Merge INITIAL_BLOCKS_ENC/DEC by Dave Watson · 7 years ago
  50. c7f582f crypto: sha512-mb - remove HASH_FIRST flag by Eric Biggers · 7 years ago
  51. ee689d1 crypto: sha256-mb - remove HASH_FIRST flag by Eric Biggers · 7 years ago
  52. 7a95cbd crypto: sha1-mb - remove HASH_FIRST flag by Eric Biggers · 7 years ago
  53. 178e834 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  54. eff84b3 crypto: sha512-mb - initialize pending lengths correctly by Eric Biggers · 7 years ago
  55. a103950 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  56. 9c674e1e crypto: aesni - handle zero length dst buffer by Stephan Mueller · 7 years ago
  57. 40548c6 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  58. c9a3ff8 crypto: x86/salsa20 - cleanup and convert to skcipher API by Eric Biggers · 7 years ago
  59. a208fa8 crypto: hash - annotate algorithms taking optional key by Eric Biggers · 7 years ago
  60. a16e772e crypto: poly1305 - remove ->setkey() method by Eric Biggers · 7 years ago
  61. 9697fa3 x86/retpoline/crypto: Convert crypto assembler indirect jumps by David Woodhouse · 7 years ago
  62. b7dac37 crypto: x86/poly1305 - remove cra_alignmask by Eric Biggers · 7 years ago
  63. 1ecdd37 crypto: aesni - Fix out-of-bounds access of the AAD buffer in generic-gcm-aesni by Junaid Shahid · 7 years ago
  64. b20209c crypto: aesni - Fix out-of-bounds access of the data buffer in generic-gcm-aesni by Junaid Shahid · 7 years ago
  65. d8c7fe9 crypto: x86/twofish-3way - Fix %rbp usage by Eric Biggers · 7 years ago
  66. fc8517b crypto: aesni - add wrapper for generic gcm(aes) by Sabrina Dubroca · 7 years ago
  67. 106840c crypto: aesni - fix typo in generic_gcmaes_decrypt by Sabrina Dubroca · 7 years ago
  68. 796c99f crypto: x86/chacha20 - Remove cra_alignmask by Eric Biggers · 7 years ago
  69. ecaaab5 crypto: salsa20 - fix blkcipher_walk API usage by Eric Biggers · 7 years ago
  70. 37dc795 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  71. af903dc Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  72. d041b55 crypto: x86/sha1-mb - fix panic due to unaligned access by Andrey Ryabinin · 7 years ago
  73. 5dfeaac crypto: x86/sha256-mb - fix panic due to unaligned access by Andrey Ryabinin · 7 years ago
  74. ead7515 Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  75. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  76. 4635742 crypto: x86/chacha20 - satisfy stack validation 2.0 by Jason A. Donenfeld · 7 years ago
  77. 5e1a646 crypto: crc32-pclmul - remove useless relative addressing by Mikulas Patocka · 7 years ago
  78. 46d9374 crypto: aesni - Use GCM IV size constant by Corentin LABBE · 7 years ago
  79. 1c9fa29 crypto: aesni - make arrays aesni_simd_skciphers and aesni_simd_skciphers2 static by Colin Ian King · 7 years ago
  80. 8f182f8 crypto: x86/twofish - Fix RBP usage by Josh Poimboeuf · 7 years ago
  81. ca04c82 crypto: sha512-avx2 - Fix RBP usage by Josh Poimboeuf · 7 years ago
  82. 539012d crypto: x86/sha256-ssse3 - Fix RBP usage by Josh Poimboeuf · 7 years ago
  83. d3dfbfe crypto: x86/sha256-avx2 - Fix RBP usage by Josh Poimboeuf · 7 years ago
  84. 673ac6f crypto: x86/sha256-avx - Fix RBP usage by Josh Poimboeuf · 7 years ago
  85. 6488bce crypto: x86/sha1-ssse3 - Fix RBP usage by Josh Poimboeuf · 7 years ago
  86. d7b1722 crypto: x86/sha1-avx2 - Fix RBP usage by Josh Poimboeuf · 7 years ago
  87. 3ed7b4d crypto: x86/des3_ede - Fix RBP usage by Josh Poimboeuf · 7 years ago
  88. c66cc3b crypto: x86/cast6 - Fix RBP usage by Josh Poimboeuf · 7 years ago
  89. 4b15606 crypto: x86/cast5 - Fix RBP usage by Josh Poimboeuf · 7 years ago
  90. b46c9d7 crypto: x86/camellia - Fix RBP usage by Josh Poimboeuf · 7 years ago
  91. 569f11c crypto: x86/blowfish - Fix RBP usage by Josh Poimboeuf · 7 years ago
  92. e90c48e Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 7 years ago
  93. 8861249 crypto: x86/sha1 - Fix reads beyond the number of blocks passed by megha.dey@linux.intel.com · 7 years ago
  94. 45fe93d crypto: algapi - make crypto_xor() take separate dst and src arguments by Ard Biesheuvel · 8 years ago
  95. dcf903d Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  96. 8ad06e5 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  97. b82ce24 crypto: sha1-ssse3 - Disable avx2 by Herbert Xu · 8 years ago
  98. c207aee objtool, x86: Add several functions and files to the objtool whitelist by Josh Poimboeuf · 8 years ago
  99. 8270f5d crypto: glue_helper - Delete some dead code by Dan Carpenter · 8 years ago
  100. 9417cd1 crypto: x86/aes - Don't use %rbp as temporary register by Eric Biggers · 8 years ago