summaryrefslogtreecommitdiff
path: root/Kernel/VM/SharedInodeVMObject.h
AgeCommit message (Expand)Author
2021-08-06Kernel: Rename Kernel/VM/ to Kernel/Memory/Andreas Kling
2021-07-22Kernel: Convert VMObject & subclasses to east-const styleAndreas Kling
2021-07-11Kernel: Rename VMObject::clone() => try_clone()Andreas Kling
2021-07-11Kernel: Make VMObject::class_name() return a StringViewAndreas Kling
2021-07-11Kernel: Make SharedInodeVMObject allocation OOM-safeAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-01Kernel: Implement lazy committed page allocationTom
2020-12-31Kernel: Remove flawed SharedInodeVMObject assertionTom
2020-03-01Kernel: Add some InodeVMObject type assertions in Region::clone()Andreas Kling
2020-02-28Kernel: Expose the VMObject type of each Region in /proc/PID/vmAndreas Kling
2020-02-28Kernel: Split InodeVMObject into two subclassesAndreas Kling
2020-02-28Kernel: Rename InodeVMObject => SharedInodeVMObjectAndreas Kling