开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
crypto
/
crc32c-pcl-intel-asm_64.S
Age
Commit message (
Expand
)
Author
2024-10-26
crypto: x86/crc32c - eliminate jump table and excessive unrolling
Eric Biggers
2024-10-26
crypto: x86/crc32c - access 32-bit arguments as 32-bit
Eric Biggers
2024-10-26
crypto: x86/crc32c - simplify code for handling fewer than 200 bytes
Eric Biggers
2024-01-03
arch/x86: Fix typos
Bjorn Helgaas
2023-04-20
crypto: x86/crc32 - Use local .L symbols for code
Ard Biesheuvel
2023-04-20
crypto: x86/crc32c - Use RIP-relative addressing
Ard Biesheuvel
2022-03-15
x86/ibt,crypto: Add ENDBR for the jump-table entries
Peter Zijlstra
2021-12-08
x86: Prepare asm files for straight-line-speculation
Peter Zijlstra
2021-04-19
x86/crypto/crc32c-pcl-intel: Standardize jump table
Josh Poimboeuf
2020-07-23
crypto: x86/crc32c - fix building with clang ias
Arnd Bergmann
2020-07-16
crypto: x86 - Remove include/asm/inst.h
Uros Bizjak
2020-04-30
x86: Change {JMP,CALL}_NOSPEC argument
Peter Zijlstra
2019-10-18
x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*
Jiri Slaby
2018-01-12
x86/retpoline/crypto: Convert crypto assembler indirect jumps
David Woodhouse
2017-01-23
crypto: x86/crc32c - fix %progbits -> @progbits
Denys Vlasenko
2016-02-24
x86/asm/crypto: Move jump_table to .rodata section
Josh Poimboeuf
2015-09-21
crypto: crc32c-pclmul - use .rodata instead of .rotata
Nicolas Iooss
2015-04-01
x86/asm: Replace "MOVQ $imm, %reg" with MOVL
Denys Vlasenko
2014-06-20
crypto: crc32c-pclmul - Shrink K_table to 32-bit words
George Spelvin
2013-04-25
crypto: crc32-pclmul - Use gas macro for pclmulqdq
Sandy Wu
2013-03-10
crypto: crc32c - Update the links to the white papers on CRC32C calculations ...
Tim Chen
2013-01-20
crypto: x86/crc32c - assembler clean-up: use ENTRY/ENDPROC
Jussi Kivilinna
2012-10-15
crypto: crc32c - Optimize CRC32C calculation with PCLMULQDQ instruction
Tim Chen