コミット履歴

作者 SHA1 メッセージ 日付
  Idan Horowitz 57bce8ab97 Kernel: Set up Regions before adding them to a Process's AddressSpace 3 年 前
  Idan Horowitz 8030e2a88f Kernel: Make AnonymousVMObject COW-Bitmap allocation OOM-fallible 3 年 前
  Andreas Kling a44316fa8b Kernel: Release page directory and MM locks sooner in space finalization 3 年 前
  Andreas Kling 3845c90e08 Kernel: Remove unnecessary includes from Thread.h 3 年 前
  Idan Horowitz a6f0ab358a Kernel: Make AddressSpace::find_regions_intersecting OOM-fallible 3 年 前
  Idan Horowitz bd603003b5 Kernel: Make AddressSpace::amount_clean_inode() OOM-fallible 3 年 前
  Andreas Kling c6adefcfc0 Kernel: Don't bother with page tables for PROT_NONE mappings 3 年 前
  Andreas Kling 4fa3c1bf2d Kernel: Remove old "region lookup cache" optimization 3 年 前
  Andreas Kling de05223122 Kernel: Don't flush TLB after creating brand-new mappings 3 年 前
  Andreas Kling d8206c1059 Kernel: Don't release/relock spinlocks repeatedly during space teardown 3 年 前
  Andreas Kling 2323cdd914 Kernel: Do less unnecessary work when tearing down process address space 3 年 前
  Hendiadyoin1 1cdace7898 Kernel: Add implied auto qualifiers in Memory 3 年 前
  Guilherme Goncalves 33b78915d3 Kernel: Propagate overflow errors from Memory::page_round_up 3 年 前
  Sam Atkins 907feb84a0 Kernel: Cast unused smart-pointer return value to void 3 年 前
  Andreas Kling 0f22ba5bf2 AK: Make RedBlackTree::try_insert() return ErrorOr<void> instead of bool 3 年 前
  Andreas Kling 88b6428c25 AK: Make Vector::try_* functions return ErrorOr<void> 3 年 前
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 年 前
  Brian Gianforcaro 24207d3795 Kernel: Fetch range once for each iteration of find_regions_intersecting 3 年 前
  Andreas Kling 56a2594de7 Kernel: Make KString factories return KResultOr + use TRY() everywhere 3 年 前
  Andreas Kling e3a716ceff Kernel: Make Memory::Region::map() return KResult 3 年 前
  Andreas Kling a994f11f10 Kernel: Make AddressSpace::add_region() return KResultOr<Region*> 3 年 前
  Andreas Kling 062cc804e7 Kernel: Use TRY() some more in Memory::AddressSpace 3 年 前
  Andreas Kling f4a9a0d561 Kernel: Make VirtualRangeAllocator return KResultOr<VirtualRange> 3 年 前
  Andreas Kling 83fed5b2de Kernel: Tidy up Memory::AddressSpace construction 3 年 前
  Andreas Kling 5ba10c6017 Kernel: Use TRY() in Memory::AddressSpace 3 年 前
  Brian Gianforcaro 485f51690d Kernel: Always observe the return value of Region::map and remap 3 年 前
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker 3 年 前
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock 3 年 前
  Idan Horowitz cf271183b4 Kernel: Make Process::current() return a Process& instead of Process* 4 年 前
  sin-ack 0a18425cbb Kernel: Make Memory::Region allocation functions return KResultOr 4 年 前