index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
VM
/
InodeVMObject.cpp
Age
Commit message (
Expand
)
Author
2019-12-29
Kernel: Add a mode flag to sys$purge and allow purging clean inodes
Andreas Kling
2019-12-29
Kernel+SystemMonitor: Expose amount of per-process clean inode memory
Andreas Kling
2019-12-29
Kernel+SystemMonitor: Expose amount of per-process dirty private memory
Andreas Kling
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