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
/
Region.cpp
Age
Commit message (
Expand
)
Author
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-09-02
Kernel: Handle committing pages in regions more gracefully
Tom
2020-09-01
Kernel: Remove assertion from Region::commit
Tom
2020-08-30
Kernel: Unbreak building with extra debug macros, part 2
Ben Wiederhake
2020-08-28
Kernel: Release page tables when no longer needed
Tom
2020-07-06
Kernel: Aggregate TLB flush requests for Regions for SMP
Tom
2020-07-06
Kernel: Add SMP IPI support
Tom
2020-07-03
Kernel: Consolidate features into CPUFeature enum
Tom
2020-07-01
Kernel: Turn Thread::current and Process::current into functions
Tom
2020-06-04
Kernel: Add mechanism to identity map the lowest 2MB
Tom
2020-05-06
Kernel: Crash the current process on OOM (instead of panicking kernel)
Andreas Kling
2020-05-06
Kernel: Assert on OOM in Region::commit()
Andreas Kling
2020-04-28
Kernel: Leave VMObject alone on OOM during CoW fault
Andreas Kling
2020-04-28
Kernel: Add Region helpers for accessing underlying physical pages
Andreas Kling
2020-04-12
Kernel+LibC: Add minherit() and MAP_INHERIT_ZERO
Andreas Kling
2020-04-03
Kernel: Non-readable-but-writable regions should still be mapped
Andreas Kling
2020-03-23
AK: Reduce header dependency graph of String.h
Andreas Kling
2020-03-08
Kernel: Add missing #includes now that <AK/StdLibExtras.h> is smaller
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-01
Kernel: Remove some more harmless InodeVMObject miscasts
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: 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
Region: Use dbg() instead of dbgprintf()
Liav A
2020-02-24
AK: Make Bitmap use size_t for its size
Andreas Kling
2020-02-21
Kernel: Fix crash when reading /proc/PID/vmobjects
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-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-21
Kernel: Tidy up debug logging a little bit
Andreas Kling
2020-01-20
Kernel: Write-only regions should still be mapped as present
Andreas Kling
2020-01-19
Kernel: Assert that copy_to/from_user() are called with user addresses
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-17
Kernel: Move kernel above the 3GB virtual address mark
Andreas Kling
2020-01-14
Kernel: Change Region allocation helpers
Liav A
2020-01-10
Kernel: Copy Region's "is_mmap" flag when cloning regions for fork()
Andreas Kling
2020-01-10
Kernel+LibELF: Enable SMAP protection during non-syscall exec()
Andreas Kling
2020-01-05
Kernel: Start implementing x86 SMAP support
Andreas Kling
2020-01-01
Kernel: Share code between Region::map() and Region::remap_page()
Andreas Kling
[next]