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.h
Age
Commit message (
Expand
)
Author
2022-08-26
Kernel: Use InterruptsState in Spinlock code
Timon Kruiper
2022-08-26
Kernel: Remove global MM lock in favor of SpinlockProtected
Andreas Kling
2022-08-24
Kernel: Use RefPtr instead of LockRefPtr for PhysicalPage
Andreas Kling
2022-08-24
Kernel: Wrap process address spaces in SpinlockProtected
Andreas Kling
2022-08-24
Kernel: Wrap RegionTree objects in SpinlockProtected
Andreas Kling
2022-08-22
Kernel: Make the page table quickmaps per-CPU
Andreas Kling
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-08-19
Kernel: Require lock rank for Spinlock construction
kleines Filmröllchen
2022-07-14
Kernel+Userland: Rename prefix of user_physical => physical
Liav A
2022-07-14
Kernel+Userland: Remove supervisor pages concept
Liav A
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-06
Kernel: Verify system memory info consistency
Idan Horowitz
2022-04-05
Kernel: Remove MemoryManager::region_tree() accessor
Andreas Kling
2022-04-05
Kernel: Move allocate_unbacked_region_anywhere() to MemoryManager
Andreas Kling
2022-04-05
Kernel: Move create_identity_mapped_region() to MemoryManager
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-02
Kernel: Make MemoryManager compile on aarch64
James Mintram
2022-02-11
Kernel: Make contiguous VM objects use "user physical pages" by default
Andreas Kling
2022-01-28
Kernel: Convert MemoryManager::allocate_user_physical_page to ErrorOr
Idan Horowitz
2022-01-28
Kernel: Make allocate_supervisor_physical_page OOM-fallible
Idan Horowitz
2022-01-28
Kernel: Make allocate_contiguous_supervisor_physical_pages OOM-fallible
Idan Horowitz
2022-01-23
Kernel: Add missing #include <AK/Badge.h> to MemoryManager.h
Marco Cutecchia
2022-01-16
Kernel: Use an IntrusiveRedBlackTree for kernel regions
Andreas Kling
2022-01-15
Kernel: Only register kernel regions with MemoryManager
Andreas Kling
2022-01-10
Kernel: Remove redundant hash map of page tables in PageDirectory
Andreas Kling
2022-01-09
Kernel: Overload DMA helper without Physical Page output parameter
Pankaj Raghav
2022-01-08
Kernel: Implement read functionality for MemoryDevice
Liav A
2022-01-08
Kernel: Change method name to clarify physical memory mmap validation
Liav A
2022-01-04
Kernel: Scan ACPI memory ranges for the RSDP table
Tom
2022-01-01
Kernel: Add DMA allocate functions that are TRY-able
Pankaj Raghav
2021-12-28
Kernel: Propagate overflow errors from Memory::page_round_up
Guilherme Goncalves
2021-12-28
Kernel: Remove the kmalloc_eternal heap :^)
Andreas Kling
2021-12-25
Kernel: Make kmalloc heap expansion kmalloc-free
Andreas Kling
2021-12-23
Kernel: Make msync return EINVAL when regions are too large
Guilherme Gonçalves
2021-12-22
Kernel: Unmap Prekernel pages after they are no longer needed
Daniel Bertalan
2021-12-18
Kernel: Use ksyms in-place instead of duplicating them into eternal heap
Andreas Kling
2021-12-11
Kernel: Remove unused String.h includes
Hendiadyoin1
2021-12-11
Kernel: Store kernel memory regions in a RedBlackTree
Andreas Kling
2021-12-01
Kernel: Move the expand_range_to_page_boundaries helper to MemoryManager
Idan Horowitz
2021-12-01
Kernel: Add an x86 include check+error in x86/TrapFrame.h
James Mintram
2021-12-01
Kernel: Add an x86 include check+error in x86/PageFault.h
James Mintram
2021-12-01
Kernel: Add an x86 include check+error in x86/PageDirectory.h
James Mintram
2021-11-17
Kernel: Add MemoryManager::copy_physical_page()
Andreas Kling
2021-11-14
Kernel: Suppress clang-tidy warning on declaration of s_mm_lock
Andrew Kaster
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-09-11
Kernel: Fix off-by-one in Memory::is_user_range() check
Andreas Kling
2021-09-06
Kernel: Improve API names for switching address spaces
Andreas Kling
2021-09-06
Kernel: Make kernel region allocators return KResultOr<NOP<Region>>
Andreas Kling
2021-09-06
Kernel: Make MM.commit_user_physical_pages() return KResultOr
Andreas Kling
[next]