index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
crc32.h
Age
Commit message (
Expand
)
Author
2025-02-08
lib/crc32: remove "_le" from crc32c base and arch functions
Eric Biggers
2025-02-08
lib/crc32: rename __crc32c_le_combine() to crc32c_combine()
Eric Biggers
2025-02-08
lib/crc32: standardize on crc32c() name for Castagnoli CRC32
Eric Biggers
2025-02-08
lib/crc32: don't bother with pure and const function attributes
Eric Biggers
2025-02-08
lib/crc32: use void pointer for data
Eric Biggers
2024-12-01
lib/crc32: expose whether the lib is really optimized at runtime
Eric Biggers
2024-12-01
lib/crc32: improve support for arch-specific overrides
Eric Biggers
2024-12-01
lib/crc32: drop leading underscores from __crc32c_le_base
Eric Biggers
2024-07-10
riscv: Optimize crc32 with Zbc extension
Xiao Wang
2014-06-25
lib: crc32: Add some additional __pure annotations
George Spelvin
2014-06-25
lib: crc32: Greatly shrink CRC combining code
George Spelvin
2013-11-03
lib: crc32: add functionality to combine two crc32{, c}s in GF(2)
Daniel Borkmann
2012-03-23
crc32: bolt on crc32c
Darrick J. Wong
2011-03-22
crc32: add missed brackets in macro
Konstantin Khlebnikov
2006-12-08
[PATCH] crc32: replace bitreverse by bitrev32
Akinobu Mita
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds