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
/
Lock.cpp
Age
Commit message (
Expand
)
Author
2021-01-26
Meta: Split debug defines into multiple headers.
asynts
2021-01-25
Kernel: Fix some race conditions with Lock and waiting/waking threads
Tom
2021-01-25
Kernel: Fix race condition in Lock::lock that may leave corrupted state
Tom
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2021-01-04
Kernel: Specify default memory order for some non-synchronizing Atomics
Tom
2020-12-16
Kernel: Fix Lock race causing infinite spinning between two threads
Tom
2020-12-12
Kernel: Fix some issues related to fixes and block conditions
Tom
2020-12-01
Kernel: Fix some problems with Thread::wait_on and Lock
Tom
2020-11-11
Kernel: Minor Lock optimization
Tom
2020-11-11
Kernel: Lock needs to call Processor::wait_check while looping
Tom
2020-09-25
Meta+Kernel: Make clang-format-10 clean
Ben Wiederhake
2020-07-06
Kernel: Add SMP IPI support
Tom
2020-07-06
Kernel: Enhance WaitQueue to remember pending wakes
Tom
2020-07-06
Kernel: Various context switch fixes
Tom
2020-07-06
Kernel: Require a reason to be passed to Thread::wait_on
Tom
2020-07-03
Kernel: Fix signal delivery
Tom
2020-07-01
Kernel: Turn Thread::current and Process::current into functions
Tom
2020-07-01
Kernel: Implement software context switching and Processor structure
Tom
2020-04-26
Kernel: Add timeout support to Thread::wait_on
Brian Gianforcaro
2020-04-18
Kernel: Introduce shared locking mode
Sergey Bugaev
2020-03-02
Kernel: Use klog() instead of kprintf()
Liav A
2020-02-26
Kernel: Allow process with multiple threads to call exec and exit
Cristian-Bogdan SIRB
2020-02-17
Kernel: Replace "current" with Thread::current and Process::current
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-13
Kernel: Allow unlocking a held Lock with interrupts disabled
Andreas Kling
2020-01-12
Kernel: Fix Lock racing to the WaitQueue
Andreas Kling
2019-12-01
Kernel: Use a dedicated thread state for wait-queued threads
Andreas Kling
2019-12-01
Kernel: Add a WaitQueue for Thread queueing/waking and use it for Lock
Andreas Kling
2019-10-12
AK: Add Atomic.h
Tom
2019-09-14
Kernel: Fix bad assertion in Lock::unlock_if_locked()
Andreas Kling
2019-08-22
Kernel: Make Lock::lock() assert early that we're not in the scheduler
Andreas Kling
2019-07-29
Kernel: Oops, forgot to add Lock.cpp.
Andreas Kling