drivers/acpi/numa

ACPI NUMA Topology Parsing Support

Kernel infrastructure that reads NUMA (Non-Uniform Memory Access) topology information from ACPI firmware tables, telling Linux which CPUs and memory regions belong to which physical node on multi-socket servers and other systems where memory access latency varies by location.

not-a-driver conf=1.00 deploy=none replacement=none subsystem=acpi category=not-a-driver
100%

recommendation

This is not actually a driver directory; it is shared platform support code that helps the kernel understand memory and CPU locality on NUMA-capable hardware by parsing ACPI firmware tables such as SRAT and SLIT. It underpins scheduling and memory allocation decisions on modern multi-socket servers and is not a candidate for removal.

repository signals

4 files
1,804 source lines
57 commits, 5y
+744 / −321 lines added / removed, 5y
24 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 57 total · active in 26/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 2021-07: 1 commit · +2 −2 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 1 commit · +58 −1 2021-11: 0 commits · +0 −0 2021-12: 1 commit · +2 −3 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 3 commits · +14 −20 2022-10: 2 commits · +3 −2 2022-11: 2 commits · +20 −7 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 2 commits · +2 −2 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 1 commit · +8 −3 2023-08: 0 commits · +0 −0 2023-09: 2 commits · +93 −53 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 9 commits · +174 −39 2024-01: 1 commit · +12 −12 2024-02: 0 commits · +0 −0 2024-03: 6 commits · +79 −23 2024-04: 0 commits · +0 −0 2024-05: 4 commits · +33 −51 2024-06: 3 commits · +35 −8 2024-07: 1 commit · +1 −4 2024-08: 1 commit · +1 −0 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 2024-11: 0 commits · +0 −0 2024-12: 1 commit · +1 −1 2025-01: 3 commits · +108 −2 2025-02: 2 commits · +44 −0 2025-03: 2 commits · +9 −14 2025-04: 0 commits · +0 −0 2025-05: 1 commit · +1 −1 2025-06: 1 commit · +4 −4 2025-07: 0 commits · +0 −0 2025-08: 2 commits · +0 −34 2025-09: 1 commit · +1 −1 2025-10: 0 commits · +0 −0 2025-11: 2 commits · +31 −26 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 2 commits · +8 −8 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: ACPI NUMA topology/parsing support code for platform memory locality, not a kernel-bound hardware device driver.