aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/crypto/crc32c-pcl-intel-asm_64.S
AgeCommit message (Expand)AuthorFilesLines
2024-01-03arch/x86: Fix typosGravatar Bjorn Helgaas 1-1/+1
2023-04-20crypto: x86/crc32 - Use local .L symbols for codeGravatar Ard Biesheuvel 1-34/+33
2023-04-20crypto: x86/crc32c - Use RIP-relative addressingGravatar Ard Biesheuvel 1-1/+2
2022-03-15x86/ibt,crypto: Add ENDBR for the jump-table entriesGravatar Peter Zijlstra 1-0/+3
2021-12-08x86: Prepare asm files for straight-line-speculationGravatar Peter Zijlstra 1-1/+1
2021-04-19x86/crypto/crc32c-pcl-intel: Standardize jump tableGravatar Josh Poimboeuf 1-5/+2
2020-07-23crypto: x86/crc32c - fix building with clang iasGravatar Arnd Bergmann 1-1/+1
2020-07-16crypto: x86 - Remove include/asm/inst.hGravatar Uros Bizjak 1-3/+2
2020-04-30x86: Change {JMP,CALL}_NOSPEC argumentGravatar Peter Zijlstra 1-13/+13
2019-10-18x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Gravatar Jiri Slaby 1-2/+2
2018-01-12x86/retpoline/crypto: Convert crypto assembler indirect jumpsGravatar David Woodhouse 1-1/+2
2017-01-23crypto: x86/crc32c - fix %progbits -> @progbitsGravatar Denys Vlasenko 1-1/+1
2016-02-24x86/asm/crypto: Move jump_table to .rodata sectionGravatar Josh Poimboeuf 1-4/+4
2015-09-21crypto: crc32c-pclmul - use .rodata instead of .rotataGravatar Nicolas Iooss 1-1/+1
2015-04-01x86/asm: Replace "MOVQ $imm, %reg" with MOVLGravatar Denys Vlasenko 1-1/+1
2014-06-20crypto: crc32c-pclmul - Shrink K_table to 32-bit wordsGravatar George Spelvin 1-142/+139
2013-04-25crypto: crc32-pclmul - Use gas macro for pclmulqdqGravatar Sandy Wu 1-2/+3
2013-03-10crypto: crc32c - Update the links to the white papers on CRC32C calculations ...Gravatar Tim Chen 1-2/+3
2013-01-20crypto: x86/crc32c - assembler clean-up: use ENTRY/ENDPROCGravatar Jussi Kivilinna 1-2/+6
2012-10-15crypto: crc32c - Optimize CRC32C calculation with PCLMULQDQ instructionGravatar Tim Chen 1-0/+460