drivers/platform/x86/dell/dell-wmi-sysman

Dell WMI Systems Management BIOS interface

A Dell-specific interface that lets administrators read and change BIOS settings, passwords, and security options on Dell and Alienware business laptops and workstations from roughly 2018 onward, using Dell's WMI management channel. It is the Linux counterpart to Dell's Command | Monitor tooling for configuring fleets of Latitude and Precision systems.

keep conf=0.87 last_sold=2026 deploy=medium replacement=none subsystem=platform category=platform-vendor
87%

recommendation

It should stay because Dell still ships current Latitude, Precision, and Alienware machines that expose BIOS settings through this WMI interface, and the code was still receiving cleanup patches in 2026. Dell's own Command | Monitor management stack relies on this kernel path to read and change BIOS attributes from Linux, and no other driver covers that vendor-specific job.

repository signals

9 files
1,957 source lines
19 commits, 5y
+149 / −81 lines added / removed, 5y
13 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 19 total · active in 14/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 2 commits · +85 −18 2021-06: 2 commits · +3 −3 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: 1 commit · +1 −1 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: 1 commit · +1 −1 2023-03: 0 commits · +0 −0 2023-04: 1 commit · +5 −8 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 1 commit · +6 −3 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: 1 commit · +1 −1 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: 1 commit · +1 −0 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 1 commit · +4 −13 2025-02: 1 commit · +1 −1 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 1 commit · +1 −1 2025-06: 2 commits · +23 −14 2025-07: 0 commits · +0 −0 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: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 3 commits · +17 −16 2026-03: 1 commit · +0 −1 2026-04: 0 commits · +0 −0

sources

  1. git.kernel.org

    Kconfig describes DELL_WMI_SYSMAN as a Dell WMI-based systems-management driver that can change BIOS settings on many Dell machines from 2018 and newer.

  2. lore.kernel.org

    The driver was still receiving upstream changes in March 2026 ('dell-wmi-sysman: Clean up security buffer helpers'), indicating active maintenance rather than retirement.

  3. dell.com

    Current Dell Command | Monitor documentation still exposes BIOS management operations through the root/dcim/sysman namespace on Linux, matching the driver's system-management role.

  4. dell.com

    Dell was still selling Latitude commercial laptops in 2025/2026, a major class of systems likely to carry Dell's WMI/BIOS management interface.

  5. dell.com

    Dell was still selling Precision mobile workstations in 2025/2026, further showing the supported platform family remains in new commercial deployments.

codex reasoning notes (technical)

Not a removal candidate. Local source inspection showed this is a real module-bound Dell platform driver with DMI checks for Dell/Alienware and Kconfig help text explicitly targeting many Dell machines from 2018+. Active upstream attention is evidenced by 2026 lore activity on sysman.c; the lore URL came from the lore_file_timeline tool. Deployment evidence came from web search results for Dell Command | Monitor and current Dell Latitude/Precision product pages, showing the management stack and covered commercial hardware are still current. The kernel.org Kconfig URL is a canonical-recall source matching the locally read file. No natural replacement driver exists for this vendor-specific BIOS/WMI management path.