summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)Author
2020-06-01x86/kvm/hyper-v: Add support for synthetic debugger via hypercallsJon Doron
2020-06-01x86/kvm/hyper-v: enable hypercalls regardless of hypercall pageJon Doron
2020-06-01x86/kvm/hyper-v: Add support for synthetic debugger interfaceJon Doron
2020-06-01x86/hyper-v: Add synthetic debugger definitionsJon Doron
2020-06-01KVM: selftests: VMX preemption timer migration testMakarand Sonare
2020-06-01KVM: nVMX: Fix VMX preemption timer migrationPeter Shier
2020-06-01KVM: x86/pmu: Support full width countingLike Xu
2020-06-01KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' inWei Wang
2020-06-01KVM: x86: announce KVM_FEATURE_ASYNC_PF_INTVitaly Kuznetsov
2020-06-01KVM: x86: acknowledgment mechanism for async pf page ready notificationsVitaly Kuznetsov
2020-06-01KVM: x86: interrupt based APF 'page ready' event deliveryVitaly Kuznetsov
2020-06-01KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_...Vitaly Kuznetsov
2020-06-01KVM: x86: extend struct kvm_vcpu_pv_apf_data with token infoVitaly Kuznetsov
2020-06-01Revert "KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Rea...Vitaly Kuznetsov
2020-06-01KVM: VMX: Replace zero-length array with flexible-arrayGustavo A. R. Silva
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: remove trailing padding for struct vmcb_control_areaPaolo 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: nVMX: always update CR3 in VMCSPaolo 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: x86: track manually whether an event has been injectedPaolo Bonzini
2020-05-27KVM: nSVM: Preserve registers modifications done before nested_svm_vmexit()Vitaly Kuznetsov
2020-05-27KVM: x86: Initialize tdp_level during vCPU creationSean Christopherson
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: Remove redundant function implementations彭浩(Richard)
2020-05-27KVM: Fix the indentation to match coding styleHaiwei Li
2020-05-27KVM: VMX: replace "fall through" with "return" to indicate different caseMiaohe Lin
2020-05-27KVM: x86: Take an unsigned 32-bit int for has_emulated_msr()'s indexSean Christopherson