1. a24d22b crypto: sha - split sha.h into sha1.h and sha2.h by Eric Biggers · 4 years, 2 months ago
  2. 2aaba01 crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.h by Eric Biggers · 4 years, 8 months ago
  3. e6abef6 x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2 by Jason A. Donenfeld · 4 years, 9 months ago
  4. 4225157 x86: remove always-defined CONFIG_AS_AVX by Masahiro Yamada · 4 years, 9 months ago
  5. 41419a2 crypto: x86/sha - Eliminate casts on asm implementations by Kees Cook · 5 years ago
  6. f2abe0d crypto: x86 - convert to use crypto_simd_usable() by Eric Biggers · 6 years ago
  7. e50944e crypto: shash - remove useless setting of type flags by Eric Biggers · 7 years ago
  8. 1a445e8 crypto: sha-ssse3 - add MODULE_ALIAS by Stephan Mueller · 9 years ago
  9. da154e8 x86/cpufeature: Replace cpu_has_avx with boot_cpu_has() usage by Borislav Petkov · 9 years ago
  10. ccc9d4a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  11. be6ec98 crypto: x86/sha - Restructure x86 sha512 glue code to expose all the available sha512 transforms by tim · 9 years ago
  12. d91cab7 x86/fpu: Rename XSAVE macros by Dave Hansen · 9 years ago
  13. c93b8a3 x86/fpu, crypto x86/sha512_ssse3: Simplify the sha512_ssse3_mod_init() xfeature checks by Ingo Molnar · 10 years ago
  14. 669ebab x86/fpu: Rename fpu/xsave.h to fpu/xstate.h by Ingo Molnar · 10 years ago
  15. a137fb6 x86/fpu: Move xsave.h to fpu/xsave.h by Ingo Molnar · 10 years ago
  16. df6b35f x86/fpu: Rename i387.h to fpu/api.h by Ingo Molnar · 10 years ago
  17. e68410e crypto: x86/sha512_ssse3 - move SHA-384/512 SSSE3 implementation to base layer by Ard Biesheuvel · 10 years ago
  18. a6326ba crypto: sha - replace memset by memzero_explicit by Julia Lawall · 10 years ago
  19. 5d26a10 crypto: prefix module autoloading with "crypto-" by Kees Cook · 10 years ago
  20. cfe82d4 crypto: sha512_ssse3 - fix byte count to bit count conversion by Jussi Kivilinna · 11 years ago
  21. 340991e crypto: sha512_ssse3 - add sha384 support by Jussi Kivilinna · 12 years ago
  22. 87de457 crypto: sha512 - Create module providing optimized SHA512 routines using SSSE3, AVX or AVX2 instructions. by Tim Chen · 12 years ago