aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/crypto/sha1_ssse3_glue.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-17crypto: x86/sha1 - autoload if SHA-NI detectedGravatar Eric Biggers 1-2/+5
2023-09-20crypto: x86/sha - load modules based on CPU featuresGravatar Roxana Nicolescu 1-0/+12
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hGravatar Eric Biggers 1-1/+1
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hGravatar Eric Biggers 1-1/+0
2020-04-09x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Gravatar Jason A. Donenfeld 1-6/+0
2020-04-09x86: remove always-defined CONFIG_AS_AVXGravatar Masahiro Yamada 1-8/+1
2020-01-22crypto: x86/sha - Eliminate casts on asm implementationsGravatar Kees Cook 1-40/+30
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2019-03-22crypto: x86 - convert to use crypto_simd_usable()Gravatar Eric Biggers 1-3/+4
2018-07-09crypto: shash - remove useless setting of type flagsGravatar Eric Biggers 1-4/+0
2017-08-09crypto: x86/sha1 - Fix reads beyond the number of blocks passedGravatar megha.dey@linux.intel.com 1-1/+1
2017-07-05crypto: sha1-ssse3 - Disable avx2Gravatar Herbert Xu 1-1/+1
2016-05-31crypto: sha-ssse3 - add MODULE_ALIASGravatar Stephan Mueller 1-0/+6
2016-04-13x86/cpufeature: Replace cpu_has_avx with boot_cpu_has() usageGravatar Borislav Petkov 1-1/+1
2015-11-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-64/+250
2015-09-21crypto: x86/sha - Restructure x86 sha1 glue code to expose all the available ...Gravatar tim 1-74/+250
2015-09-21crypto: x86/sha - glue code for Intel SHA extensions optimized SHA1 & SHA256Gravatar tim 1-1/+11
2015-09-14x86/fpu: Rename XSAVE macrosGravatar Dave Hansen 1-1/+1
2015-05-19x86/fpu, crypto x86/sha1_ssse3: Simplify the sha1_ssse3_mod_init() xfeature c...Gravatar Ingo Molnar 1-11/+3
2015-05-19x86/fpu: Rename fpu/xsave.h to fpu/xstate.hGravatar Ingo Molnar 1-1/+1
2015-05-19x86/fpu: Move xsave.h to fpu/xsave.hGravatar Ingo Molnar 1-1/+1
2015-05-19x86/fpu: Rename i387.h to fpu/api.hGravatar Ingo Molnar 1-1/+1
2015-04-10crypto: x86/sha1_ssse3 - move SHA-1 SSSE3 implementation to base layerGravatar Ard Biesheuvel 1-111/+28
2014-11-24crypto: prefix module autoloading with "crypto-"Gravatar Kees Cook 1-1/+1
2014-03-25crypto: x86/sha1 - re-enable the AVX variantGravatar Mathias Krause 1-10/+16
2014-03-21crypto: sha - SHA1 transform x86_64 AVX2Gravatar chandramouli narayanan 1-7/+42
2012-06-12crypto: sha1 - use Kbuild supplied flags for AVX testGravatar Mathias Krause 1-3/+3
2011-08-10crypto: sha1 - SSSE3 based SHA1 implementation for x86-64Gravatar Mathias Krause 1-0/+240