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
/
WaitQueue.cpp
Age
Commit message (
Expand
)
Author
2020-07-06
Kernel: Enhance WaitQueue to remember pending wakes
Tom
2020-07-06
Kernel: Add a SpinLock to the WaitQueue
Tom
2020-07-03
Kernel: Fix signal delivery
Tom
2020-07-01
Kernel: Implement software context switching and Processor structure
Tom
2020-04-26
Kernel: Implement FUTEX_WAKE of arbitrary count.
Brian Gianforcaro
2020-02-26
Kernel: Allow process with multiple threads to call exec and exit
Cristian-Bogdan SIRB
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-12
Kernel: Fix Lock racing to the WaitQueue
Andreas Kling
2019-12-22
Kernel: Use IntrusiveList to make WaitQueue allocation-free :^)
Andreas Kling
2019-12-08
Kernel: Break out of the idle loop on WaitQueue wake instead of on IRQ
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