summaryrefslogtreecommitdiff
path: root/drivers/acpi/numa
AgeCommit message (Expand)AuthorFilesLines
2024-09-03mm: introduce numa_memblksMike Rapoport (Microsoft)1-0/+1
2024-07-27Merge tag 'riscv-for-linus-6.11-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-5/+32
2024-07-22Merge patch series "Add ACPI NUMA support for RISC-V"Palmer Dabbelt2-5/+32
2024-07-22ACPI: NUMA: change the ACPI_NUMA to a hidden optionHaibo Xu1-4/+1
2024-07-22ACPI: NUMA: Add handler for SRAT RINTC affinity structureHaibo Xu1-1/+31
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+2
2024-07-12memory tier: consolidate the initialization of memory tiersHo-Ren (Jack) Chuang1-4/+1
2024-06-13ACPI: HMAT: Use ACCESS_COORDINATE_CPU when appropriateHuang Ying1-3/+3
2024-05-07ACPI/NUMA: Squash acpi_numa_memory_affinity_init() into acpi_parse_memory_aff...Robert Richter1-23/+17
2024-05-07ACPI/NUMA: Squash acpi_numa_slit_init() into acpi_parse_slit()Robert Richter1-14/+9
2024-05-07ACPI/NUMA: Remove architecture dependent remainingsRobert Richter1-14/+2
2024-05-07x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()Robert Richter1-0/+5
2024-03-12cxl/region: Deal with numa nodes not enumerated by SRATDave Jiang1-0/+11
2024-03-12cxl/region: Add memory hotplug notifier for cxl regionDave Jiang1-0/+34
2024-03-12ACPI: HMAT / cxl: Add retrieval of generic port coordinates for both access c...Dave Jiang1-2/+6
2024-03-12ACPI: HMAT: Introduce 2 levels of generic port access classDave Jiang1-5/+10
2024-03-12base/node / ACPI: Enumerate node access class for 'struct access_coordinate'Dave Jiang1-12/+14
2024-03-12ACPI: HMAT: Remove register of memory node for generic targetDave Jiang1-4/+4
2024-01-18Merge tag 'cxl-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-29/+164
2023-12-22acpi: numa: Add helper function to retrieve the performance attributesDave Jiang1-0/+41
2023-12-22acpi: numa: Add setting of generic port system locality attributesDave Jiang1-0/+25
2023-12-22acpi: Break out nesting for hmat_parse_locality()Dave Jiang1-12/+20
2023-12-22acpi: numa: Add genport target allocation to the HMAT parsingDave Jiang1-3/+56
2023-12-22acpi: numa: Create enum for memory_target access coordinates indexingDave Jiang1-5/+13
2023-12-22base/node / acpi: Change 'node_hmem_attrs' to 'access_coordinates'Dave Jiang1-14/+14
2023-12-12ACPI: NUMA: Fix the logic of getting the fake_pxm valueYuntao Wang1-2/+2
2023-12-12ACPI: NUMA: Optimize the check for the availability of node valuesYuntao Wang1-2/+2
2023-12-12ACPI: NUMA: Remove unnecessary check in acpi_parse_gi_affinity()Yuntao Wang1-1/+1
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-53/+93
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2023-10-16acpi, hmat: calculate abstract distance with HMATHuang Ying1-2/+63
2023-10-16acpi, hmat: refactor hmat_register_target_initiators()Huang Ying1-51/+30
2023-09-12ACPI/NUMA: Apply SRAT proximity domain to entire CFMWS windowAlison Schofield1-3/+8
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel1-2/+2
2023-02-10dax/hmem: Move hmem device registration to dax_hmem.koDan Williams1-1/+1
2023-02-10dax/hmem: Move HMAT and Soft reservation probe initcall levelDan Williams1-1/+1
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+1
2022-11-18ACPI: HMAT: Fix initiator registration for single-initiator systemsVishal Verma1-6/+20
2022-11-18ACPI: HMAT: remove unnecessary variable initializationVishal Verma1-1/+0
2022-11-08memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin1-1/+1
2022-11-08ACPI: HMAT: use hotplug_memory_notifier() directlyLiu Shixin1-6/+1
2022-10-21ACPI: NUMA: Add CXL CFMWS 'nodes' to the possible nodes setDan Williams1-0/+1
2022-09-22ACPI: HMAT: Drop unused dev_fmt() and redundant 'HMAT' prefixLiu Shixin1-13/+12
2022-01-12Merge tag 'cxl-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds1-1/+58
2021-12-17ACPI: NUMA: Process hotpluggable memblocks when !CONFIG_MEMORY_HOTPLUGVitaly Kuznetsov1-3/+2
2021-11-15ACPI: NUMA: Add a node and memblk for each CFMWS not in SRATAlison Schofield1-1/+58
2021-07-16ACPI: Add LoongArch support for ACPI_PROCESSOR/ACPI_NUMAHuacai Chen2-2/+2
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-08treewide: Change list_sort to use const pointersSami Tolvanen1-1/+2
2021-03-19ACPI: fix various typos in commentsTom Saeger1-1/+1