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
/
VMObject.cpp
Age
Commit message (
Expand
)
Author
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
2019-08-07
Kernel: Remove "allow CPU caching" flag on VMObject
Andreas Kling
2019-08-07
Kernel: Remove VMObject names
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-22
Kernel: Fix all compiler warnings.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-14
VM: Make VMObject::create_for_physical_range() create non-freeable pages.
Sergey Bugaev
2019-06-07
Kernel: Run clang-format on everything.
Andreas Kling
2019-05-16
Kernel: Move Inode to its own files.
Andreas Kling
2019-05-14
Kernel: Allocate kernel stacks for threads using the region allocator.
Andreas Kling
2019-05-04
Kernel: Add a bit of logging in VMObject::inode_size_changed().
Andreas Kling
2019-05-02
Kernel: Simplify VMObject::is_anonymous().
Andreas Kling
2019-04-03
Kernel: Move VM-related files into Kernel/VM/.
Andreas Kling