summaryrefslogtreecommitdiff
path: root/Kernel/VM/AnonymousVMObject.h
AgeCommit message (Expand)Author
2020-07-26Kernel: Switch to using AK::is and AK::downcastAndreas Kling
2020-05-16Kernel: Absorb LibBareMetal back into the kernelAndreas Kling
2020-05-08Kernel: Add for_each_vmobject_of_type<T>Andreas Kling
2020-02-28Kernel: Expose the VMObject type of each Region in /proc/PID/vmAndreas Kling
2020-02-16Kernel: Move all code into the Kernel namespaceAndreas Kling
2020-02-09Kernel: Use VirtualAddress & PhysicalAddress classes from LibBareMetalLiav A
2020-01-28Kernel: AnonymousVMObject::create_for_physical_range() should fail moreAndreas Kling
2020-01-20Add AnonymousVMObject::create_with_physical_page()Andreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-09Kernel: Start implementing purgeable memory supportAndreas Kling
2019-08-07Kernel: Split VMObject into two classes: Anonymous- and InodeVMObjectAndreas Kling