Age | Commit message (Expand) | Author |
---|---|---|
2019-12-19 | Kernel: Rename vmo => vmobject everywhere | Andreas Kling |
2019-12-09 | Kernel: Move VMObject::for_each_region() to MemoryManager.h | Andreas Kling |
2019-11-03 | Kernel: Teach Region how to remap itself | Andreas Kling |
2019-09-04 | Kernel: Rename "vmo" to "vmobject" everywhere | Andreas Kling |
2019-08-24 | Kernel: Fix oversized InodeVMObject after inode size changes | Andreas Kling |
2019-08-08 | Kernel: Use range-for with InlineLinkedList | Andreas Kling |
2019-08-08 | Kernel: Put all Regions on InlineLinkedLists (separated by user/kernel) | 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 |