| Commit message (Expand) | Author | Age | Files | Lines |
* | ACPI/NUMA: Squash acpi_numa_memory_affinity_init() into acpi_parse_memory_aff... | Robert Richter | 2024-05-07 | 1 | -23/+17 |
* | ACPI/NUMA: Squash acpi_numa_slit_init() into acpi_parse_slit() | Robert Richter | 2024-05-07 | 1 | -14/+9 |
* | ACPI/NUMA: Remove architecture dependent remainings | Robert Richter | 2024-05-07 | 1 | -14/+2 |
* | x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks() | Robert Richter | 2024-05-07 | 1 | -0/+5 |
* | cxl/region: Deal with numa nodes not enumerated by SRAT | Dave Jiang | 2024-03-12 | 1 | -0/+11 |
* | cxl/region: Add memory hotplug notifier for cxl region | Dave Jiang | 2024-03-12 | 1 | -0/+34 |
* | ACPI: HMAT / cxl: Add retrieval of generic port coordinates for both access c... | Dave Jiang | 2024-03-12 | 1 | -2/+6 |
* | ACPI: HMAT: Introduce 2 levels of generic port access class | Dave Jiang | 2024-03-12 | 1 | -5/+10 |
* | base/node / ACPI: Enumerate node access class for 'struct access_coordinate' | Dave Jiang | 2024-03-12 | 1 | -12/+14 |
* | ACPI: HMAT: Remove register of memory node for generic target | Dave Jiang | 2024-03-12 | 1 | -4/+4 |
* | Merge tag 'cxl-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl | Linus Torvalds | 2024-01-18 | 1 | -29/+164 |
|\ |
|
| * | acpi: numa: Add helper function to retrieve the performance attributes | Dave Jiang | 2023-12-22 | 1 | -0/+41 |
| * | acpi: numa: Add setting of generic port system locality attributes | Dave Jiang | 2023-12-22 | 1 | -0/+25 |
| * | acpi: Break out nesting for hmat_parse_locality() | Dave Jiang | 2023-12-22 | 1 | -12/+20 |
| * | acpi: numa: Add genport target allocation to the HMAT parsing | Dave Jiang | 2023-12-22 | 1 | -3/+56 |
| * | acpi: numa: Create enum for memory_target access coordinates indexing | Dave Jiang | 2023-12-22 | 1 | -5/+13 |
| * | base/node / acpi: Change 'node_hmem_attrs' to 'access_coordinates' | Dave Jiang | 2023-12-22 | 1 | -14/+14 |
* | | ACPI: NUMA: Fix the logic of getting the fake_pxm value | Yuntao Wang | 2023-12-12 | 1 | -2/+2 |
* | | ACPI: NUMA: Optimize the check for the availability of node values | Yuntao Wang | 2023-12-12 | 1 | -2/+2 |
* | | ACPI: NUMA: Remove unnecessary check in acpi_parse_gi_affinity() | Yuntao Wang | 2023-12-12 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-11-02 | 1 | -53/+93 |
|\ |
|
| * | acpi, hmat: calculate abstract distance with HMAT | Huang Ying | 2023-10-16 | 1 | -2/+63 |
| * | acpi, hmat: refactor hmat_register_target_initiators() | Huang Ying | 2023-10-16 | 1 | -51/+30 |
* | | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-11-01 | 1 | -2/+2 |
|\ \ |
|
| * | | arch: Remove Itanium (IA-64) architecture | Ard Biesheuvel | 2023-09-11 | 1 | -2/+2 |
| |/ |
|
* / | ACPI/NUMA: Apply SRAT proximity domain to entire CFMWS window | Alison Schofield | 2023-09-12 | 1 | -3/+8 |
|/ |
|
* | dax/hmem: Move hmem device registration to dax_hmem.ko | Dan Williams | 2023-02-10 | 1 | -1/+1 |
* | dax/hmem: Move HMAT and Soft reservation probe initcall level | Dan Williams | 2023-02-10 | 1 | -1/+1 |
* | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-12-13 | 1 | -6/+1 |
|\ |
|
| * | memory: move hotplug memory notifier priority to same file for easy sorting | Liu Shixin | 2022-11-08 | 1 | -1/+1 |
| * | ACPI: HMAT: use hotplug_memory_notifier() directly | Liu Shixin | 2022-11-08 | 1 | -6/+1 |
* | | ACPI: HMAT: Fix initiator registration for single-initiator systems | Vishal Verma | 2022-11-18 | 1 | -6/+20 |
* | | ACPI: HMAT: remove unnecessary variable initialization | Vishal Verma | 2022-11-18 | 1 | -1/+0 |
|/ |
|
* | ACPI: NUMA: Add CXL CFMWS 'nodes' to the possible nodes set | Dan Williams | 2022-10-21 | 1 | -0/+1 |
* | ACPI: HMAT: Drop unused dev_fmt() and redundant 'HMAT' prefix | Liu Shixin | 2022-09-22 | 1 | -13/+12 |
* | Merge tag 'cxl-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl... | Linus Torvalds | 2022-01-12 | 1 | -1/+58 |
|\ |
|
| * | ACPI: NUMA: Add a node and memblk for each CFMWS not in SRAT | Alison Schofield | 2021-11-15 | 1 | -1/+58 |
* | | ACPI: NUMA: Process hotpluggable memblocks when !CONFIG_MEMORY_HOTPLUG | Vitaly Kuznetsov | 2021-12-17 | 1 | -3/+2 |
|/ |
|
* | ACPI: Add LoongArch support for ACPI_PROCESSOR/ACPI_NUMA | Huacai Chen | 2021-07-16 | 2 | -2/+2 |
* | Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke... | Linus Torvalds | 2021-04-27 | 1 | -1/+2 |
|\ |
|
| * | treewide: Change list_sort to use const pointers | Sami Tolvanen | 2021-04-08 | 1 | -1/+2 |
* | | ACPI: fix various typos in comments | Tom Saeger | 2021-03-19 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 2020-10-14 | 2 | -24/+142 |
|\ |
|
| * | node: Add access1 class to represent CPU to memory characteristics | Jonathan Cameron | 2020-10-02 | 1 | -19/+69 |
| * | ACPI: HMAT: Fix handling of changes from ACPI 6.2 to ACPI 6.3 | Jonathan Cameron | 2020-10-02 | 1 | -1/+2 |
| * | ACPI: Support Generic Initiator only domains | Jonathan Cameron | 2020-10-02 | 1 | -1/+68 |
| * | ACPI: Remove side effect of partly creating a node in acpi_get_node() | Jonathan Cameron | 2020-09-24 | 1 | -1/+1 |
| * | ACPI: Rename acpi_map_pxm_to_online_node() to pxm_to_online_node() | Jonathan Cameron | 2020-09-24 | 1 | -1/+1 |
| * | ACPI: Do not create new NUMA domains from ACPI static tables that are not SRAT | Jonathan Cameron | 2020-09-24 | 1 | -1/+1 |
| * | ACPI: Add out of bounds and numa_off protections to pxm_to_node() | Jonathan Cameron | 2020-09-24 | 1 | -1/+1 |