Commit History

作者 SHA1 備註 提交日期
  Idan Horowitz 5f4a67434c Kernel: Move userspace virtual address range base to 0x10000 3 年之前
  Idan Horowitz fccd0432a1 Kernel: Don't share the bottom 2 MiB of kernel mappings with processes 3 年之前
  Andreas Kling 578a576a98 Kernel: Make VirtualRangeAllocator setup functions propagate errors 3 年之前
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 年之前
  Ali Mohammad Pur 14c8373eb0 AK+Kernel: Reduce the number of template parameters of IntrusiveRBTree 3 年之前
  Idan Horowitz bee2de4b31 Kernel: Use an IntrusiveRedBlackTree for storing the cr3 mappings 3 年之前
  Andreas Kling 4b7575fabd Kernel: Unbreak x86_64 build (PageDirectory) 3 年之前
  Andreas Kling 83fed5b2de Kernel: Tidy up Memory::AddressSpace construction 3 年之前
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker 4 年之前
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock 4 年之前
  Andreas Kling c94c15d45c Everywhere: Replace AK::Singleton => Singleton 4 年之前
  Andreas Kling cdab5b2091 Kernel: Make identity mapping mechanism used during AP boot non-generic 4 年之前
  Andreas Kling cd5faf4e42 Kernel: Rename Range => VirtualRange 4 年之前
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 4 年之前
  Andreas Kling a1d7ebf85a Kernel: Rename Kernel/VM/ to Kernel/Memory/ 4 年之前