summaryrefslogtreecommitdiff
path: root/Kernel/Memory/VirtualRange.cpp
AgeCommit message (Expand)Author
2023-01-21Kernel+LibC: Move name length constants to Kernel/API from limits.hAndrew Kaster
2022-04-03Kernel: Use AddressSpace region tree for range allocationAndreas Kling
2021-12-28Kernel: Propagate overflow errors from Memory::page_round_upGuilherme Goncalves
2021-11-08Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>Andreas Kling
2021-08-06Kernel: Rename Range => VirtualRangeAndreas Kling