aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/paravirt-spinlocks.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-03x86/paravirt: Use a single ops structureJuergen Gross1-13/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2017-02-21x86/paravirt: Change vcp_is_preempted() arg type to longWaiman Long1-1/+1
2017-01-14locking/spinlocks/x86, paravirt: Remove paravirt_ticketlocks_enabledWaiman Long1-3/+0
2016-11-22x86/paravirt: Optimize native pv_lock_ops.vcpu_is_preempted()Peter Zijlstra1-4/+10
2016-11-22locking/core, x86/paravirt: Implement vcpu_is_preempted(cpu) for KVM and Xen guestsPan Xinhui1-0/+6
2016-09-30x86, locking/spinlocks: Remove ticket (spin)lock implementationPeter Zijlstra1-7/+0
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2015-05-11locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKSIngo Molnar1-4/+4
2015-05-08locking/pvqspinlock, x86: Implement the paravirt qspinlock call patchingPeter Zijlstra (Intel)1-1/+23
2013-08-09x86, ticketlock: Add slowpath logicJeremy Fitzhardinge1-0/+3
2013-08-09x86, pvticketlock: Use callee-save for lock_spinningJeremy Fitzhardinge1-1/+1
2013-08-09x86, spinlock: Replace pv spinlocks with pv ticketlocksJeremy Fitzhardinge1-13/+2
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner1-1/+1
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner1-1/+1
2009-01-20x86: remove byte locksJiri Kosina1-10/+0
2008-12-08x86: fix default_spin_lock_flags() prototypeIngo Molnar1-1/+2
2008-08-22x86: export pv_lock_ops non-GPLJeremy Fitzhardinge1-1/+1
2008-08-20x86/paravirt: add spin_lock_flags lock opJeremy Fitzhardinge1-0/+6
2008-07-24x86: split spinlock implementations out into their own filesJeremy Fitzhardinge1-0/+31