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-05-19
Kernel/ScatterGatherList: Add region_name as a part of try_create API
Pankaj Raghav
2023-05-19
Kernel/ScatterGatherList: Move constructor init code to try_create
Pankaj Raghav
2023-05-19
Kernel/ScatterGatherList: Return ErrorOr from try_create
Pankaj Raghav
2023-05-07
Everywhere: Change spelling of 'behaviour' to 'behavior'
Ben Wiederhake
2023-05-06
Kernel/Memory: Fix UNMAP_AFTER_INIT page fault handling
Liav A
2023-04-28
Revert "Kernel/x86: Bake the Prekernel and the Kernel into one image"
Tim Schumacher
2023-04-28
Kernel/x86: Bake the Prekernel and the Kernel into one image
Liav A
2023-04-09
Kernel/Memory: Explain better why we don't use the first 1 MiB on x86_64
Liav A
2023-04-09
Kernel: Crash process instead of panicking on KSYMS access
Idan Horowitz
2023-04-08
Kernel: Mark a bunch of NonnullRefPtrs also const to ensure immutability
Liav A
2023-04-06
Kernel: Implement ScopedAddressSpaceSwitcher using PageDirectory
Timon Kruiper
2023-04-06
Kernel: Extend the lifetime of Regions during page fault handling
Idan Horowitz
2023-04-06
Kernel: Store a pointer to the owner process in PageDirectory
Idan Horowitz
2023-03-09
Kernel: Switch LockRefPtr<Inode> to RefPtr<Inode>
Andreas Kling
2023-03-08
Kernel: Fix mispellings of AARCH64 that broke the build
Marco Cutecchia
2023-03-06
Kernel: Stop using NonnullLockRefPtrVector
Andreas Kling
2023-03-06
Everywhere: Remove NonnullOwnPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-03-06
Everywhere: Remove NonnullRefPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
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
[next]