summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kvm.c
Commit message (Expand)AuthorAgeFilesLines
* kvm: rename KVM_HINTS_DEDICATED to KVM_HINTS_REALTIMEMichael S. Tsirkin2018-05-171-4/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-04-091-0/+18
|\
| * KVM: X86: Fix setup the virt_spin_lock_key before static key get initializedWanpeng Li2018-03-281-3/+9
| * KVM: X86: Don't use PV TLB flush with dedicated physical CPUsWanpeng Li2018-03-061-0/+2
| * KVM: X86: Choose qspinlock when dedicated physical CPUs are availableWanpeng Li2018-03-061-0/+5
| * KVM: Introduce paravirtualization hints and KVM_HINTS_DEDICATEDWanpeng Li2018-03-061-0/+5
* | KVM: x86: Fix pv tlb flush dependenciesWanpeng Li2018-03-281-2/+2
|/
* KVM: X86: Avoid traversing all the cpus for pv tlb flush when steal time is d...Wanpeng Li2018-02-241-2/+4
* x86/kvm: Make parse_no_xxx __init for kvmDou Liyang2018-02-241-3/+3
* KVM: x86: fix backward migration with async_PFRadim Krčmář2018-02-241-4/+4
* KVM: X86: use paravirtualized TLB ShootdownWanpeng Li2018-01-161-0/+47
* KVM: X86: Add KVM_VCPU_PREEMPTEDWanpeng Li2018-01-161-1/+1
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-131-4/+5
|\
| * x86/virt, x86/platform: Add ->guest_late_init() callback to hypervisor_x86 st...Juergen Gross2017-11-101-1/+2
| * x86/virt: Add enum for hypervisors to replace x86_hyperJuergen Gross2017-11-101-2/+2
| * x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a...Juergen Gross2017-11-101-1/+1
* | X86/KVM: Decrypt shared per-cpu variables when SEV is activeBrijesh Singh2017-11-071-3/+37
|/
* kvm/x86: Avoid async PF preempting the kernel incorrectlyBoqun Feng2017-10-041-4/+10
* kvm/x86: Handle async PF in RCU read-side critical sectionsBoqun Feng2017-09-291-1/+2
* kvm,x86: Fix apf_task_wake_one() wq serializationDavidlohr Bueso2017-09-151-1/+1
* x86/idt: Hide set_intr_gate()Thomas Gleixner2017-08-291-1/+1
* x86/traps: Simplify pagefault tracing logicThomas Gleixner2017-08-291-1/+1
* KVM: async_pf: make rcu irq exit if not triggered from idle taskWanpeng Li2017-08-011-2/+4
* KVM: async_pf: Let guest support delivery of async_pf from guest modeWanpeng Li2017-07-141-1/+6
* kvm: async_pf: fix rcu_irq_enter() with irqs enabledPaolo Bonzini2017-06-061-1/+1
* x86/kvm: virt_xxx memory barriers instead of mandatory barriersWanpeng Li2017-04-121-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-02-221-1/+25
|\
| * x86/kvm: Provide optimized version of vcpu_is_preempted() for x86-64Waiman Long2017-02-211-0/+24
| * x86/paravirt: Change vcp_is_preempted() arg type to longWaiman Long2017-02-211-1/+1
* | locking/spinlocks/x86, paravirt: Remove paravirt_ticketlocks_enabledWaiman Long2017-01-141-14/+0
|/
* Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-121-3/+0
|\
| * x86: Remove empty idle.h headerThomas Gleixner2016-12-091-1/+0
| * x86/idle: Remove enter_idle(), exit_idle()Len Brown2016-11-181-2/+0
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-121-2/+2
|\ \
| * | x86/apic: Prevent tracing on apic_msr_write_eoi()Wanpeng Li2016-11-091-2/+2
| |/
* | x86/paravirt: Optimize native pv_lock_ops.vcpu_is_preempted()Peter Zijlstra2016-11-221-12/+13
* | x86/kvm: Support the vCPU preemption checkPan Xinhui2016-11-221-0/+12
|/
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-031-27/+16
|\
| * x86/kvm: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-061-27/+16
* | x86, locking/spinlocks: Remove ticket (spin)lock implementationPeter Zijlstra2016-09-301-245/+0
|/
* Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-011-1/+1
|\
| * x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+1
* | KVM: Fix steal clock warp during guest CPU hotplugWanpeng Li2016-06-141-2/+0
|/
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-161-8/+0
|\
| * x86/paravirt: Remove paravirt_enabled()Luis R. Rodriguez2016-04-221-8/+0
* | x86/cpufeature: Remove cpu_has_hypervisorBorislav Petkov2016-03-311-1/+1
|/
* kvm, rt: change async pagefault code locking for PREEMPT_RTRik van Riel2016-03-221-18/+19
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-06-241-2/+2
|\
| * kvm: x86: Make functions that have no external callers staticNicholas Krause2015-05-201-2/+2
* | locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKSIngo Molnar2015-05-111-5/+5