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.
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
sources
- docs.kernel.org
Upstream kernel documentation still describes active user-space control of Intel Speed Select features through the in-tree interface and toolchain.
- cateee.net
LKDDb shows CONFIG_INTEL_SPEED_SELECT_INTERFACE present continuously from Linux 5.15 through current HEAD, indicating the driver remains supported upstream.
- intel.com
Intel support documentation reviewed on July 2, 2025 describes managing Intel Speed Select on supported Xeon processors under Linux.
- intel.com
Intel Xeon 6 product material lists SKUs with Intel SST profiles, showing the feature remains present on new server processors.
- 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`.