index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
numa
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-07
ACPI/NUMA: Squash acpi_numa_memory_affinity_init() into acpi_parse_memory_aff...
Robert Richter
1
-23
/
+17
2024-05-07
ACPI/NUMA: Squash acpi_numa_slit_init() into acpi_parse_slit()
Robert Richter
1
-14
/
+9
2024-05-07
ACPI/NUMA: Remove architecture dependent remainings
Robert Richter
1
-14
/
+2
2024-05-07
x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()
Robert Richter
1
-0
/
+5
2024-03-13
cxl/region: Deal with numa nodes not enumerated by SRAT
Dave Jiang
1
-0
/
+11
2024-03-12
cxl/region: Add memory hotplug notifier for cxl region
Dave Jiang
1
-0
/
+34
2024-03-12
ACPI: HMAT / cxl: Add retrieval of generic port coordinates for both access c...
Dave Jiang
1
-2
/
+6
2024-03-12
ACPI: HMAT: Introduce 2 levels of generic port access class
Dave Jiang
1
-5
/
+10
2024-03-12
base/node / ACPI: Enumerate node access class for 'struct access_coordinate'
Dave Jiang
1
-12
/
+14
2024-03-12
ACPI: HMAT: Remove register of memory node for generic target
Dave Jiang
1
-4
/
+4
2024-01-19
Merge tag 'cxl-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
1
-29
/
+164
2023-12-23
acpi: numa: Add helper function to retrieve the performance attributes
Dave Jiang
1
-0
/
+41
2023-12-23
acpi: numa: Add setting of generic port system locality attributes
Dave Jiang
1
-0
/
+25
2023-12-23
acpi: Break out nesting for hmat_parse_locality()
Dave Jiang
1
-12
/
+20
2023-12-23
acpi: numa: Add genport target allocation to the HMAT parsing
Dave Jiang
1
-3
/
+56
2023-12-23
acpi: numa: Create enum for memory_target access coordinates indexing
Dave Jiang
1
-5
/
+13
2023-12-23
base/node / acpi: Change 'node_hmem_attrs' to 'access_coordinates'
Dave Jiang
1
-14
/
+14
2023-12-12
ACPI: NUMA: Fix the logic of getting the fake_pxm value
Yuntao Wang
1
-2
/
+2
2023-12-12
ACPI: NUMA: Optimize the check for the availability of node values
Yuntao Wang
1
-2
/
+2
2023-12-12
ACPI: NUMA: Remove unnecessary check in acpi_parse_gi_affinity()
Yuntao Wang
1
-1
/
+1
2023-11-03
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-53
/
+93
2023-11-02
Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+2
2023-10-17
acpi, hmat: calculate abstract distance with HMAT
Huang Ying
1
-2
/
+63
2023-10-17
acpi, hmat: refactor hmat_register_target_initiators()
Huang Ying
1
-51
/
+30
2023-09-13
ACPI/NUMA: Apply SRAT proximity domain to entire CFMWS window
Alison Schofield
1
-3
/
+8
2023-09-11
arch: Remove Itanium (IA-64) architecture
Ard Biesheuvel
1
-2
/
+2
2023-02-11
dax/hmem: Move hmem device registration to dax_hmem.ko
Dan Williams
1
-1
/
+1
2023-02-11
dax/hmem: Move HMAT and Soft reservation probe initcall level
Dan Williams
1
-1
/
+1
2022-12-14
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-6
/
+1
2022-11-19
ACPI: HMAT: Fix initiator registration for single-initiator systems
Vishal Verma
1
-6
/
+20
2022-11-19
ACPI: HMAT: remove unnecessary variable initialization
Vishal Verma
1
-1
/
+0
2022-11-09
memory: move hotplug memory notifier priority to same file for easy sorting
Liu Shixin
1
-1
/
+1
2022-11-09
ACPI: HMAT: use hotplug_memory_notifier() directly
Liu Shixin
1
-6
/
+1
2022-10-22
ACPI: NUMA: Add CXL CFMWS 'nodes' to the possible nodes set
Dan Williams
1
-0
/
+1
2022-09-22
ACPI: HMAT: Drop unused dev_fmt() and redundant 'HMAT' prefix
Liu Shixin
1
-13
/
+12
2022-01-13
Merge tag 'cxl-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...
Linus Torvalds
1
-1
/
+58
2021-12-17
ACPI: NUMA: Process hotpluggable memblocks when !CONFIG_MEMORY_HOTPLUG
Vitaly Kuznetsov
1
-3
/
+2
2021-11-15
ACPI: NUMA: Add a node and memblk for each CFMWS not in SRAT
Alison Schofield
1
-1
/
+58
2021-07-16
ACPI: Add LoongArch support for ACPI_PROCESSOR/ACPI_NUMA
Huacai Chen
2
-2
/
+2
2021-04-27
Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...
Linus Torvalds
1
-1
/
+2
2021-04-09
treewide: Change list_sort to use const pointers
Sami Tolvanen
1
-1
/
+2
2021-03-19
ACPI: fix various typos in comments
Tom Saeger
1
-1
/
+1
2020-10-14
Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
2
-24
/
+142
2020-10-14
ACPI: HMAT: refactor hmat_register_target_device to hmem_register_device
Dan Williams
1
-62
/
+6
2020-10-14
x86/numa: add 'nohmat' option
Dan Williams
1
-1
/
+7
2020-10-14
x86/numa: cleanup configuration dependent command-line options
Dan Williams
1
-2
/
+7
2020-10-02
node: Add access1 class to represent CPU to memory characteristics
Jonathan Cameron
1
-19
/
+69
2020-10-02
ACPI: HMAT: Fix handling of changes from ACPI 6.2 to ACPI 6.3
Jonathan Cameron
1
-1
/
+2
2020-10-02
ACPI: Support Generic Initiator only domains
Jonathan Cameron
1
-1
/
+68
2020-09-24
ACPI: Remove side effect of partly creating a node in acpi_get_node()
Jonathan Cameron
1
-1
/
+1
[next]