Age | Commit message (Expand) | Author |
---|---|---|
2022-08-14 | Kernel/Storage: Remove the stale ATAPIDiscDevice class | Liav A |
2022-07-19 | Kernel/Storage: Move AHCI and IDE code into new subdirectories | Liav A |
2022-07-12 | Everywhere: Add sv suffix to strings relying on StringView(char const*) | sin-ack |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-03-17 | Kernel: Use default constructors/destructors | Lenny Maiorani |
2021-12-28 | Kernel: Remove the KString::try_create(String::formatted(...)) pattern | Daniel Bertalan |
2021-12-23 | Kernel: Make major and minor numbers to be DistinctNumerics | Liav A |
2021-11-13 | Kernel/Storage: Move all ATA related code to a new subdirectory | Liav A |