| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-05-28 | lib/crc: arm: Enable arm64's NEON intrinsics implementation of crc64 | Ard Biesheuvel | 1 | -0/+1 |
| 2026-04-24 | Merge tag 'loongarch-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ch... | Linus Torvalds | 1 | -1/+1 |
| 2026-04-22 | LoongArch: Adjust build infrastructure for 32BIT/64BIT | Huacai Chen | 1 | -1/+1 |
| 2026-03-29 | lib/crc: arm64: add NEON accelerated CRC64-NVMe implementation | Demian Shulhan | 1 | -0/+1 |
| 2026-03-17 | lib/crc: arm64: Drop check for CONFIG_KERNEL_MODE_NEON | Eric Biggers | 1 | -1/+1 |
| 2026-03-09 | lib/crc: tests: Add CRC_ENABLE_ALL_FOR_KUNIT | Eric Biggers | 1 | -0/+14 |
| 2026-03-09 | lib/crc: tests: Make crc_kunit test only the enabled CRC variants | Eric Biggers | 1 | -6/+1 |
| 2025-06-30 | lib/crc: Remove ARCH_HAS_* kconfig symbols | Eric Biggers | 1 | -9/+0 |
| 2025-06-30 | lib/crc: x86: Migrate optimized CRC code into lib/crc/ | Eric Biggers | 1 | -0/+3 |
| 2025-06-30 | lib/crc: sparc: Migrate optimized CRC code into lib/crc/ | Eric Biggers | 1 | -0/+1 |
| 2025-06-30 | lib/crc: s390: Migrate optimized CRC code into lib/crc/ | Eric Biggers | 1 | -0/+1 |
| 2025-06-30 | lib/crc: riscv: Migrate optimized CRC code into lib/crc/ | Eric Biggers | 1 | -0/+3 |
| 2025-06-30 | lib/crc: powerpc: Migrate optimized CRC code into lib/crc/ | Eric Biggers | 1 | -0/+2 |
| 2025-06-30 | lib/crc: mips: Migrate optimized CRC code into lib/crc/ | Eric Biggers | 1 | -0/+1 |
| 2025-06-30 | lib/crc: loongarch: Migrate optimized CRC code into lib/crc/ | Eric Biggers | 1 | -0/+1 |
| 2025-06-30 | lib/crc: arm64: Migrate optimized CRC code into lib/crc/ | Eric Biggers | 1 | -0/+2 |
| 2025-06-30 | lib/crc: arm: Migrate optimized CRC code into lib/crc/ | Eric Biggers | 1 | -0/+2 |
| 2025-06-30 | lib/crc: Prepare for arch-optimized code in subdirs of lib/crc/ | Eric Biggers | 1 | -6/+7 |
| 2025-06-30 | lib/crc: Move files into lib/crc/ | Eric Biggers | 1 | -0/+111 |