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
/
VM
/
Region.cpp
Age
Commit message (
Expand
)
Author
2021-07-25
Kernel: Remove unnecessary counting of VMObject-attached Regions
Andreas Kling
2021-07-25
Kernel: Remove unnecessary weak pointer from Region to owning Process
Andreas Kling
2021-07-25
Kernel: Make purgeable memory a VMObject level concept (again)
Andreas Kling
2021-07-23
Kernel: No need to use safe_memcpy() when handling an inode fault
Andreas Kling
2021-07-23
Kernel: Simplify VMObject locking & page fault handlers
Andreas Kling
2021-07-23
Kernel: Remove unused MAP_SHARED_ZERO_PAGE_LAZILY code path
Andreas Kling
2021-07-22
Kernel: Convert Region to east-const style
Andreas Kling
2021-07-22
Kernel: Make committed physical page allocation return NonnullRefPtr
Andreas Kling
2021-07-18
Kernel: Rename Locker => MutexLocker
Andreas Kling
2021-07-12
Kernel: Allow Lock to block from BlockCondition
Tom
2021-07-11
Kernel: Rename VMObject::clone() => try_clone()
Andreas Kling
2021-07-11
Kernel: Rename Region::create_kernel_only() => try_create_kernel_only()
Andreas Kling
2021-07-11
Kernel: Make Region::try_create_user_accessible() OOM-safe
Andreas Kling
2021-06-24
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
Daniel Bertalan
2021-06-16
Kernel: Remove various other uses of ssize_t
Gunnar Beutner
2021-05-29
Kernel: Make Region creation API OOM safe
Brian Gianforcaro
2021-05-28
Kernel: Use KString for Region names
Andreas Kling
2021-05-25
Kernel: Release the paging lock while reading from the disk
Tom
2021-05-02
Kernel: Change Inode::{read/write}_bytes interface to KResultOr<ssize_t>
Brian Gianforcaro
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-04-25
Kernel: Remove the now defunct `LOCKER(..)` macro.
Brian Gianforcaro
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-09
Kernel: Convert klog() to dmesgln() in Region
Andreas Kling
2021-03-08
Kernel: Make MemoryManager API type-safe for Region::Access enum
Brian Gianforcaro
2021-03-03
Kernel: Skip TLB flushes while cloning regions in sys$fork()
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-14
Kernel: Assert if rounding-up-to-page-size would wrap around to 0
Andreas Kling
2021-02-14
Kernel: Panic on attempt to map mmap'ed page at a kernel address
Andreas Kling
2021-02-14
Kernel: Make the Region constructor private
Andreas Kling
2021-02-14
Kernel: Remove user/kernel flags from Region
Andreas Kling
2021-02-13
Kernel: Sanity check the VM range when constructing a Region
Andreas Kling
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-02-02
Kernel: Add a way to specify which memory regions can make syscalls
Andreas Kling
2021-01-29
Kernel: Enforce W^X more strictly (like PaX MPROTECT)
Andreas Kling
2021-01-27
Kernel: Release MM lock while yielding from inode page fault handler
Tom
2021-01-26
Meta: Split debug defines into multiple headers.
asynts
2021-01-26
Kernel: Assert on attempt to map private region backed by shared inode
Andreas Kling
2021-01-26
Kernel: sys$munmap() region splitting did not preserve "shared" flag
Andreas Kling
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-16
Kernel: Remove unused syscall sys$minherit()
Andreas Kling
2021-01-11
Kernel: Remove MM_DEBUG debug spam code
Andreas Kling
2021-01-11
Kernel: Convert a bunch of String::format() => String::formatted()
Andreas Kling
2021-01-11
Everywhere: Fix incorrect uses of String::format and StringBuilder::appendf
Sahan Fernando
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-02
Kernel: Ignore TLB flush requests for user addresses of other processes
Tom
2021-01-02
Kernel: If a VMObject is shared, broadcast page remappings
Tom
2021-01-02
Revert "Kernel: Allocate shared memory regions immediately"
Tom
[next]