drivers/platform/x86/intel/uncore-frequency

Intel CPU uncore frequency scaling control

Exposes controls for the "uncore" portion of modern Intel CPUs — the shared L3 cache, ring/mesh interconnect, and memory controllers outside the cores — so administrators can tune their clocks for performance or power. Covers Intel server and workstation chips from Broadwell and Skylake through Sapphire Rapids, Emerald Rapids, and current Xeon 6, plus some recent client parts.

keep conf=0.95 deploy=medium replacement=none subsystem=platform category=platform-vendor
95%

recommendation

It should stay in the kernel because the hardware it controls is current Intel server silicon still being sold and deployed in 2025, including Xeon 6 parts that landed on AWS that August. The code is actively maintained, with new CPU IDs and TPMI support being added through 2026 rather than any removal effort, and there is no replacement driver waiting in the wings.

repository signals

6 files
1,569 source lines
54 commits, 5y
+2,327 / −722 lines added / removed, 5y
21 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 54 total · active in 27/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: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 4 commits · +1,020 −404 2022-03: 1 commit · +2 −2 2022-04: 1 commit · +3 −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: 1 commit · +1 −1 2022-10: 0 commits · +0 −0 2022-11: 1 commit · +1 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 2 commits · +16 −3 2023-04: 4 commits · +517 −32 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 2 commits · +20 −6 2023-11: 0 commits · +0 −0 2023-12: 2 commits · +28 −0 2024-01: 1 commit · +57 −57 2024-02: 1 commit · +1 −1 2024-03: 0 commits · +0 −0 2024-04: 2 commits · +9 −2 2024-05: 1 commit · +28 −28 2024-06: 7 commits · +167 −134 2024-07: 0 commits · +0 −0 2024-08: 3 commits · +215 −9 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 2024-11: 0 commits · +0 −0 2024-12: 1 commit · +7 −7 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 3 commits · +14 −9 2025-05: 3 commits · +104 −2 2025-06: 2 commits · +7 −4 2025-07: 2 commits · +9 −3 2025-08: 1 commit · +1 −1 2025-09: 1 commit · +73 −1 2025-10: 1 commit · +4 −0 2025-11: 1 commit · +5 −4 2025-12: 2 commits · +7 −6 2026-01: 0 commits · +0 −0 2026-02: 2 commits · +3 −4 2026-03: 2 commits · +8 −2 2026-04: 0 commits · +0 −0

sources

  1. git.kernel.org

    The directory is actively maintained through 2025-2026 with feature additions and bug fixes, not dormant or under removal.

  2. git.kernel.org

    The in-tree match table covers multiple Intel server and client CPU families, including Sapphire Rapids and Emerald Rapids, so this is not tied to a single obsolete platform.

  3. intel.com

    Intel Xeon 6 processors were actively marketed and sold in 2025, showing that supported server/workstation hardware remains current.

  4. newsroom.intel.com

    Intel reported Xeon 6 availability on AWS in August 2025, indicating ongoing real-world deployment on new infrastructure.

codex reasoning notes (technical)

Local shell inspection (`sed`) showed the driver's CPU ID table spans Broadwell/Skylake/Ice Lake through Sapphire/Emerald Rapids and newer client parts; attached canonical kernel.org tree URL by canonical recall for citation. Local `git -c safe.directory=... log` showed substantive activity through 2026-03-25 and no removal/deprecation series; attached canonical kernel.org log URL by canonical recall for citation. Web search (`search_query`) returned current Intel Xeon 6 product and deployment pages, supporting that relevant hardware was still sold and newly deployed in 2025. No natural upstream replacement driver is evident; TPMI support here extends the same driver rather than replacing it.