summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx
AgeCommit message (Expand)AuthorFilesLines
2020-06-08KVM: VMX: Properly handle kvm_read/write_guest_virt*() resultVitaly Kuznetsov3-40/+74
2020-06-04KVM: x86: Move MPK feature detection to common codeBabu Moger1-4/+0
2020-06-04KVM: VMX: Always treat MSR_IA32_PERF_CAPABILITIES as a valid PMU MSRSean Christopherson1-1/+1
2020-06-01KVM: selftests: VMX preemption timer migration testMakarand Sonare1-8/+4
2020-06-01KVM: nVMX: Fix VMX preemption timer migrationPeter Shier2-8/+49
2020-06-01KVM: x86/pmu: Support full width countingLike Xu3-4/+62
2020-06-01KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' inWei Wang1-8/+11
2020-06-01KVM: x86: extend struct kvm_vcpu_pv_apf_data with token infoVitaly Kuznetsov2-3/+3
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 Bonzini1-5/+0
2020-05-28KVM: nVMX: always update CR3 in VMCSPaolo Bonzini1-4/+1
2020-05-28KVM: x86: enable event window in inject_pending_eventPaolo Bonzini1-10/+10
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 Christopherson1-1/+1
2020-05-27Merge branch 'kvm-master' into HEADPaolo Bonzini1-2/+4
2020-05-27KVM: x86: simplify is_mmio_sptePaolo Bonzini1-2/+1
2020-05-27KVM: VMX: enable X86_FEATURE_WAITPKG in KVM capabilitiesMaxim Levitsky1-0/+3
2020-05-15KVM: nVMX: Migrate the VMX-preemption timerJim Mattson1-0/+11
2020-05-15KVM: nVMX: Change emulated VMX-preemption timer hrtimer to absoluteJim Mattson1-2/+3
2020-05-15KVM: nVMX: Really make emulated nested preemption timer pinnedJim Mattson1-1/+1
2020-05-15KVM: nVMX: Remove unused 'ops' param from nested_vmx_hardware_setup()Sean Christopherson3-6/+3
2020-05-15KVM: VMX: Handle preemption timer fastpathWanpeng Li1-2/+12
2020-05-15KVM: x86: introduce kvm_can_use_hv_timerPaolo Bonzini1-4/+0
2020-05-15KVM: VMX: Optimize posted-interrupt delivery for timer fastpathWanpeng Li1-1/+4
2020-05-15KVM: X86: Introduce more exit_fastpath_completion enum valuesWanpeng Li1-8/+18
2020-05-15KVM: VMX: Introduce generic fastpath handlerWanpeng Li1-7/+16
2020-05-15KVM: nVMX: Drop superfluous VMREAD of vmcs02.GUEST_SYSENTER_*Sean Christopherson1-4/+0
2020-05-15KVM: nVMX: Truncate writes to vmcs.SYSENTER_EIP/ESP for 32-bit vCPUSean Christopherson1-2/+16
2020-05-15KVM: VMX: Improve handle_external_interrupt_irqoff inline assemblyUros Bizjak1-4/+6
2020-05-15KVM: VMX: Remove unneeded __ASM_SIZE usage with POP instructionUros Bizjak1-7/+7
2020-05-15KVM: x86/mmu: Drop KVM's hugepage enums in favor of the kernel's enumsSean Christopherson1-3/+3
2020-05-15KVM: nVMX: Tweak handling of failure code for nested VM-Enter failureSean Christopherson1-19/+28
2020-05-13KVM: x86/mmu: Capture TDP level when updating CPUIDSean Christopherson1-2/+0
2020-05-13KVM: VMX: Move nested EPT out of kvm_x86_ops.get_tdp_level() hookSean Christopherson1-4/+12
2020-05-13KVM: VMX: Add proper cache tracking for CR0Sean Christopherson2-9/+8
2020-05-13KVM: VMX: Add proper cache tracking for CR4Sean Christopherson2-9/+10
2020-05-13KVM: nVMX: Unconditionally validate CR3 during nested transitionsSean Christopherson1-14/+13
2020-05-13KVM: x86: Save L1 TSC offset in 'struct kvm_vcpu_arch'Sean Christopherson1-12/+0
2020-05-13KVM: nVMX: Skip IBPB when temporarily switching between vmcs01 and vmcs02Sean Christopherson3-4/+3
2020-05-13KVM: nVMX: Skip IBPB when switching between vmcs01 and vmcs02Sean Christopherson3-6/+17
2020-05-13KVM: VMX: Use accessor to read vmcs.INTR_INFO when handling exceptionSean Christopherson1-1/+1
2020-05-13KVM: x86: handle wrap around 32-bit address spacePaolo Bonzini1-3/+12
2020-05-13KVM: x86: Replace late check_nested_events() hack with more precise fixPaolo Bonzini1-3/+14
2020-05-13KVM: VMX: Use vmx_get_rflags() to query RFLAGS in vmx_interrupt_blocked()Sean Christopherson1-1/+1
2020-05-13KVM: VMX: Use vmx_interrupt_blocked() directly from vmx_handle_exit()Sean Christopherson1-9/+10
2020-05-13KVM: nVMX: Prioritize SMI over nested IRQ/NMISean Christopherson1-0/+6
2020-05-13KVM: nVMX: Preserve IRQ/NMI priority irrespective of exiting behaviorSean Christopherson1-2/+7
2020-05-13KVM: VMX: Split out architectural interrupt/NMI blocking checksSean Christopherson2-13/+24
2020-05-13KVM: nVMX: Report NMIs as allowed when in L2 and Exit-on-NMI is setSean Christopherson3-5/+8
2020-05-13KVM: x86: replace is_smm checks with kvm_x86_ops.smi_allowedPaolo Bonzini1-1/+1