drivers/platform/x86/intel/pmt

Intel Platform Monitoring Technology (PMT) telemetry and crashlog

A telemetry and diagnostics framework Intel builds into modern CPUs, chipsets, FPGAs, and accelerators that exposes performance counters, power and thermal data, and post-mortem crash logs to the operating system. It's present on current client and server Intel platforms and is the in-kernel interface tools use to read live platform health data.

keep conf=0.91 deploy=medium replacement=none subsystem=platform category=platform-vendor
91%

recommendation

It should stay because the hardware is current and shipping in 2025, Intel is still publishing PMT documentation and companion tools (including a VMware ESXi release in December 2024), and the kernel directory continues to receive active maintenance, including new hardware enablement such as Battlemage GPU crashlog support landing in late 2025. There is no alternative in-tree driver that exposes Intel's PMT discovery, telemetry, and crashlog surfaces.

repository signals

10 files
2,649 source lines
47 commits, 5y
+3,034 / −301 lines added / removed, 5y
15 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 47 total · active in 18/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: 1 commit · +916 −0 2021-08: 2 commits · +11 −3 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 2021-12: 1 commit · +64 −59 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 1 commit · +1 −1 2022-05: 1 commit · +1 −1 2022-06: 2 commits · +22 −19 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 · +30 −1 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 2 commits · +5 −4 2023-04: 1 commit · +1 −1 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: 0 commits · +0 −0 2023-11: 4 commits · +369 −27 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 2 commits · +36 −16 2024-08: 0 commits · +0 −0 2024-09: 1 commit · +1 −1 2024-10: 0 commits · +0 −0 2024-11: 2 commits · +8 −6 2024-12: 2 commits · +15 −15 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 1 commit · +1 −1 2025-06: 0 commits · +0 −0 2025-07: 18 commits · +1,543 −138 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 3 commits · +8 −6 2026-01: 0 commits · +0 −0 2026-02: 2 commits · +2 −2 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. git.kernel.org

    Mainline kernel history for this directory remains active, with substantive PMT fixes and feature work landing through late 2025 and treewide follow-up touches in early 2026.

  2. intel.com

    Intel documents PMT as a current telemetry framework spanning CPU, PCH, FPGA, accelerators, and other Intel products; the spec page is current as of 2026-03-10.

  3. intel.com

    Intel was still publishing PMT driver/tooling in December 2024 for VMware ESXi, showing ongoing productization rather than legacy-only support.

  4. github.com

    Intel's PMT repository describes PMT as used across client, server, and companion products and explicitly states Linux mainline support exists under drivers/platform/x86/intel/pmt.

codex reasoning notes (technical)

Real driver directory confirmed locally via shell (`rg`, `find`, `sed`) with multiple module/auxiliary-driver entry points plus a KUnit test. Upstream activity was checked with local `git log` because `lei` was unavailable and no lore MCP endpoints were exposed; no removal/deprecation thread surfaced in web searches on lore, while local history showed late-2025 fixes and new hardware enablement (`support BMG crashlog`). `git.kernel.org` log URL is a canonical recall URL corresponding to that local history check. Intel PMT spec and ESXi download URLs were obtained with web search/open, and the Intel GitHub PMT repo URL was obtained with web open. Overall signal is active maintenance for still-current Intel platform telemetry hardware, with no natural replacement driver for the same in-kernel PMT discovery/telemetry/crashlog interface.