aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Li5-27/+39
2020-05-15KVM: X86: Introduce kvm_vcpu_exit_request() helperWanpeng Li2-2/+9
2020-05-15KVM: x86: Print symbolic names of VMX VM-Exit flags in tracesSean Christopherson2-15/+20
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: X86: Sanity check on gfn before removalPeter Xu1-0/+4
2020-05-15KVM: X86: Force ASYNC_PF_PER_VCPU to be power of twoPeter Xu2-4/+6
2020-05-15KVM: VMX: Remove unneeded __ASM_SIZE usage with POP instructionUros Bizjak1-7/+7
2020-05-15KVM: x86/mmu: Add a helper to consolidate root sp allocationSean Christopherson1-49/+39
2020-05-15KVM: x86/mmu: Drop KVM's hugepage enums in favor of the kernel's enumsSean Christopherson8-86/+73
2020-05-15KVM: x86/mmu: Move max hugepage level to a separate #defineSean Christopherson2-11/+11
2020-05-15KVM: x86/mmu: Tweak PSE hugepage handling to avoid 2M vs 4M conundrumSean Christopherson1-1/+1
2020-05-15kvm: x86: Cleanup vcpu->arch.guest_xstate_sizeXiaoyao Li3-6/+1
2020-05-15KVM: nVMX: Tweak handling of failure code for nested VM-Enter failureSean Christopherson2-23/+34
2020-05-13KVM: x86/mmu: Capture TDP level when updating CPUIDSean Christopherson5-7/+7
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 Christopherson5-17/+12
2020-05-13KVM: VMX: Add proper cache tracking for CR4Sean Christopherson5-17/+14
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 Christopherson4-29/+5
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 Bonzini3-6/+14
2020-05-13kvm: Replace vcpu->swait with rcuwaitDavidlohr Bueso6-21/+16
2020-05-13KVM: x86: Replace late check_nested_events() hack with more precise fixPaolo Bonzini4-35/+49
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: x86: WARN on injected+pending exception even in nested caseSean Christopherson1-1/+3
2020-05-13KVM: nSVM: Preserve IRQ/NMI/SMI priority irrespective of exiting behaviorPaolo Bonzini1-3/+9
2020-05-13KVM: nSVM: Report interrupts as allowed when in L2 and exit-on-interrupt is setPaolo Bonzini3-11/+22
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: SVM: Split out architectural interrupt/NMI/SMI blocking checksPaolo Bonzini2-11/+43
2020-05-13KVM: VMX: Split out architectural interrupt/NMI blocking checksSean Christopherson2-13/+24
2020-05-13KVM: nSVM: Move SMI vmexit handling to svm_check_nested_events()Paolo Bonzini3-8/+21
2020-05-13KVM: nSVM: Report NMIs as allowed when in L2 and Exit-on-NMI is setPaolo Bonzini3-5/+8
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 Bonzini3-5/+5
2020-05-13KVM: x86: Make return for {interrupt_nmi,smi}_allowed() a bool instead of intSean Christopherson3-18/+18
2020-05-13KVM: x86: Set KVM_REQ_EVENT if run is canceled with req_immediate_exit setSean Christopherson1-0/+2
2020-05-13KVM: nVMX: Open a window for pending nested VMX preemption timerSean Christopherson3-2/+18
2020-05-13KVM: nVMX: Preserve exception priority irrespective of exiting behaviorSean Christopherson1-5/+7
2020-05-13KVM: SVM: Implement check_nested_events for NMICathy Avery3-19/+23
2020-05-13KVM: SVM: immediately inject INTR vmexitPaolo Bonzini1-3/+3
2020-05-13KVM: SVM: leave halted state on vmexitPaolo Bonzini1-0/+3
2020-05-13KVM: SVM: introduce nested_run_pendingPaolo Bonzini3-1/+8