Age | Commit message (Expand) | Author |
---|---|---|
2021-08-06 | Kernel: Rename Kernel/VM/ to Kernel/Memory/ | Andreas Kling |
2021-07-22 | Kernel: Convert VMObject & subclasses to east-const style | 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: Make SharedInodeVMObject allocation OOM-safe | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-01-01 | Kernel: Implement lazy committed page allocation | Tom |
2020-12-31 | Kernel: Remove flawed SharedInodeVMObject assertion | Tom |
2020-03-01 | Kernel: Add some InodeVMObject type assertions in Region::clone() | Andreas Kling |
2020-02-28 | Kernel: Expose the VMObject type of each Region in /proc/PID/vm | Andreas Kling |
2020-02-28 | Kernel: Split InodeVMObject into two subclasses | Andreas Kling |
2020-02-28 | Kernel: Rename InodeVMObject => SharedInodeVMObject | Andreas Kling |