Intel x86 platform feature drivers (PMC, PMT, TPMI, VSEC, ISST, SDSi)
A collection of Intel-specific platform glue for x86 systems that exposes power, telemetry, and tunable-feature interfaces on modern Intel CPUs and chipsets. It covers the Power Management Controller, Platform Monitoring Technology, TPMI, VSEC, Speed Select on Xeon, and Software Defined Silicon (Intel On Demand), alongside some older Bay Trail and Cherry Trail bits.
recommendation
It should stay because it actively enables current Intel client and Xeon platforms, including features still being launched in 2024-2026 such as Intel On Demand on 4th and 5th Gen Xeon Scalable and the PMT specification revised in March 2026. Upstream activity is healthy, with over 200 substantive commits in the last five years from more than 50 contributors and changes landing as recently as March 2026, and there is no sign of removal discussion on the kernel mailing lists.
repository signals
sources
- intel.com
Intel PMT remained an actively published Intel architecture in 2026, with a public PMT technical specification dated 2026-03-10 describing use across Intel products including CPU and PCH.
- intel.com
Intel Speed Select Technology was still supported on 4th and 5th Gen Intel Xeon Scalable processors as of the article last reviewed on 2025-07-02.
- download.intel.com
Intel On Demand (the kernel's SDSi user-facing feature area) was introduced with 4th Gen Xeon Scalable processors, tying part of this directory to recent server platforms rather than legacy-only hardware.
- cateee.net
CONFIG_INTEL_PMC_CORE is defined in drivers/platform/x86/intel/pmc/Kconfig and remains present through current kernel series listed by LKDDb, indicating continuing upstream support.
- cateee.net
CONFIG_INTEL_TPMI is defined in drivers/platform/x86/intel/Kconfig and is present in Linux 6.3 through 6.19 and 7.0-rc+HEAD per LKDDb, showing this directory contains newly added/current platform enablement.
codex reasoning notes (technical)
Keep. This directory is a mixed Intel platform bucket: some legacy Bay Trail/Cherry Trail/Oaktrail pieces exist, but recent files and Kconfig entries show substantial current-platform coverage (PMC, PMT, TPMI, VSEC, ISST, SDSi). Upstream activity is plainly live from the provided static history: 206 substantive commits in 5y, 55 authors, most recent substantive touch 2026-03-23. I attempted lore-first checks via web searches against lore.kernel.org for remove/deprecate traffic, but found no removal discussion URLs; combined with the strong recent activity, that argues against deprecation. URLs were obtained by web search/open for Intel and LKDDb pages; local shell reads of Kconfig confirmed the directory composition. No single replacement driver exists because this directory aggregates multiple Intel platform feature drivers rather than one obsolete function.