summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-0437-1575/+2716
|\
| * x86/kvm/hyper-v: Add support for synthetic debugger via hypercallsJon Doron2020-06-011-0/+28
| * x86/kvm/hyper-v: enable hypercalls regardless of hypercall pageJon Doron2020-06-011-1/+1
| * x86/kvm/hyper-v: Add support for synthetic debugger interfaceJon Doron2020-06-014-3/+219
| * x86/hyper-v: Add synthetic debugger definitionsJon Doron2020-06-011-0/+27
| * KVM: selftests: VMX preemption timer migration testMakarand Sonare2020-06-011-8/+4
| * KVM: nVMX: Fix VMX preemption timer migrationPeter Shier2020-06-012-8/+49
| * KVM: x86/pmu: Support full width countingLike Xu2020-06-015-5/+65
| * 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-012-1/+3
| * KVM: x86: acknowledgment mechanism for async pf page ready notificationsVitaly Kuznetsov2020-06-011-4/+22
| * KVM: x86: interrupt based APF 'page ready' event deliveryVitaly Kuznetsov2020-06-011-26/+67
| * KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_...Vitaly Kuznetsov2020-06-011-1/+1
| * KVM: x86: extend struct kvm_vcpu_pv_apf_data with token infoVitaly Kuznetsov2020-06-016-12/+22
| * 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
| * KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATEPaolo Bonzini2020-06-015-6/+155
| * 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-012-6/+1
| * KVM: nSVM: remove HF_VINTR_MASKPaolo Bonzini2020-06-013-7/+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: 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-284-103/+56
| * KVM: x86: enable event window in inject_pending_eventPaolo Bonzini2020-05-283-73/+88
| * 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
| * kvm/x86: Remove redundant function implementations彭浩(Richard)2020-05-275-16/+10
| * KVM: Fix the indentation to match coding styleHaiwei Li2020-05-271-1/+1
| * KVM: VMX: replace "fall through" with "return" to indicate different caseMiaohe Lin2020-05-271-4/+2
| * KVM: x86: Take an unsigned 32-bit int for has_emulated_msr()'s indexSean Christopherson2020-05-272-2/+2