summaryrefslogtreecommitdiff
path: root/Kernel/Memory/VirtualRangeAllocator.h
AgeCommit message (Expand)Author
2021-09-06Kernel: Make VirtualRangeAllocator return KResultOr<VirtualRange>Andreas Kling
2021-09-05Kernel: Make all Spinlocks use u8 for storage, remove templateBrian Gianforcaro
2021-08-22Kernel: Rename SpinLock => SpinlockAndreas Kling
2021-08-07Kernel: Move SpinLock.h into Locking/Jean-Baptiste Boric
2021-08-06Kernel: Rename Range => VirtualRangeAndreas Kling