aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAge
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-11-12
|\
| * KVM: X86: Fix initialization of MSR listsChenyi Qiang2019-11-12
* | kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid2019-11-04
* | kvm: mmu: ITLB_MULTIHIT mitigationPaolo Bonzini2019-11-04
* | kvm/x86: Export MDS_NO=0 to guests when TSX is enabledPawan Gupta2019-10-28
|/
* KVM: nVMX: Don't leak L1 MMIO regions to L2Jim Mattson2019-10-22
* kvm: clear kvmclock MSR on resetPaolo Bonzini2019-10-22
* KVM: x86: fix bugon.cocci warningskbuild test robot2019-10-22
* KVM: x86: omit "impossible" pmu MSRs from MSR listPaolo Bonzini2019-10-04
* KVM: x86: omit absent pmu MSRs from MSR listPaolo Bonzini2019-10-03
* kvm: x86, powerpc: do not allow clearing largepages debugfs entryPaolo Bonzini2019-09-30
* KVM: X86: Fix userspace set invalid CR4Wanpeng Li2019-09-26
* KVM: x86: Check kvm_rebooting in kvm_spurious_fault()Sean Christopherson2019-09-25
* KVM: x86/mmu: Revert "KVM: x86/mmu: Remove is_obsolete() call"Sean Christopherson2019-09-24
* KVM: vmx: Emulate MSR IA32_UMWAIT_CONTROLTao Xu2019-09-24
* KVM: VMX: Handle single-step #DB for EMULTYPE_SKIP on EPT misconfigSean Christopherson2019-09-24
* KVM: x86: Remove emulation_result enums, EMULATE_{DONE,FAIL,USER_EXIT}Sean Christopherson2019-09-24
* KVM: x86: Move triple fault request into RM int injectionSean Christopherson2019-09-24
* KVM: x86: Handle emulation failure directly in kvm_task_switch()Sean Christopherson2019-09-24
* KVM: x86: Exit to userspace on emulation skip failureSean Christopherson2019-09-24
* KVM: x86: Move #UD injection for failed emulation into emulation codeSean Christopherson2019-09-24
* KVM: x86: Add explicit flag for forced emulation on #UDSean Christopherson2019-09-24
* KVM: x86: Move #GP injection for VMware into x86_emulate_instruction()Sean Christopherson2019-09-24
* KVM: x86: Refactor kvm_vcpu_do_singlestep() to remove out paramSean Christopherson2019-09-24
* KVM: x86: Clean up handle_emulation_failure()Sean Christopherson2019-09-24
* KVM: x86: Relocate MMIO exit stats countingSean Christopherson2019-09-24
* KVM: x86: Manually flush collapsible SPTEs only when toggling flagsSean Christopherson2019-09-24
* KVM: x86: announce KVM_CAP_HYPERV_ENLIGHTENED_VMCS support only when it is av...Vitaly Kuznetsov2019-09-24
* KVM/Hyper-V: Add new KVM capability KVM_CAP_HYPERV_DIRECT_TLBFLUSHTianyu Lan2019-09-24
* kvm: x86: Add Intel PMU MSRs to msrs_to_save[]Jim Mattson2019-09-24
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-09-18
|\
| * KVM: x86: set ctxt->have_exception in x86_decode_insn()Jan Dakinevich2019-09-11
| * KVM: x86: always stop emulation on page faultJan Dakinevich2019-09-11
| * KVM: nVMX: add tracepoint for failed nested VM-EnterSean Christopherson2019-09-11
| * KVM: x86: Add kvm_emulate_{rd,wr}msr() to consolidate VXM/SVM codeSean Christopherson2019-09-10
| * KVM: x86: Refactor up kvm_{g,s}et_msr() to simplify callersSean Christopherson2019-09-10
| * KVM: X86: Tune PLE Window tracepointPeter Xu2019-09-10
| * KVM: x86: Manually calculate reserved bits when loading PDPTRSSean Christopherson2019-09-10
| * KVM: X86: Add pv tlb shootdown tracepointWanpeng Li2019-08-22
| * KVM: x86: Unconditionally call x86 ops that are always implementedSean Christopherson2019-08-22
| * KVM: x86: Rename access permissions cache member in struct kvm_vcpu_archSean Christopherson2019-08-22
| * x86: KVM: add xsetbv to the emulatorVitaly Kuznetsov2019-08-22
| * x86: KVM: clear interrupt shadow on EMULTYPE_SKIPVitaly Kuznetsov2019-08-22
| * x86: kvm: svm: propagate errors from skip_emulated_instruction()Vitaly Kuznetsov2019-08-22
| * KVM: x86: use Intel speculation bugs and features as derived in generic x86 codePaolo Bonzini2019-08-22
* | KVM: x86: work around leak of uninitialized stack contentsFuqian Huang2019-09-14
* | KVM: x86: Don't update RIP or do single-step on faulting emulationSean Christopherson2019-08-27
|/
* KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li2019-08-05
* KVM: X86: Boost queue head vCPU to mitigate lock waiter preemptionWanpeng Li2019-07-24
* KVM: X86: Dynamically allocate user_fpuWanpeng Li2019-07-22