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-09-05 | Kernel: Make all Spinlocks use u8 for storage, remove template | Brian Gianforcaro |
2021-08-22 | Kernel: Rename SpinLock => Spinlock | Andreas Kling |
2021-08-07 | Kernel: Move SpinLock.h into Locking/ | Jean-Baptiste Boric |
2021-08-06 | Kernel: Rename Range => VirtualRange | Andreas Kling |