summaryrefslogtreecommitdiff
path: root/Kernel/SpinLock.h
AgeCommit message (Expand)Author
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-21Kernel::CPU: Move headers into common directoryHendiadyoin1
2021-03-03AK+Kernel: Remove NO_DISCARD macro hackLinus Groh
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
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