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-03-23
AK: Reduce header dependency graph of String.h
Andreas Kling
2020-03-22
Kernel: Run clang-format on files
Shannon Booth
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-07
LibWeb: Move everything into the Web namespace
Andreas Kling
2020-03-06
Kernel: Simplify a bunch of dbg() and klog() calls
Andreas Kling
2020-03-06
Kernel: Unmap non-readable pages
Andreas Kling
2020-03-02
Kernel: Use klog() instead of kprintf()
Liav A
2020-03-02
Kernel: MemoryManager should create cacheable regions by default
Andreas Kling
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 more harmless InodeVMObject miscasts
Andreas Kling
2020-03-01
Kernel: Include the dirty bits when cloning an InodeVMObject
Andreas Kling
2020-03-01
Kernel: Add some InodeVMObject type assertions in Region::clone()
Andreas Kling
2020-03-01
Kernel: Remove some Region construction helpers
Andreas Kling
2020-03-01
Kernel: CoW-clone private inode-backed memory regions on fork()
Andreas Kling
2020-02-29
Kernel: Simplify some dbg() logging
Andreas Kling
2020-02-28
Kernel: Expose the VMObject type of each Region in /proc/PID/vm
Andreas Kling
2020-02-28
Kernel: Remove some unnecessary indirection in InodeFile::mmap()
Andreas Kling
2020-02-28
Kernel: Split InodeVMObject into two subclasses
Andreas Kling
2020-02-28
Kernel: Rename InodeVMObject => SharedInodeVMObject
Andreas Kling
2020-02-27
MemoryManager: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
RangeAllocator: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
PhysicalPage: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
Region: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
InodeVMObject: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
PageDirectory: Use dbg() instead of dbgprintf()
Liav A
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-24
Kernel: Make Region weakable and use WeakPtr<Region> instead of Region*
Andreas Kling
2020-02-24
AK: Make Bitmap use size_t for its size
Andreas Kling
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: 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
[next]