drivers/misc/mei

Intel Management Engine Interface (MEI, CSME, TXE)

The host-side communication channel to Intel's embedded management and security co-processor that sits on the chipset of essentially every modern Intel PC, server, and IoT board. It carries traffic for Active Management Technology (AMT), the Converged Security and Management Engine (CSME), the Trusted Execution Engine (TXE), and Server Platform Services (SPS) firmware.

keep conf=0.94 last_sold=2025 deploy=high replacement=none subsystem=misc category=platform-vendor
94%

recommendation

It should stay because it is one of the most actively maintained pieces of Intel platform code in the tree, with roughly 160 substantive commits from 33 contributors over the last five years and changes landing as recently as 2026. The hardware ships in every current Intel desktop, laptop, and server, Intel is still issuing firmware updates for CSME, AMT, TXE, and SPS, and there is no replacement — other in-kernel features layer on top of this interface rather than supplanting it.

repository signals

43 files
20,022 source lines
200 commits, 5y
+5,612 / −1,913 lines added / removed, 5y
47 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 200 total · active in 52/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 2 commits · +3 −2 2021-06: 4 commits · +51 −41 2021-07: 2 commits · +12 −14 2021-08: 0 commits · +0 −0 2021-09: 2 commits · +272 −2 2021-10: 2 commits · +10 −4 2021-11: 2 commits · +73 −8 2021-12: 3 commits · +19 −6 2022-01: 1 commit · +2 −8 2022-02: 4 commits · +32 −18 2022-03: 2 commits · +17 −20 2022-04: 6 commits · +340 −12 2022-05: 0 commits · +0 −0 2022-06: 3 commits · +8 −1 2022-07: 1 commit · +1 −1 2022-08: 1 commit · +1 −1 2022-09: 17 commits · +807 −139 2022-10: 0 commits · +0 −0 2022-11: 2 commits · +50 −12 2022-12: 5 commits · +20 −12 2023-01: 3 commits · +24 −4 2023-02: 3 commits · +18 −12 2023-03: 4 commits · +56 −414 2023-04: 0 commits · +0 −0 2023-05: 4 commits · +246 −25 2023-06: 0 commits · +0 −0 2023-07: 5 commits · +19 −6 2023-08: 1 commit · +12 −13 2023-09: 0 commits · +0 −0 2023-10: 15 commits · +366 −74 2023-11: 3 commits · +4 −3 2023-12: 6 commits · +1,928 −74 2024-01: 5 commits · +31 −6 2024-02: 11 commits · +42 −105 2024-03: 2 commits · +1 −3 2024-04: 5 commits · +90 −31 2024-05: 7 commits · +25 −34 2024-06: 8 commits · +28 −10 2024-07: 1 commit · +2 −2 2024-08: 0 commits · +0 −0 2024-09: 2 commits · +1 −2 2024-10: 2 commits · +4 −4 2024-11: 3 commits · +17 −15 2024-12: 2 commits · +12 −12 2025-01: 1 commit · +0 −123 2025-02: 3 commits · +6 −2 2025-03: 2 commits · +22 −18 2025-04: 2 commits · +3 −1 2025-05: 1 commit · +2 −2 2025-06: 11 commits · +49 −71 2025-07: 2 commits · +48 −51 2025-08: 1 commit · +342 −315 2025-09: 9 commits · +413 −86 2025-10: 3 commits · +13 −21 2025-11: 3 commits · +19 −21 2025-12: 1 commit · +4 −0 2026-01: 6 commits · +22 −21 2026-02: 3 commits · +21 −21 2026-03: 1 commit · +4 −10 2026-04: 0 commits · +0 −0

sources

  1. docs.kernel.org

    Current upstream kernel documentation covers the Intel MEI subsystem, including supported chipsets and MEI client bus drivers, indicating an actively maintained in-tree driver rather than a legacy orphan.

  2. intel.com

    Intel was still issuing firmware/security updates for Intel CSME, AMT, Standard Manageability, SPS, and TXE families, showing the hardware/firmware stack remained supported in recent platform generations.

  3. intel.com

    Intel describes CSME 11.x as used in consumer PCs, corporate PCs, IoT devices, and workstations, supporting the conclusion that MEI-backed hardware is broadly deployed rather than niche or obsolete.

codex reasoning notes (technical)

Prompt metadata already shows strong upstream health: 160 substantive commits in 5y, 33 authors, most recent substantive touch 2026-03-31, so this is not a dormant driver. I queried lore_file_timeline on the directory path with lore-http; it returned no indexed hits for the directory token, and a follow-up lore_regex removal/deprecation search timed out, so I found no positive evidence of an upstream removal series. Deployment evidence came from web search/open: kernel docs page (web search result turn0search2 -> turn1view0) and Intel support articles (turn0search6 -> turn1view1, turn0search7 -> turn1view2). Those sources show MEI covers current Intel management/security engines and that Intel was still servicing CSME/TXE/SPS/AMT stacks, so hardware is still sold and widely deployed. There is no natural in-tree replacement for the host interface driver itself; client functionality layers on top of MEI rather than replacing it.