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
/
MemoryManager.cpp
Age
Commit message (
Expand
)
Author
2020-05-26
Kernel: Create page structures correctly in boot.s
etaIneLp
2020-05-20
Kernel: Validate access to whole regions
Sergey Bugaev
2020-05-20
Kernel: Look for a user region first
Sergey Bugaev
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-08
Kernel: Assert on startup if we don't find any physical pages
Andreas Kling
2020-05-08
Kernel: Add for_each_vmobject_of_type<T>
Andreas Kling
2020-05-08
Kernel: Propagate failure to commit VM regions in more places
Andreas Kling
2020-05-08
Kernel: Use NonnullRefPtrVector<T> instead of Vector<RefPtr<T>> some
Andreas Kling
2020-05-07
Kernel: Memory purging was incorrectly "purging" the shared zero page
Andreas Kling
2020-05-06
Kernel: Don't assert on OOM in allocate_user_physical_page()
Andreas Kling
2020-04-13
Kernel: Switch the first-8MB-of-upper-3GB pseudo mappings to 4KB pages
Andreas Kling
2020-03-23
AK: Reduce header dependency graph of String.h
Andreas Kling
2020-03-08
Kernel: Allow contiguous allocations in physical memory
Liav A
2020-03-08
Kernel: Add missing #includes now that <AK/StdLibExtras.h> is smaller
Andreas Kling
2020-03-08
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
Andreas Kling
2020-03-06
Kernel: Simplify a bunch of dbg() and klog() calls
Andreas Kling
2020-03-02
Kernel: Use klog() instead of kprintf()
Liav A
2020-03-01
Kernel: Reduce code duplication a little bit in Region allocation
Andreas Kling
2020-03-01
Kernel: Move ProcessPagingScope to its own files
Andreas Kling
2020-03-01
Kernel: Remove some Region construction helpers
Andreas Kling
2020-02-28
Kernel: Rename InodeVMObject => SharedInodeVMObject
Andreas Kling
2020-02-27
MemoryManager: Use dbg() instead of dbgprintf()
Liav A
2020-02-23
Kernel: Dump all kernel regions when we hit a page fault during IRQ
Andreas Kling
2020-02-22
Kernel: Put "Couldn't find user region" spam behind MM_DEBUG
Andreas Kling
2020-02-21
Kernel: Log instead of crashing when getting a page fault during IRQ
Andreas Kling
2020-02-21
Kernel: Don't trigger page faults during profiling stack walk
Andreas Kling
2020-02-21
Kernel: Assert on page fault during IRQ
Andreas Kling
2020-02-17
Kernel: Replace "current" with Thread::current and Process::current
Andreas Kling
2020-02-16
Kernel: Reduce header dependencies of MemoryManager and Region
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-15
Kernel: Use a shared physical page for zero-filled pages until written
Andreas Kling
2020-02-10
Kernel: Add getter and setter for the X86 CR3 register
Andreas Kling
2020-02-10
AK: Remove bitrotted Traits::dump() mechanism
Andreas Kling
2020-02-09
Kernel: Apply changes to use LibBareMetal definitions
Liav A
2020-02-08
x86: Simplify region unmapping a bit
Andreas Kling
2020-01-29
Kernel: Fail with EFAULT for any address+size that would wrap around
Andreas Kling
2020-01-28
Kernel: AnonymousVMObject::create_for_physical_range() should fail more
Andreas Kling
2020-01-28
Kernel: Remove outdated comment in MemoryManager
Andreas Kling
2020-01-21
Kernel: Tidy up debug logging a little bit
Andreas Kling
2020-01-21
Kernel: Remove map_for_kernel() in MemoryManager
Liav A
2020-01-20
Use uintptr_t instead of u32 when storing pointers as integers
Andreas Kling
2020-01-19
Kernel: Make ProcessPagingScope restore CR3 properly
Andreas Kling
2020-01-18
Kernel: Move all CPU feature initialization into cpu_setup()
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-18
Kernel: Always dump kernel regions when dumping process regions
Andreas Kling
2020-01-18
Kernel: Remove two unused MemoryManager functions
Andreas Kling
2020-01-18
Kernel: Clean up MemoryManager initialization a bit more
Andreas Kling
2020-01-17
Kernel: Stop allocating page tables from the super pages pool
Andreas Kling
2020-01-17
Kernel: Re-enable protection of the kernel image in memory
Andreas Kling
[next]