summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/numa
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-4/+4
2025-12-04Merge tag 'cxl-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds-5/+6
2025-11-12acpi/hmat: Fix lockdep warning for hmem_register_resource()Dave Jiang-21/+25
2025-11-12acpi/hmat: Return when generic target is updatedDave Jiang-5/+6
2025-10-21acpi,srat: Fix incorrect device handle check for Generic InitiatorShuai Xue-1/+1
2025-09-02acpi/hmat: Remove now unused hmat_update_target_coordinates()Dave Jiang-28/+0
2025-09-02cxl, acpi/hmat: Update CXL access coordinates directly instead of through HMATDave Jiang-6/+0
2025-07-13drivers,hmat: use node-notifier instead of memory-notifierOscar Salvador-4/+4
2025-05-22mm: numa_memblks: introduce numa_add_reserved_memblkYuquan Wang-1/+1
2025-05-11acpi,srat: give memory block size advice based on CFMWS alignmentGregory Price-1/+12
2025-04-02Merge tag 'cxl-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds-0/+44
2025-03-27ACPI: NUMA: Use str_enabled_disabled() helper functionThorsten Blum-14/+8
2025-03-20acpi: numa: Export node_to_pxm()Nuno Das Neves-0/+1
2025-02-26acpi/hmat / cxl: Add extended linear cache support for CXLDave Jiang-0/+39
2025-02-26acpi: numa: Add support to enumerate and store extended linear address modeDave Jiang-0/+5
2025-02-01mm/fake-numa: handle cases with no SRAT infoBruno Faccini-1/+10
2025-01-29Merge tag 'cxl-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds-12/+12
2025-01-25mm/fake-numa: allow later numa node hotplugBruno Faccini-0/+86
2025-01-02ACPI/HMAT: Move HMAT messages to pr_debug()Dan Williams-12/+12
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-1/+1
2024-09-03mm: introduce numa_memblksMike Rapoport (Microsoft)-0/+1
2024-07-27Merge tag 'riscv-for-linus-6.11-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-5/+32
2024-07-22Merge patch series "Add ACPI NUMA support for RISC-V"Palmer Dabbelt-5/+32
2024-07-22ACPI: NUMA: change the ACPI_NUMA to a hidden optionHaibo Xu-4/+1
2024-07-22ACPI: NUMA: Add handler for SRAT RINTC affinity structureHaibo Xu-1/+31
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-5/+2
2024-07-12memory tier: consolidate the initialization of memory tiersHo-Ren (Jack) Chuang-4/+1
2024-06-13ACPI: HMAT: Use ACCESS_COORDINATE_CPU when appropriateHuang Ying-3/+3
2024-05-07ACPI/NUMA: Squash acpi_numa_memory_affinity_init() into acpi_parse_memory_aff...Robert Richter-23/+17
2024-05-07ACPI/NUMA: Squash acpi_numa_slit_init() into acpi_parse_slit()Robert Richter-14/+9
2024-05-07ACPI/NUMA: Remove architecture dependent remainingsRobert Richter-14/+2
2024-05-07x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()Robert Richter-0/+5
2024-03-12cxl/region: Deal with numa nodes not enumerated by SRATDave Jiang-0/+11
2024-03-12cxl/region: Add memory hotplug notifier for cxl regionDave Jiang-0/+34
2024-03-12ACPI: HMAT / cxl: Add retrieval of generic port coordinates for both access c...Dave Jiang-2/+6
2024-03-12ACPI: HMAT: Introduce 2 levels of generic port access classDave Jiang-5/+10
2024-03-12base/node / ACPI: Enumerate node access class for 'struct access_coordinate'Dave Jiang-12/+14
2024-03-12ACPI: HMAT: Remove register of memory node for generic targetDave Jiang-4/+4
2024-01-18Merge tag 'cxl-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds-29/+164
2023-12-22acpi: numa: Add helper function to retrieve the performance attributesDave Jiang-0/+41
2023-12-22acpi: numa: Add setting of generic port system locality attributesDave Jiang-0/+25
2023-12-22acpi: Break out nesting for hmat_parse_locality()Dave Jiang-12/+20
2023-12-22acpi: numa: Add genport target allocation to the HMAT parsingDave Jiang-3/+56
2023-12-22acpi: numa: Create enum for memory_target access coordinates indexingDave Jiang-5/+13
2023-12-22base/node / acpi: Change 'node_hmem_attrs' to 'access_coordinates'Dave Jiang-14/+14
2023-12-12ACPI: NUMA: Fix the logic of getting the fake_pxm valueYuntao Wang-2/+2
2023-12-12ACPI: NUMA: Optimize the check for the availability of node valuesYuntao Wang-2/+2
2023-12-12ACPI: NUMA: Remove unnecessary check in acpi_parse_gi_affinity()Yuntao Wang-1/+1
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-53/+93