aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm
AgeCommit message (Expand)Author
2020-10-29KVM: SVM: Initialize prev_ga_tag before useSuravee Suthikulpanit
2020-10-01KVM: SVM: Add a dedicated INVD intercept routineTom Lendacky
2020-08-19kvm: x86: replace kvm_spec_ctrl_test_value with runtime test on the hostMaxim Levitsky
2020-07-31KVM: SVM: Fix disable pause loop exit/pause filtering capability on SVMWanpeng Li
2020-06-15kvm/svm: disable KCSAN for svm_vcpu_run()Qian Cai
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-06-11x86/entry: Convert Machine Check to IDTENTRY_ISTThomas Gleixner
2020-06-08KVM: SVM: fix calls to is_interceptPaolo Bonzini
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig
2020-06-01KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' inWei Wang
2020-06-01KVM: x86: extend struct kvm_vcpu_pv_apf_data with token infoVitaly Kuznetsov
2020-06-01KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATEPaolo Bonzini
2020-06-01KVM: MMU: pass arbitrary CR0/CR4/EFER to kvm_init_shadow_mmuPaolo Bonzini
2020-06-01KVM: nSVM: leave guest mode when clearing EFER.SVMEPaolo Bonzini
2020-06-01KVM: nSVM: split nested_vmcb_check_controlsPaolo Bonzini
2020-06-01KVM: nSVM: remove HF_HIF_MASKPaolo Bonzini
2020-06-01KVM: nSVM: remove HF_VINTR_MASKPaolo Bonzini
2020-06-01KVM: nSVM: synthesize correct EXITINTINFO on vmexitPaolo Bonzini
2020-06-01KVM: SVM: preserve VGIF across VMCB switchPaolo Bonzini
2020-06-01KVM: nSVM: extract svm_set_gifPaolo Bonzini
2020-06-01KVM: nSVM: remove unnecessary ifPaolo Bonzini
2020-06-01KVM: nSVM: synchronize VMCB controls updated by the processor on every vmexitPaolo Bonzini
2020-06-01KVM: nSVM: restore clobbered INT_CTL fields after clearing VINTRPaolo Bonzini
2020-06-01KVM: nSVM: save all control fields in svm->nestedPaolo Bonzini
2020-06-01KVM: nSVM: pass vmcb_control_area to copy_vmcb_control_areaPaolo Bonzini
2020-06-01KVM: nSVM: clean up tsc_offset updatePaolo Bonzini
2020-06-01KVM: nSVM: move MMU setup to nested_prepare_vmcb_controlPaolo Bonzini
2020-06-01KVM: nSVM: extract preparation of VMCB for nested runPaolo Bonzini
2020-06-01KVM: nSVM: extract load_nested_vmcb_controlPaolo Bonzini
2020-06-01KVM: nSVM: move map argument out of enter_svm_guest_modePaolo Bonzini
2020-05-28KVM: SVM: always update CR3 in VMCBPaolo Bonzini
2020-05-28KVM: nSVM: correctly inject INIT vmexitsPaolo Bonzini
2020-05-28KVM: nSVM: remove exit_requiredPaolo Bonzini
2020-05-28KVM: nSVM: inject exceptions via svm_check_nested_eventsPaolo Bonzini
2020-05-28KVM: x86: enable event window in inject_pending_eventPaolo Bonzini
2020-05-27KVM: nSVM: Preserve registers modifications done before nested_svm_vmexit()Vitaly Kuznetsov
2020-05-27KVM: nSVM: leave ASID aside in copy_vmcb_control_areaPaolo Bonzini
2020-05-27KVM: nSVM: fix condition for filtering async PFPaolo Bonzini
2020-05-27KVM: x86: Take an unsigned 32-bit int for has_emulated_msr()'s indexSean Christopherson
2020-05-27Merge branch 'kvm-master' into HEADPaolo Bonzini
2020-05-27KVM: x86: simplify is_mmio_sptePaolo Bonzini
2020-05-20Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/...Paolo Bonzini
2020-05-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-05-15KVM: SVM: Remove unnecessary V_IRQ unsettingSuravee Suthikulpanit
2020-05-15KVM: SVM: Merge svm_enable_vintr into svm_set_vintrSuravee Suthikulpanit
2020-05-15KVM: X86: Introduce more exit_fastpath_completion enum valuesWanpeng Li
2020-05-15KVM: x86/mmu: Drop KVM's hugepage enums in favor of the kernel's enumsSean Christopherson
2020-05-13KVM: x86/mmu: Capture TDP level when updating CPUIDSean Christopherson
2020-05-13KVM: VMX: Add proper cache tracking for CR0Sean Christopherson