aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking/qspinlock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-03locking/pvqspinlock: Only kick CPU at unlock timeWaiman Long1-3/+3
2015-05-08locking/pvqspinlock: Implement simple paravirt support for the qspinlockWaiman Long1-1/+67
2015-05-08locking/qspinlock: Revert to test-and-set on hypervisorsPeter Zijlstra (Intel)1-0/+3
2015-05-08locking/qspinlock: Use a simple write to grab the lockWaiman Long1-16/+50
2015-05-08locking/qspinlock: Optimize for smaller NR_CPUSPeter Zijlstra (Intel)1-1/+68
2015-05-08locking/qspinlock: Extract out code snippets for the next patchWaiman Long1-31/+48
2015-05-08locking/qspinlock: Add pending bitPeter Zijlstra (Intel)1-21/+98
2015-05-08locking/qspinlock: Introduce a simple generic 4-byte queued spinlockWaiman Long1-0/+209