summaryrefslogtreecommitdiff
path: root/drivers/acpi/numa/hmat.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+1
2022-11-19ACPI: HMAT: Fix initiator registration for single-initiator systemsVishal Verma1-6/+20
2022-11-19ACPI: HMAT: remove unnecessary variable initializationVishal Verma1-1/+0
2022-11-09memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin1-1/+1
2022-11-09ACPI: HMAT: use hotplug_memory_notifier() directlyLiu Shixin1-6/+1
2022-09-22ACPI: HMAT: Drop unused dev_fmt() and redundant 'HMAT' prefixLiu Shixin1-13/+12
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds1-1/+2
2021-04-09treewide: Change list_sort to use const pointersSami Tolvanen1-1/+2
2021-03-19ACPI: fix various typos in commentsTom Saeger1-1/+1
2020-10-14Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-21/+72
2020-10-14ACPI: HMAT: refactor hmat_register_target_device to hmem_register_deviceDan Williams1-62/+6
2020-10-14x86/numa: add 'nohmat' optionDan Williams1-1/+7
2020-10-02node: Add access1 class to represent CPU to memory characteristicsJonathan Cameron1-19/+69
2020-10-02ACPI: HMAT: Fix handling of changes from ACPI 6.2 to ACPI 6.3Jonathan Cameron1-1/+2
2020-09-24ACPI: Rename acpi_map_pxm_to_online_node() to pxm_to_online_node()Jonathan Cameron1-1/+1
2020-09-24ACPI: Do not create new NUMA domains from ACPI static tables that are not SRATJonathan Cameron1-1/+1
2019-11-12ACPI: HMAT: use %u instead of %d to print u32 valuesTao Xu1-9/+9
2019-11-12ACPI: NUMA: HMAT: fix a section mismatchQian Cai1-1/+1
2019-11-07ACPI: HMAT: don't mix pxm and nid when setting memory target processor_pxmBrice Goglin1-1/+1
2019-11-07ACPI: NUMA: HMAT: Register "soft reserved" memory as an "hmem" deviceDan Williams1-12/+124
2019-11-07ACPI: NUMA: HMAT: Register HMAT at device_initcall levelDan Williams1-1/+1
2019-11-07ACPI: NUMA: Establish a new drivers/acpi/numa/ directoryDan Williams1-0/+751