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