Age | Commit message (Expand) | Author |
---|---|---|
2021-12-01 | Kernel: Add an x86 include check+error in x86/PageDirectory.h | James Mintram |
2021-11-14 | Kernel: Stop truncating PageTableEntry::raw(), and make set_bit private | Andrew Kaster |
2021-11-14 | Kernel: Resolve clang-tidy readability-make-member-function-const | Andrew Kaster |
2021-11-14 | Kernel: Resolve clang-tidy readability-implicit-bool-conversion warnings | Andrew Kaster |
2021-09-05 | Kernel: Switch static_asserts of a type size to AK::AssertSize | Brian Gianforcaro |
2021-08-06 | Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace | Andreas Kling |
2021-07-18 | Kernel: Add support for kernel addresses other than 3-4GB | Gunnar Beutner |
2021-07-08 | Kernel: Use PAE to allow accessing all physical memory beyond 4GB | Tom |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-21 | Kernel::CPU: Move headers into common directory | Hendiadyoin1 |