Commit History

Author SHA1 Message Date
  Lenny Maiorani c6acf64558 Kernel: Change static constexpr variables to constexpr where possible 3 years ago
  Idan Horowitz 1e941fc3cc Kernel: Make VirtualRangeAllocator::carve_from_region OOM-fallible 3 years ago
  Daniel Bertalan 4195a7ef4b Kernel: Return EEXIST in VirtualRangeAllocator::try_allocate_specific() 3 years ago
  Andreas Kling 578a576a98 Kernel: Make VirtualRangeAllocator setup functions propagate errors 3 years ago
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 years ago
  Idan Horowitz 4174fe0156 Kernel: Use find_largest_not_above in VirtualRangeAllocator 3 years ago
  Andreas Kling f4a9a0d561 Kernel: Make VirtualRangeAllocator return KResultOr<VirtualRange> 3 years ago
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker 3 years ago
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock 3 years ago
  Andreas Kling cd5faf4e42 Kernel: Rename Range => VirtualRange 3 years ago