summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | 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-013-1/+4
| * | | | | | | | KVM: x86: acknowledgment mechanism for async pf page ready notificationsVitaly Kuznetsov2020-06-013-4/+26
| * | | | | | | | KVM: x86: interrupt based APF 'page ready' event deliveryVitaly Kuznetsov2020-06-013-28/+81
| * | | | | | | | KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_...Vitaly Kuznetsov2020-06-012-2/+2
| * | | | | | | | 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
| * | | | | | | | KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATEPaolo Bonzini2020-06-016-7/+171
| * | | | | | | | 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
| * | | | | | | | 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-273-3/+3
| * | | | | | | | KVM: x86: Remove superfluous brackets from case statementSean Christopherson2020-05-271-2/+2
| * | | | | | | | KVM: x86: allow KVM_STATE_NESTED_MTF_PENDING in kvm_state flagsPaolo Bonzini2020-05-271-1/+1
| * | | | | | | | Merge branch 'kvm-master' into HEADPaolo Bonzini2020-05-275-39/+33
| |\ \ \ \ \ \ \ \
| | * | | | | | | | KVM: x86: simplify is_mmio_sptePaolo Bonzini2020-05-274-11/+6
| | * | | | | | | | KVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionallyMaxim Levitsky2020-05-271-0/+4
| | * | | | | | | | KVM: VMX: enable X86_FEATURE_WAITPKG in KVM capabilitiesMaxim Levitsky2020-05-271-0/+3