| Age | Commit message (Expand) | Author | Files | Lines |
| 3 days | lib/crc: arm: Enable arm64's NEON intrinsics implementation of crc64 | Ard Biesheuvel | 4 | -1/+75 |
| 3 days | lib/crc: Turn NEON intrinsics crc64 implementation into common code | Ard Biesheuvel | 4 | -27/+30 |
| 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-04-02 | lib/crc: arm64: Simplify intrinsics implementation | Ard Biesheuvel | 1 | -45/+32 |
| 2026-04-02 | lib/crc: arm64: Use existing macros for kernel-mode FPU cflags | Ard Biesheuvel | 1 | -3/+2 |
| 2026-04-02 | lib/crc: arm64: Drop unnecessary chunking logic from crc64 | Ard Biesheuvel | 1 | -7/+5 |
| 2026-04-02 | lib/crc: arm64: Assume a little-endian kernel | Eric Biggers | 2 | -35/+30 |
| 2026-03-29 | lib/crc: arm64: add NEON accelerated CRC64-NVMe implementation | Demian Shulhan | 4 | -1/+116 |
| 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 a .kunitconfig file | Eric Biggers | 1 | -0/+3 |
| 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 | 2 | -12/+23 |
| 2025-11-12 | lib/crc: Switch ARM and arm64 to 'ksimd' scoped guard API | Ard Biesheuvel | 4 | -43/+22 |
| 2025-08-15 | lib/crc: Drop inline from all *_mod_init_arch() functions | Eric Biggers | 11 | -11/+11 |
| 2025-08-11 | lib/crc: Use underlying functions instead of crypto_simd_usable() | Eric Biggers | 8 | -24/+20 |
| 2025-08-11 | lib/crc: crc_kunit: Test CRC computation in interrupt contexts | Eric Biggers | 1 | -9/+53 |
| 2025-07-20 | lib/crc: x86/crc32c: Enable VPCLMULQDQ optimization where beneficial | Eric Biggers | 2 | -2/+83 |
| 2025-07-20 | lib/crc: x86: Reorganize crc-pclmul static_call initialization | Eric Biggers | 4 | -21/+44 |
| 2025-06-30 | lib/crc: Explicitly include <linux/export.h> | Eric Biggers | 9 | -12/+22 |
| 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 | 12 | -0/+1389 |
| 2025-06-30 | lib/crc: sparc: Migrate optimized CRC code into lib/crc/ | Eric Biggers | 4 | -0/+89 |
| 2025-06-30 | lib/crc: s390: Migrate optimized CRC code into lib/crc/ | Eric Biggers | 6 | -0/+495 |
| 2025-06-30 | lib/crc: riscv: Migrate optimized CRC code into lib/crc/ | Eric Biggers | 13 | -0/+595 |
| 2025-06-30 | lib/crc: powerpc: Migrate optimized CRC code into lib/crc/ | Eric Biggers | 7 | -0/+2575 |
| 2025-06-30 | lib/crc: mips: Migrate optimized CRC code into lib/crc/ | Eric Biggers | 2 | -0/+163 |
| 2025-06-30 | lib/crc: loongarch: Migrate optimized CRC code into lib/crc/ | Eric Biggers | 2 | -0/+116 |
| 2025-06-30 | lib/crc: arm64: Migrate optimized CRC code into lib/crc/ | Eric Biggers | 6 | -0/+980 |
| 2025-06-30 | lib/crc: arm: Migrate optimized CRC code into lib/crc/ | Eric Biggers | 6 | -0/+934 |
| 2025-06-30 | lib/crc: Prepare for arch-optimized code in subdirs of lib/crc/ | Eric Biggers | 5 | -34/+152 |
| 2025-06-30 | lib/crc: Move files into lib/crc/ | Eric Biggers | 16 | -0/+1359 |