Age | Commit message (Expand) | Author |
---|---|---|
2021-09-05 | Kernel: Make all Spinlocks use u8 for storage, remove template | Brian Gianforcaro |
2021-08-28 | Kernel: Verify interrupts are disabled when interacting with Mutexes | Andrew Kaster |
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-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 SpinLock.h into Locking/ | Jean-Baptiste Boric |
2021-08-07 | Kernel: Move Mutex into Locking/ | Jean-Baptiste Boric |