drivers/pci/pcie

PCI Express Core and Port Services Subsystem

Provides the kernel's generic PCI Express support: the core code and port-service modules that handle error reporting, hotplug events, bandwidth management, and link power states for any PCIe-equipped machine. It underpins essentially all server, desktop, and laptop hardware shipped since the mid-2000s rather than driving a specific chip.

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

recommendation

This is not actually a driver directory; it is the core PCI Express infrastructure of the kernel, providing port services like Advanced Error Reporting, hotplug, power management events, and Downstream Port Containment. Every modern x86, ARM64, and POWER system with PCIe relies on it, so the question of removal does not apply.

repository signals

16 files
7,961 source lines
231 commits, 5y
+4,058 / −2,156 lines added / removed, 5y
65 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 231 total · active in 54/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 2 commits · +76 −7 2021-06: 1 commit · +13 −11 2021-07: 5 commits · +16 −31 2021-08: 4 commits · +37 −28 2021-09: 1 commit · +2 −2 2021-10: 4 commits · +40 −31 2021-11: 7 commits · +62 −71 2021-12: 1 commit · +1 −0 2022-01: 4 commits · +8 −13 2022-02: 2 commits · +19 −32 2022-03: 0 commits · +0 −0 2022-04: 2 commits · +8 −1 2022-05: 1 commit · +6 −1 2022-06: 2 commits · +8 −5 2022-07: 1 commit · +0 −19 2022-08: 1 commit · +10 −5 2022-09: 9 commits · +318 −235 2022-10: 6 commits · +343 −348 2022-11: 3 commits · +15 −3 2022-12: 1 commit · +3 −1 2023-01: 4 commits · +59 −50 2023-02: 3 commits · +48 −79 2023-03: 1 commit · +1 −0 2023-04: 2 commits · +11 −3 2023-05: 8 commits · +65 −46 2023-06: 8 commits · +72 −96 2023-07: 3 commits · +14 −31 2023-08: 2 commits · +3 −4 2023-09: 7 commits · +49 −32 2023-10: 12 commits · +207 −32 2023-11: 3 commits · +47 −18 2023-12: 4 commits · +43 −43 2024-01: 3 commits · +29 −5 2024-02: 10 commits · +343 −30 2024-03: 4 commits · +124 −109 2024-04: 4 commits · +71 −23 2024-05: 4 commits · +20 −14 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 1 commit · +2 −2 2024-09: 0 commits · +0 −0 2024-10: 5 commits · +438 −55 2024-11: 2 commits · +37 −11 2024-12: 4 commits · +21 −14 2025-01: 8 commits · +164 −50 2025-02: 1 commit · +54 −21 2025-03: 4 commits · +44 −38 2025-04: 1 commit · +18 −55 2025-05: 25 commits · +683 −201 2025-06: 2 commits · +4 −1 2025-07: 2 commits · +2 −2 2025-08: 5 commits · +37 −15 2025-09: 4 commits · +77 −5 2025-10: 3 commits · +11 −26 2025-11: 3 commits · +40 −8 2025-12: 6 commits · +31 −30 2026-01: 12 commits · +183 −141 2026-02: 2 commits · +18 −18 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 the PCIe core/port-service subsystem infrastructure and generic service drivers, not a discrete hardware-family driver for an obsolete device line.