drivers/powercap

Power Capping Framework

A kernel subsystem that provides a common interface for power-capping technologies, letting the OS limit how much energy CPUs and other components can draw. Backends plugged into it include Intel's RAPL (Running Average Power Limit), DTPM for ARM systems, and IDLE injection mechanisms used in data centers and laptops to enforce thermal and energy budgets.

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

recommendation

This is not actually a driver directory; it is the umbrella framework under which several power-capping backends (such as Intel RAPL and ARM DTPM) live. Any keep-or-remove decision needs to be made on the individual backends inside it, not on the framework itself.

repository signals

12 files
5,844 source lines
140 commits, 5y
+3,545 / −1,163 lines added / removed, 5y
45 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 140 total · active in 48/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: 0 commits · +0 −0 2021-08: 2 commits · +27 −25 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 3 commits · +6 −12 2021-12: 3 commits · +60 −5 2022-01: 10 commits · +545 −83 2022-02: 0 commits · +0 −0 2022-03: 3 commits · +3 −3 2022-04: 1 commit · +1 −0 2022-05: 3 commits · +3 −1 2022-06: 2 commits · +10 −24 2022-07: 2 commits · +4 −3 2022-08: 1 commit · +1 −0 2022-09: 3 commits · +4 −2 2022-10: 1 commit · +523 −0 2022-11: 2 commits · +5 −1 2022-12: 0 commits · +0 −0 2023-01: 4 commits · +16 −7 2023-02: 5 commits · +64 −8 2023-03: 0 commits · +0 −0 2023-04: 15 commits · +901 −426 2023-05: 1 commit · +16 −0 2023-06: 3 commits · +13 −12 2023-07: 2 commits · +132 −107 2023-08: 1 commit · +2 −2 2023-09: 1 commit · +1 −3 2023-10: 1 commit · +1 −1 2023-11: 1 commit · +4 −13 2023-12: 1 commit · +13 −4 2024-01: 6 commits · +52 −7 2024-02: 4 commits · +54 −23 2024-03: 2 commits · +3 −4 2024-04: 5 commits · +600 −18 2024-05: 2 commits · +68 −68 2024-06: 1 commit · +1 −1 2024-07: 2 commits · +31 −4 2024-08: 3 commits · +3 −2 2024-09: 3 commits · +16 −4 2024-10: 3 commits · +3 −2 2024-11: 0 commits · +0 −0 2024-12: 3 commits · +11 −10 2025-01: 1 commit · +1 −2 2025-02: 1 commit · +2 −4 2025-03: 1 commit · +1 −1 2025-04: 3 commits · +3 −3 2025-05: 1 commit · +2 −0 2025-06: 3 commits · +19 −1 2025-07: 2 commits · +7 −4 2025-08: 1 commit · +2 −3 2025-09: 0 commits · +0 −0 2025-10: 2 commits · +6 −0 2025-11: 3 commits · +58 −36 2025-12: 3 commits · +34 −16 2026-01: 2 commits · +7 −7 2026-02: 7 commits · +36 −45 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: top-level powercap subsystem/framework directory containing multiple power-capping components rather than one hardware driver.