aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking/qspinlock_paravirt.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-18locking/pvqspinlock: Kick the PV CPU unconditionally when _Q_SLOW_VALWaiman Long1-5/+1
2015-08-03locking/pvqspinlock: Only kick CPU at unlock timeWaiman Long1-18/+48
2015-08-03locking/pvqspinlock: Order pv_unhash() after cmpxchg() on unlock slowpathWill Deacon1-5/+18
2015-08-03locking: Clean up pvqspinlock warningPeter Zijlstra1-6/+7
2015-07-21locking/pvqspinlock: Fix kernel panic in locking-selftestWaiman Long1-1/+10
2015-05-19locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra1-1/+1
2015-05-11locking/pvqspinlock: Replace xchg() by the more descriptive set_mb()Waiman Long1-1/+1
2015-05-08locking/pvqspinlock: Implement simple paravirt support for the qspinlockWaiman Long1-0/+325