summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/kvm/hyper-v: Add support for synthetic debugger interfaceJon Doron2020-06-017-3/+258
* x86/hyper-v: Add synthetic debugger definitionsJon Doron2020-06-012-0/+33
* KVM: selftests: VMX preemption timer migration testMakarand Sonare2020-06-018-12/+298
* KVM: nVMX: Fix VMX preemption timer migrationPeter Shier2020-06-014-8/+56
* x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exitJon Doron2020-06-012-0/+4
* KVM: x86/pmu: Support full width countingLike Xu2020-06-016-5/+66
* KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' inWei Wang2020-06-015-17/+21
* KVM: x86: announce KVM_FEATURE_ASYNC_PF_INTVitaly Kuznetsov2020-06-016-5/+19
* KVM: x86: acknowledgment mechanism for async pf page ready notificationsVitaly Kuznetsov2020-06-016-5/+52
* KVM: x86: interrupt based APF 'page ready' event deliveryVitaly Kuznetsov2020-06-014-59/+152
* KVM: introduce kvm_read_guest_offset_cached()Vitaly Kuznetsov2020-06-012-5/+17
* KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_...Vitaly Kuznetsov2020-06-015-5/+5
* KVM: x86: extend struct kvm_vcpu_pv_apf_data with token infoVitaly Kuznetsov2020-06-0110-25/+36
* Revert "KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Rea...Vitaly Kuznetsov2020-06-011-22/+1
* KVM: VMX: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-011-1/+1
* Revert "KVM: No need to retry for hva_to_pfn_remapped()"Paolo Bonzini2020-06-011-0/+5
* KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATEPaolo Bonzini2020-06-016-7/+171
* selftests: kvm: fix smm test on SVMVitaly Kuznetsov2020-06-011-6/+13
* selftests: kvm: add a SVM version of state-testPaolo Bonzini2020-06-011-12/+50
* selftests: kvm: introduce cpu_has_svm() checkVitaly Kuznetsov2020-06-011-0/+10
* KVM: MMU: pass arbitrary CR0/CR4/EFER to kvm_init_shadow_mmuPaolo Bonzini2020-06-013-7/+14
* KVM: nSVM: leave guest mode when clearing EFER.SVMEPaolo Bonzini2020-06-013-2/+25
* KVM: nSVM: split nested_vmcb_check_controlsPaolo Bonzini2020-06-011-9/+14
* KVM: nSVM: remove HF_HIF_MASKPaolo Bonzini2020-06-013-7/+1
* KVM: nSVM: remove HF_VINTR_MASKPaolo Bonzini2020-06-014-8/+5
* KVM: nSVM: synthesize correct EXITINTINFO on vmexitPaolo Bonzini2020-06-012-14/+49
* KVM: SVM: preserve VGIF across VMCB switchPaolo Bonzini2020-06-011-1/+5
* KVM: nSVM: extract svm_set_gifPaolo Bonzini2020-06-014-37/+38
* KVM: nSVM: remove unnecessary ifPaolo Bonzini2020-06-011-2/+1
* KVM: nSVM: synchronize VMCB controls updated by the processor on every vmexitPaolo Bonzini2020-06-013-25/+38
* KVM: nSVM: restore clobbered INT_CTL fields after clearing VINTRPaolo Bonzini2020-06-011-1/+9
* KVM: nSVM: save all control fields in svm->nestedPaolo Bonzini2020-06-013-58/+39
* KVM: nSVM: remove trailing padding for struct vmcb_control_areaPaolo Bonzini2020-06-011-1/+8
* KVM: nSVM: pass vmcb_control_area to copy_vmcb_control_areaPaolo Bonzini2020-06-011-6/+4
* KVM: nSVM: clean up tsc_offset updatePaolo Bonzini2020-06-011-4/+5
* KVM: nSVM: move MMU setup to nested_prepare_vmcb_controlPaolo Bonzini2020-06-011-6/+6
* KVM: nSVM: extract preparation of VMCB for nested runPaolo Bonzini2020-06-011-16/+24
* KVM: nSVM: extract load_nested_vmcb_controlPaolo Bonzini2020-06-011-16/+22
* KVM: nSVM: move map argument out of enter_svm_guest_modePaolo Bonzini2020-06-013-10/+9
* KVM: nVMX: always update CR3 in VMCSPaolo Bonzini2020-05-281-4/+1
* KVM: SVM: always update CR3 in VMCBPaolo Bonzini2020-05-282-16/+6
* KVM: nSVM: correctly inject INIT vmexitsPaolo Bonzini2020-05-281-0/+27
* KVM: nSVM: remove exit_requiredPaolo Bonzini2020-05-283-19/+1
* KVM: nSVM: inject exceptions via svm_check_nested_eventsPaolo Bonzini2020-05-285-103/+58
* KVM: x86: enable event window in inject_pending_eventPaolo Bonzini2020-05-284-77/+92
* KVM: x86: track manually whether an event has been injectedPaolo Bonzini2020-05-271-5/+12
* KVM: nSVM: Preserve registers modifications done before nested_svm_vmexit()Vitaly Kuznetsov2020-05-271-3/+3
* KVM: x86: Initialize tdp_level during vCPU creationSean Christopherson2020-05-271-0/+1
* KVM: nSVM: leave ASID aside in copy_vmcb_control_areaPaolo Bonzini2020-05-271-1/+1
* KVM: nSVM: fix condition for filtering async PFPaolo Bonzini2020-05-271-2/+2