Age | Commit message (Expand) | Author |
---|---|---|
2020-02-16 | Kernel: Move all code into the Kernel namespace | Andreas Kling |
2020-02-15 | Kernel: Use a shared physical page for zero-filled pages until written | Andreas Kling |
2020-01-28 | Kernel: AnonymousVMObject::create_for_physical_range() should fail more | Andreas Kling |
2020-01-20 | Add AnonymousVMObject::create_with_physical_page() | Andreas Kling |
2020-01-20 | Kernel: Remove some unnecessary casts to uintptr_t | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-08-07 | Kernel: Use a FixedArray for VMObject::m_physical_pages | Andreas Kling |
2019-08-07 | Kernel: Split VMObject into two classes: Anonymous- and InodeVMObject | Andreas Kling |