summaryrefslogtreecommitdiff
path: root/Kernel/Storage/ATA/AHCIController.h
AgeCommit message (Expand)Author
2022-07-19Kernel/Storage: Move AHCI and IDE code into new subdirectoriesLiav A
2022-07-08Kernel/Storage: Do proper locking & reset in the AHCIController codeLiav A
2022-07-08Kernel/Storage: Move Identify page allocation to the AHCIPort classLiav A
2022-07-08Kernel/Storage: Rename AHCIPortHandler => AHCIInterruptHandlerLiav A
2022-07-08Kernel/Storage: Simplify AHCIPortHandler classLiav A
2022-07-08Kernel/AHCI: Don't use UNMAP_AFTER_INIT in header filesLiav A
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-12-28Kernel: Remove the kmalloc_eternal heap :^)Andreas Kling
2021-11-13Kernel/Storage: Move all ATA related code to a new subdirectoryLiav A