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.h
Age
Commit message (
Expand
)
Author
2023-06-04
Everywhere: Move global Kernel pattern code to Kernel/Library directory
Liav A
2023-04-06
Kernel: Extend the lifetime of Regions during page fault handling
Idan Horowitz
2023-01-02
Kernel: Turn lock ranks into template parameters
kleines Filmröllchen
2022-12-16
Kernel/Memory: Add option to annotate region mapping as immutable
Liav A
2022-09-24
Revert "Kernel: Send SIGBUS to threads that use after valid Inode mmaped range"
Liav A
2022-09-16
Kernel: Send SIGBUS to threads that use after valid Inode mmaped range
Liav A
2022-08-24
Kernel: Use RefPtr instead of LockRefPtr for PhysicalPage
Andreas Kling
2022-08-24
Kernel: Make file-backed memory regions remember description permissions
Andreas Kling
2022-08-24
Kernel: Don't hog the MM lock while unmapping regions
Andreas Kling
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-08-19
Kernel: Reduce time under VMObject lock while handling zero faults
Andreas Kling
2022-08-18
Kernel: Make Region's physical page accessors safer to use
Andreas Kling
2022-08-18
Kernel: Don't hog VMObject lock when remapping a region page
Andreas Kling
2022-08-18
Kernel: Don't remap all regions from Region::remap_vmobject_page()
Andreas Kling
2022-04-05
Kernel: Remove unused ShouldDeallocateVirtualRange parameters
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: Add Memory::RegionTree to share code between AddressSpace and MM
Andreas Kling
2022-04-03
Kernel: Store AddressSpace memory regions in an IntrusiveRedBlackTree
Andreas Kling
2022-02-11
Kernel: Stop trying to write unmapped Process regions into CoreDumps
Idan Horowitz
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-29
Everywhere: Remove redundant inline keyword
Lenny Maiorani
2022-01-26
Kernel: Implement Page Attribute Table (PAT) support and Write-Combine
Tom
2022-01-16
Kernel: Use an IntrusiveRedBlackTree for kernel regions
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
2021-12-26
Kernel: Remove old SlabAllocator :^)
Andreas Kling
2021-12-26
Kernel: Remove all uses of MAKE_SLAB_ALLOCATED()
Andreas Kling
2021-12-22
Kernel: Move userspace virtual address range base to 0x10000
Idan Horowitz
2021-12-01
Kernel+LibC: Implement sigaltstack()
Idan Horowitz
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-14
Kernel: Resolve clang-tidy readability-implicit-bool-conversion warnings
Andrew Kaster
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-09-10
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
Ali Mohammad Pur
2021-09-06
Kernel: Make Memory::Region::map() return KResult
Andreas Kling
2021-08-25
Kernel: Annotate Memory::Region APIs with [[nodiscard]]
Brian Gianforcaro
2021-08-15
Kernel: Make Memory::Region allocation functions return KResultOr
sin-ack
2021-08-06
Kernel: Add convenience values to the Memory::Region::Access enum
Andreas Kling
2021-08-06
Kernel: Rename a very long enum to ShouldDeallocateVirtualRange
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