drivers/acpi

ACPI Core Subsystem

The kernel's implementation of the Advanced Configuration and Power Interface, the industry-standard firmware interface that virtually every x86 and many ARM64 system since the late 1990s uses to describe hardware, route interrupts, manage power states, control thermal zones, and handle events like lid switches and battery changes.

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 top-level ACPI subsystem that underpins firmware enumeration, power management, and thermal handling for nearly all modern PCs and servers. It contains the AML interpreter, table parsers, and dozens of supporting components rather than a single piece of hardware support, so it is foundational kernel infrastructure that cannot be removed.

repository signals

357 files
173,686 source lines
1,819 commits, 5y
+29,394 / −14,509 lines added / removed, 5y
443 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 1,819 total · active in 60/61 months
2021 2022 2023 2024 2025 2026 2021-04: 7 commits · +40 −11 2021-05: 24 commits · +262 −141 2021-06: 82 commits · +1,666 −579 2021-07: 20 commits · +180 −111 2021-08: 18 commits · +189 −151 2021-09: 20 commits · +320 −159 2021-10: 32 commits · +365 −152 2021-11: 33 commits · +456 −313 2021-12: 37 commits · +1,760 −310 2022-01: 20 commits · +227 −85 2022-02: 30 commits · +481 −235 2022-03: 24 commits · +390 −463 2022-04: 43 commits · +757 −515 2022-05: 14 commits · +135 −52 2022-06: 47 commits · +1,037 −557 2022-07: 33 commits · +634 −387 2022-08: 40 commits · +296 −265 2022-09: 44 commits · +671 −250 2022-10: 38 commits · +665 −356 2022-11: 31 commits · +295 −152 2022-12: 37 commits · +353 −270 2023-01: 29 commits · +302 −120 2023-02: 11 commits · +52 −58 2023-03: 32 commits · +497 −156 2023-04: 41 commits · +575 −360 2023-05: 15 commits · +232 −36 2023-06: 30 commits · +467 −409 2023-07: 38 commits · +492 −260 2023-08: 29 commits · +426 −348 2023-09: 44 commits · +1,031 −795 2023-10: 47 commits · +659 −530 2023-11: 35 commits · +1,127 −271 2023-12: 35 commits · +609 −262 2024-01: 11 commits · +226 −76 2024-02: 38 commits · +613 −445 2024-03: 40 commits · +797 −178 2024-04: 30 commits · +359 −90 2024-05: 28 commits · +417 −233 2024-06: 35 commits · +478 −139 2024-07: 23 commits · +268 −223 2024-08: 35 commits · +585 −216 2024-09: 32 commits · +119 −87 2024-10: 21 commits · +196 −132 2024-11: 13 commits · +119 −53 2024-12: 39 commits · +624 −203 2025-01: 24 commits · +387 −120 2025-02: 15 commits · +224 −89 2025-03: 18 commits · +135 −94 2025-04: 36 commits · +533 −417 2025-05: 22 commits · +277 −40 2025-06: 30 commits · +493 −192 2025-07: 20 commits · +169 −95 2025-08: 33 commits · +897 −169 2025-09: 31 commits · +308 −200 2025-10: 38 commits · +622 −266 2025-11: 30 commits · +844 −284 2025-12: 46 commits · +889 −715 2026-01: 46 commits · +802 −343 2026-02: 17 commits · +277 −246 2026-03: 8 commits · +88 −45 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: top-level ACPI subsystem containing core firmware/power-management infrastructure and multiple ACPI-related components, not a single hardware driver.