index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
crypto
/
crc32c-intel_glue.c
Age
Commit message (
Expand
)
Author
2020-08-21
crypto: x86/crc32c-intel - Use CRC32 mnemonic
Uros Bizjak
2020-03-24
crypto: Convert to new CPU match macros
Thomas Gleixner
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335
Thomas Gleixner
2019-03-22
crypto: x86 - convert to use crypto_simd_usable()
Eric Biggers
2018-01-12
crypto: hash - annotate algorithms taking optional key
Eric Biggers
2016-10-07
x86/fpu: Remove use_eager_fpu()
Andy Lutomirski
2016-10-07
x86/crypto, x86/fpu: Remove X86_FEATURE_EAGER_FPU #ifdef from the crc32c code
Andy Lutomirski
2016-01-30
x86/cpufeature: Carve out X86_FEATURE_*
Borislav Petkov
2015-12-19
x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros
Borislav Petkov
2015-05-19
x86/fpu: Rename fpu-internal.h to fpu/internal.h
Ingo Molnar
2015-05-19
x86/fpu: Fix header file dependencies of fpu-internal.h
Ingo Molnar
2014-11-24
crypto: prefix module autoloading with "crypto-"
Kees Cook
2012-10-15
crypto: crc32c - Optimize CRC32C calculation with PCLMULQDQ instruction
Tim Chen
2012-10-15
crypto: crc32c - Rename crc32c-intel.c to crc32c-intel_glue.c
Tim Chen