drivers/ras

Reliability, Availability, and Serviceability (RAS) infrastructure

Common kernel-side plumbing for Reliability, Availability, and Serviceability features — the framework that collects, tracks, and reports hardware error events (such as memory ECC errors and CPU machine checks) so that other subsystems and userspace tools like rasdaemon can act on them. It is not tied to any single device or vendor.

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

recommendation

This is not actually a hardware driver directory; it is shared infrastructure that other drivers and subsystems build on top of to surface hardware error information. It should remain in the tree as a foundational component, but it falls outside the scope of a per-driver keep/remove decision.

repository signals

19 files
6,508 source lines
45 commits, 5y
+6,062 / −209 lines added / removed, 5y
20 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 45 total · active in 20/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: 1 commit · +1 −1 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 · +8 −0 2022-09: 0 commits · +0 −0 2022-10: 1 commit · +1 −1 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: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 1 commit · +1 −1 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: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 4 commits · +3,829 −8 2024-02: 3 commits · +879 −3 2024-03: 7 commits · +263 −25 2024-04: 0 commits · +0 −0 2024-05: 1 commit · +1 −1 2024-06: 9 commits · +876 −122 2024-07: 2 commits · +79 −1 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 1 commit · +6 −2 2024-11: 0 commits · +0 −0 2024-12: 1 commit · +2 −0 2025-01: 0 commits · +0 −0 2025-02: 1 commit · +11 −3 2025-03: 0 commits · +0 −0 2025-04: 3 commits · +20 −3 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 1 commit · +38 −2 2025-09: 1 commit · +1 −0 2025-10: 2 commits · +33 −16 2025-11: 2 commits · +6 −17 2025-12: 0 commits · +0 −0 2026-01: 1 commit · +5 −1 2026-02: 2 commits · +2 −2 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: generic RAS subsystem support/helpers under drivers/ras, not kernel-bound hardware driver code for a distinct device family.