drivers/acpi/acpica

ACPICA ACPI Interpreter Core

ACPICA is the cross-platform reference implementation of the ACPI specification, providing the AML bytecode interpreter, namespace manager, and table parser that underpin power management and hardware enumeration on essentially every modern x86, x86-64, and ARM64 PC and server. It is shared upstream code synchronized with Intel's ACPICA project, not a driver for any particular device.

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 the in-kernel copy of ACPICA, the reference ACPI Component Architecture code maintained jointly with Intel that every ACPI-capable system relies on to parse firmware tables and run AML bytecode. It is foundational infrastructure for the wider ACPI subsystem rather than something that binds to a specific piece of hardware.

repository signals

200 files
95,586 source lines
137 commits, 5y
+2,074 / −1,175 lines added / removed, 5y
59 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 137 total · active in 39/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 1 commit · +8 −0 2021-06: 3 commits · +69 −3 2021-07: 0 commits · +0 −0 2021-08: 2 commits · +2 −10 2021-09: 1 commit · +15 −13 2021-10: 1 commit · +1 −0 2021-11: 0 commits · +0 −0 2021-12: 10 commits · +220 −75 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 1 commit · +3 −0 2022-04: 10 commits · +238 −187 2022-05: 1 commit · +0 −11 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 7 commits · +269 −102 2022-11: 1 commit · +8 −2 2022-12: 5 commits · +94 −20 2023-01: 2 commits · +8 −6 2023-02: 0 commits · +0 −0 2023-03: 2 commits · +77 −0 2023-04: 18 commits · +375 −222 2023-05: 1 commit · +2 −2 2023-06: 2 commits · +1 −3 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 4 commits · +52 −8 2023-11: 1 commit · +1 −1 2023-12: 3 commits · +10 −5 2024-01: 1 commit · +71 −36 2024-02: 0 commits · +0 −0 2024-03: 5 commits · +25 −26 2024-04: 5 commits · +55 −5 2024-05: 1 commit · +2 −0 2024-06: 2 commits · +61 −26 2024-07: 1 commit · +2 −0 2024-08: 6 commits · +40 −94 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 2024-11: 1 commit · +0 −2 2024-12: 0 commits · +0 −0 2025-01: 1 commit · +0 −2 2025-02: 0 commits · +0 −0 2025-03: 3 commits · +25 −40 2025-04: 11 commits · +243 −212 2025-05: 1 commit · +1 −1 2025-06: 2 commits · +9 −2 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 11 commits · +33 −21 2025-10: 1 commit · +6 −0 2025-11: 1 commit · +6 −3 2025-12: 0 commits · +0 −0 2026-01: 6 commits · +38 −32 2026-02: 1 commit · +3 −2 2026-03: 1 commit · +1 −1 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: contains the ACPICA ACPI interpreter/core implementation used by the ACPI subsystem, not a kernel-bound hardware device driver.