summaryrefslogtreecommitdiff
path: root/Kernel/Memory/VirtualRange.cpp
AgeCommit message (Expand)Author
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