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
2022-06-19
Kernel: Tolerate cloning MAP_STACK regions that are PROT_NONE
Andrew Kaster
2022-04-05
Kernel: Don't unregister Region from RegionTree *before* unmapping it
Andreas Kling
2022-04-05
Kernel: Remove unused ShouldDeallocateVirtualRange parameters
Andreas Kling
2022-04-04
Kernel: Add debug logging to learn more about unexpected NP faults
Andreas Kling
2022-04-04
Kernel: Remove unused Region::try_create_kernel_only()
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: Use AddressSpace region tree for range allocation
Andreas Kling
2022-04-02
Kernel: Make Region.cpp compile on aarch64
James Mintram
2022-02-11
Kernel: Make AnonymousVMObject COW-Bitmap allocation OOM-fallible
Idan Horowitz
2022-02-02
Revert "Kernel: Only update page tables for faulting region"
Andreas Kling
2022-02-02
Kernel: Only update page tables for faulting region
Andreas Kling
2022-01-30
Kernel: Remove unnecessary includes from Thread.h
Andreas Kling
2022-01-28
Kernel: Convert MemoryManager::allocate_user_physical_page to ErrorOr
Idan Horowitz
2022-01-26
Kernel: Implement Page Attribute Table (PAT) support and Write-Combine
Tom
2022-01-15
Kernel: Don't remap already non-writable regions when they become CoW
Andreas Kling
2022-01-15
Kernel: Don't bother with page tables for PROT_NONE mappings
Andreas Kling
2022-01-15
Kernel: Use move() in Region::try_clone() to avoid a VMObject::unref()
Andreas Kling
2022-01-15
Kernel: Only register kernel regions with MemoryManager
Andreas Kling
2022-01-12
Kernel: Actually clear page slots in Region::clear_to_zero()
Andreas Kling
2022-01-12
Kernel: Don't release/relock spinlocks repeatedly during space teardown
Andreas Kling
2022-01-12
Kernel: Do less unnecessary work when tearing down process address space
Andreas Kling
2022-01-10
Kernel: Don't relock MM lock for every page when remapping region
Andreas Kling
2022-01-09
Kernel: Add implied auto qualifiers in Memory
Hendiadyoin1
2021-12-22
Kernel: Move userspace virtual address range base to 0x10000
Idan Horowitz
2021-12-22
Kernel: Unmap Prekernel pages after they are no longer needed
Daniel Bertalan
2021-12-01
Kernel: Add Region::clear_to_zero
Idan Horowitz
2021-12-01
Kernel: Add an x86 include check+error in x86/PageFault.h
James Mintram
2021-11-17
Kernel: Automatically sync shared file mappings when unmapped
Andreas Kling
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-10-26
Kernel: Take VMObject lock once in Region::remap_vmobject_page()
Andreas Kling
2021-10-02
Kernel: Access MemoryManager static functions statically
Brian Gianforcaro
2021-09-06
Kernel: Make KString factories return KResultOr + use TRY() everywhere
Andreas Kling
2021-09-06
Kernel: Make Memory::Region::map() return KResult
Andreas Kling
2021-09-05
Kernel: Use TRY() in Region
Andreas Kling
2021-08-29
Kernel: Rename Spinlock::is_owned_by_current_thread()
Andreas Kling
2021-08-29
Kernel: {Mutex,Spinlock}::own_lock() => is_locked_by_current_thread()
Andreas Kling
2021-08-25
Kernel: Always observe the return value of Region::map and remap
Brian Gianforcaro
2021-08-23
Kernel: Mape quickmap functions VERIFY that MM lock is held
Andreas Kling
2021-08-22
Kernel: Rename ScopedSpinlock => SpinlockLocker
Andreas Kling
2021-08-22
Kernel: Rename SpinLock => Spinlock
Andreas Kling
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
[next]