aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-27KVM: nSVM: Preserve registers modifications done before nested_svm_vmexit()Vitaly Kuznetsov1-3/+3
2020-05-27KVM: x86: Initialize tdp_level during vCPU creationSean Christopherson1-0/+1
2020-05-27KVM: nSVM: leave ASID aside in copy_vmcb_control_areaPaolo Bonzini1-1/+1
2020-05-27KVM: nSVM: fix condition for filtering async PFPaolo Bonzini1-2/+2
2020-05-27kvm/x86: Remove redundant function implementations彭浩(Richard)5-16/+10
2020-05-27KVM: Fix the indentation to match coding styleHaiwei Li1-1/+1
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 Christopherson2-2/+2
2020-05-27KVM: x86: Remove superfluous brackets from case statementSean Christopherson1-2/+2
2020-05-27KVM: x86: allow KVM_STATE_NESTED_MTF_PENDING in kvm_state flagsPaolo Bonzini1-1/+1
2020-05-27Merge branch 'kvm-master' into HEADPaolo Bonzini5-39/+33
2020-05-27KVM: x86: simplify is_mmio_sptePaolo Bonzini4-11/+6
2020-05-27KVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionallyMaxim Levitsky1-0/+4
2020-05-27KVM: VMX: enable X86_FEATURE_WAITPKG in KVM capabilitiesMaxim Levitsky1-0/+3
2020-05-27KVM: x86/mmu: Set mmio_value to '0' if reserved #PF can't be generatedSean Christopherson1-18/+9
2020-05-20KVM: x86: hyperv: Remove duplicate definitions of Reference TSC PageMichael Kelley1-2/+2
2020-05-20Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into HEADPaolo Bonzini2-2/+2
2020-05-19x86/kvm: Sanitize kvm_async_pf_task_wait()Thomas Gleixner1-1/+1
2020-05-19KVM: x86: only do L1TF workaround on affected processorsPaolo Bonzini1-9/+10
2020-05-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-83/+95
2020-05-15KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mceJim Mattson1-1/+1
2020-05-15kvm: add halt-polling cpu usage statsDavid Matlack1-0/+2
2020-05-15KVM: nVMX: Migrate the VMX-preemption timerJim Mattson2-0/+13
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: SVM: Remove unnecessary V_IRQ unsettingSuravee Suthikulpanit1-2/+0
2020-05-15KVM: SVM: Merge svm_enable_vintr into svm_set_vintrSuravee Suthikulpanit1-8/+2
2020-05-15KVM: VMX: Handle preemption timer fastpathWanpeng Li1-2/+12
2020-05-15KVM: X86: TSCDEADLINE MSR emulation fastpathWanpeng Li2-6/+28
2020-05-15KVM: x86: introduce kvm_can_use_hv_timerPaolo Bonzini3-8/+11
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 Li4-26/+36
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 Christopherson1-15/+17
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 Xu1-3/+5
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 Christopherson7-77/+70
2020-05-15KVM: x86/mmu: Move max hugepage level to a separate #defineSean Christopherson1-8/+9
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 Li2-5/+1
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 Christopherson4-7/+6
2020-05-13KVM: VMX: Move nested EPT out of kvm_x86_ops.get_tdp_level() hookSean Christopherson1-4/+12