aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/crypto/crc32c-intel_glue.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-21crypto: x86/crc32c-intel - Use CRC32 mnemonicGravatar Uros Bizjak 1-12/+6
2020-03-24crypto: Convert to new CPU match macrosGravatar Thomas Gleixner 1-1/+1
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENGravatar Eric Biggers 1-3/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Gravatar Thomas Gleixner 1-14/+1
2019-03-22crypto: x86 - convert to use crypto_simd_usable()Gravatar Eric Biggers 1-3/+4
2018-01-12crypto: hash - annotate algorithms taking optional keyGravatar Eric Biggers 1-0/+1
2016-10-07x86/fpu: Remove use_eager_fpu()Gravatar Andy Lutomirski 1-13/+4
2016-10-07x86/crypto, x86/fpu: Remove X86_FEATURE_EAGER_FPU #ifdef from the crc32c codeGravatar Andy Lutomirski 1-5/+0
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Gravatar Borislav Petkov 1-1/+1
2015-12-19x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosGravatar Borislav Petkov 1-1/+1
2015-05-19x86/fpu: Rename fpu-internal.h to fpu/internal.hGravatar Ingo Molnar 1-1/+1
2015-05-19x86/fpu: Fix header file dependencies of fpu-internal.hGravatar Ingo Molnar 1-1/+0
2014-11-24crypto: prefix module autoloading with "crypto-"Gravatar Kees Cook 1-2/+2
2012-10-15crypto: crc32c - Optimize CRC32C calculation with PCLMULQDQ instructionGravatar Tim Chen 1-0/+81
2012-10-15crypto: crc32c - Rename crc32c-intel.c to crc32c-intel_glue.cGravatar Tim Chen 1-0/+203