Age | Commit message (Expand) | Author |
---|---|---|
2022-07-19 | Kernel/Storage: Move AHCI and IDE code into new subdirectories | Liav A |
2022-07-08 | Kernel/Storage: Do proper locking & reset in the AHCIController code | Liav A |
2022-07-08 | Kernel/Storage: Move Identify page allocation to the AHCIPort class | Liav A |
2022-07-08 | Kernel/Storage: Rename AHCIPortHandler => AHCIInterruptHandler | Liav A |
2022-07-08 | Kernel/Storage: Simplify AHCIPortHandler class | Liav A |
2022-07-08 | Kernel/AHCI: Don't use UNMAP_AFTER_INIT in header files | Liav A |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2021-12-28 | Kernel: Remove the kmalloc_eternal heap :^) | Andreas Kling |
2021-11-13 | Kernel/Storage: Move all ATA related code to a new subdirectory | Liav A |