开源镜像站
帮助
下载
动态
GitHub
index
:
lwn.git
alabaster
automarkup
b4/review/20260312-kernel-doc-use-a-c-lexical-tokenizer-for-transforms-0e0e9e143327
build-script
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
media-uapi
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
crc
Age
Commit message (
Expand
)
Author
2026-04-02
lib/crc: arm64: Simplify intrinsics implementation
Ard Biesheuvel
2026-04-02
lib/crc: arm64: Use existing macros for kernel-mode FPU cflags
Ard Biesheuvel
2026-04-02
lib/crc: arm64: Drop unnecessary chunking logic from crc64
Ard Biesheuvel
2026-04-02
lib/crc: arm64: Assume a little-endian kernel
Eric Biggers
2026-03-29
lib/crc: arm64: add NEON accelerated CRC64-NVMe implementation
Demian Shulhan
2026-03-17
lib/crc: arm64: Drop check for CONFIG_KERNEL_MODE_NEON
Eric Biggers
2026-03-09
lib/crc: tests: Add a .kunitconfig file
Eric Biggers
2026-03-09
lib/crc: tests: Add CRC_ENABLE_ALL_FOR_KUNIT
Eric Biggers
2026-03-09
lib/crc: tests: Make crc_kunit test only the enabled CRC variants
Eric Biggers
2025-11-12
lib/crc: Switch ARM and arm64 to 'ksimd' scoped guard API
Ard Biesheuvel
2025-08-15
lib/crc: Drop inline from all *_mod_init_arch() functions
Eric Biggers
2025-08-11
lib/crc: Use underlying functions instead of crypto_simd_usable()
Eric Biggers
2025-08-11
lib/crc: crc_kunit: Test CRC computation in interrupt contexts
Eric Biggers
2025-07-20
lib/crc: x86/crc32c: Enable VPCLMULQDQ optimization where beneficial
Eric Biggers
2025-07-20
lib/crc: x86: Reorganize crc-pclmul static_call initialization
Eric Biggers
2025-06-30
lib/crc: Explicitly include <linux/export.h>
Eric Biggers
2025-06-30
lib/crc: Remove ARCH_HAS_* kconfig symbols
Eric Biggers
2025-06-30
lib/crc: x86: Migrate optimized CRC code into lib/crc/
Eric Biggers
2025-06-30
lib/crc: sparc: Migrate optimized CRC code into lib/crc/
Eric Biggers
2025-06-30
lib/crc: s390: Migrate optimized CRC code into lib/crc/
Eric Biggers
2025-06-30
lib/crc: riscv: Migrate optimized CRC code into lib/crc/
Eric Biggers
2025-06-30
lib/crc: powerpc: Migrate optimized CRC code into lib/crc/
Eric Biggers
2025-06-30
lib/crc: mips: Migrate optimized CRC code into lib/crc/
Eric Biggers
2025-06-30
lib/crc: loongarch: Migrate optimized CRC code into lib/crc/
Eric Biggers
2025-06-30
lib/crc: arm64: Migrate optimized CRC code into lib/crc/
Eric Biggers
2025-06-30
lib/crc: arm: Migrate optimized CRC code into lib/crc/
Eric Biggers
2025-06-30
lib/crc: Prepare for arch-optimized code in subdirs of lib/crc/
Eric Biggers
2025-06-30
lib/crc: Move files into lib/crc/
Eric Biggers