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
/
MemoryManager.cpp
Age
Commit message (
Expand
)
Author
2021-08-17
Kernel: Port VMObject to ListedRefCounted
Andreas Kling
2021-08-15
Kernel: Use NonnullRefPtr<PhysicalPage> in PageDirectory::m_page_tables
Andreas Kling
2021-08-15
Kernel: Make Memory::Region allocation functions return KResultOr
sin-ack
2021-08-15
Kernel: Make Kernel::VMObject allocation functions return KResultOr
sin-ack
2021-08-09
Kernel: Don't hog MM lock in find_region_from_vaddr()
Andreas Kling
2021-08-09
Kernel: Remove unused list of user regions in MemoryManager
Andreas Kling
2021-08-09
Kernel/SMP: Always take PageDirectory lock before the MemoryManager lock
Andreas Kling
2021-08-08
Kernel: Fix UB caused by taking a reference to a packed struct's member
Daniel Bertalan
2021-08-08
Everywhere: Replace AK::Singleton => Singleton
Andreas Kling
2021-08-07
Kernel: Fix bad search-and-replace renames
Andreas Kling
2021-08-06
Kernel: Make identity mapping mechanism used during AP boot non-generic
Andreas Kling
2021-08-06
Kernel: Rename Process::space() => Process::address_space()
Andreas Kling
2021-08-06
Kernel: Rename Memory::Space => Memory::AddressSpace
Andreas Kling
2021-08-06
Kernel: Rename Range => VirtualRange
Andreas Kling
2021-08-06
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
Andreas Kling
2021-08-06
Kernel: Rename Kernel/VM/ to Kernel/Memory/
Andreas Kling