summaryrefslogtreecommitdiff
path: root/Kernel/VM/SharedInodeVMObject.h
AgeCommit message (Expand)Author
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