1. af903dc Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  2. d041b55 crypto: x86/sha1-mb - fix panic due to unaligned access by Andrey Ryabinin · 7 years ago
  3. 5dfeaac crypto: x86/sha256-mb - fix panic due to unaligned access by Andrey Ryabinin · 7 years ago
  4. 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
  5. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  6. 4635742 crypto: x86/chacha20 - satisfy stack validation 2.0 by Jason A. Donenfeld · 7 years ago
  7. 8f182f8 crypto: x86/twofish - Fix RBP usage by Josh Poimboeuf · 7 years ago
  8. ca04c82 crypto: sha512-avx2 - Fix RBP usage by Josh Poimboeuf · 7 years ago
  9. 539012d crypto: x86/sha256-ssse3 - Fix RBP usage by Josh Poimboeuf · 7 years ago
  10. d3dfbfe crypto: x86/sha256-avx2 - Fix RBP usage by Josh Poimboeuf · 7 years ago
  11. 673ac6f crypto: x86/sha256-avx - Fix RBP usage by Josh Poimboeuf · 7 years ago
  12. 6488bce crypto: x86/sha1-ssse3 - Fix RBP usage by Josh Poimboeuf · 7 years ago
  13. d7b1722 crypto: x86/sha1-avx2 - Fix RBP usage by Josh Poimboeuf · 7 years ago
  14. 3ed7b4d crypto: x86/des3_ede - Fix RBP usage by Josh Poimboeuf · 7 years ago
  15. c66cc3b crypto: x86/cast6 - Fix RBP usage by Josh Poimboeuf · 7 years ago
  16. 4b15606 crypto: x86/cast5 - Fix RBP usage by Josh Poimboeuf · 7 years ago
  17. b46c9d7 crypto: x86/camellia - Fix RBP usage by Josh Poimboeuf · 7 years ago
  18. 569f11c crypto: x86/blowfish - Fix RBP usage by Josh Poimboeuf · 7 years ago
  19. e90c48e Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 7 years ago
  20. 8861249 crypto: x86/sha1 - Fix reads beyond the number of blocks passed by megha.dey@linux.intel.com · 7 years ago
  21. 45fe93d crypto: algapi - make crypto_xor() take separate dst and src arguments by Ard Biesheuvel · 7 years ago
  22. dcf903d Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  23. 8ad06e5 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  24. b82ce24 crypto: sha1-ssse3 - Disable avx2 by Herbert Xu · 7 years ago
  25. c207aee objtool, x86: Add several functions and files to the objtool whitelist by Josh Poimboeuf · 7 years ago
  26. 8270f5d crypto: glue_helper - Delete some dead code by Dan Carpenter · 8 years ago
  27. 9417cd1 crypto: x86/aes - Don't use %rbp as temporary register by Eric Biggers · 8 years ago
  28. cce2ea8 crypto: aesni - add generic gcm(aes) by Sabrina Dubroca · 8 years ago
  29. 2df7e81 crypto: aesni - make AVX2 AES-GCM work with all valid auth_tag_len by Sabrina Dubroca · 8 years ago
  30. 27352c4 crypto: aesni - make AVX2 AES-GCM work with any aadlen by Sabrina Dubroca · 8 years ago
  31. 0120af7 crypto: aesni - make AVX AES-GCM work with all valid auth_tag_len by Sabrina Dubroca · 8 years ago
  32. e10f9cb crypto: aesni - make AVX AES-GCM work with any aadlen by Sabrina Dubroca · 8 years ago
  33. 38d9dee crypto: aesni - make non-AVX AES-GCM work with all valid auth_tag_len by Sabrina Dubroca · 8 years ago
  34. 0487cca crypto: aesni - make non-AVX AES-GCM work with any aadlen by Sabrina Dubroca · 8 years ago
  35. 15a9b36 crypto: sha512-mb - add some missing unlock on error by Dan Carpenter · 8 years ago
  36. 692016b crypto: glue_helper - remove the le128_gf128mul_x_ble function by Ondrej Mosnáček · 8 years ago
  37. e55318c crypto: gf128mul - switch gf128mul_x_ble to le128 by Ondrej Mosnáček · 8 years ago
  38. fdb2726 crypto, x86: aesni - fix token pasting for clang by Michael Davidson · 8 years ago
  39. c459bd7 crypto: sha512-mb - Protect sha512 mb ctx mgr access by Tim Chen · 8 years ago
  40. 34cb582 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  41. c268199 crypto: aesni - Fix failure when pcbc module is absent by Herbert Xu · 8 years ago
  42. e183914 crypto: x86 - make constants readonly, allow linker to merge them by Denys Vlasenko · 8 years ago
  43. 587d531 crypto: x86/crc32c - fix %progbits -> @progbits by Denys Vlasenko · 8 years ago
  44. b8fbe71 crypto: x86/chacha20 - Manually align stack buffer by Herbert Xu · 8 years ago
  45. 07825f0 crypto: aesni - Fix failure when built-in with modular pcbc by Herbert Xu · 8 years ago
  46. 50fb570 crypto: aesni-intel - RFC4106 can zero copy when !PageHighMem by Ilya Lesokhin · 8 years ago
  47. 9ae433b crypto: chacha20 - convert generic and x86 versions to skcipher by Ard Biesheuvel · 8 years ago
  48. 0f1d6df Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  49. 8567186 crypto: aesni - Convert to skcipher by Herbert Xu · 8 years ago
  50. 065ce32 crypto: glue_helper - Add skcipher xts helpers by Herbert Xu · 8 years ago
  51. 064e6a8 Merge branch 'linus' into x86/fpu, to resolve conflicts by Ingo Molnar · 8 years ago
  52. 7a0b86b crypto: sha-mb - Fix total_len for correct hash when larger than 512MB by Greg Tucker · 8 years ago
  53. beae2c9 crypto: aesni: shut up -Wmaybe-uninitialized warning by Arnd Bergmann · 8 years ago
  54. c592b57 x86/fpu: Remove use_eager_fpu() by Andy Lutomirski · 8 years ago
  55. 02f39b2 x86/crypto, x86/fpu: Remove X86_FEATURE_EAGER_FPU #ifdef from the crc32c code by Andy Lutomirski · 8 years ago
  56. e67479b crypto: sha512-mb - fix ctx pointer by Xiaodong Liu · 8 years ago
  57. 172b1d6 crypto: sha256-mb - fix ctx pointer and digest copy by Xiaodong Liu · 8 years ago
  58. eb9bc8e crypto: sha-mb - Cleanup code to use || instead of | by Tim Chen · 8 years ago
  59. 02fa472 crypto: aesni - Use crypto_cipher to derive rfc4106 subkey by Herbert Xu · 8 years ago
  60. bee5cfd crypto: sha512-mb - Crypto computation (x4 AVX2) by Megha Dey · 8 years ago
  61. 2cdacb6 crypto: sha512-mb - Algorithm data structures by Megha Dey · 8 years ago
  62. 45691e2 crypto: sha512-mb - submit/flush routines for AVX2 by Megha Dey · 8 years ago
  63. 8c603ff crypto: sha512-mb - SHA512 multibuffer job manager and glue code by Megha Dey · 8 years ago
  64. 4c79f6f crypto: sha1-mb - rename sha-mb to sha1-mb by Megha Dey · 8 years ago
  65. 9925324 crypto: sha256-mb - Crypto computation (x8 AVX2) by Megha Dey · 8 years ago
  66. 98cf103 crypto: sha256-mb - Algorithm data structures by Megha Dey · 8 years ago
  67. a377c6b crypto: sha256-mb - submit/flush routines for AVX2 by Megha Dey · 8 years ago
  68. f876f44 crypto: sha256-mb - SHA256 multibuffer job manager and glue code by Megha Dey · 8 years ago
  69. 331bf73 crypto: sha1-mb - async implementation for sha1-mb by Megha Dey · 8 years ago
  70. 7271b33 crypto: ghash-clmulni - Fix cryptd reordering by Herbert Xu · 8 years ago
  71. 38b2f68 crypto: aesni - Fix cryptd reordering problem on gcm by Herbert Xu · 8 years ago
  72. 7ea0da1 crypto: chacha20-simd - Use generic code for small requests by Herbert Xu · 8 years ago
  73. 0a7f330 crypto: sha1-mb - stylistic cleanup by Megha Dey · 9 years ago
  74. 1a445e8 crypto: sha-ssse3 - add MODULE_ALIAS by Stephan Mueller · 9 years ago
  75. e4fba88 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  76. 4a6b27b crypto: sha1-mb - make sha1_x8_avx2() conform to C function ABI by Josh Poimboeuf · 9 years ago
  77. bcea36d Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  78. 1fb48f8 Merge tag 'v4.6-rc6' into x86/asm, to refresh the tree by Ingo Molnar · 9 years ago
  79. a3819e3 x86: Fix non-static inlines by Denys Vlasenko · 9 years ago
  80. 0851561 crypto: sha1-mb - use corrcet pointer while completing jobs by Xiaodong Liu · 9 years ago
  81. da154e8 x86/cpufeature: Replace cpu_has_avx with boot_cpu_has() usage by Borislav Petkov · 9 years ago
  82. 1f4dd79 x86/cpufeature: Replace cpu_has_aes with boot_cpu_has() usage by Borislav Petkov · 9 years ago
  83. abcfdfe x86/cpufeature: Replace cpu_has_avx2 with boot_cpu_has() usage by Borislav Petkov · 9 years ago
  84. 054efb6 x86/cpufeature: Remove cpu_has_xmm2 by Borislav Petkov · 9 years ago
  85. ab4a56f x86/cpufeature: Remove cpu_has_osxsave by Borislav Petkov · 9 years ago
  86. 26660a4 Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  87. 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  88. 8691ccd x86/asm/crypto: Create stack frames in crypto functions by Josh Poimboeuf · 9 years ago
  89. 68874ac x86/asm/crypto: Don't use RBP as a scratch register by Josh Poimboeuf · 9 years ago
  90. aec4d0e x86/asm/crypto: Simplify stack usage in sha-mb functions by Josh Poimboeuf · 9 years ago
  91. f66f619 x86/asm/crypto: Move jump_table to .rodata section by Josh Poimboeuf · 9 years ago
  92. 1253cab x86/asm/crypto: Move .Lbswap_mask data to .rodata section by Josh Poimboeuf · 9 years ago
  93. 3a2f2ac Merge branch 'x86/urgent' into x86/asm, to pick up fixes by Ingo Molnar · 9 years ago
  94. 28856a9 crypto: xts - consolidate sanity check for keys by Stephan Mueller · 9 years ago
  95. fd09967 crypto: sha-mb - Fix load failure by Wang, Rui Y · 9 years ago
  96. cd4d09e x86/cpufeature: Carve out X86_FEATURE_* by Borislav Petkov · 9 years ago
  97. 10cff58 crypto: sha1-mb - Add missing args_digest offset by Megha Dey · 9 years ago
  98. cbe09bd crypto: chacha20-ssse3 - Align stack pointer to 64 bytes by Eli Cooper · 9 years ago
  99. c597b6b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  100. 362f924 x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros by Borislav Petkov · 9 years ago