summaryrefslogtreecommitdiff
path: root/sys/libkern/arm64
AgeCommit message (Expand)Author
2025-09-10Fix possible out of bounds read in armv8_crc32cZhongqi Zhao
2023-11-21arm64: Mark the armv8 crc32c as supporting BTIAndrew Turner
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2021-05-06Use '.arch_extension crc' in the arm64 crc32 codeAndrew Turner
2017-06-08arm64: add ".arch armv8-a+crc" to allow use of crc instructionsEd Maste
2017-04-27armv8 has support for optional CRC32C instructions. This patch checks if they...Michael Tuexen