summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Move #GP injection for VMware into x86_emulate_instruction()Sean Christopherson2019-09-243-21/+13
* KVM: x86: Don't attempt VMWare emulation on #GP with non-zero error codeSean Christopherson2019-09-242-2/+20
* KVM: x86: Refactor kvm_vcpu_do_singlestep() to remove out paramSean Christopherson2019-09-241-6/+6
* KVM: x86: Clean up handle_emulation_failure()Sean Christopherson2019-09-241-6/+4
* KVM: x86: Relocate MMIO exit stats countingSean Christopherson2019-09-243-3/+2
* KVM: nVMX: Check Host Address Space Size on vmentry of nested guestsKrish Sadhukhan2019-09-241-0/+28
* KVM: x86: hyper-v: set NoNonArchitecturalCoreSharing CPUID bit when SMT is im...Vitaly Kuznetsov2019-09-241-1/+3
* KVM: hyperv: Fix Direct Synthetic timers assert an interrupt w/o lapic_in_kernelWanpeng Li2019-09-241-2/+10
* KVM: x86: Manually flush collapsible SPTEs only when toggling flagsSean Christopherson2019-09-241-1/+6
* KVM: x86: announce KVM_CAP_HYPERV_ENLIGHTENED_VMCS support only when it is av...Vitaly Kuznetsov2019-09-241-2/+4
* KVM: x86: svm: remove unneeded nested_enable_evmcs() hookVitaly Kuznetsov2019-09-241-8/+1
* KVM/Hyper-V/VMX: Add direct tlb flush supportVitaly Kuznetsov2019-09-242-0/+41
* KVM/Hyper-V: Add new KVM capability KVM_CAP_HYPERV_DIRECT_TLBFLUSHTianyu Lan2019-09-241-0/+8
* kvm: x86: Add Intel PMU MSRs to msrs_to_save[]Jim Mattson2019-09-241-0/+41
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-09-1813-429/+584
|\
| * KVM: x86: Fix INIT signal handling in various CPU statesLiran Alon2019-09-114-4/+44
| * KVM: VMX: Stop the preemption timer during vCPU resetWanpeng Li2019-09-111-0/+1
| * KVM: LAPIC: Micro optimize IPI latencyWanpeng Li2019-09-111-5/+4
| * kvm: Nested KVM MMUs need PAE root tooJiří Paleček2019-09-111-8/+22
| * KVM: x86: set ctxt->have_exception in x86_decode_insn()Jan Dakinevich2019-09-112-0/+8
| * KVM: x86: always stop emulation on page faultJan Dakinevich2019-09-111-1/+3
| * KVM: nVMX: trace nested VM-Enter failures detected by H/WSean Christopherson2019-09-112-8/+16
| * KVM: nVMX: add tracepoint for failed nested VM-EnterSean Christopherson2019-09-113-123/+152
| * x86: KVM: svm: Fix a check in nested_svm_vmrun()Dan Carpenter2019-09-111-1/+1
| * KVM: x86: Return to userspace with internal error on unexpected exit reasonLiran Alon2019-09-112-5/+15
| * KVM: x86: Add kvm_emulate_{rd,wr}msr() to consolidate VXM/SVM codeSean Christopherson2019-09-103-54/+39
| * KVM: x86: Refactor up kvm_{g,s}et_msr() to simplify callersSean Christopherson2019-09-104-78/+58
| * KVM: X86: Tune PLE Window tracepointPeter Xu2019-09-104-31/+23
| * KVM: VMX: Change ple_window type to unsigned intPeter Xu2019-09-103-7/+8
| * KVM: X86: Remove tailing newline for tracepointsPeter Xu2019-09-101-2/+2
| * KVM: X86: Trace vcpu_id for vmexitPeter Xu2019-09-101-1/+4
| * KVM: x86: Manually calculate reserved bits when loading PDPTRSSean Christopherson2019-09-101-3/+8
| * KVM: x86: Disable posted interrupts for non-standard IRQs delivery modesAlexander Graf2019-09-102-2/+8
| * KVM: VMX: Fix and tweak the comments for VM-EnterSean Christopherson2019-08-221-2/+2
| * KVM: Assert that struct kvm_vcpu is always as offset zeroSean Christopherson2019-08-222-0/+6
| * KVM: X86: Add pv tlb shootdown tracepointWanpeng Li2019-08-222-0/+21
| * KVM: x86: Unconditionally call x86 ops that are always implementedSean Christopherson2019-08-221-10/+3
| * KVM: x86/mmu: Consolidate "is MMIO SPTE" codeSean Christopherson2019-08-221-8/+8
| * KVM: x86/mmu: Add explicit access mask for MMIO SPTEsSean Christopherson2019-08-223-8/+11
| * KVM: x86: Rename access permissions cache member in struct kvm_vcpu_archSean Christopherson2019-08-222-2/+2
| * x86: KVM: svm: eliminate hardcoded RIP advancement from vmrun_interception()Vitaly Kuznetsov2019-08-221-10/+10
| * x86: KVM: svm: eliminate weird goto from vmrun_interception()Vitaly Kuznetsov2019-08-221-22/+14
| * x86: KVM: svm: remove hardcoded instruction length from interceptsVitaly Kuznetsov2019-08-221-11/+0
| * x86: KVM: add xsetbv to the emulatorVitaly Kuznetsov2019-08-223-1/+29
| * x86: KVM: clear interrupt shadow on EMULTYPE_SKIPVitaly Kuznetsov2019-08-221-0/+1
| * x86: kvm: svm: propagate errors from skip_emulated_instruction()Vitaly Kuznetsov2019-08-223-21/+37
| * x86: KVM: svm: don't pretend to advance RIP in case wrmsr_interception() resu...Vitaly Kuznetsov2019-08-221-1/+1
| * KVM: x86: Fix x86_decode_insn() return when fetching insn bytes failsSean Christopherson2019-08-221-1/+1
| * KVM: x86: use Intel speculation bugs and features as derived in generic x86 codePaolo Bonzini2019-08-222-0/+13
| * KVM: x86: always expose VIRT_SSBD to guestsPaolo Bonzini2019-08-221-4/+9