| Commit message (Expand) | Author | Age | Files | Lines |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2017-02-23 | 1 | -1/+1 |
|\ |
|
| * | x86/paravirt: Change vcp_is_preempted() arg type to long | Waiman Long | 2017-02-21 | 1 | -1/+1 |
* | | locking/spinlocks/x86, paravirt: Remove paravirt_ticketlocks_enabled | Waiman Long | 2017-01-14 | 1 | -3/+0 |
|/ |
|
* | x86/paravirt: Optimize native pv_lock_ops.vcpu_is_preempted() | Peter Zijlstra | 2016-11-22 | 1 | -4/+10 |
* | locking/core, x86/paravirt: Implement vcpu_is_preempted(cpu) for KVM and Xen ... | Pan Xinhui | 2016-11-22 | 1 | -0/+6 |
* | x86, locking/spinlocks: Remove ticket (spin)lock implementation | Peter Zijlstra | 2016-09-30 | 1 | -7/+0 |
* | x86/kernel: Audit and remove any unnecessary uses of module.h | Paul Gortmaker | 2016-07-14 | 1 | -1/+1 |
* | locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKS | Ingo Molnar | 2015-05-11 | 1 | -4/+4 |
* | locking/pvqspinlock, x86: Implement the paravirt qspinlock call patching | Peter Zijlstra (Intel) | 2015-05-08 | 1 | -1/+23 |
* | x86, ticketlock: Add slowpath logic | Jeremy Fitzhardinge | 2013-08-09 | 1 | -0/+3 |
* | x86, pvticketlock: Use callee-save for lock_spinning | Jeremy Fitzhardinge | 2013-08-09 | 1 | -1/+1 |
* | x86, spinlock: Replace pv spinlocks with pv ticketlocks | Jeremy Fitzhardinge | 2013-08-09 | 1 | -13/+2 |
* | locking: Convert __raw_spin* functions to arch_spin* | Thomas Gleixner | 2009-12-14 | 1 | -1/+1 |
* | locking: Convert raw_spinlock to arch_spinlock | Thomas Gleixner | 2009-12-14 | 1 | -1/+1 |
* | x86: remove byte locks | Jiri Kosina | 2009-01-20 | 1 | -10/+0 |
* | x86: fix default_spin_lock_flags() prototype | Ingo Molnar | 2008-12-08 | 1 | -1/+2 |
* | x86: export pv_lock_ops non-GPL | Jeremy Fitzhardinge | 2008-08-22 | 1 | -1/+1 |
* | x86/paravirt: add spin_lock_flags lock op | Jeremy Fitzhardinge | 2008-08-20 | 1 | -0/+6 |
* | x86: split spinlock implementations out into their own files | Jeremy Fitzhardinge | 2008-07-24 | 1 | -0/+31 |