summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-06-01x86/kvm/hyper-v: Add support for synthetic debugger via hypercallsJon Doron1-0/+28
2020-06-01x86/kvm/hyper-v: enable hypercalls regardless of hypercall pageJon Doron1-1/+1
2020-06-01x86/kvm/hyper-v: Add support for synthetic debugger interfaceJon Doron5-3/+232
2020-06-01x86/hyper-v: Add synthetic debugger definitionsJon Doron2-0/+33
2020-06-01KVM: selftests: VMX preemption timer migration testMakarand Sonare1-8/+4
2020-06-01KVM: nVMX: Fix VMX preemption timer migrationPeter Shier3-8/+52
2020-06-01KVM: x86/pmu: Support full width countingLike Xu6-5/+66
2020-06-01KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' inWei Wang5-17/+21
2020-06-01KVM: x86: announce KVM_FEATURE_ASYNC_PF_INTVitaly Kuznetsov3-1/+4
2020-06-01KVM: x86: acknowledgment mechanism for async pf page ready notificationsVitaly Kuznetsov4-4/+28
2020-06-01KVM: x86: interrupt based APF 'page ready' event deliveryVitaly Kuznetsov3-28/+81
2020-06-01KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_...Vitaly Kuznetsov4-4/+4
2020-06-01KVM: x86: extend struct kvm_vcpu_pv_apf_data with token infoVitaly Kuznetsov10-25/+36
2020-06-01Revert "KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Rea...Vitaly Kuznetsov1-22/+1
2020-06-01KVM: VMX: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-06-01KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATEPaolo Bonzini6-7/+171
2020-06-01KVM: MMU: pass arbitrary CR0/CR4/EFER to kvm_init_shadow_mmuPaolo Bonzini3-7/+14
2020-06-01KVM: nSVM: leave guest mode when clearing EFER.SVMEPaolo Bonzini3-2/+25
2020-06-01KVM: nSVM: split nested_vmcb_check_controlsPaolo Bonzini1-9/+14
2020-06-01KVM: nSVM: remove HF_HIF_MASKPaolo Bonzini3-7/+1
2020-06-01KVM: nSVM: remove HF_VINTR_MASKPaolo Bonzini4-8/+5
2020-06-01KVM: nSVM: synthesize correct EXITINTINFO on vmexitPaolo Bonzini2-14/+49
2020-06-01KVM: SVM: preserve VGIF across VMCB switchPaolo Bonzini1-1/+5
2020-06-01KVM: nSVM: extract svm_set_gifPaolo Bonzini4-37/+38
2020-06-01KVM: nSVM: remove unnecessary ifPaolo Bonzini1-2/+1
2020-06-01KVM: nSVM: synchronize VMCB controls updated by the processor on every vmexitPaolo Bonzini3-25/+38
2020-06-01KVM: nSVM: restore clobbered INT_CTL fields after clearing VINTRPaolo Bonzini1-1/+9
2020-06-01KVM: nSVM: save all control fields in svm->nestedPaolo Bonzini3-58/+39
2020-06-01KVM: nSVM: remove trailing padding for struct vmcb_control_areaPaolo Bonzini1-1/+8
2020-06-01KVM: nSVM: pass vmcb_control_area to copy_vmcb_control_areaPaolo Bonzini1-6/+4
2020-06-01KVM: nSVM: clean up tsc_offset updatePaolo Bonzini1-4/+5
2020-06-01KVM: nSVM: move MMU setup to nested_prepare_vmcb_controlPaolo Bonzini1-6/+6
2020-06-01KVM: nSVM: extract preparation of VMCB for nested runPaolo Bonzini1-16/+24
2020-06-01KVM: nSVM: extract load_nested_vmcb_controlPaolo Bonzini1-16/+22
2020-06-01KVM: nSVM: move map argument out of enter_svm_guest_modePaolo Bonzini3-10/+9
2020-05-28KVM: nVMX: always update CR3 in VMCSPaolo Bonzini1-4/+1
2020-05-28KVM: SVM: always update CR3 in VMCBPaolo Bonzini2-16/+6
2020-05-28KVM: nSVM: correctly inject INIT vmexitsPaolo Bonzini1-0/+27
2020-05-28KVM: nSVM: remove exit_requiredPaolo Bonzini3-19/+1
2020-05-28KVM: nSVM: inject exceptions via svm_check_nested_eventsPaolo Bonzini5-103/+58
2020-05-28KVM: x86: enable event window in inject_pending_eventPaolo Bonzini4-77/+92
2020-05-27KVM: x86: track manually whether an event has been injectedPaolo Bonzini1-5/+12
2020-05-27KVM: nSVM: Preserve registers modifications done before nested_svm_vmexit()Vitaly Kuznetsov1-3/+3
2020-05-27KVM: x86: Initialize tdp_level during vCPU creationSean Christopherson1-0/+1
2020-05-27KVM: nSVM: leave ASID aside in copy_vmcb_control_areaPaolo Bonzini1-1/+1
2020-05-27KVM: nSVM: fix condition for filtering async PFPaolo Bonzini1-2/+2
2020-05-27kvm/x86: Remove redundant function implementations彭浩(Richard)5-16/+10
2020-05-27KVM: Fix the indentation to match coding styleHaiwei Li1-1/+1
2020-05-27KVM: VMX: replace "fall through" with "return" to indicate different caseMiaohe Lin1-4/+2
2020-05-27KVM: x86: Take an unsigned 32-bit int for has_emulated_msr()'s indexSean Christopherson3-3/+3