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
/
Memory
/
RegionTree.h
Age
Commit message (
Expand
)
Author
2022-04-05
Kernel: Move allocate_unbacked_region_anywhere() to MemoryManager
Andreas Kling
2022-04-05
Kernel: Move create_identity_mapped_region() to MemoryManager
Andreas Kling
2022-04-05
Kernel: Add RegionTree::find_region_containing(address or range)
Andreas Kling
2022-04-05
Kernel: Add RegionTree::remove(Region&)
Andreas Kling
2022-04-05
Kernel: Take the RegionTree spinlock when inspecting tree from outside
Andreas Kling
2022-04-03
Kernel: Add a little explainer comment above RegionTree
Andreas Kling
2022-04-03
Kernel: Improve RegionTree's internal helper function names
Andreas Kling
2022-04-03
Kernel: Unbreak ASLR in the new RegionTree world
Andreas Kling
2022-04-03
Kernel: Stop exposing RegionTree API for VM range allocation
Andreas Kling
2022-04-03
Kernel: Make VM allocation atomic for userspace regions
Andreas Kling
2022-04-03
LibWeb: Make VM allocation atomic for kernel regions
Andreas Kling
2022-04-03
Kernel: Use intrusive RegionTree solution for kernel regions as well
Andreas Kling
2022-04-03
Kernel: Add Memory::RegionTree to share code between AddressSpace and MM
Andreas Kling