summaryrefslogtreecommitdiff
path: root/Kernel/Arch/x86/PageDirectory.h
AgeCommit message (Expand)Author
2021-12-01Kernel: Add an x86 include check+error in x86/PageDirectory.hJames Mintram
2021-11-14Kernel: Stop truncating PageTableEntry::raw(), and make set_bit privateAndrew Kaster
2021-11-14Kernel: Resolve clang-tidy readability-make-member-function-constAndrew Kaster
2021-11-14Kernel: Resolve clang-tidy readability-implicit-bool-conversion warningsAndrew Kaster
2021-09-05Kernel: Switch static_asserts of a type size to AK::AssertSizeBrian Gianforcaro
2021-08-06Kernel: Move Kernel/Memory/ code into Kernel::Memory namespaceAndreas Kling
2021-07-18Kernel: Add support for kernel addresses other than 3-4GBGunnar Beutner
2021-07-08Kernel: Use PAE to allow accessing all physical memory beyond 4GBTom
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-21Kernel::CPU: Move headers into common directoryHendiadyoin1