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-02-17 21:26:44 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e2f32e6ab3abb67cfb12e576b2c899530fd03412
ladybird
/
Kernel
/
Memory
History
Timon Kruiper
7440112cd9
Kernel: Implement ScopedAddressSpaceSwitcher using PageDirectory
...
This makes the code architecture independent, and thus makes it work for aarch64.
2023-04-06 21:19:58 +03:00
..
AddressSpace.cpp
Kernel: Store a pointer to the owner process in PageDirectory
2023-04-06 20:30:03 +03:00
AddressSpace.h
Kernel: Store a pointer to the owner process in PageDirectory
2023-04-06 20:30:03 +03:00
AllocationStrategy.h
…
AnonymousVMObject.cpp
…
AnonymousVMObject.h
…
InodeVMObject.cpp
…
InodeVMObject.h
Kernel: Switch LockRefPtr<Inode> to RefPtr<Inode>
2023-03-09 21:54:59 +01:00
MappedROM.h
…
MemoryManager.cpp
Kernel: Extend the lifetime of Regions during page fault handling
2023-04-06 20:30:03 +03:00
MemoryManager.h
Kernel: Extend the lifetime of Regions during page fault handling
2023-04-06 20:30:03 +03:00
PageFaultResponse.h
…
PhysicalPage.cpp
…
PhysicalPage.h
…
PhysicalRegion.cpp
…
PhysicalRegion.h
…
PhysicalZone.cpp
…
PhysicalZone.h
…
PrivateInodeVMObject.cpp
…
PrivateInodeVMObject.h
…
Region.cpp
Kernel: Extend the lifetime of Regions during page fault handling
2023-04-06 20:30:03 +03:00
Region.h
Kernel: Extend the lifetime of Regions during page fault handling
2023-04-06 20:30:03 +03:00
RegionTree.cpp
…
RegionTree.h
…
RingBuffer.cpp
…
RingBuffer.h
…
ScatterGatherList.cpp
…
ScatterGatherList.h
…
ScopedAddressSpaceSwitcher.cpp
Kernel: Implement ScopedAddressSpaceSwitcher using PageDirectory
2023-04-06 21:19:58 +03:00
ScopedAddressSpaceSwitcher.h
Kernel: Implement ScopedAddressSpaceSwitcher using PageDirectory
2023-04-06 21:19:58 +03:00
SharedFramebufferVMObject.cpp
…
SharedFramebufferVMObject.h
…
SharedInodeVMObject.cpp
…
SharedInodeVMObject.h
…
TypedMapping.h
…
VirtualRange.cpp
…
VirtualRange.h
…
VMObject.cpp
…
VMObject.h
…