Age | Commit message (Expand) | Author |
---|---|---|
2023-06-02 | Kernel: Move the Storage directory to be a new directory under Devices | Liav A |
2023-03-16 | Kernel: Refactor AHCIController to propagate more errors | Julian Offenhäuser |
2023-03-16 | Kernel: Allow AHCIController::initialize() to fail | Julian Offenhäuser |
2023-03-16 | Kernel: Propagate errors in StorageController reset() and shutdown() | Julian Offenhäuser |
2023-03-15 | Kernel/Storage: Use NonnullRefPtr for storage controllers | Pankaj Raghav |
2023-01-05 | Kernel: Add dmesgln_pci logging for Kernel::PCI | Evan Smal |
2023-01-02 | Kernel: Turn lock ranks into template parameters | kleines Filmröllchen |
2022-08-20 | Kernel: Make self-contained locking smart pointers their own classes | Andreas Kling |
2022-08-19 | Kernel: Require lock rank for Spinlock construction | kleines Filmröllchen |
2022-07-19 | Kernel/Storage: Move AHCI and IDE code into new subdirectories | Liav A |