Historique des commits

Auteur SHA1 Message Date
  Lenny Maiorani 190cf1507b Kernel: Use default constructors/destructors il y a 3 ans
  Idan Horowitz 8030e2a88f Kernel: Make AnonymousVMObject COW-Bitmap allocation OOM-fallible il y a 3 ans
  Idan Horowitz 871a53db76 AK: Make Bitmap construction OOM-fallible il y a 3 ans
  Andreas Kling 2ff9db0245 Kernel: Make contiguous VM objects use "user physical pages" by default il y a 3 ans
  Andreas Kling 3845c90e08 Kernel: Remove unnecessary includes from Thread.h il y a 3 ans
  Idan Horowitz 5146315a15 Kernel: Convert MemoryManager::allocate_user_physical_page to ErrorOr il y a 3 ans
  Idan Horowitz 4d2f1a05ec Kernel: Make allocate_contiguous_supervisor_physical_pages OOM-fallible il y a 3 ans
  creator1creeper1 3879e70447 Kernel: Make AnonymousVMObject construction OOM-aware il y a 3 ans
  creator1creeper1 d1f265e851 Kernel: Make VMOBject construction OOM-aware il y a 3 ans
  Hendiadyoin1 1cdace7898 Kernel: Add implied auto qualifiers in Memory il y a 3 ans
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> il y a 3 ans
  James Mintram 0fbeac6011 Kernel: Split SmapDisabler so header is platform independent il y a 3 ans
  Andreas Kling 21f7932ae2 Kernel: Use TRY() and adopt_nonnull_ref_or_enomem() in AnonymousVMObject il y a 3 ans
  Andreas Kling 52cbbe1dc5 Kernel: Actually share committed CoW pages il y a 3 ans
  Andreas Kling 2f790cf78f Kernel: Make MM.commit_user_physical_pages() return KResultOr il y a 3 ans
  Andreas Kling 3631ebe963 Kernel: Use TRY() in AnonymousVMObject il y a 3 ans
  Andreas Kling eaf88cc78a AK: Rename create<T> => make_ref_counted<T> il y a 3 ans
  Andreas Kling a930877f31 Kernel: Mape quickmap functions VERIFY that MM lock is held il y a 3 ans
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker il y a 4 ans
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock il y a 4 ans
  sin-ack 4bfd6e41b9 Kernel: Make Kernel::VMObject allocation functions return KResultOr il y a 4 ans
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace il y a 4 ans
  Andreas Kling a1d7ebf85a Kernel: Rename Kernel/VM/ to Kernel/Memory/ il y a 4 ans