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
/
Region.cpp
Age
Commit message (
Expand
)
Author
2021-08-19
Kernel: Make Process::current() return a Process& instead of Process*
Idan Horowitz
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 Memory::Region::clone()
Andreas Kling
2021-08-09
Kernel: Fix deadlock in ~Memory::Region()
Andreas Kling
2021-08-09
Kernel/SMP: Don't panic in inode fault if other CPU already paged it in
Andreas Kling
2021-08-09
Kernel/SMP: Always take PageDirectory lock before the MemoryManager lock
Andreas Kling
2021-08-06
Kernel: Rename a very long enum to ShouldDeallocateVirtualRange
Andreas Kling
2021-08-06
Kernel: Make identity mapping mechanism used during AP boot non-generic
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