Historia zmian

Autor SHA1 Wiadomość Data
  Andreas Kling 6a537ceef1 Kernel: Remove ContiguousVMObject, let AnonymousVMObject do the job 4 lat temu
  Andreas Kling 9a701eafc4 Kernel: Run clang-format on AnonymousVMObject.cpp 4 lat temu
  Andreas Kling 5fb91e2e84 Kernel: Don't COW volatile VM objects 4 lat temu
  Andreas Kling 2d1a651e0a Kernel: Make purgeable memory a VMObject level concept (again) 4 lat temu
  Andreas Kling 082ed6f417 Kernel: Simplify VMObject locking & page fault handlers 4 lat temu
  Andreas Kling 0642f8f2c6 Kernel: Make committed physical page allocation return NonnullRefPtr 4 lat temu
  Andreas Kling 5217875f6a Kernel: Consolidate API for creating AnonymousVMObject with given pages 4 lat temu
  Andreas Kling 9e15708aa0 Kernel: Convert VMObject & subclasses to east-const style 4 lat temu
  Andreas Kling 9457d83986 Kernel: Rename Locker => MutexLocker 4 lat temu
  Brian Gianforcaro d879709ec7 Kernel: Convert the PhysicalPage bool parameter to an enum 4 lat temu
  Andreas Kling c2792212f4 Kernel: Remove "supervisor" bit from PhysicalPage 4 lat temu
  Tom 9318d9f284 Kernel: Fix allocating VMObject from page array 4 lat temu
  Andreas Kling f244a25f71 Kernel: Rename VMObject::clone() => try_clone() 4 lat temu
  Andreas Kling 88d490566f Kernel: Rename various *VMObject::create*() => try_create() 4 lat temu
  Andreas Kling 59049ae4b7 Kernel: Store VMObject physical pages in a FixedArray 4 lat temu
  Daniel Bertalan f820917a76 Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull` 4 lat temu
  Brian Gianforcaro cb45b2c001 Kernel: Make AnonymousVMObject::clone() API OOM safe 4 lat temu
  Nicholas Baron aa4d41fe2c AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue` 4 lat temu
  Brian Gianforcaro a324d4d6a3 Kernel: Make AnonymousVMObject physical page APIs OOM safe 4 lat temu
  Brian Gianforcaro d45db06826 Kernel: Make AnonymousVMObject::clone/create APIs OOM safe 4 lat temu
  Gunnar Beutner 6cf59b6ae9 Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr 4 lat temu
  Brian Gianforcaro 8d6e9fad40 Kernel: Remove the now defunct `LOCKER(..)` macro. 4 lat temu
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() 4 lat temu
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
  Andreas Kling 07564577c0 Kernel: Convert klog() => dmesgln() in AnonymousVMObject 4 lat temu
  Liav A ecb169b61e Kernel: Add AnonymousVMObject constructor for a Vector of physical pages 4 lat temu
  Andreas Kling adb2e6be5f Kernel: Make the kernel compile & link for x86_64 4 lat temu
  Andreas Kling 4515652001 Kernel: Remove 1 level of indirection for AnonymousVMObject CoW bitmaps 4 lat temu
  Andreas Kling 8129f3da52 Kernel: Move SMAP disabler RAII helper to its own file 4 lat temu
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 lat temu