summaryrefslogtreecommitdiff
path: root/sys/dev/amd_ecc_inject
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-09-22kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.John Baldwin
2021-11-24amd_ecc_inject: return an error instead of ignoring it in tsc_modeventMateusz Guzik
2020-09-01amd*: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-02-13ecc_inject: Add Hygon Dhyana support.Konstantin Belousov
2018-08-25Eliminate the arena parameter to kmem_free(). Implicitly this corrects anAlan Cox
2018-08-18Eliminate the unused arena parameter from kmem_alloc_attr().Alan Cox
2017-03-03add a module that provides support for DRAM ECC error injection on AMD CPUsAndriy Gapon