summaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/sha512_ssse3_glue.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: sha-ssse3 - add MODULE_ALIASStephan Mueller2016-05-311-0/+6
* x86/cpufeature: Replace cpu_has_avx with boot_cpu_has() usageBorislav Petkov2016-04-131-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2015-11-041-45/+204
|\
| * crypto: x86/sha - Restructure x86 sha512 glue code to expose all the availabl...tim2015-09-211-45/+204
* | x86/fpu: Rename XSAVE macrosDave Hansen2015-09-141-1/+1
|/
* x86/fpu, crypto x86/sha512_ssse3: Simplify the sha512_ssse3_mod_init() xfeatu...Ingo Molnar2015-05-191-11/+3
* x86/fpu: Rename fpu/xsave.h to fpu/xstate.hIngo Molnar2015-05-191-1/+1
* x86/fpu: Move xsave.h to fpu/xsave.hIngo Molnar2015-05-191-1/+1
* x86/fpu: Rename i387.h to fpu/api.hIngo Molnar2015-05-191-1/+1
* crypto: x86/sha512_ssse3 - move SHA-384/512 SSSE3 implementation to base layerArd Biesheuvel2015-04-101-167/+35
* crypto: sha - replace memset by memzero_explicitJulia Lawall2014-12-021-1/+1
* crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-241-2/+2
* crypto: sha512_ssse3 - fix byte count to bit count conversionJussi Kivilinna2014-06-251-1/+1
* crypto: sha512_ssse3 - add sha384 supportJussi Kivilinna2013-05-281-5/+53
* crypto: sha512 - Create module providing optimized SHA512 routines using SSSE...Tim Chen2013-04-251-0/+282
OpenPOWER on IntegriCloud