index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Locking
Age
Commit message (
Expand
)
Author
2023-06-04
Kernel: Move all tasks-related code to the Tasks subdirectory
Liav A
2023-04-04
Kernel: Don't ref/unref the holder thread in Mutex
Andreas Kling
2023-04-04
Kernel: Stop using *LockRefPtr for Thread
Andreas Kling
2023-01-02
Kernel: Turn lock ranks into template parameters
kleines Filmröllchen
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-08-26
Kernel: Move Spinlock functions back to arch independent Locking folder
Timon Kruiper
2022-08-26
Kernel: Use InterruptsState in Spinlock code
Timon Kruiper
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-08-19
Kernel: Require lock rank for Spinlock construction
kleines Filmröllchen
2022-07-19
Kernel: Don't check that interrupts are enabled during early boot
kleines Filmröllchen
2022-04-09
Kernel: Verify mutex big lock behavior
Jelle Raaijmakers
2022-04-09
Kernel: Unblock big lock waiters correctly
Jelle Raaijmakers
2022-04-06
Kernel: Track big lock blocked threads in separate list
Jelle Raaijmakers
2022-04-05
Kernel: Protect Mutex's thread lists with a spinlock
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-08
Kernel: Make SpinlockProtected constructor forward all arguments
Andreas Kling
2022-01-30
Kernel: Update terminology around Thread's "blocking mutex"
Andreas Kling
2022-01-29
Kernel: Stop using HashMap in Mutex
Idan Horowitz
2021-12-26
Kernel: Remove no-longer-used Lockable template
Andreas Kling
2021-12-15
Kernel: Collapse blocking logic for exclusive Mutex' restore_lock()
Hendiadyoin1
2021-12-15
Kernel: Add implied auto-specifiers in Locking
Hendiadyoin1
2021-12-15
Kernel: Add missing includes in Locking
Hendiadyoin1
2021-10-15
Kernel: Move spinlock into Arch
James Mintram
2021-10-14
Kernel: Add per platform Processor.h headers
James Mintram
2021-09-14
Kernel: Disable lock rank enforcement by default for now
Brian Gianforcaro
2021-09-10
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
Ali Mohammad Pur
2021-09-08
Kernel: Fix a typo in LockRank::Process's comment
Idan Horowitz
2021-09-07
Kernel/Locking: Add lock rank tracking to Spinlock/RecursiveSpinlock
Brian Gianforcaro
2021-09-07
Kernel/Locking: Add lock rank tracking per thread to find deadlocks
Brian Gianforcaro
2021-09-05
Kernel: Make all Spinlocks use u8 for storage, remove template
Brian Gianforcaro
2021-09-05
Kernel: Switch static_asserts of a type size to AK::AssertSize
Brian Gianforcaro
2021-09-05
Kernel: Declare type aliases with "using" instead of "typedef"
Brian Gianforcaro
2021-08-29
Kernel: Rename Spinlock::is_owned_by_current_thread()
Andreas Kling
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-28
Kernel: Verify interrupts are disabled when interacting with Mutexes
Andrew Kaster
2021-08-23
Kernel: Remove unused ScopedLockRelease class
Andreas Kling
2021-08-23
Kernel: Convert Processor::in_irq() to static current_in_irq()
Andreas Kling
2021-08-22
Kernel: Rename ScopedSpinlock => SpinlockLocker
Andreas Kling
2021-08-22
Kernel: Rename SpinLock => Spinlock
Andreas Kling
2021-08-22
Kernel: Simplify SpinLockProtected<T>
Andreas Kling
2021-08-22
Kernel: Rename SpinLockProtectedValue<T> => SpinLockProtected<T>
Andreas Kling
2021-08-22
Kernel: Simplify MutexProtected<T>
Andreas Kling
2021-08-22
Kernel: Rename ProtectedValue<T> => MutexProtected<T>
Andreas Kling
2021-08-22
Kernel: Remove some unused classes from Kernel/Locking/
Andreas Kling
2021-08-13
Kernel: Convert lock debug APIs to east const
Brian Gianforcaro
2021-08-13
Kernel: Add lock debugging to ProtectedValue / RefCountedContended
Brian Gianforcaro
2021-08-13
Kernel: Reduce LOCK_DEBUG ifdefs by utilizing Kernel::LockLocation
Brian Gianforcaro
2021-08-13
Kernel: Introduce LockLocation abstraction from SourceLocation
Brian Gianforcaro
2021-08-11
Kernel/SMP: Fix RecursiveSpinLock remembering the wrong CPU when locking
Andreas Kling
[next]