index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
SpinLock.h
Age
Commit message (
Expand
)
Author
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-21
Kernel::CPU: Move headers into common directory
Hendiadyoin1
2021-03-03
AK+Kernel: Remove NO_DISCARD macro hack
Linus Groh
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2020-12-27
Kernel: Tag more methods and types as [[nodiscard]]
Brian Gianforcaro
2020-11-11
Kernel: Minor SpinLock improvements
Tom
2020-08-19
Kernel: Do not wait before first attempt at locking SpinLock (#3212)
Muhammad Zahalqa
2020-07-30
Kernel: Simplify the ScopedSpinLock template
Andreas Kling
2020-07-06
Kernel: Add SMP IPI support
Tom
2020-07-06
Kernel: Tidy up SpinLock and related classes a little bit
Andreas Kling
2020-07-06
Kernel: Various context switch fixes
Tom
2020-07-03
Kernel: Fix signal delivery
Tom
2020-07-03
Kernel: Change kmalloc lock to be recursive
Tom
2020-07-01
Kernel: Implement software context switching and Processor structure
Tom
2020-07-01
Kernel: Serialize debug output
Tom