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
Age
Commit message (
Expand
)
Author
2022-10-18
Kernel: Reintroduce `ScopedAddressSpaceSwitcher` to aarch64 build
Jesse Buhagiar
2022-10-17
Kernel: Move InterruptDisabler out of Arch directory
Timon Kruiper
2022-10-01
Kernel/aarch64: Set up pointer to kernel page directory
Timon Kruiper
2022-10-01
Kernel/aarch64: Only identity map kernel image, instead of all of RAM
Timon Kruiper
2022-10-01
Kernel: Don't reserve Low Memory (0-1MB) on non-x86 architectures
Timon Kruiper
2022-09-26
Kernel/FileSystem: Remove the locking of a Inode mutex in InodeVMObjects
Liav A
2022-09-26
Kernel: Send SIGBUS to threads that use after valid Inode mmaped range
Liav A
2022-09-24
Revert "Kernel: Send SIGBUS to threads that use after valid Inode mmaped range"
Liav A
2022-09-23
Kernel: Introduce the IOWindow class
Liav A
2022-09-23
Kernel/Memory: Introduce a method to allocate TypedMapping on the heap
Liav A
2022-09-20
Kernel/x86: Move RTC and CMOS code to x86 arch-specific subdirectory
Liav A
2022-09-16
Kernel: Send SIGBUS to threads that use after valid Inode mmaped range
Liav A
2022-09-16
Kernel: Handle mmap requests on zero-length data file inodes safely
Liav A
2022-09-12
Kernel: Add basic aarch64 support to `MemoryManager`
Filiph Sandström
2022-08-27
Kernel: Dump OOM debug info after releasing the MM global data lock
Idan Horowitz
2022-08-26
Kernel: Use InterruptsState in Spinlock code
Timon Kruiper
2022-08-26
Kernel: Remove global MM lock in favor of SpinlockProtected
Andreas Kling
2022-08-24
Kernel: Use RefPtr instead of LockRefPtr for PhysicalPage
Andreas Kling
2022-08-24
Kernel: Make PhysicalPage::ref() use relaxed memory order
Andreas Kling
2022-08-24
Kernel: Don't take MM lock in ~PageDirectory()
Andreas Kling
2022-08-24
Kernel: Don't take MM lock in MemoryManager::dump_kernel_regions()
Andreas Kling
2022-08-24
Kernel: Don't take MM lock in MemoryManager::enter_address_space()
Andreas Kling
2022-08-24
Kernel: Update comment about what the MM lock protects
Andreas Kling
2022-08-24
Kernel: Don't wrap AddressSpace's RegionTree in SpinlockProtected
Andreas Kling
2022-08-24
Kernel: Make file-backed memory regions remember description permissions
Andreas Kling
2022-08-24
Kernel: Wrap process address spaces in SpinlockProtected
Andreas Kling
2022-08-24
Kernel: Don't hog the MM lock while unmapping regions
Andreas Kling
2022-08-24
Kernel: Wrap RegionTree objects in SpinlockProtected
Andreas Kling
2022-08-22
Kernel: Stop taking MM lock while using regular quickmaps
Andreas Kling
2022-08-22
Kernel: Stop taking MM lock while using PD/PT quickmaps
Andreas Kling
2022-08-22
Kernel: Make the page table quickmaps per-CPU
Andreas Kling
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-08-20
AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernel
Andreas Kling
2022-08-19
Kernel: Require lock rank for Spinlock construction
kleines Filmröllchen
2022-08-19
Kernel/Memory: Use scope guard to remove a region if we failed to map it
Liav A
2022-08-19
Kernel: Reduce time under VMObject lock while handling zero faults
Andreas Kling
2022-08-19
Kernel/x86: Re-enable interrupts ASAP when handling page faults
Andreas Kling
2022-08-18
Kernel: Make Region's physical page accessors safer to use
Andreas Kling
2022-08-18
Kernel: Don't hog VMObject lock when remapping a region page
Andreas Kling
2022-08-18
Kernel: Move Region physical page accessors out of line
Andreas Kling
2022-08-18
Kernel: Add a comment about what the MM lock protects
Andreas Kling
2022-08-18
Kernel: Don't require MM lock for Region::set_page_directory()
Andreas Kling
2022-08-18
Kernel: Don't remap all regions from Region::remap_vmobject_page()
Andreas Kling
2022-08-18
Kernel: Shorten time under spinlocks while handling inode faults
Andreas Kling
2022-08-16
Kernel: Lock the inode before writing in SharedInodeVMObject::sync
Mike Akers
2022-08-16
Kernel: Release 1 page instead of all pages when starved for pages
dylanbobb
2022-08-16
Kernel: Allow release of a specific amount of of clean pages
dylanbobb
2022-08-15
Kernel: Remove regions from the region tree after failing to map them
Idan Horowitz
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
[next]