Age | Commit message (Expand) | Author | Files | Lines |
2019-03-22 | crypto: x86 - convert to use crypto_simd_usable() | Eric Biggers | 1 | -5/+5 |
2018-07-08 | crypto: shash - remove useless setting of type flags | Eric Biggers | 1 | -6/+0 |
2016-05-31 | crypto: sha-ssse3 - add MODULE_ALIAS | Stephan Mueller | 1 | -0/+6 |
2016-04-13 | x86/cpufeature: Replace cpu_has_avx with boot_cpu_has() usage | Borislav Petkov | 1 | -1/+1 |
2015-11-04 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -45/+204 |
2015-09-21 | crypto: x86/sha - Restructure x86 sha512 glue code to expose all the availabl... | tim | 1 | -45/+204 |
2015-09-14 | x86/fpu: Rename XSAVE macros | Dave Hansen | 1 | -1/+1 |
2015-05-19 | x86/fpu, crypto x86/sha512_ssse3: Simplify the sha512_ssse3_mod_init() xfeatu... | Ingo Molnar | 1 | -11/+3 |
2015-05-19 | x86/fpu: Rename fpu/xsave.h to fpu/xstate.h | Ingo Molnar | 1 | -1/+1 |
2015-05-19 | x86/fpu: Move xsave.h to fpu/xsave.h | Ingo Molnar | 1 | -1/+1 |
2015-05-19 | x86/fpu: Rename i387.h to fpu/api.h | Ingo Molnar | 1 | -1/+1 |
2015-04-10 | crypto: x86/sha512_ssse3 - move SHA-384/512 SSSE3 implementation to base layer | Ard Biesheuvel | 1 | -167/+35 |
2014-12-02 | crypto: sha - replace memset by memzero_explicit | Julia Lawall | 1 | -1/+1 |
2014-11-24 | crypto: prefix module autoloading with "crypto-" | Kees Cook | 1 | -2/+2 |
2014-06-25 | crypto: sha512_ssse3 - fix byte count to bit count conversion | Jussi Kivilinna | 1 | -1/+1 |
2013-05-28 | crypto: sha512_ssse3 - add sha384 support | Jussi Kivilinna | 1 | -5/+53 |
2013-04-25 | crypto: sha512 - Create module providing optimized SHA512 routines using SSSE... | Tim Chen | 1 | -0/+282 |