summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_spin_lock.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2022-04-12hle: kernel: Use std::mutex instead of spin locks for most kernel locking.bunnei1-2/+2
2021-03-21hle: kernel: Migrate some code from Common::SpinLock to KSpinLock.bunnei1-0/+6
2021-02-19hle: kernel: Add KSpinLock implementation.bunnei1-0/+33