Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling 0642f8f2c6 Kernel: Make committed physical page allocation return NonnullRefPtr vor 4 Jahren
  Andreas Kling 5217875f6a Kernel: Consolidate API for creating AnonymousVMObject with given pages vor 4 Jahren
  Andreas Kling 9e15708aa0 Kernel: Convert VMObject & subclasses to east-const style vor 4 Jahren
  Andreas Kling 9457d83986 Kernel: Rename Locker => MutexLocker vor 4 Jahren
  Brian Gianforcaro d879709ec7 Kernel: Convert the PhysicalPage bool parameter to an enum vor 4 Jahren
  Andreas Kling c2792212f4 Kernel: Remove "supervisor" bit from PhysicalPage vor 4 Jahren
  Tom 9318d9f284 Kernel: Fix allocating VMObject from page array vor 4 Jahren
  Andreas Kling f244a25f71 Kernel: Rename VMObject::clone() => try_clone() vor 4 Jahren
  Andreas Kling 88d490566f Kernel: Rename various *VMObject::create*() => try_create() vor 4 Jahren
  Andreas Kling 59049ae4b7 Kernel: Store VMObject physical pages in a FixedArray vor 4 Jahren
  Daniel Bertalan f820917a76 Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull` vor 4 Jahren
  Brian Gianforcaro cb45b2c001 Kernel: Make AnonymousVMObject::clone() API OOM safe vor 4 Jahren
  Nicholas Baron aa4d41fe2c AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue` vor 4 Jahren
  Brian Gianforcaro a324d4d6a3 Kernel: Make AnonymousVMObject physical page APIs OOM safe vor 4 Jahren
  Brian Gianforcaro d45db06826 Kernel: Make AnonymousVMObject::clone/create APIs OOM safe vor 4 Jahren
  Gunnar Beutner 6cf59b6ae9 Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr vor 4 Jahren
  Brian Gianforcaro 8d6e9fad40 Kernel: Remove the now defunct `LOCKER(..)` macro. vor 4 Jahren
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() vor 4 Jahren
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
  Andreas Kling 07564577c0 Kernel: Convert klog() => dmesgln() in AnonymousVMObject vor 4 Jahren
  Liav A ecb169b61e Kernel: Add AnonymousVMObject constructor for a Vector of physical pages vor 4 Jahren
  Andreas Kling adb2e6be5f Kernel: Make the kernel compile & link for x86_64 vor 4 Jahren
  Andreas Kling 4515652001 Kernel: Remove 1 level of indirection for AnonymousVMObject CoW bitmaps vor 4 Jahren
  Andreas Kling 8129f3da52 Kernel: Move SMAP disabler RAII helper to its own file vor 4 Jahren
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY vor 4 Jahren
  AnotherTest 09a43969ba Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) vor 4 Jahren
  asynts 7cf0c7cc0d Meta: Split debug defines into multiple headers. vor 4 Jahren
  asynts eea72b9b5c Everywhere: Hook up remaining debug macros to Debug.h. vor 4 Jahren
  asynts 8465683dcf Everywhere: Debug macros instead of constexpr. vor 4 Jahren
  asynts 1a3a0836c0 Everywhere: Use CMake to generate AK/Debug.h. vor 4 Jahren