summaryrefslogtreecommitdiff
path: root/Kernel/VM/ContiguousVMObject.cpp
AgeCommit message (Expand)Author
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-11Kernel: Remove a handful of unused things in VM/ directoryAndreas Kling
2021-02-08Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)AnotherTest
2021-01-28Kernel: Allow specifying a physical alignment when allocatingTom
2021-01-25Everywhere: Debug macros instead of constexpr.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-01Kernel: Implement lazy committed page allocationTom
2020-03-08Kernel: Allow contiguous allocations in physical memoryLiav A