summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2020-05-15KVM: nVMX: Migrate the VMX-preemption timerJim Mattson-0/+15
2020-05-15KVM: nVMX: Change emulated VMX-preemption timer hrtimer to absoluteJim Mattson-2/+3
2020-05-15KVM: nVMX: Really make emulated nested preemption timer pinnedJim Mattson-1/+1
2020-05-15KVM: nVMX: Remove unused 'ops' param from nested_vmx_hardware_setup()Sean Christopherson-6/+3
2020-05-15KVM: SVM: Remove unnecessary V_IRQ unsettingSuravee Suthikulpanit-2/+0
2020-05-15KVM: SVM: Merge svm_enable_vintr into svm_set_vintrSuravee Suthikulpanit-8/+2
2020-05-15KVM: VMX: Handle preemption timer fastpathWanpeng Li-2/+12
2020-05-15KVM: X86: TSCDEADLINE MSR emulation fastpathWanpeng Li-6/+28
2020-05-15KVM: x86: introduce kvm_can_use_hv_timerPaolo Bonzini-8/+11
2020-05-15KVM: VMX: Optimize posted-interrupt delivery for timer fastpathWanpeng Li-1/+5
2020-05-15KVM: X86: Introduce more exit_fastpath_completion enum valuesWanpeng Li-27/+39
2020-05-15KVM: X86: Introduce kvm_vcpu_exit_request() helperWanpeng Li-2/+9
2020-05-15KVM: x86: Print symbolic names of VMX VM-Exit flags in tracesSean Christopherson-15/+20
2020-05-15KVM: VMX: Introduce generic fastpath handlerWanpeng Li-7/+16
2020-05-15KVM: nVMX: Drop superfluous VMREAD of vmcs02.GUEST_SYSENTER_*Sean Christopherson-4/+0
2020-05-15KVM: nVMX: Truncate writes to vmcs.SYSENTER_EIP/ESP for 32-bit vCPUSean Christopherson-2/+16
2020-05-15KVM: VMX: Improve handle_external_interrupt_irqoff inline assemblyUros Bizjak-4/+6
2020-05-15KVM: Documentation: Fix up cpuid pagePeter Xu-1/+1
2020-05-15KVM: X86: Sanity check on gfn before removalPeter Xu-0/+4
2020-05-15KVM: No need to retry for hva_to_pfn_remapped()Peter Xu-5/+0
2020-05-15KVM: X86: Force ASYNC_PF_PER_VCPU to be power of twoPeter Xu-4/+6
2020-05-15KVM: VMX: Remove unneeded __ASM_SIZE usage with POP instructionUros Bizjak-7/+7
2020-05-15KVM: x86/mmu: Add a helper to consolidate root sp allocationSean Christopherson-49/+39
2020-05-15KVM: x86/mmu: Drop KVM's hugepage enums in favor of the kernel's enumsSean Christopherson-86/+73
2020-05-15KVM: x86/mmu: Move max hugepage level to a separate #defineSean Christopherson-11/+11
2020-05-15KVM: x86/mmu: Tweak PSE hugepage handling to avoid 2M vs 4M conundrumSean Christopherson-1/+1
2020-05-15kvm: x86: Cleanup vcpu->arch.guest_xstate_sizeXiaoyao Li-6/+1
2020-05-15KVM: nVMX: Tweak handling of failure code for nested VM-Enter failureSean Christopherson-23/+34
2020-05-13KVM: x86/mmu: Capture TDP level when updating CPUIDSean Christopherson-7/+7
2020-05-13KVM: VMX: Move nested EPT out of kvm_x86_ops.get_tdp_level() hookSean Christopherson-4/+12
2020-05-13KVM: VMX: Add proper cache tracking for CR0Sean Christopherson-17/+12
2020-05-13KVM: VMX: Add proper cache tracking for CR4Sean Christopherson-17/+14
2020-05-13KVM: nVMX: Unconditionally validate CR3 during nested transitionsSean Christopherson-14/+13
2020-05-13KVM: x86: Save L1 TSC offset in 'struct kvm_vcpu_arch'Sean Christopherson-29/+5
2020-05-13KVM: nVMX: Skip IBPB when temporarily switching between vmcs01 and vmcs02Sean Christopherson-4/+3
2020-05-13KVM: nVMX: Skip IBPB when switching between vmcs01 and vmcs02Sean Christopherson-6/+17
2020-05-13KVM: VMX: Use accessor to read vmcs.INTR_INFO when handling exceptionSean Christopherson-1/+1
2020-05-13KVM: x86: handle wrap around 32-bit address spacePaolo Bonzini-6/+14
2020-05-13kvm/eventfd: remove unneeded conversion to boolJason Yan-1/+1
2020-05-13kvm: Replace vcpu->swait with rcuwaitDavidlohr Bueso-43/+38
2020-05-13rcuwait: Introduce rcuwait_active()Davidlohr Bueso-0/+9
2020-05-13rcuwait: Introduce prepare_to and finish_rcuwaitDavidlohr Bueso-5/+16
2020-05-13rcuwait: Let rcuwait_wake_up() return whether or not a task was awokenDavidlohr Bueso-3/+6
2020-05-13rcuwait: Fix stale wake call name in commentDavidlohr Bueso-1/+1
2020-05-13KVM: x86: Replace late check_nested_events() hack with more precise fixPaolo Bonzini-35/+49
2020-05-13KVM: VMX: Use vmx_get_rflags() to query RFLAGS in vmx_interrupt_blocked()Sean Christopherson-1/+1
2020-05-13KVM: VMX: Use vmx_interrupt_blocked() directly from vmx_handle_exit()Sean Christopherson-9/+10
2020-05-13KVM: x86: WARN on injected+pending exception even in nested caseSean Christopherson-1/+3
2020-05-13KVM: nSVM: Preserve IRQ/NMI/SMI priority irrespective of exiting behaviorPaolo Bonzini-3/+9
2020-05-13KVM: nSVM: Report interrupts as allowed when in L2 and exit-on-interrupt is setPaolo Bonzini-11/+22