ladybird/Kernel/Memory
Andrew Kaster ddea37b521 Kernel+LibC: Move name length constants to Kernel/API from limits.h
Reduce inclusion of limits.h as much as possible at the same time.

This does mean that kmalloc.h is now including Kernel/API/POSIX/limits.h
instead of LibC/limits.h, but the scope could be limited a lot more.
Basically every file in the kernel includes kmalloc.h, and needs the
limits.h include for PAGE_SIZE.
2023-01-21 10:43:59 -07:00
..
AddressSpace.cpp Kernel: Remove i686 support 2022-12-28 11:53:41 +01:00
AddressSpace.h
AllocationStrategy.h
AnonymousVMObject.cpp AK: Rename Bitmap::try_create() to ::create() 2022-12-22 15:48:53 +01:00
AnonymousVMObject.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
InodeVMObject.cpp
InodeVMObject.h
MappedROM.h
MemoryManager.cpp Everywhere: Remove unused includes of AK/Memory.h 2023-01-02 20:27:20 -05:00
MemoryManager.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
PageDirectory.cpp Everywhere: Remove unused includes of AK/Memory.h 2023-01-02 20:27:20 -05:00
PageDirectory.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
PageFaultResponse.h
PhysicalPage.cpp
PhysicalPage.h
PhysicalRegion.cpp Kernel: Use size_t to keep track of the number of pages in a region 2022-12-12 15:14:07 +00:00
PhysicalRegion.h Kernel: Use size_t to keep track of the number of pages in a region 2022-12-12 15:14:07 +00:00
PhysicalZone.cpp
PhysicalZone.h
PrivateInodeVMObject.cpp AK: Rename Bitmap::try_create() to ::create() 2022-12-22 15:48:53 +01:00
PrivateInodeVMObject.h
Region.cpp Everywhere: Remove unused includes of AK/Memory.h 2023-01-02 20:27:20 -05:00
Region.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
RegionTree.cpp Kernel: Remove i686 support 2022-12-28 11:53:41 +01:00
RegionTree.h
RingBuffer.cpp
RingBuffer.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
ScatterGatherList.cpp
ScatterGatherList.h
ScopedAddressSpaceSwitcher.cpp Kernel: Remove i686 support 2022-12-28 11:53:41 +01:00
ScopedAddressSpaceSwitcher.h
SharedFramebufferVMObject.cpp
SharedFramebufferVMObject.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
SharedInodeVMObject.cpp AK: Rename Bitmap::try_create() to ::create() 2022-12-22 15:48:53 +01:00
SharedInodeVMObject.h
TypedMapping.h
VirtualRange.cpp Kernel+LibC: Move name length constants to Kernel/API from limits.h 2023-01-21 10:43:59 -07:00
VirtualRange.h
VMObject.cpp Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
VMObject.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00