aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/qspinlock.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-04x86/qspinlock: Fix compile errorPeter Zijlstra1-5/+8
2018-10-16locking/qspinlock, x86: Provide liveness guaranteePeter Zijlstra1-0/+15
2018-04-27locking/qspinlock: Use smp_store_release() in queued_spin_unlock()Will Deacon1-11/+6
2018-04-27locking/qspinlock/x86: Increase _Q_PENDING_LOOPS upper boundWill Deacon1-0/+2
2018-04-27locking/qspinlock: Merge 'struct __qspinlock' into 'struct qspinlock'Will Deacon1-1/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-10locking/paravirt: Use new static key for controlling call of virt_spin_lock()Juergen Gross1-1/+10
2017-02-21x86/paravirt: Change vcp_is_preempted() arg type to longWaiman Long1-1/+1
2016-11-22x86/paravirt: Optimize native pv_lock_ops.vcpu_is_preempted()Peter Zijlstra1-0/+6
2015-09-11locking/qspinlock/x86: Only emit the test-and-set fallback when building guest supportPeter Zijlstra1-1/+2
2015-09-11locking/qspinlock/x86: Fix performance regression under unaccelerated VMsPeter Zijlstra1-4/+12
2015-05-08locking/pvqspinlock, x86: Implement the paravirt qspinlock call patchingPeter Zijlstra (Intel)1-1/+24
2015-05-08locking/qspinlock: Revert to test-and-set on hypervisorsPeter Zijlstra (Intel)1-0/+14
2015-05-08locking/qspinlock, x86: Enable x86-64 to use queued spinlocksWaiman Long1-0/+20