drivers/misc/sgi-xp

SGI UV cross-partition (XP/XPC/XPNET) communication drivers

Cross-partition messaging code for SGI's UV-series NUMAlink supercomputers, the very large Xeon-based scale-up systems SGI sold in the late 2000s and early 2010s. It lets multiple Single System Image partitions on the same NUMAlink fabric exchange messages and present a virtual network interface to each other.

deprecate conf=0.68 deploy=low replacement=none subsystem=misc category=platform-vendor
68%

recommendation

A candidate for future removal because the hardware it targets is a niche, discontinued SGI scale-up platform; HPE, which absorbed SGI, has moved its large partitionable x86 line to Superdome Flex instead. Recent commits in 2023 and 2025 have been incidental cleanups (IA-64 removal fallout, treewide timer API churn) rather than active work. With no in-kernel replacement for this SSI transport, an annotated deprecation seems wiser than immediate removal while remaining UV systems age out.

repository signals

10 files
6,677 source lines
15 commits, 5y
+51 / −206 lines added / removed, 5y
12 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 15 total · active in 13/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: 1 commit · +4 −4 2021-09: 0 commits · +0 −0 2021-10: 1 commit · +6 −3 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: 1 commit · +1 −1 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 1 commit · +1 −1 2022-07: 1 commit · +6 −7 2022-08: 0 commits · +0 −0 2022-09: 1 commit · +0 −4 2022-10: 1 commit · +1 −141 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: 1 commit · +10 −14 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: 1 commit · +0 −2 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: 0 commits · +0 −0 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 1 commit · +2 −2 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 1 commit · +2 −2 2025-05: 1 commit · +2 −1 2025-06: 0 commits · +0 −0 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 · +16 −24 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. git.kernel.org

    `CONFIG_SGI_XP` is for communication between SGI Single System Images and depends on `X86_UV`, tying this directory to SGI UV hardware.

  2. lore.kernel.org

    Recent 2025 touches to `xpc_main.c` came from timer treewide cleanups, indicating build-maintenance rather than active feature work on SGI-XP hardware.

  3. lore.kernel.org

    `xp_uv.c` was touched by the 2023 RFC removing IA-64, showing adjacent platform-pruning work around this niche SGI code rather than renewed platform investment.

  4. de.wikipedia.org

    SGI UV is a specialized Intel Xeon NUMAlink large-memory server family, consistent with a niche scale-up platform rather than broad contemporary deployment.

  5. support.hpe.com

    HPE's current large x86 partitionable scale-up server line is Superdome Flex, suggesting SGI UV-era SSI systems are legacy rather than current-new deployments.

codex reasoning notes (technical)

SGI-XP is real driver code, not a helper library: local tree inspection and canonical recall of the kernel.org Kconfig page show it is an SGI SSI communication driver gated by `X86_UV`. Lore evidence was obtained with `lore_file_timeline` on `drivers/misc/sgi-xp/xpc_main.c` and `drivers/misc/sgi-xp/xp_uv.c`; the visible 2025 activity is treewide timer churn, and the notable 2023 hit is IA-64 removal fallout, with no clear removal series for `drivers/misc/sgi-xp` itself. Deployment looks low because SGI UV is a niche legacy NUMAlink platform and current HPE scale-up offerings are Superdome Flex instead; that current-product evidence came from web search, while the SGI UV family description came from web search to Wikipedia. I do not see a natural upstream replacement driver for the same SSI transport, so this looks more like deprecate/annotate-for-legacy than immediate removal.