drivers/platform/x86/amd/hsmp

AMD HSMP interface for EPYC and Instinct MI300A

Host System Management Port is AMD's out-of-band management channel on EPYC server processors and the Instinct MI300A APU, used to query and tune power limits, boost behaviour, memory bandwidth, and platform telemetry. It is aimed at datacenter and HPC deployments running modern AMD server silicon, with continued additions for the latest EPYC generations.

keep conf=0.94 deploy=medium replacement=none subsystem=platform category=platform-vendor
94%

recommendation

It should stay because this is the Linux side of a current, actively maintained AMD server feature. Fixes were still landing in early 2026 and new telemetry features were added in May 2025, AMD is still selling EPYC 9005-series CPUs and MI300A accelerators that depend on it, and Ubuntu users were requesting backports as recently as 2025. There is no replacement in the kernel.

repository signals

7 files
1,658 source lines
36 commits, 5y
+2,716 / −996 lines added / removed, 5y
9 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 36 total · active in 12/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: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −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: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 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: 0 commits · +0 −0 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: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 11 commits · +2,110 −875 2024-11: 3 commits · +68 −19 2024-12: 2 commits · +22 −22 2025-01: 1 commit · +17 −32 2025-02: 1 commit · +3 −3 2025-03: 0 commits · +0 −0 2025-04: 3 commits · +12 −8 2025-05: 6 commits · +432 −9 2025-06: 3 commits · +8 −9 2025-07: 1 commit · +29 −8 2025-08: 3 commits · +10 −5 2025-09: 1 commit · +4 −5 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 0 commits · +0 −0 2026-03: 1 commit · +1 −1 2026-04: 0 commits · +0 −0

sources

  1. patch.msgid.link

    A driver-specific HSMP fix was still being merged in March 2026, showing active upstream maintenance rather than removal.

  2. lore.kernel.org

    HSMP gained new telemetry/sysfs functionality in May 2025, indicating feature growth and active development.

  3. kernel.org

    Kernel documentation describes HSMP as the Linux interface for AMD EPYC server CPUs and MI300A, with separate ACPI/platform drivers under drivers/platform/x86/amd/hsmp.

  4. amd.com

    AMD EPYC 9005 server CPUs were actively marketed and shipping in/after late 2024, so relevant HSMP-capable server hardware was still sold new in 2025.

  5. amd.com

    AMD still markets MI300A as a server product; this is a current HSMP-supported platform rather than legacy-only hardware.

  6. bugs.launchpad.net

    Ubuntu carried a 2025 request to support/backport AMD HSMP patches, which is evidence of downstream demand and ongoing deployments.

codex reasoning notes (technical)

Real driver, not an early-exit case. `exec_command` on local git history showed substantive HSMP-only commits through 2026-03-23 and exposed two upstream message URLs from commit trailers (patch.msgid.link and lore.kernel.org). `web.search_query` found kernel docs confirming scope (EPYC + MI300A) and AMD product pages showing the hardware family is still sold. Another web hit on Launchpad showed 2025 downstream backport demand. I also ran a lore-targeted web search for removal/deprecation talk and found no removal discussion in the limited search budget. Niche datacenter/server feature, but current and actively maintained, with no natural upstream replacement driver.