index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
qspinlock.h
Age
Commit message (
Expand
)
Author
2020-07-08
x86/kvm: Add "nopvspin" parameter to disable PV spinlocks
Zhenzhong Duan
2019-08-06
locking/qspinlock,x86: Clarify virt_spin_lock_key
Peter Zijlstra
2018-11-04
x86/qspinlock: Fix compile error
Peter Zijlstra
2018-10-16
locking/qspinlock, x86: Provide liveness guarantee
Peter Zijlstra
2018-04-27
locking/qspinlock: Use smp_store_release() in queued_spin_unlock()
Will Deacon
2018-04-27
locking/qspinlock/x86: Increase _Q_PENDING_LOOPS upper bound
Will Deacon
2018-04-27
locking/qspinlock: Merge 'struct __qspinlock' into 'struct qspinlock'
Will Deacon
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-10
locking/paravirt: Use new static key for controlling call of virt_spin_lock()
Juergen Gross
2017-02-21
x86/paravirt: Change vcp_is_preempted() arg type to long
Waiman Long
2016-11-22
x86/paravirt: Optimize native pv_lock_ops.vcpu_is_preempted()
Peter Zijlstra
2015-09-11
locking/qspinlock/x86: Only emit the test-and-set fallback when building gues...
Peter Zijlstra
2015-09-11
locking/qspinlock/x86: Fix performance regression under unaccelerated VMs
Peter Zijlstra
2015-05-08
locking/pvqspinlock, x86: Implement the paravirt qspinlock call patching
Peter Zijlstra (Intel)
2015-05-08
locking/qspinlock: Revert to test-and-set on hypervisors
Peter Zijlstra (Intel)
2015-05-08
locking/qspinlock, x86: Enable x86-64 to use queued spinlocks
Waiman Long