summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx/vmx.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Disable posted interrupts for non-standard IRQs delivery modesAlexander Graf2019-10-051-1/+5
* KVM: x86: hyper-v: don't crash on KVM_GET_SUPPORTED_HV_CPUID when kvm_intel.n...Vitaly Kuznetsov2019-09-061-0/+1
* KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li2019-08-161-0/+6
* kvm: vmx: segment limit check: use access lengthEugene Korenevsky2019-07-311-1/+2
* KVM: VMX: check CPUID before allowing read/write of IA32_XSSWanpeng Li2019-07-261-2/+8
* KVM: VMX: Fix handling of #MC that occurs during VM-EntrySean Christopherson2019-07-261-12/+8
* KVM: VMX: Always signal #GP on WRMSR to MSR_IA32_CR_PAT with bad valueSean Christopherson2019-07-261-2/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner2019-06-191-4/+1
* KVM: x86: do not spam dmesg with VMCS/VMCB dumpsPaolo Bonzini2019-05-241-7/+19
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-171-54/+36
|\
| * Revert "KVM: nVMX: Expose RDPMC-exiting only when guest supports PMU"Sean Christopherson2019-05-151-25/+0
| * KVM: VMX: Use accessors for GPRs outside of dedicated caching logicSean Christopherson2019-04-301-7/+5
| * KVM: x86: Omit caching logic for always-available GPRsSean Christopherson2019-04-301-1/+1
| * KVM/nVMX: Use kvm_vcpu_map when mapping the virtual APIC pageKarimAllah Ahmed2019-04-301-3/+2
| * X86/nVMX: Update the PML table without mapping and unmapping the pageKarimAllah Ahmed2019-04-301-9/+5
| * KVM: vmx: clean up some debug outputDan Carpenter2019-04-301-2/+2
| * KVM: VMX: Skip delta_tsc shift-and-divide if the dividend is zeroSean Christopherson2019-04-301-3/+2
| * KVM: lapic: Refactor ->set_hv_timer to use an explicit expired paramSean Christopherson2019-04-301-2/+4
| * KVM: VMX: Nop emulation of MSR_IA32_POWER_CTLLiran Alon2019-04-301-0/+6
| * KVM: x86: optimize check for valid PAT valuePaolo Bonzini2019-04-161-1/+1
| * KVM: x86: clear VM_EXIT_SAVE_IA32_PATPaolo Bonzini2019-04-161-1/+0
| * KVM: vmx: print more APICv fields in dump_vmcsPaolo Bonzini2019-04-161-2/+10
* | Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-141-2/+5
|\ \
| * | Documentation: Move L1TF to separate directoryThomas Gleixner2019-03-061-2/+2
| * | x86/kvm/vmx: Add MDS protection when L1D Flush is not activeThomas Gleixner2019-03-061-0/+3
* | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-071-1/+1
|\ \ \
| * | | x86/pkeys: Provide *pkru() helpersSebastian Andrzej Siewior2019-04-111-1/+1
* | | | KVM: VMX: Move RSB stuffing to before the first RET after VM-ExitRick Edgecombe2019-04-271-3/+0
* | | | KVM: lapic: Track lapic timer advance per vCPUSean Christopherson2019-04-181-1/+3
| |_|/ |/| |
* | | KVM: x86: clear SMM flags before loading state while leaving SMMSean Christopherson2019-04-161-2/+0
* | | KVM: x86: Load SMRAM in a single shot when leaving SMMSean Christopherson2019-04-161-1/+1
* | | KVM: nVMX: Expose RDPMC-exiting only when guest supports PMULiran Alon2019-04-161-0/+25
* | | x86/kvm: move kvm_load/put_guest_xcr0 into atomic contextWANG Chao2019-04-161-0/+4
* | | KVM: nVMX: allow tests to use bad virtual-APIC page addressPaolo Bonzini2019-04-161-1/+1
|/ /
* | KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson2019-03-281-13/+0
* | KVM: SVM: Workaround errata#1096 (insn_len maybe zero on SMAP violation)Singh, Brijesh2019-03-281-0/+6
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-151-153/+35
|\ \ | |/ |/|
| * kvm: vmx: fix formatting of a commentPaolo Bonzini2019-03-151-5/+5
| * kvm: vmx: Add memcg accounting to KVM allocationsBen Gardon2019-02-201-9/+18
| * KVM: x86: cleanup freeing of nested statePaolo Bonzini2019-02-201-1/+0
| * KVM: x86: Sync the pending Posted-InterruptsLuwei Kang2019-02-201-15/+11
| * KVM: VMX: Call vCPU-run asm sub-routine from C and remove clobberingSean Christopherson2019-02-201-15/+4
| * KVM: VMX: Preserve callee-save registers in vCPU-run asm sub-routineSean Christopherson2019-02-201-4/+1
| * KVM: VMX: Return VM-Fail from vCPU-run assembly via standard ABI regSean Christopherson2019-02-201-4/+4
| * KVM: VMX: Pass @launched to the vCPU-run asm via standard ABI regsSean Christopherson2019-02-201-7/+6
| * KVM: VMX: Rename ____vmx_vcpu_run() to __vmx_vcpu_run()Sean Christopherson2019-02-201-1/+1
| * KVM: VMX: Fold __vmx_vcpu_run() back into vmx_vcpu_run()Sean Christopherson2019-02-201-32/+27
| * KVM: VMX: Move vCPU-run code to a proper assembly routineSean Christopherson2019-02-201-137/+1
| * KVM: VMX: Create a stack frame in vCPU-runSean Christopherson2019-02-201-1/+1
| * KVM: VMX: Use #defines in place of immediates in VM-Enter inline asmSean Christopherson2019-02-201-52/+61