Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-28 | Kernel: Split InodeVMObject into two subclasses | Andreas Kling | |
We now have PrivateInodeVMObject and SharedInodeVMObject, corresponding to MAP_PRIVATE and MAP_SHARED respectively. Note that PrivateInodeVMObject is not used yet. |