aboutsummaryrefslogtreecommitdiff
path: root/sys/libkern/gsb_crc32.c
Commit message (Expand)AuthorAgeFilesLines
* Switch to an ifunc in the kernel for crc32cAndrew Turner2021-07-221-18/+38
* tests/sys/kern/crc32: Check for SSE4.2 before using itAlex Richardson2021-02-021-5/+11
* arm64: check for CRC32 support via HWCAPMitchell Horne2020-09-081-9/+3
* libkern: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-16/+0
* Smaller crc for the boot loader.Warner Losh2020-09-011-0/+8
* Rename the macros to extract a single arm64 ID field.Andrew Turner2019-10-301-1/+1
* Separate kernel crc32() implementation to its own header (gsb_crc32.h) andXin LI2019-06-171-0/+790