aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/crypto/crc32-pclmul_asm.S
AgeCommit message (Expand)AuthorFilesLines
2023-04-20crypto: x86/crc32 - Use local .L symbols for codeGravatar Ard Biesheuvel 1-8/+8
2022-06-13x86/crypto: Remove stray comment terminatorGravatar Thomas Gleixner 1-2/+0
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_179.RULEGravatar Thomas Gleixner 1-21/+1
2021-12-08x86: Prepare asm files for straight-line-speculationGravatar Peter Zijlstra 1-1/+1
2020-07-16crypto: x86 - Remove include/asm/inst.hGravatar Uros Bizjak 1-24/+23
2019-10-18x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Gravatar Jiri Slaby 1-2/+2
2017-10-07crypto: crc32-pclmul - remove useless relative addressingGravatar Mikulas Patocka 1-11/+6
2013-05-30x86, crc32-pclmul: Fix build with older binutilsGravatar Jan Beulich 1-1/+1
2013-04-03crypto: x86/crc32-pclmul - assembly clean-ups: use ENTRY/ENDPROCGravatar Jussi Kivilinna 1-3/+3
2013-01-20crypto: crc32-pclmul - Kill warning on x86-32Gravatar Herbert Xu 1-1/+0
2013-01-20crypto: crc32 - add crc32 pclmulqdq implementation and wrappers for table imp...Gravatar Alexander Boyko 1-0/+247