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.cpp
Age
Commit message (
Expand
)
Author
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-08-19
Kernel/x86: Re-enable interrupts ASAP when handling page faults
Andreas Kling
2022-08-18
Kernel: Add a comment about what the MM lock protects
Andreas Kling
2022-08-16
Kernel: Release 1 page instead of all pages when starved for pages
dylanbobb
2022-08-15
Kernel: Don't release file-pages if volatile memory purge did it
Jorropo
2022-08-14
Kernel: Dump list of processes and their memory usage when OOMing
Andreas Kling
2022-08-14
Kernel: Release some clean file-backed memory when starved for pages
Andreas Kling
2022-08-14
Kernel: Update outdated "user physical pages" terminology
Andreas Kling
2022-08-09
Kernel: Fix SMP deadlock in MM::allocate_contiguous_physical_pages
Brian Gianforcaro
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-14
Kernel: Allocate user physical pages instead of supervisor ones for DMA
Liav A
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-06
Kernel: Tighten assertion in MM::find_free_user_physical_page
Idan Horowitz
2022-06-06
Kernel: Only use uncommitted pages when allocating contiguous user pages
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-05
Kernel: Add RegionTree::find_region_containing(address or range)
Andreas Kling
2022-04-05
Kernel: Add RegionTree::remove(Region&)
Andreas Kling
2022-04-05
Kernel: Take the RegionTree spinlock when inspecting tree from outside
Andreas Kling
2022-04-03
Kernel: Unbreak ASLR in the new RegionTree world
Andreas Kling
2022-04-03
Kernel: Stop exposing RegionTree API for VM range allocation
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-02
Kernel: Make MemoryManager compile on aarch64
James Mintram
2022-04-02
Kernel: Make handle_crash available to aarch64
James Mintram
2022-04-02
Kernel: Make PageDirectory.cpp compile on aarch64
James Mintram
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-17
Kernel: Use default constructors/destructors
Lenny Maiorani
2022-02-11
Kernel: Make contiguous VM objects use "user physical pages" by default
Andreas Kling
2022-01-28
Kernel: Move kernel region checks from x86 page fault handler to MM
Andreas Kling
2022-01-28
Kernel: Quickly reject userspace addresses in kernel_region_from_vaddr()
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-28
Kernel: Use memset instead of fast_u32_fill in MemoryManager zero fills
Idan Horowitz
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: Add implied auto qualifiers in Memory
Hendiadyoin1
2022-01-09
Kernel: Overload DMA helper without Physical Page output parameter
Pankaj Raghav
2022-01-09
Kernel: Set Cacheable parameter to NO explicitly in DMA helpers
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-07
Kernel/Memory: Remove needless VERIFY in /dev/mem mmap validation method
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
[next]