drivers/platform/x86/intel/speed_select_if

Intel Speed Select Technology interface for Xeon servers

Kernel interface that lets administrators reconfigure Intel Xeon server CPUs at runtime using Speed Select Technology, which can boost a chosen subset of cores to higher frequencies, change per-core performance levels, or adjust base frequency profiles. It is used on data-center Xeon SKUs from the Cascade Lake era through current Xeon 6 processors to tune CPUs for specific workloads.

keep conf=0.90 last_sold=2026 deploy=low replacement=none subsystem=platform category=platform-vendor
90%

recommendation

It should stay because Intel still ships Speed Select on brand-new Xeon 6 server CPUs announced in May 2025, the kernel code received substantive fixes and feature work as recently as March 2026, and the upstream admin documentation and user-space tooling remain in active use. Deployments are niche to particular server platforms rather than mass-market, but the hardware is current and the code is maintained.

repository signals

10 files
3,513 source lines
78 commits, 5y
+3,873 / −327 lines added / removed, 5y
16 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 78 total · active in 29/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 · +1,484 −3 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: 1 commit · +63 −34 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: 1 commit · +32 −7 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 1 commit · +1 −1 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 5 commits · +30 −5 2023-03: 9 commits · +1,571 −7 2023-04: 0 commits · +0 −0 2023-05: 1 commit · +5 −7 2023-06: 2 commits · +3 −0 2023-07: 0 commits · +0 −0 2023-08: 2 commits · +3 −3 2023-09: 0 commits · +0 −0 2023-10: 5 commits · +28 −18 2023-11: 0 commits · +0 −0 2023-12: 1 commit · +25 −0 2024-01: 0 commits · +0 −0 2024-02: 1 commit · +2 −2 2024-03: 0 commits · +0 −0 2024-04: 9 commits · +335 −71 2024-05: 5 commits · +56 −32 2024-06: 0 commits · +0 −0 2024-07: 1 commit · +11 −31 2024-08: 1 commit · +1 −2 2024-09: 1 commit · +3 −1 2024-10: 1 commit · +1 −0 2024-11: 0 commits · +0 −0 2024-12: 1 commit · +9 −9 2025-01: 1 commit · +1 −0 2025-02: 0 commits · +0 −0 2025-03: 1 commit · +1 −1 2025-04: 6 commits · +17 −17 2025-05: 5 commits · +104 −23 2025-06: 0 commits · +0 −0 2025-07: 1 commit · +5 −4 2025-08: 1 commit · +1 −1 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 1 commit · +2 −2 2025-12: 0 commits · +0 −0 2026-01: 4 commits · +59 −26 2026-02: 4 commits · +13 −18 2026-03: 4 commits · +7 −2 2026-04: 0 commits · +0 −0

sources

  1. docs.kernel.org

    Upstream kernel documentation still describes active user-space control of Intel Speed Select features through the in-tree interface and toolchain.

  2. cateee.net

    LKDDb shows CONFIG_INTEL_SPEED_SELECT_INTERFACE present continuously from Linux 5.15 through current HEAD, indicating the driver remains supported upstream.

  3. intel.com

    Intel support documentation reviewed on July 2, 2025 describes managing Intel Speed Select on supported Xeon processors under Linux.

  4. intel.com

    Intel Xeon 6 product material lists SKUs with Intel SST profiles, showing the feature remains present on new server processors.

  5. newsroom.intel.com

    Intel's May 22, 2025 Xeon 6 launch announcement explicitly mentions Intel Speed Select Technology - Turbo Frequency on new Xeon 6 CPUs.

codex reasoning notes (technical)

Real driver, not a helper-only directory: local `rg` and Kconfig show loadable MMIO/mailbox/TPMI driver modules for Intel Speed Select on specific Xeon servers. Lore-first attempt via `lei q` failed because `lei` is unavailable in this environment; a web search against lore.kernel.org returned no removal/deprecation hits. As fallback for upstream activity, local `git -c safe.directory=... log` shows substantive ISST fixes/features through 2026-03-27, so this is actively maintained rather than retiring. URLs were obtained via web search (`docs.kernel.org`, Intel pages, LKDDb); local shell inspection supplied the no-removal/active-maintenance context. Hardware remains current because Intel was still publishing 2025 support and Xeon 6 product material with SST, but deployments are niche to certain Xeon server platforms, so use `low` rather than broad-market `high`.