drivers/pci/msi

PCI MSI and MSI-X interrupt core

Core kernel plumbing that lets PCI and PCIe devices deliver Message Signaled Interrupts (MSI and MSI-X) instead of using legacy shared interrupt lines. Virtually every modern PCIe device — network cards, NVMe SSDs, GPUs, storage controllers — relies on this code to route their interrupts to CPUs.

not-a-driver conf=1.00 deploy=none replacement=none subsystem=pci category=not-a-driver
100%

recommendation

This is not a hardware driver; it is shared infrastructure inside the PCI subsystem that allocates and configures MSI/MSI-X interrupts on behalf of every PCIe device driver in the tree. Removing or deprecating it is not meaningful — it is foundational code that the rest of the kernel depends on.

repository signals

7 files
2,072 source lines
102 commits, 5y
+4,159 / −2,088 lines added / removed, 5y
25 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 102 total · active in 23/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: 22 commits · +2,262 −672 2022-01: 2 commits · +4 −4 2022-02: 1 commit · +1 −1 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: 34 commits · +1,360 −841 2022-12: 1 commit · +19 −14 2023-01: 0 commits · +0 −0 2023-02: 1 commit · +2 −2 2023-03: 0 commits · +0 −0 2023-04: 1 commit · +2 −7 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 1 commit · +2 −2 2023-09: 0 commits · +0 −0 2023-10: 1 commit · +6 −4 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 1 commit · +1 −1 2024-02: 0 commits · +0 −0 2024-03: 1 commit · +4 −4 2024-04: 3 commits · +9 −115 2024-05: 0 commits · +0 −0 2024-06: 2 commits · +28 −2 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: 1 commit · +3 −0 2024-12: 1 commit · +9 −2 2025-01: 0 commits · +0 −0 2025-02: 1 commit · +21 −16 2025-03: 11 commits · +298 −261 2025-04: 0 commits · +0 −0 2025-05: 1 commit · +4 −4 2025-06: 3 commits · +14 −12 2025-07: 4 commits · +24 −92 2025-08: 3 commits · +58 −1 2025-09: 1 commit · +0 −20 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 5 commits · +28 −11 2026-02: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: contains PCI MSI/MSI-X interrupt-management core code for other drivers, not a hardware device driver for a specific chipset or device family.