开源镜像站
帮助
动态
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
/
crypto
/
crc32c_generic.c
Age
Commit message (
Expand
)
Author
2024-12-01
crypto: crc32 - don't unnecessarily register arch algorithms
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-11-19
Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2024-10-28
crypto: crc32c - Provide crc32c-arch driver for accelerated library code
Ard Biesheuvel
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2020-08-21
crypto: crc32c_generic - delete and fix duplicated words
Randy Dunlap
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-04-18
crypto: run initcalls for generic implementations earlier
Eric Biggers
2018-05-27
crypto: crc32c-generic - remove cra_alignmask
Eric Biggers
2018-01-12
crypto: hash - annotate algorithms taking optional key
Eric Biggers
2016-01-19
crypto: crc32c - Fix crc32c soft dependency
Jean Delvare
2015-01-13
crypto: add missing crypto module aliases
Mathias Krause
2014-11-24
crypto: prefix module autoloading with "crypto-"
Kees Cook
2014-02-25
CRC32C: Add soft module dependency to load other accelerated crc32c modules
Tim Chen