Historial de Commits

Autor SHA1 Mensaje Fecha
  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
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock hace 3 años
  Andreas Kling ed6f84c2c9 Kernel: Rename SpinLockProtectedValue<T> => SpinLockProtected<T> hace 3 años
  Andreas Kling 961f727448 Kernel: Consolidate a bunch of i386/x86_64 code paths hace 3 años
  Timothy Flynn eedb26110a Kernel: Fix compilation with Clang hace 3 años
  Andreas Kling 62719b85e0 Kernel: Port Thread to ListedRefCounted hace 3 años
  Andreas Kling c1c12497b5 Kernel: Don't hold thread list lock while invoking ~Thread() hace 3 años
  Andreas Kling 37304203dd Kernel: Lock thread list while in Thread::unref() hace 3 años
  Andreas Kling 6fd7212476 Kernel+LibC: Share definitions for signal.h hace 3 años
  Brian Gianforcaro bea74f4b77 Kernel: Reduce LOCK_DEBUG ifdefs by utilizing Kernel::LockLocation hace 3 años
  Liav A 7ba991dc37 Kernel: Steer away from heap allocations for ProcFS process data hace 3 años
  Gunnar Beutner 3322efd4cd Kernel: Fix kernel panic when blocking on the process' big lock hace 3 años
  Andreas Kling 0a02496f04 Kernel/SMP: Change critical sections to not disable interrupts hace 3 años
  Andreas Kling 9babb92a4b Kernel/SMP: Make entering/leaving critical sections multi-processor safe hace 3 años
  Andreas Kling 2be368e4c4 Kernel: Rename queue_runnable_thread() => enqueue_runnable_thread() hace 3 años
  Daniel Bertalan fa8507d1ce Kernel: Fix UB caused by taking a reference to a packed struct's member hace 4 años
  Andreas Kling 2cd8b21974 Kernel: Add convenience values to the Memory::Region::Access enum hace 3 años
  Andreas Kling 208147c77c Kernel: Rename Process::space() => Process::address_space() hace 4 años
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace hace 4 años