Historial de Commits

Autor SHA1 Mensaje Fecha
  Andrew Kaster b1d5d3cc34 Kernel: Avoid redundant bool comparisons in Kernel::Thread hace 3 años
  Andrew Kaster e824bead54 Kernel: Resolve clang-tidy readability-qualified-auto warning hace 3 años
  Andrew Kaster 65edc62c02 Kernel: Resolve clang-tidy readability-make-member-function-const hace 3 años
  Andrew Kaster a92132e44a Kernel: Resolve clang-tidy readability-implicit-bool-conversion warnings hace 3 años
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> hace 3 años
  Daniel Bertalan db71c36657 Kernel: Properly align stack for signal handlers hace 3 años
  James Mintram 0fbeac6011 Kernel: Split SmapDisabler so header is platform independent hace 3 años
  James Mintram 26d7c25076 Kernel: Add header includes closer to their use hace 3 años
  Brian Gianforcaro a61857eb0a Kernel: Use AK::to_underlying in lock rank tracking hace 3 años
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription hace 3 años
  Brian Gianforcaro 066b0590ec Kernel/Locking: Add lock rank tracking per thread to find deadlocks hace 3 años
  Andreas Kling 56a2594de7 Kernel: Make KString factories return KResultOr + use TRY() everywhere hace 3 años
  Andreas Kling f16b9a691f Kernel: Rename ProcessPagingScope => ScopedAddressSpaceSwitcher hace 3 años
  Andreas Kling 7981422500 Kernel: Make Threads always have a name hace 3 años
  Andreas Kling 75564b4a5f Kernel: Make kernel region allocators return KResultOr<NOP<Region>> hace 3 años
  Andreas Kling f4a9a0d561 Kernel: Make VirtualRangeAllocator return KResultOr<VirtualRange> hace 3 años
  Brian Gianforcaro bb58a4d943 Kernel: Make all Spinlocks use u8 for storage, remove template hace 3 años
  Andreas Kling 48a0b31c47 Kernel: Make copy_{from,to}_user() return KResult and use TRY() hace 3 años
  Andreas Kling d65fbdc44d Kernel: Use TRY() in Thread hace 3 años
  Andreas Kling 5d5a3708c4 Kernel: Rename Thread::clone() => try_clone() and propagate errors hace 3 años
  Andreas Kling eaf88cc78a AK: Rename create<T> => make_ref_counted<T> hace 3 años
  Andreas Kling 5cd030568f Kernel: Unbreak the LOCK_DEBUG build hace 3 años
  Andreas Kling 68bf6db673 Kernel: Rename Spinlock::is_owned_by_current_thread() hace 3 años
  Andreas Kling 0b4671add7 Kernel: {Mutex,Spinlock}::own_lock() => is_locked_by_current_thread() hace 3 años
  Andreas Kling e51a5e2d5d Kernel: Rename some BlockerSets to foo_blocker_set hace 3 años
  Andreas Kling 05e1b196e9 Kernel: Make Processor::clean_fpu_state() static hace 3 años
  Andreas Kling bcd2025311 Everywhere: Core dump => Coredump hace 3 años
  Andreas Kling d60635cb9d Kernel: Convert Processor::in_irq() to static current_in_irq() hace 3 años
  Andreas Kling 3e3f760808 Kernel: Fix some trivial clang-tidy warnings in Thread.{cpp,h} hace 3 años
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker hace 3 años