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
/
AddressSpace.h
Age
Commit message (
Expand
)
Author
2022-07-15
Kernel: Add some inline capacity to find_regions_intersecting
Hendiadyoin1
2022-04-05
Kernel: Take the RegionTree spinlock when inspecting tree from outside
Andreas Kling
2022-04-03
Kernel: Unbreak ASLR in the new RegionTree world
Andreas Kling
2022-04-03
Kernel: Make VM allocation atomic for userspace regions
Andreas Kling
2022-04-03
Kernel: Add Memory::RegionTree to share code between AddressSpace and MM
Andreas Kling
2022-04-03
Kernel: Use AddressSpace region tree for range allocation
Andreas Kling
2022-04-03
Kernel: Store AddressSpace memory regions in an IntrusiveRedBlackTree
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-01-26
Kernel: Make AddressSpace::find_regions_intersecting OOM-fallible
Idan Horowitz
2022-01-26
Kernel: Make AddressSpace::amount_clean_inode() OOM-fallible
Idan Horowitz
2022-01-15
Kernel: Remove old "region lookup cache" optimization
Andreas Kling
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-09-06
Kernel: Make AddressSpace::add_region() return KResultOr<Region*>
Andreas Kling
2021-09-06
Kernel: Make VirtualRangeAllocator return KResultOr<VirtualRange>
Andreas Kling
2021-09-05
Kernel: Tidy up Memory::AddressSpace construction
Andreas Kling
2021-08-22
Kernel: Rename SpinLock => Spinlock
Andreas Kling
2021-08-08
Kernel: Remove unused Process pointer in Memory::AddressSpace
Andreas Kling
2021-08-06
Kernel: Rename Memory::Space => Memory::AddressSpace
Andreas Kling