aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/crypto/sha512-avx-asm.S
AgeCommit message (Expand)AuthorFilesLines
2024-01-03arch/x86: Fix typosGravatar Bjorn Helgaas 1-1/+1
2023-04-20crypto: x86/sha - Use local .L symbols for codeGravatar Ard Biesheuvel 1-4/+4
2022-11-25crypto: x86/sha512 - fix possible crash with CFI enabledGravatar Eric Biggers 1-1/+2
2021-12-08x86: Prepare asm files for straight-line-speculationGravatar Peter Zijlstra 1-1/+1
2021-04-19x86/crypto/sha512-avx: Standardize stack alignment prologueGravatar Josh Poimboeuf 1-22/+19
2020-12-04crypto: x86/sha512 - Use TEST %reg,%reg instead of CMP $0,%regGravatar Uros Bizjak 1-1/+1
2020-04-09x86: remove always-defined CONFIG_AS_AVXGravatar Masahiro Yamada 1-2/+0
2020-01-22crypto: x86/sha - Eliminate casts on asm implementationsGravatar Kees Cook 1-5/+6
2019-10-18x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Gravatar Jiri Slaby 1-2/+2
2017-01-23crypto: x86 - make constants readonly, allow linker to merge themGravatar Denys Vlasenko 1-3/+6
2015-04-10crypto: x86/sha512_ssse3 - move SHA-384/512 SSSE3 implementation to base layerGravatar Ard Biesheuvel 1-3/+3
2013-04-25crypto: sha512 - Optimized SHA512 x86_64 assembly routine using AVX instructi...Gravatar Tim Chen 1-0/+423