summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx
AgeCommit message (Expand)AuthorFilesLines
2019-04-30KVM: VMX: Include architectural defs header in capabilities.hSean Christopherson1-0/+2
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 Alon2-0/+8
2019-04-30KVM: x86: Add support of clear Trace_ToPA_PMI statusLuwei Kang1-1/+7
2019-04-16KVM: nVMX: Return -EINVAL when signaling failure in VM-Entry helpersSean Christopherson1-12/+12
2019-04-16KVM: nVMX: Return -EINVAL when signaling failure in pre-VM-Entry helpersPaolo Bonzini1-21/+7
2019-04-16KVM: nVMX: Rename and split top-level consistency checks to match SDMSean Christopherson1-14/+25
2019-04-16KVM: nVMX: Move guest non-reg state checks to VM-Exit pathSean Christopherson1-15/+15
2019-04-16kvm: nVMX: Check "load IA32_PAT" VM-entry control on vmentryKrish Sadhukhan1-0/+4
2019-04-16kvm: nVMX: Check "load IA32_PAT" VM-exit control on vmentryKrish Sadhukhan1-0/+4
2019-04-16KVM: x86: optimize check for valid PAT valuePaolo Bonzini1-1/+1
2019-04-16KVM: x86: clear VM_EXIT_SAVE_IA32_PATPaolo Bonzini1-1/+0
2019-04-16KVM: vmx: print more APICv fields in dump_vmcsPaolo Bonzini1-2/+10
2019-04-16KVM: x86: clear SMM flags before loading state while leaving SMMSean Christopherson1-2/+0
2019-04-16KVM: x86: Load SMRAM in a single shot when leaving SMMSean Christopherson1-1/+1
2019-04-16KVM: nVMX: Expose RDPMC-exiting only when guest supports PMULiran Alon1-0/+25
2019-04-16x86/kvm: move kvm_load/put_guest_xcr0 into atomic contextWANG Chao1-0/+4
2019-04-16KVM: nVMX: always use early vmcs check when EPT is disabledPaolo Bonzini1-2/+20
2019-04-16KVM: nVMX: allow tests to use bad virtual-APIC page addressPaolo Bonzini3-10/+19
2019-04-05KVM: x86: nVMX: fix x2APIC VTPR read interceptMarc Orr1-1/+1
2019-04-05KVM: x86: nVMX: close leak of L0's x2APIC MSRs (CVE-2019-3887)Marc Orr1-28/+44
2019-03-28KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson2-14/+0
2019-03-28kvm: nVMX: Add a vmentry check for HOST_SYSENTER_ESP and HOST_SYSENTER_EIP fi...Krish Sadhukhan1-0/+5
2019-03-28KVM: SVM: Workaround errata#1096 (insn_len maybe zero on SMAP violation)Singh, Brijesh1-0/+6
2019-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-212/+293
2019-03-15kvm: vmx: fix formatting of a commentPaolo Bonzini1-5/+5
2019-02-21kvm: vmx: Add memcg accounting to KVM allocationsBen Gardon3-13/+27
2019-02-21KVM: nVMX: do not start the preemption timer hrtimer unnecessarilyPaolo Bonzini1-4/+9
2019-02-21kvm: vmx: Fix typos in vmentry/vmexit control settingYu Zhang1-3/+5
2019-02-21KVM: x86: cleanup freeing of nested statePaolo Bonzini2-7/+6
2019-02-21KVM: x86: Sync the pending Posted-InterruptsLuwei Kang2-21/+17
2019-02-21KVM: nVMX: remove useless is_protmode checkPaolo Bonzini1-1/+1
2019-02-21KVM: nVMX: Ignore limit checks on VMX instructions using flat segmentsSean Christopherson1-3/+9
2019-02-21KVM: nVMX: Apply addr size mask to effective address for VMX instructionsSean Christopherson1-2/+23
2019-02-21KVM: nVMX: Sign extend displacements of VMX instr's mem operandsSean Christopherson1-0/+4
2019-02-21KVM: VMX: Reorder clearing of registers in the vCPU-run assembly flowSean Christopherson1-7/+6
2019-02-21KVM: VMX: Call vCPU-run asm sub-routine from C and remove clobberingSean Christopherson1-15/+4
2019-02-21KVM: VMX: Preserve callee-save registers in vCPU-run asm sub-routineSean Christopherson2-4/+22
2019-02-21KVM: VMX: Return VM-Fail from vCPU-run assembly via standard ABI regSean Christopherson2-12/+12
2019-02-21KVM: VMX: Pass @launched to the vCPU-run asm via standard ABI regsSean Christopherson2-8/+10
2019-02-21KVM: VMX: Use RAX as the scratch register during vCPU-runSean Christopherson1-38/+38
2019-02-21KVM: VMX: Rename ____vmx_vcpu_run() to __vmx_vcpu_run()Sean Christopherson2-4/+4
2019-02-21KVM: VMX: Fold __vmx_vcpu_run() back into vmx_vcpu_run()Sean Christopherson1-32/+27
2019-02-21KVM: VMX: Move vCPU-run code to a proper assembly routineSean Christopherson2-137/+145
2019-02-21KVM: VMX: Create a stack frame in vCPU-runSean Christopherson1-1/+1
2019-02-21KVM: VMX: Use #defines in place of immediates in VM-Enter inline asmSean Christopherson1-52/+61
2019-02-14kvm: vmx: Fix entry number check for add_atomic_switch_msr()Xiaoyao Li1-1/+2
2019-02-14KVM: x86: Recompute PID.ON when clearing PID.SNLuwei Kang2-20/+16