summaryrefslogtreecommitdiff
path: root/kernel/drivers/ahci.c
AgeCommit message (Expand)Author
2024-12-09mmu: Make certain allocations physical and virtual mapping linearAnton Kling
2024-11-30kernel: Change math.h to use macrosAnton Kling
2024-07-02ahci: Bug fix, turns out the async optimization does not work that wellAnton Kling
2024-06-30ahci/ext2: small fixesAnton Kling
2024-06-30AHCI: Optimization to writesAnton Kling
2024-06-30AHCI: Only check command slots that existAnton Kling
2024-06-17Reorganize logging codeAnton Kling
2024-04-26Kernel/VFS: Change polling from variables to functionsAnton Kling
2024-04-26Kernel: More out of memory condition checksAnton Kling
2024-03-17stuffAnton Kling
2024-02-21New clang-format optionsAnton Kling
2023-11-13AHCI: Add write function.Anton Kling
2023-11-13Kernel: Add support for AHCI and make use of it with the current filesystem.Anton Kling
2023-11-13Memory: Fix problem where certain tables did not get marked as kernel.Anton Kling
2023-11-12AHCI: Add very basic AHCI and some additional helper functions to mmu.cAnton Kling