Commit History

Author SHA1 Message Date
  Andreas Kling 3399b6c57f Kernel: Remove old SlabAllocator :^) 3 years ago
  Andreas Kling 43099fb387 Kernel: Remove all uses of MAKE_SLAB_ALLOCATED() 3 years ago
  Idan Horowitz 5f4a67434c Kernel: Move userspace virtual address range base to 0x10000 3 years ago
  Idan Horowitz f415218afe Kernel+LibC: Implement sigaltstack() 3 years ago
  Idan Horowitz ff6b43734c Kernel: Add Region::clear_to_zero 3 years ago
  James Mintram eb33df0c30 Kernel: Add an x86 include check+error in x86/PageFault.h 3 years ago
  Andrew Kaster a92132e44a Kernel: Resolve clang-tidy readability-implicit-bool-conversion warnings 3 years ago
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 years ago
  Ali Mohammad Pur 5a0cdb15b0 AK+Everywhere: Reduce the number of template parameters of IntrusiveList 3 years ago
  Andreas Kling e3a716ceff Kernel: Make Memory::Region::map() return KResult 3 years ago
  Brian Gianforcaro 16ad297078 Kernel: Annotate Memory::Region APIs with [[nodiscard]] 4 years ago
  sin-ack 0a18425cbb Kernel: Make Memory::Region allocation functions return KResultOr 4 years ago
  Andreas Kling 2cd8b21974 Kernel: Add convenience values to the Memory::Region::Access enum 4 years ago
  Andreas Kling 47bdd7c3a0 Kernel: Rename a very long enum to ShouldDeallocateVirtualRange 4 years ago
  Andreas Kling cd5faf4e42 Kernel: Rename Range => VirtualRange 4 years ago
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 4 years ago
  Andreas Kling a1d7ebf85a Kernel: Rename Kernel/VM/ to Kernel/Memory/ 4 years ago