Age | Commit message (Expand) | Author |
---|---|---|
2025-02-08 | lib/crc32: remove "_le" from crc32c base and arch functions | Eric Biggers |
2025-02-08 | lib/crc32: don't bother with pure and const function attributes | Eric Biggers |
2024-12-01 | lib/crc32: expose whether the lib is really optimized at runtime | Eric Biggers |
2024-12-01 | lib/crc32: improve support for arch-specific overrides | Eric Biggers |
2024-12-01 | lib/crc32: drop leading underscores from __crc32c_le_base | Eric Biggers |
2024-10-22 | arm64/crc32: Implement 4-way interleave using PMULL | Ard Biesheuvel |
2024-10-22 | arm64/lib: Handle CRC-32 alternative in C code | Ard Biesheuvel |