Age | Commit message (Expand) | Author |
---|---|---|
2021-08-29 | Kernel: {Mutex,Spinlock}::own_lock() => is_locked_by_current_thread() | Andreas Kling |
2021-08-29 | Kernel: Use StringView instead of C strings in Mutex | Andreas Kling |
2021-08-23 | Kernel: Remove unused ScopedLockRelease class | Andreas Kling |
2021-08-22 | Kernel: Rename ScopedSpinlock => SpinlockLocker | Andreas Kling |
2021-08-22 | Kernel: Rename SpinLock => Spinlock | Andreas Kling |
2021-08-13 | Kernel: Convert lock debug APIs to east const | Brian Gianforcaro |
2021-08-13 | Kernel: Reduce LOCK_DEBUG ifdefs by utilizing Kernel::LockLocation | Brian Gianforcaro |
2021-08-07 | Kernel: Move Lockable into its own header | Jean-Baptiste Boric |
2021-08-07 | Kernel: Move Mutex into Locking/ | Jean-Baptiste Boric |