aboutsummaryrefslogtreecommitdiff
path: root/lib/crc/arm64
AgeCommit message (Expand)AuthorFilesLines
2026-04-02lib/crc: arm64: Simplify intrinsics implementationArd Biesheuvel1-45/+32
2026-04-02lib/crc: arm64: Drop unnecessary chunking logic from crc64Ard Biesheuvel1-7/+5
2026-04-02lib/crc: arm64: Assume a little-endian kernelEric Biggers2-35/+30
2026-03-29lib/crc: arm64: add NEON accelerated CRC64-NVMe implementationDemian Shulhan2-0/+108
2025-11-12lib/crc: Switch ARM and arm64 to 'ksimd' scoped guard APIArd Biesheuvel2-23/+12
2025-08-15lib/crc: Drop inline from all *_mod_init_arch() functionsEric Biggers1-1/+1
2025-08-11lib/crc: Use underlying functions instead of crypto_simd_usable()Eric Biggers2-9/+8
2025-06-30lib/crc: arm64: Migrate optimized CRC code into lib/crc/Eric Biggers4-0/+976