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
2023-02-21
Kernel: Make NNRP<PhysicalPage const> possible
Andreas Kling
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2023-02-06
Kernel: Protect Process::m_name with a spinlock
Sam Atkins
2023-01-28
AK: Remove `try_` prefix from FixedArray creation functions
Linus Groh
2023-01-27
Kernel: Move Memory/PageDirectory.{cpp,h} to arch-specific directory
Timon Kruiper
2023-01-25
Kernel: Move Aarch64 MMU debug message into memory manager initializer
konrad
2023-01-24
Kernel/aarch64: Change MMU::kernel_virtual_range to high virtual memory
Timon Kruiper
2023-01-21
Kernel+LibC: Move name length constants to Kernel/API from limits.h
Andrew Kaster
2023-01-02
Everywhere: Remove unused includes of AK/Memory.h
Ben Wiederhake
2023-01-02
Kernel: Turn lock ranks into template parameters
kleines Filmröllchen
2022-12-29
Kernel: Put x86_64 specific VERIFY in PageDirectory.cpp behind ifdef
Timon Kruiper
2022-12-28
Kernel: Remove the two remaining ARCH(I386) checks
Andreas Kling
2022-12-28
Kernel: Remove i686 support
Liav A
2022-12-22
AK: Rename Bitmap::try_create() to ::create()
Sam Atkins
2022-12-16
Kernel/Memory: Add option to annotate region mapping as immutable
Liav A
2022-12-14
Kernel: Ignore an invalid QEMU multiboot entry
implicitfield
2022-12-12
Kernel: Use `size_t` to keep track of the number of pages in a region
Tim Schumacher
2022-12-07
Kernel: Add missing VERIFY in MM::allocate_committed_physical_page
Thomas Queiroz
2022-12-07
Kernel: Don't panic if MemoryManager::find_free_physical_page fails
Thomas Queiroz
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-11-05
Kernel: Add support for jails
Liav A
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
[next]