summaryrefslogtreecommitdiff
path: root/Kernel/Memory/VirtualRangeAllocator.cpp
AgeCommit message (Expand)Author
2021-11-18Kernel: Make VirtualRangeAllocator setup functions propagate errorsAndreas Kling
2021-11-08Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>Andreas Kling
2021-10-07Kernel: Use find_largest_not_above in VirtualRangeAllocatorIdan Horowitz
2021-09-06Kernel: Make VirtualRangeAllocator return KResultOr<VirtualRange>Andreas Kling
2021-08-22Kernel: Rename ScopedSpinlock => SpinlockLockerAndreas Kling
2021-08-22Kernel: Rename SpinLock => SpinlockAndreas Kling
2021-08-06Kernel: Rename Range => VirtualRangeAndreas Kling