summaryrefslogtreecommitdiff
path: root/Kernel/Memory/VirtualRange.h
AgeCommit message (Expand)Author
2021-11-17AK: Convert AK::Format formatting helpers to returning ErrorOr<void>Andreas Kling
2021-11-08Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>Andreas Kling
2021-09-05AK+Kernel: Move KResult.h to Kernel/API for userspace accesssin-ack
2021-08-06Kernel: Rename Range => VirtualRangeAndreas Kling