Age | Commit message (Expand) | Author |
---|---|---|
2021-11-18 | Kernel: Make VirtualRangeAllocator setup functions propagate errors | Andreas Kling |
2021-11-08 | Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> | Andreas Kling |
2021-10-07 | Kernel: Use find_largest_not_above in VirtualRangeAllocator | Idan Horowitz |
2021-09-06 | Kernel: Make VirtualRangeAllocator return KResultOr<VirtualRange> | Andreas Kling |
2021-08-22 | Kernel: Rename ScopedSpinlock => SpinlockLocker | Andreas Kling |
2021-08-22 | Kernel: Rename SpinLock => Spinlock | Andreas Kling |
2021-08-06 | Kernel: Rename Range => VirtualRange | Andreas Kling |