summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx/vmx.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-22KVM: X86: Dynamically allocate user_fpuWanpeng Li1-1/+12
2019-07-20KVM: VMX: dump VMCS on failed entryPaolo Bonzini1-0/+1
2019-07-20KVM: LAPIC: Inject timer interrupt via posted interruptWanpeng Li1-1/+2
2019-07-15kvm: vmx: fix coccinelle warningsYi Wang1-1/+1
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini1-4/+1
2019-07-02KVM: nVMX: list VMX MSRs in KVM_GET_MSR_INDEX_LISTPaolo Bonzini1-0/+2
2019-06-20KVM: VMX: check CPUID before allowing read/write of IA32_XSSWanpeng Li1-2/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner1-4/+1
2019-06-18KVM: VMX: Leave preemption timer running when it's disabledSean Christopherson1-22/+38
2019-06-18KVM: VMX: Drop hv_timer_armed from 'struct loaded_vmcs'Sean Christopherson1-6/+2
2019-06-18KVM: VMX: Explicitly initialize controls shadow at VMCS allocationSean Christopherson1-5/+7
2019-06-18KVM: VMX: Shadow VMCS secondary execution controlsSean Christopherson1-20/+20
2019-06-18KVM: VMX: Shadow VMCS primary execution controlsSean Christopherson1-23/+15
2019-06-18KVM: VMX: Shadow VMCS pin controlsSean Christopherson1-6/+4
2019-06-18KVM: nVMX: Use adjusted pin controls for vmcs02Sean Christopherson1-1/+1
2019-06-18KVM: x86: introduce is_pae_pagingPaolo Bonzini1-2/+2
2019-06-18KVM: nVMX: Update vmcs12 for MSR_IA32_DEBUGCTLMSR when it's writtenSean Christopherson1-0/+8
2019-06-18KVM: nVMX: Update vmcs12 for SYSENTER MSRs when they're writtenSean Christopherson1-0/+6
2019-06-18KVM: nVMX: Update vmcs12 for MSR_IA32_CR_PAT when it's writtenSean Christopherson1-0/+4
2019-06-18KVM: nVMX: Don't reread VMCS-agnostic state when switching VMCSSean Christopherson1-5/+13
2019-06-18KVM: nVMX: Don't "put" vCPU or host state when switching VMCSSean Christopherson1-24/+29
2019-06-18KVM: VMX: simplify vmx_prepare_switch_to_{guest,host}Paolo Bonzini1-13/+13
2019-06-18KVM: VMX: Always signal #GP on WRMSR to MSR_IA32_CR_PAT with bad valueSean Christopherson1-2/+3
2019-06-18KVM: nVMX: Use descriptive names for VMCS sync functions and flagsSean Christopherson1-2/+2
2019-06-18KVM: VMX: Handle NMIs, #MCs and async #PFs in common irqs-disabled fnSean Christopherson1-15/+18
2019-06-18KVM: x86: Move kvm_{before,after}_interrupt() calls to vendor codeSean Christopherson1-0/+4
2019-06-18KVM: VMX: Store the host kernel's IDT base in a global variableSean Christopherson1-5/+7
2019-06-18KVM: VMX: Read cached VM-Exit reason to detect external interruptSean Christopherson1-29/+33
2019-06-18kvm: nVMX: small cleanup in handle_exceptionPaolo Bonzini1-5/+2
2019-06-18KVM: VMX: Fix handling of #MC that occurs during VM-EntrySean Christopherson1-12/+8
2019-06-18KVM: x86: move MSR_IA32_POWER_CTL handling to common codePaolo Bonzini1-6/+0
2019-06-18kvm: vmx: segment limit check: use access lengthEugene Korenevsky1-1/+2
2019-06-18KVM: x86: Use DR_TRAP_BITS instead of hard-coded 15Liran Alon1-2/+2
2019-06-04KVM: X86: Provide a capability to disable cstate msr read interceptsWanpeng Li1-0/+6
2019-06-04KVM: Directly return result from kvm_arch_check_processor_compat()Sean Christopherson1-4/+4
2019-06-04KVM: LAPIC: Optimize timer latency furtherWanpeng Li1-0/+4
2019-05-24KVM: x86: do not spam dmesg with VMCS/VMCB dumpsPaolo Bonzini1-7/+19
2019-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-54/+36
2019-05-15Revert "KVM: nVMX: Expose RDPMC-exiting only when guest supports PMU"Sean Christopherson1-25/+0
2019-05-14Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+5
2019-05-07Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2019-04-30KVM: VMX: Use accessors for GPRs outside of dedicated caching logicSean Christopherson1-7/+5
2019-04-30KVM: x86: Omit caching logic for always-available GPRsSean Christopherson1-1/+1
2019-04-30KVM/nVMX: Use kvm_vcpu_map when mapping the virtual APIC pageKarimAllah Ahmed1-3/+2
2019-04-30X86/nVMX: Update the PML table without mapping and unmapping the pageKarimAllah Ahmed1-9/+5
2019-04-30KVM: vmx: clean up some debug outputDan Carpenter1-2/+2
2019-04-30KVM: VMX: Skip delta_tsc shift-and-divide if the dividend is zeroSean Christopherson1-3/+2
2019-04-30KVM: lapic: Refactor ->set_hv_timer to use an explicit expired paramSean Christopherson1-2/+4
2019-04-30KVM: VMX: Nop emulation of MSR_IA32_POWER_CTLLiran Alon1-0/+6
2019-04-27KVM: VMX: Move RSB stuffing to before the first RET after VM-ExitRick Edgecombe1-3/+0