Age | Commit message (Expand) | Author |
---|---|---|
2022-12-28 | Kernel: Reorganize Arch/x86 directory to Arch/x86_64 after i686 removal | 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 |
2021-12-11 | Kernel: Remove unused String.h includes | Hendiadyoin1 |
2021-12-01 | Kernel: Add an x86 include check+error in x86/IO.h | James Mintram |
2021-11-17 | AK: Convert AK::Format formatting helpers to returning ErrorOr<void> | Andreas Kling |
2021-11-14 | Kernel: Resolve clang-tidy readability-make-member-function-const | Andrew Kaster |
2021-10-01 | Kernel: Move x86 IO instructions code into the x86 specific folder | Liav A |