summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2020-05-19x86/kvm: Sanitize kvm_async_pf_task_wait()Thomas Gleixner
2020-05-19KVM: x86: only do L1TF workaround on affected processorsPaolo Bonzini
2020-05-15KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mceJim Mattson
2020-05-15kvm: add halt-polling cpu usage statsDavid Matlack
2020-05-15KVM: nVMX: Migrate the VMX-preemption timerJim Mattson
2020-05-15KVM: nVMX: Change emulated VMX-preemption timer hrtimer to absoluteJim Mattson
2020-05-15KVM: nVMX: Really make emulated nested preemption timer pinnedJim Mattson
2020-05-15KVM: nVMX: Remove unused 'ops' param from nested_vmx_hardware_setup()Sean Christopherson
2020-05-15KVM: SVM: Remove unnecessary V_IRQ unsettingSuravee Suthikulpanit
2020-05-15KVM: SVM: Merge svm_enable_vintr into svm_set_vintrSuravee Suthikulpanit
2020-05-15KVM: VMX: Handle preemption timer fastpathWanpeng Li
2020-05-15KVM: X86: TSCDEADLINE MSR emulation fastpathWanpeng Li
2020-05-15KVM: x86: introduce kvm_can_use_hv_timerPaolo Bonzini
2020-05-15KVM: VMX: Optimize posted-interrupt delivery for timer fastpathWanpeng Li
2020-05-15KVM: X86: Introduce more exit_fastpath_completion enum valuesWanpeng Li
2020-05-15KVM: X86: Introduce kvm_vcpu_exit_request() helperWanpeng Li
2020-05-15KVM: x86: Print symbolic names of VMX VM-Exit flags in tracesSean Christopherson
2020-05-15KVM: VMX: Introduce generic fastpath handlerWanpeng Li
2020-05-15KVM: nVMX: Drop superfluous VMREAD of vmcs02.GUEST_SYSENTER_*Sean Christopherson
2020-05-15KVM: nVMX: Truncate writes to vmcs.SYSENTER_EIP/ESP for 32-bit vCPUSean Christopherson
2020-05-15KVM: VMX: Improve handle_external_interrupt_irqoff inline assemblyUros Bizjak
2020-05-15KVM: X86: Sanity check on gfn before removalPeter Xu
2020-05-15KVM: X86: Force ASYNC_PF_PER_VCPU to be power of twoPeter Xu
2020-05-15KVM: VMX: Remove unneeded __ASM_SIZE usage with POP instructionUros Bizjak
2020-05-15KVM: x86/mmu: Add a helper to consolidate root sp allocationSean Christopherson
2020-05-15KVM: x86/mmu: Drop KVM's hugepage enums in favor of the kernel's enumsSean Christopherson
2020-05-15KVM: x86/mmu: Move max hugepage level to a separate #defineSean Christopherson
2020-05-15KVM: x86/mmu: Tweak PSE hugepage handling to avoid 2M vs 4M conundrumSean Christopherson
2020-05-15kvm: x86: Cleanup vcpu->arch.guest_xstate_sizeXiaoyao Li
2020-05-15KVM: nVMX: Tweak handling of failure code for nested VM-Enter failureSean Christopherson
2020-05-13KVM: x86/mmu: Capture TDP level when updating CPUIDSean Christopherson
2020-05-13KVM: VMX: Move nested EPT out of kvm_x86_ops.get_tdp_level() hookSean Christopherson
2020-05-13KVM: VMX: Add proper cache tracking for CR0Sean Christopherson
2020-05-13KVM: VMX: Add proper cache tracking for CR4Sean Christopherson
2020-05-13KVM: nVMX: Unconditionally validate CR3 during nested transitionsSean Christopherson
2020-05-13KVM: x86: Save L1 TSC offset in 'struct kvm_vcpu_arch'Sean Christopherson
2020-05-13KVM: nVMX: Skip IBPB when temporarily switching between vmcs01 and vmcs02Sean Christopherson
2020-05-13KVM: nVMX: Skip IBPB when switching between vmcs01 and vmcs02Sean Christopherson
2020-05-13KVM: VMX: Use accessor to read vmcs.INTR_INFO when handling exceptionSean Christopherson
2020-05-13KVM: x86: handle wrap around 32-bit address spacePaolo Bonzini
2020-05-13kvm: Replace vcpu->swait with rcuwaitDavidlohr Bueso
2020-05-13KVM: x86: Replace late check_nested_events() hack with more precise fixPaolo Bonzini
2020-05-13KVM: VMX: Use vmx_get_rflags() to query RFLAGS in vmx_interrupt_blocked()Sean Christopherson
2020-05-13KVM: VMX: Use vmx_interrupt_blocked() directly from vmx_handle_exit()Sean Christopherson
2020-05-13KVM: x86: WARN on injected+pending exception even in nested caseSean Christopherson
2020-05-13KVM: nSVM: Preserve IRQ/NMI/SMI priority irrespective of exiting behaviorPaolo Bonzini
2020-05-13KVM: nSVM: Report interrupts as allowed when in L2 and exit-on-interrupt is setPaolo Bonzini
2020-05-13KVM: nVMX: Prioritize SMI over nested IRQ/NMISean Christopherson
2020-05-13KVM: nVMX: Preserve IRQ/NMI priority irrespective of exiting behaviorSean Christopherson
2020-05-13KVM: SVM: Split out architectural interrupt/NMI/SMI blocking checksPaolo Bonzini