Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-19 | Kernel: Require lock rank for Spinlock construction | kleines Filmröllchen | |
All users which relied on the default constructor use a None lock rank for now. This will make it easier to in the future remove LockRank and actually annotate the ranks by searching for None. | |||
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz | |
2022-03-08 | Kernel: Make SpinlockProtected constructor forward all arguments | Andreas Kling | |
This allows you to instantiate SpinlockProtected<T> where T requires constructor arguments. | |||
2021-08-22 | Kernel: Rename ScopedSpinlock => SpinlockLocker | Andreas Kling | |
This matches MutexLocker, and doesn't sound like it's a lock itself. | |||
2021-08-22 | Kernel: Rename SpinLock => Spinlock | Andreas Kling | |