aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica/acpi_pxm.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Use bool for one-bit wide bit-fieldsDimitry Andric2023-04-251-2/+2
* pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin2022-09-221-1/+1
* acpi: Ensure that adjacent memory affinity table entries are coalescedMark Johnston2020-12-181-12/+25
* Call acpi_pxm_set_proximity_info() slightly earlier on x86.Mark Johnston2020-05-141-15/+6
* Allocate all per-cpu datastructures in domain correct memory.Jeff Roberson2019-08-181-0/+11
* acpica: support parsing of arm64 affinity in acpi_pxm.cJayachandran C.2018-12-081-8/+56
* acpica : move SRAT/SLIT parsing to sys/dev/acpicaJayachandran C.2018-12-081-0/+649