summaryrefslogtreecommitdiff
path: root/Kernel/SpinLock.h
AgeCommit message (Expand)Author
2020-12-27Kernel: Tag more methods and types as [[nodiscard]]Brian Gianforcaro
2020-11-11Kernel: Minor SpinLock improvementsTom
2020-08-19Kernel: Do not wait before first attempt at locking SpinLock (#3212)Muhammad Zahalqa
2020-07-30Kernel: Simplify the ScopedSpinLock templateAndreas Kling
2020-07-06Kernel: Add SMP IPI supportTom
2020-07-06Kernel: Tidy up SpinLock and related classes a little bitAndreas Kling
2020-07-06Kernel: Various context switch fixesTom
2020-07-03Kernel: Fix signal deliveryTom
2020-07-03Kernel: Change kmalloc lock to be recursiveTom
2020-07-01Kernel: Implement software context switching and Processor structureTom
2020-07-01Kernel: Serialize debug outputTom