Age | Commit message (Expand) | Author |
---|---|---|
2021-01-01 | Kernel: Implement lazy committed page allocation | Tom |
2021-01-01 | Kernel: Add MAP_NORESERVE support to mmap | Tom |
2021-01-01 | Kernel: Memory purging improvements | Tom |
2020-09-25 | Meta+Kernel: Make clang-format-10 clean | Ben Wiederhake |
2020-09-01 | Kernel: Only remap regions if memory was purged from them | Tom |
2020-09-01 | Kernel: Preserve internal state in cloned PurgeableVMObjects | Andreas Kling |
2020-05-07 | Kernel: Memory purging was incorrectly "purging" the shared zero page | Andreas Kling |
2020-02-18 | Kernel: Purging a page should point it back to the shared zero page | Andreas Kling |
2020-02-16 | Kernel: Move all code into the Kernel namespace | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-12-26 | Kernel: When physical page allocation fails, try to purge something | Andreas Kling |
2019-12-09 | Kernel: Remap all regions referring to a PurgeableVMObject on purge | Andreas Kling |
2019-12-09 | Kernel: Start implementing purgeable memory support | Andreas Kling |