tangled
alpha
login
or
join now
jcs.org
/
serenity
0
fork
atom
Serenity Operating System
0
fork
atom
overview
issues
pulls
pipelines
serenity
/
Kernel
/
Memory
/
at
master
38 files
AddressSpace.cpp
Kernel: Remove i686 support
3 years ago
AddressSpace.h
Kernel: Move Memory/PageDirectory.{cpp,h} to arch-specific directory
3 years ago
AllocationStrategy.h
Kernel: Rename Kernel/VM/ to Kernel/Memory/
4 years ago
AnonymousVMObject.cpp
Everywhere: Remove NonnullRefPtr.h includes
3 years ago
AnonymousVMObject.h
Kernel: Turn lock ranks into template parameters
3 years ago
InodeVMObject.cpp
Kernel: Use RefPtr instead of LockRefPtr for PhysicalPage
3 years ago
InodeVMObject.h
Kernel: Switch LockRefPtr<Inode> to RefPtr<Inode>
3 years ago
MappedROM.h
Everywhere: Run clang-format
4 years ago
MemoryManager.cpp
Everywhere: Stop using NonnullOwnPtrVector
3 years ago
MemoryManager.h
Kernel: Stop using NonnullLockRefPtrVector
3 years ago
PageFaultResponse.h
Kernel: Send SIGBUS to threads that use after valid Inode mmaped range
3 years ago
PhysicalPage.cpp
Kernel: Make NNRP<PhysicalPage const> possible
3 years ago
PhysicalPage.h
Kernel: Make NNRP<PhysicalPage const> possible
3 years ago
PhysicalRegion.cpp
Everywhere: Stop using NonnullOwnPtrVector
3 years ago
PhysicalRegion.h
Kernel: Stop using NonnullLockRefPtrVector
3 years ago
PhysicalZone.cpp
Kernel: Add implied auto qualifiers in Memory
4 years ago
PhysicalZone.h
Kernel: Remove the kmalloc_eternal heap :^)
4 years ago
PrivateInodeVMObject.cpp
AK: Rename Bitmap::try_create() to ::create()
3 years ago
PrivateInodeVMObject.h
Kernel: Handle mmap requests on zero-length data file inodes safely
3 years ago
Region.cpp
Kernel: Move Memory/PageDirectory.{cpp,h} to arch-specific directory
3 years ago
Region.h
Kernel: Turn lock ranks into template parameters
3 years ago
RegionTree.cpp
Kernel: Remove i686 support
3 years ago
RegionTree.h
Kernel: Wrap process address spaces in SpinlockProtected
3 years ago
RingBuffer.cpp
Everywhere: Run clang-format
4 years ago
RingBuffer.h
Kernel: Turn lock ranks into template parameters
3 years ago
ScatterGatherList.cpp
Kernel: Use RefPtr instead of LockRefPtr for PhysicalPage
3 years ago
ScatterGatherList.h
Kernel: Use RefPtr instead of LockRefPtr for PhysicalPage
3 years ago
ScopedAddressSpaceSwitcher.cpp
Kernel: Fix mispellings of AARCH64 that broke the build
3 years ago
ScopedAddressSpaceSwitcher.h
Kernel: Rename ProcessPagingScope => ScopedAddressSpaceSwitcher
4 years ago
SharedFramebufferVMObject.cpp
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
3 years ago
SharedFramebufferVMObject.h
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
3 years ago
SharedInodeVMObject.cpp
AK: Rename Bitmap::try_create() to ::create()
3 years ago
SharedInodeVMObject.h
Kernel: Handle mmap requests on zero-length data file inodes safely
3 years ago
TypedMapping.h
Everywhere: Run clang-format
3 years ago
VMObject.cpp
AK: Remove `try_` prefix from FixedArray creation functions
3 years ago
VMObject.h
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
3 years ago
VirtualRange.cpp
Kernel+LibC: Move name length constants to Kernel/API from limits.h
3 years ago
VirtualRange.h
Everywhere: Add sv suffix to strings relying on StringView(char const*)
3 years ago