aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2019-10-22kvm: x86: Move IA32_XSS to kvm_{get,set}_msr_commonAaron Lewis
2019-10-22KVM: x86: Move IA32_XSS-swapping on VM-entry/VM-exit to common x86 codeAaron Lewis
2019-10-22KVM: x86: Remove unneeded kvm_vcpu variable, guest_xcr0_loadedAaron Lewis
2019-10-22KVM: remove redundant code in kvm_arch_vm_ioctlMiaohe Lin
2019-10-22kvm: x86: Modify kvm_x86_ops.get_enable_apicv() to use struct kvm parameterSuthikulpanit, Suravee
2019-10-22KVM: x86: Add helpers to test/mark reg availability and dirtinessSean Christopherson
2019-10-22kvm: clear kvmclock MSR on resetPaolo Bonzini
2019-10-22KVM: x86: fix bugon.cocci warningskbuild test robot
2019-10-17x86: xen: kvm: Gather the definition of emulate prefixesMasami Hiramatsu
2019-10-04KVM: x86: omit "impossible" pmu MSRs from MSR listPaolo Bonzini
2019-10-03KVM: x86: omit absent pmu MSRs from MSR listPaolo Bonzini
2019-09-30kvm: x86, powerpc: do not allow clearing largepages debugfs entryPaolo Bonzini
2019-09-26KVM: X86: Fix userspace set invalid CR4Wanpeng Li
2019-09-25KVM: x86: Check kvm_rebooting in kvm_spurious_fault()Sean Christopherson
2019-09-24KVM: x86/mmu: Revert "KVM: x86/mmu: Remove is_obsolete() call"Sean Christopherson
2019-09-24KVM: vmx: Emulate MSR IA32_UMWAIT_CONTROLTao Xu
2019-09-24KVM: VMX: Handle single-step #DB for EMULTYPE_SKIP on EPT misconfigSean Christopherson
2019-09-24KVM: x86: Remove emulation_result enums, EMULATE_{DONE,FAIL,USER_EXIT}Sean Christopherson
2019-09-24KVM: x86: Move triple fault request into RM int injectionSean Christopherson
2019-09-24KVM: x86: Handle emulation failure directly in kvm_task_switch()Sean Christopherson
2019-09-24KVM: x86: Exit to userspace on emulation skip failureSean Christopherson
2019-09-24KVM: x86: Move #UD injection for failed emulation into emulation codeSean Christopherson
2019-09-24KVM: x86: Add explicit flag for forced emulation on #UDSean Christopherson
2019-09-24KVM: x86: Move #GP injection for VMware into x86_emulate_instruction()Sean Christopherson
2019-09-24KVM: x86: Refactor kvm_vcpu_do_singlestep() to remove out paramSean Christopherson
2019-09-24KVM: x86: Clean up handle_emulation_failure()Sean Christopherson
2019-09-24KVM: x86: Relocate MMIO exit stats countingSean Christopherson
2019-09-24KVM: x86: Manually flush collapsible SPTEs only when toggling flagsSean Christopherson
2019-09-24KVM: x86: announce KVM_CAP_HYPERV_ENLIGHTENED_VMCS support only when it is av...Vitaly Kuznetsov
2019-09-24KVM/Hyper-V: Add new KVM capability KVM_CAP_HYPERV_DIRECT_TLBFLUSHTianyu Lan
2019-09-24kvm: x86: Add Intel PMU MSRs to msrs_to_save[]Jim Mattson
2019-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-09-14KVM: x86: work around leak of uninitialized stack contentsFuqian Huang
2019-09-11KVM: x86: set ctxt->have_exception in x86_decode_insn()Jan Dakinevich
2019-09-11KVM: x86: always stop emulation on page faultJan Dakinevich
2019-09-11KVM: nVMX: add tracepoint for failed nested VM-EnterSean Christopherson
2019-09-10KVM: x86: Add kvm_emulate_{rd,wr}msr() to consolidate VXM/SVM codeSean Christopherson
2019-09-10KVM: x86: Refactor up kvm_{g,s}et_msr() to simplify callersSean Christopherson
2019-09-10KVM: X86: Tune PLE Window tracepointPeter Xu
2019-09-10KVM: x86: Manually calculate reserved bits when loading PDPTRSSean Christopherson
2019-08-27KVM: x86: Don't update RIP or do single-step on faulting emulationSean Christopherson
2019-08-22KVM: X86: Add pv tlb shootdown tracepointWanpeng Li
2019-08-22KVM: x86: Unconditionally call x86 ops that are always implementedSean Christopherson
2019-08-22KVM: x86: Rename access permissions cache member in struct kvm_vcpu_archSean Christopherson
2019-08-22x86: KVM: add xsetbv to the emulatorVitaly Kuznetsov
2019-08-22x86: KVM: clear interrupt shadow on EMULTYPE_SKIPVitaly Kuznetsov
2019-08-22x86: kvm: svm: propagate errors from skip_emulated_instruction()Vitaly Kuznetsov
2019-08-22KVM: x86: use Intel speculation bugs and features as derived in generic x86 codePaolo Bonzini
2019-08-05KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li
2019-07-24KVM: X86: Boost queue head vCPU to mitigate lock waiter preemptionWanpeng Li