summaryrefslogtreecommitdiffstats
path: root/arch/arm64/lib/crc32-glue.c
AgeCommit message (Expand)AuthorLines
2025-04-28arm64/crc: drop "glue" from filenamesEric Biggers-99/+0
2025-02-08lib/crc32: remove "_le" from crc32c base and arch functionsEric Biggers-3/+3
2025-02-08lib/crc32: don't bother with pure and const function attributesEric Biggers-3/+3
2024-12-01lib/crc32: expose whether the lib is really optimized at runtimeEric Biggers-0/+10
2024-12-01lib/crc32: improve support for arch-specific overridesEric Biggers-3/+10
2024-12-01lib/crc32: drop leading underscores from __crc32c_le_baseEric Biggers-1/+1
2024-10-22arm64/crc32: Implement 4-way interleave using PMULLArd Biesheuvel-0/+48
2024-10-22arm64/lib: Handle CRC-32 alternative in C codeArd Biesheuvel-0/+34