Age | Commit message (Expand) | Author |
---|---|---|
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 |