aboutsummaryrefslogtreecommitdiff
path: root/kernel/locking/qspinlock.c
AgeCommit message (Expand)Author
2016-02-29locking/qspinlock: Use smp_cond_acquire() in pending codeWaiman Long
2015-12-04locking/pvqspinlock: Queue node adaptive spinningWaiman Long
2015-12-04locking/pvqspinlock: Allow limited lock stealingWaiman Long
2015-12-04locking, sched: Introduce smp_cond_acquire() and use itPeter Zijlstra
2015-11-23locking/qspinlock: Avoid redundant read of next pointerWaiman Long
2015-11-23locking/qspinlock: Prefetch the next node cachelineWaiman Long
2015-11-23locking/qspinlock: Use _acquire/_release() versions of cmpxchg() & xchg()Waiman Long
2015-09-11locking/qspinlock/x86: Fix performance regression under unaccelerated VMsPeter Zijlstra
2015-08-03locking/pvqspinlock: Only kick CPU at unlock timeWaiman Long
2015-05-08locking/pvqspinlock: Implement simple paravirt support for the qspinlockWaiman Long
2015-05-08locking/qspinlock: Revert to test-and-set on hypervisorsPeter Zijlstra (Intel)
2015-05-08locking/qspinlock: Use a simple write to grab the lockWaiman Long
2015-05-08locking/qspinlock: Optimize for smaller NR_CPUSPeter Zijlstra (Intel)
2015-05-08locking/qspinlock: Extract out code snippets for the next patchWaiman Long
2015-05-08locking/qspinlock: Add pending bitPeter Zijlstra (Intel)
2015-05-08locking/qspinlock: Introduce a simple generic 4-byte queued spinlockWaiman Long