Commit History

Author SHA1 Message Date
  Andreas Kling 02a95a196f Kernel: Use AddressSpace region tree for range allocation 3 years ago
  Andreas Kling 2617adac52 Kernel: Store AddressSpace memory regions in an IntrusiveRedBlackTree 3 years ago
  James Mintram 0d7eee625f Kernel: Make AddressSpace.cpp compile on aarch64 3 years ago
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 years ago
  Lenny Maiorani 190cf1507b Kernel: Use default constructors/destructors 3 years ago
  Idan Horowitz 57bce8ab97 Kernel: Set up Regions before adding them to a Process's AddressSpace 3 years ago
  Idan Horowitz 8030e2a88f Kernel: Make AnonymousVMObject COW-Bitmap allocation OOM-fallible 3 years ago
  Andreas Kling a44316fa8b Kernel: Release page directory and MM locks sooner in space finalization 3 years ago
  Andreas Kling 3845c90e08 Kernel: Remove unnecessary includes from Thread.h 3 years ago
  Idan Horowitz a6f0ab358a Kernel: Make AddressSpace::find_regions_intersecting OOM-fallible 3 years ago
  Idan Horowitz bd603003b5 Kernel: Make AddressSpace::amount_clean_inode() OOM-fallible 3 years ago
  Andreas Kling c6adefcfc0 Kernel: Don't bother with page tables for PROT_NONE mappings 3 years ago
  Andreas Kling 4fa3c1bf2d Kernel: Remove old "region lookup cache" optimization 3 years ago
  Andreas Kling de05223122 Kernel: Don't flush TLB after creating brand-new mappings 3 years ago
  Andreas Kling d8206c1059 Kernel: Don't release/relock spinlocks repeatedly during space teardown 3 years ago
  Andreas Kling 2323cdd914 Kernel: Do less unnecessary work when tearing down process address space 3 years ago
  Hendiadyoin1 1cdace7898 Kernel: Add implied auto qualifiers in Memory 3 years ago
  Guilherme Goncalves 33b78915d3 Kernel: Propagate overflow errors from Memory::page_round_up 3 years ago
  Sam Atkins 907feb84a0 Kernel: Cast unused smart-pointer return value to void 3 years ago
  Andreas Kling 0f22ba5bf2 AK: Make RedBlackTree::try_insert() return ErrorOr<void> instead of bool 3 years ago
  Andreas Kling 88b6428c25 AK: Make Vector::try_* functions return ErrorOr<void> 3 years ago
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 years ago
  Brian Gianforcaro 24207d3795 Kernel: Fetch range once for each iteration of find_regions_intersecting 3 years ago
  Andreas Kling 56a2594de7 Kernel: Make KString factories return KResultOr + use TRY() everywhere 3 years ago
  Andreas Kling e3a716ceff Kernel: Make Memory::Region::map() return KResult 3 years ago
  Andreas Kling a994f11f10 Kernel: Make AddressSpace::add_region() return KResultOr<Region*> 3 years ago
  Andreas Kling 062cc804e7 Kernel: Use TRY() some more in Memory::AddressSpace 3 years ago
  Andreas Kling f4a9a0d561 Kernel: Make VirtualRangeAllocator return KResultOr<VirtualRange> 3 years ago
  Andreas Kling 83fed5b2de Kernel: Tidy up Memory::AddressSpace construction 3 years ago
  Andreas Kling 5ba10c6017 Kernel: Use TRY() in Memory::AddressSpace 3 years ago