summaryrefslogtreecommitdiff
path: root/arch/x86/crypto/sha256_ni_asm.S
AgeCommit message (Expand)AuthorFilesLines
2024-04-19crypto: x86/sha256-ni - simplify do_4roundsEric Biggers1-6/+4
2024-04-19crypto: x86/sha256-ni - optimize code sizeEric Biggers1-15/+15
2024-04-19crypto: x86/sha256-ni - rename some register aliasesEric Biggers1-17/+17
2024-04-19crypto: x86/sha256-ni - convert to use rounds macrosEric Biggers1-182/+29
2022-12-15Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2022-11-25crypto: x86/sha256 - fix possible crash with CFI enabledEric Biggers1-1/+2
2022-10-17crypto: x86/sha256: Remove custom alignmentsThomas Gleixner1-1/+0
2021-12-08x86: Prepare asm files for straight-line-speculationPeter Zijlstra1-1/+1
2019-10-18x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby1-2/+2
2017-01-23crypto: x86 - make constants readonly, allow linker to merge themDenys Vlasenko1-1/+3
2015-09-21crypto: x86/sha - Intel SHA Extensions optimized SHA256 transform functiontim1-0/+353