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
Age
Commit message (
Expand
)
Author
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: Fix crash when reading /proc/PID/vmobjects
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-19
Kernel: Refuse to allocate 0 bytes of virtual address space
Andreas Kling
2020-02-19
Kernel: Use bitfields in Region
Andreas Kling
2020-02-18
Kernel: Purging a page should point it back to the shared zero page
Andreas Kling
2020-02-17
Kernel: Replace "current" with Thread::current and Process::current
Andreas Kling
2020-02-16
Kernel+LibC: Allow sys$mmap() callers to specify address alignment
Andreas Kling
2020-02-16
Kernel: Fix weird whitespace mistake in RangeAllocator
Andreas Kling
2020-02-16
Kernel: More header dependency reduction work
Andreas Kling
2020-02-16
Kernel: Add forward declaration header
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: Widen PhysicalPage refcount to 32 bits
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
Kernel: Remove more <LibBareMetal/Output/kstdio.h> includes
Andreas Kling
2020-02-10
AK: Remove bitrotted Traits::dump() mechanism
Andreas Kling
2020-02-09
Kernel: Use VirtualAddress & PhysicalAddress classes from LibBareMetal
Liav A
2020-02-09
Kernel: Apply changes to use LibBareMetal definitions
Liav A
2020-02-08
Kernel: The inode fault handler should grab the VMObject lock earlier
Andreas Kling
2020-02-08
x86: Simplify region unmapping a bit
Andreas Kling
2020-02-08
Kernel: Cloned shared regions should also be marked as shared
Andreas Kling
2020-01-30
Kernel: Add some sanity assertions in RangeAllocator::deallocate()
Andreas Kling
2020-01-30
Kernel: Range::contains() should reject ranges with 2^32 wrap-around
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-23
AK: Let's call decrementing reference counts "unref" instead of "deref"
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
Add AnonymousVMObject::create_with_physical_page()
Andreas Kling
2020-01-20
Kernel: Write-only regions should still be mapped as present
Andreas Kling
2020-01-20
Kernel: Remove some unnecessary casts to uintptr_t
Andreas Kling
2020-01-20
Use uintptr_t instead of u32 when storing pointers as integers
Andreas Kling
2020-01-19
Kernel: Oops, fix bad sort order of available VM ranges
Andreas Kling
2020-01-19
Kernel: Make ProcessPagingScope restore CR3 properly
Andreas Kling
2020-01-19
Kernel: Optimize VM range deallocation a bit
Andreas Kling
2020-01-19
Kernel: Assert that copy_to/from_user() are called with user addresses
Andreas Kling
2020-01-19
Kernel: Let's say that everything < 3GB is user virtual memory
Andreas Kling
2020-01-18
Kernel: Enforce W^X between sys$mmap() and sys$execve()
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: Add a random offset to the base of the per-process VM allocator
Andreas Kling
2020-01-17
Kernel: Only clone the bottom 2MB of mappings from kernel to processes
Andreas Kling
[next]