This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-01-09 18:15:19 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e56e7db9d44e1ba13df743ffccabc33b628cee42
ladybird
/
Kernel
/
Memory
History
Andreas Kling
8bf248a046
Kernel: Make NNRP<PhysicalPage const> possible
...
This wasn't possible before as ref() and unref() were non-const.
2023-02-21 00:54:04 +01:00
..
AddressSpace.cpp
…
AddressSpace.h
…
AllocationStrategy.h
…
AnonymousVMObject.cpp
AK: Remove
try_
prefix from FixedArray creation functions
2023-01-28 22:41:36 +01:00
AnonymousVMObject.h
…
InodeVMObject.cpp
…
InodeVMObject.h
…
MappedROM.h
…
MemoryManager.cpp
Kernel: Protect Process::m_name with a spinlock
2023-02-06 20:36:53 +01:00
MemoryManager.h
…
PageFaultResponse.h
…
PhysicalPage.cpp
Kernel: Make NNRP<PhysicalPage const> possible
2023-02-21 00:54:04 +01:00
PhysicalPage.h
Kernel: Make NNRP<PhysicalPage const> possible
2023-02-21 00:54:04 +01:00
PhysicalRegion.cpp
…
PhysicalRegion.h
…
PhysicalZone.cpp
…
PhysicalZone.h
…
PrivateInodeVMObject.cpp
…
PrivateInodeVMObject.h
…
Region.cpp
…
Region.h
…
RegionTree.cpp
…
RegionTree.h
…
RingBuffer.cpp
…
RingBuffer.h
…
ScatterGatherList.cpp
…
ScatterGatherList.h
…
ScopedAddressSpaceSwitcher.cpp
…
ScopedAddressSpaceSwitcher.h
…
SharedFramebufferVMObject.cpp
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
2023-02-08 19:15:45 +00:00
SharedFramebufferVMObject.h
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
2023-02-08 19:15:45 +00:00
SharedInodeVMObject.cpp
…
SharedInodeVMObject.h
…
TypedMapping.h
…
VirtualRange.cpp
…
VirtualRange.h
…
VMObject.cpp
AK: Remove
try_
prefix from FixedArray creation functions
2023-01-28 22:41:36 +01:00
VMObject.h
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
2023-02-08 19:15:45 +00:00