index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
VM
/
ContiguousVMObject.h
Age
Commit message (
Expand
)
Author
2021-07-25
Kernel: Remove ContiguousVMObject, let AnonymousVMObject do the job
Andreas Kling
2021-07-22
Kernel: Convert VMObject & subclasses to east-const style
Andreas Kling
2021-07-13
Kernel: Remove API for requesting physical allocation alignment
Andreas Kling
2021-07-11
Kernel: Rename VMObject::clone() => try_clone()
Andreas Kling
2021-07-11
Kernel: Make VMObject::class_name() return a StringView
Andreas Kling
2021-07-11
Kernel: Rename various *VMObject::create*() => try_create()
Andreas Kling
2021-05-29
Kernel: Make ContiguousVMObject factory API OOM safe
Brian Gianforcaro
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-28
Kernel: Allow specifying a physical alignment when allocating
Tom
2021-01-01
Kernel: Implement lazy committed page allocation
Tom
2021-01-01
Kernel: Remove the limited use of AK::TypeTraits we had in the kernel
Andreas Kling
2020-09-25
Meta+Kernel: Make clang-format-10 clean
Ben Wiederhake
2020-07-26
Kernel: Switch to using AK::is and AK::downcast
Andreas Kling
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-05-08
Kernel: Add for_each_vmobject_of_type<T>
Andreas Kling
2020-03-08
Kernel: Allow contiguous allocations in physical memory
Liav A