Age | Commit message (Expand) | Author |
---|---|---|
2022-02-03 | Kernel: Move Spinlock lock/unlock functions out of line | Andreas Kling |
2021-12-01 | Kernel: Add an x86 include check+error in x86/Spinlock.h | James Mintram |
2021-11-14 | Kernel: Remove redundant return statement from Spinlock::lock() | Andrew Kaster |
2021-11-14 | Kernel: Resolve clang-tidy readability-implicit-bool-conversion warnings | Andrew Kaster |
2021-10-15 | Kernel: Move spinlock into Arch | James Mintram |