Age | Commit message (Expand) | Author |
---|---|---|
2021-04-23 | AK: Rename adopt() to adopt_ref() | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-02-11 | Kernel: Remove a handful of unused things in VM/ directory | Andreas Kling |
2021-01-27 | Kernel: Release MM lock while yielding from inode page fault handler | Tom |
2021-01-01 | Kernel: Implement lazy committed page allocation | Tom |
2020-12-31 | Kernel: Remove flawed SharedInodeVMObject assertion | Tom |
2020-11-10 | AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe | Tom |
2020-02-28 | Kernel: Split InodeVMObject into two subclasses | Andreas Kling |
2020-02-28 | Kernel: Rename InodeVMObject => SharedInodeVMObject | Andreas Kling |