summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Initialize tdp_level during vCPU creationSean Christopherson2020-05-271-0/+1
* KVM: nSVM: leave ASID aside in copy_vmcb_control_areaPaolo Bonzini2020-05-271-1/+1
* KVM: nSVM: fix condition for filtering async PFPaolo Bonzini2020-05-271-2/+2
* kvm/x86: Remove redundant function implementations彭浩(Richard)2020-05-275-16/+10
* KVM: Fix the indentation to match coding styleHaiwei Li2020-05-271-1/+1
* KVM: VMX: replace "fall through" with "return" to indicate different caseMiaohe Lin2020-05-271-4/+2
* KVM: x86: Take an unsigned 32-bit int for has_emulated_msr()'s indexSean Christopherson2020-05-272-2/+2
* KVM: x86: Remove superfluous brackets from case statementSean Christopherson2020-05-271-2/+2
* KVM: x86: allow KVM_STATE_NESTED_MTF_PENDING in kvm_state flagsPaolo Bonzini2020-05-271-1/+1
* Merge branch 'kvm-master' into HEADPaolo Bonzini2020-05-275-39/+33
|\
| * KVM: x86: simplify is_mmio_sptePaolo Bonzini2020-05-274-11/+6
| * KVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionallyMaxim Levitsky2020-05-271-0/+4
| * KVM: VMX: enable X86_FEATURE_WAITPKG in KVM capabilitiesMaxim Levitsky2020-05-271-0/+3
| * KVM: x86/mmu: Set mmio_value to '0' if reserved #PF can't be generatedSean Christopherson2020-05-271-18/+9
| * KVM: x86: only do L1TF workaround on affected processorsPaolo Bonzini2020-05-191-9/+10
| * KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mceJim Mattson2020-05-151-1/+1
* | Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/...Paolo Bonzini2020-05-202-2/+2
|\ \
| * | x86/kvm: Sanitize kvm_async_pf_task_wait()Thomas Gleixner2020-05-191-1/+1
| * | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-05-081-1/+1
| |\ \
| | * | arch/x86/kvm/svm/sev.c: change flag passed to GUP fast in sev_pin_memory()Janakarajan Natarajan2020-05-081-1/+1
| * | | KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properlyPeter Xu2020-05-061-0/+1
* | | | kvm: add halt-polling cpu usage statsDavid Matlack2020-05-151-0/+2
* | | | KVM: nVMX: Migrate the VMX-preemption timerJim Mattson2020-05-152-0/+13
* | | | KVM: nVMX: Change emulated VMX-preemption timer hrtimer to absoluteJim Mattson2020-05-151-2/+3
* | | | KVM: nVMX: Really make emulated nested preemption timer pinnedJim Mattson2020-05-151-1/+1
* | | | KVM: nVMX: Remove unused 'ops' param from nested_vmx_hardware_setup()Sean Christopherson2020-05-153-6/+3
* | | | KVM: SVM: Remove unnecessary V_IRQ unsettingSuravee Suthikulpanit2020-05-151-2/+0
* | | | KVM: SVM: Merge svm_enable_vintr into svm_set_vintrSuravee Suthikulpanit2020-05-151-8/+2
* | | | KVM: VMX: Handle preemption timer fastpathWanpeng Li2020-05-151-2/+12
* | | | KVM: X86: TSCDEADLINE MSR emulation fastpathWanpeng Li2020-05-152-6/+28
* | | | KVM: x86: introduce kvm_can_use_hv_timerPaolo Bonzini2020-05-153-8/+11
* | | | KVM: VMX: Optimize posted-interrupt delivery for timer fastpathWanpeng Li2020-05-151-1/+4
* | | | KVM: X86: Introduce more exit_fastpath_completion enum valuesWanpeng Li2020-05-154-26/+36
* | | | KVM: X86: Introduce kvm_vcpu_exit_request() helperWanpeng Li2020-05-152-2/+9
* | | | KVM: x86: Print symbolic names of VMX VM-Exit flags in tracesSean Christopherson2020-05-151-15/+17
* | | | KVM: VMX: Introduce generic fastpath handlerWanpeng Li2020-05-151-7/+16
* | | | KVM: nVMX: Drop superfluous VMREAD of vmcs02.GUEST_SYSENTER_*Sean Christopherson2020-05-151-4/+0
* | | | KVM: nVMX: Truncate writes to vmcs.SYSENTER_EIP/ESP for 32-bit vCPUSean Christopherson2020-05-151-2/+16
* | | | KVM: VMX: Improve handle_external_interrupt_irqoff inline assemblyUros Bizjak2020-05-151-4/+6
* | | | KVM: X86: Sanity check on gfn before removalPeter Xu2020-05-151-0/+4
* | | | KVM: X86: Force ASYNC_PF_PER_VCPU to be power of twoPeter Xu2020-05-151-3/+5
* | | | KVM: VMX: Remove unneeded __ASM_SIZE usage with POP instructionUros Bizjak2020-05-151-7/+7
* | | | KVM: x86/mmu: Add a helper to consolidate root sp allocationSean Christopherson2020-05-151-49/+39
* | | | KVM: x86/mmu: Drop KVM's hugepage enums in favor of the kernel's enumsSean Christopherson2020-05-157-77/+70
* | | | KVM: x86/mmu: Move max hugepage level to a separate #defineSean Christopherson2020-05-151-8/+9
* | | | KVM: x86/mmu: Tweak PSE hugepage handling to avoid 2M vs 4M conundrumSean Christopherson2020-05-151-1/+1
* | | | kvm: x86: Cleanup vcpu->arch.guest_xstate_sizeXiaoyao Li2020-05-152-5/+1
* | | | KVM: nVMX: Tweak handling of failure code for nested VM-Enter failureSean Christopherson2020-05-151-19/+28
* | | | KVM: x86/mmu: Capture TDP level when updating CPUIDSean Christopherson2020-05-134-7/+6
* | | | KVM: VMX: Move nested EPT out of kvm_x86_ops.get_tdp_level() hookSean Christopherson2020-05-131-4/+12