summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx/vmx.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-03KVM: VMX: Use KVM_POSSIBLE_CR*_GUEST_BITS to initialize guest/host masksSean Christopherson1-10/+5
2020-07-03KVM: x86: Mark CR4.TSD as being possibly owned by the guestSean Christopherson1-0/+2
2020-06-22KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROLSean Christopherson1-18/+0
2020-06-22KVM: nVMX: Plumb L2 GPA through to PML emulationSean Christopherson1-3/+3
2020-06-19Revert "KVM: VMX: Micro-optimize vmexit time when not exposing PMU"Vitaly Kuznetsov1-2/+1
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2020-06-11x86/entry: Convert Machine Check to IDTENTRY_ISTThomas Gleixner1-1/+1
2020-06-08KVM: VMX: Properly handle kvm_read/write_guest_virt*() resultVitaly Kuznetsov1-4/+30
2020-06-04KVM: x86: Move MPK feature detection to common codeBabu Moger1-4/+0
2020-06-01KVM: x86/pmu: Support full width countingLike Xu1-0/+3
2020-06-01KVM: x86: extend struct kvm_vcpu_pv_apf_data with token infoVitaly Kuznetsov1-2/+2
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: Remove unused 'ops' param from nested_vmx_hardware_setup()Sean Christopherson1-2/+1
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: 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: x86/mmu: Drop KVM's hugepage enums in favor of the kernel's enumsSean Christopherson1-3/+3
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 Christopherson1-9/+7
2020-05-13KVM: VMX: Add proper cache tracking for CR4Sean Christopherson1-9/+9
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 Christopherson1-1/+1
2020-05-13KVM: nVMX: Skip IBPB when switching between vmcs01 and vmcs02Sean Christopherson1-4/+14
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: VMX: Split out architectural interrupt/NMI blocking checksSean Christopherson1-13/+22
2020-05-13KVM: nVMX: Report NMIs as allowed when in L2 and Exit-on-NMI is setSean Christopherson1-0/+3
2020-05-13KVM: x86: replace is_smm checks with kvm_x86_ops.smi_allowedPaolo Bonzini1-1/+1
2020-05-13KVM: x86: Make return for {interrupt_nmi,smi}_allowed() a bool instead of intSean Christopherson1-7/+7
2020-05-13Merge branch 'kvm-amd-fixes' into HEADPaolo Bonzini1-40/+38
2020-05-13KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.cBabu Moger1-18/+0
2020-05-08KVM: VMX: pass correct DR6 for GD userspace exitPaolo Bonzini1-1/+1
2020-05-08KVM: x86, SVM: isolate vcpu->arch.dr6 from vmcb->save.dr6Paolo Bonzini1-5/+0
2020-05-08KVM: SVM: keep DR6 synchronized with vcpu->arch.dr6Paolo Bonzini1-6/+0
2020-05-07KVM: X86: Set RTM for DB_VECTOR too for KVM_EXIT_DEBUGPeter Xu1-1/+1