summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx
Commit message (Expand)AuthorAgeFilesLines
* KVM: nVMX: always use early vmcs check when EPT is disabledPaolo Bonzini2019-04-161-2/+20
* KVM: nVMX: allow tests to use bad virtual-APIC page addressPaolo Bonzini2019-04-163-10/+19
* KVM: x86: nVMX: fix x2APIC VTPR read interceptMarc Orr2019-04-051-1/+1
* KVM: x86: nVMX: close leak of L0's x2APIC MSRs (CVE-2019-3887)Marc Orr2019-04-051-28/+44
* KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson2019-03-282-14/+0
* kvm: nVMX: Add a vmentry check for HOST_SYSENTER_ESP and HOST_SYSENTER_EIP fi...Krish Sadhukhan2019-03-281-0/+5
* 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-155-212/+293
|\
| * kvm: vmx: fix formatting of a commentPaolo Bonzini2019-03-151-5/+5
| * kvm: vmx: Add memcg accounting to KVM allocationsBen Gardon2019-02-203-13/+27
| * KVM: nVMX: do not start the preemption timer hrtimer unnecessarilyPaolo Bonzini2019-02-201-4/+9
| * kvm: vmx: Fix typos in vmentry/vmexit control settingYu Zhang2019-02-201-3/+5
| * KVM: x86: cleanup freeing of nested statePaolo Bonzini2019-02-202-7/+6
| * KVM: x86: Sync the pending Posted-InterruptsLuwei Kang2019-02-202-21/+17
| * KVM: nVMX: remove useless is_protmode checkPaolo Bonzini2019-02-201-1/+1
| * KVM: nVMX: Ignore limit checks on VMX instructions using flat segmentsSean Christopherson2019-02-201-3/+9
| * KVM: nVMX: Apply addr size mask to effective address for VMX instructionsSean Christopherson2019-02-201-2/+23
| * KVM: nVMX: Sign extend displacements of VMX instr's mem operandsSean Christopherson2019-02-201-0/+4
| * KVM: VMX: Reorder clearing of registers in the vCPU-run assembly flowSean Christopherson2019-02-201-7/+6
| * 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-202-4/+22
| * KVM: VMX: Return VM-Fail from vCPU-run assembly via standard ABI regSean Christopherson2019-02-202-12/+12
| * KVM: VMX: Pass @launched to the vCPU-run asm via standard ABI regsSean Christopherson2019-02-202-8/+10
| * KVM: VMX: Use RAX as the scratch register during vCPU-runSean Christopherson2019-02-201-38/+38
| * KVM: VMX: Rename ____vmx_vcpu_run() to __vmx_vcpu_run()Sean Christopherson2019-02-202-4/+4
| * 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-202-137/+145
| * 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
| * KVM: VMX: Use vcpu->arch.regs directly when saving/loading guest stateSean Christopherson2019-02-121-24/+29
| * KVM: VMX: Don't save guest registers after VM-FailSean Christopherson2019-02-121-12/+23
| * KVM: VMX: Invert the ordering of saving guest/host scratch reg at VM-EnterSean Christopherson2019-02-121-5/+7
| * KVM: VMX: Pass "launched" directly to the vCPU-run asm blobSean Christopherson2019-02-122-8/+7
| * KVM: VMX: Update VMCS.HOST_RSP via helper C functionSean Christopherson2019-02-121-25/+26
| * KVM: VMX: Load/save guest CR2 via C code in __vmx_vcpu_run()Sean Christopherson2019-02-121-11/+5
| * KVM: nVMX: Cache host_rsp on a per-VMCS basisSean Christopherson2019-02-124-26/+13
| * KVM: nVMX: Let the compiler select the reg for holding HOST_RSPSean Christopherson2019-02-121-3/+3
| * KVM: nVMX: Reference vmx->loaded_vmcs->launched directlySean Christopherson2019-02-121-4/+3
| * KVM: nVMX: Capture VM-Fail via CC_{SET,OUT} in nested early checksSean Christopherson2019-02-121-3/+3
| * KVM: nVMX: Capture VM-Fail to a local var in nested_vmx_check_vmentry_hw()Sean Christopherson2019-02-121-6/+10
| * KVM: nVMX: Explicitly reference the scratch reg in nested early checksSean Christopherson2019-02-121-1/+1
| * KVM: nVMX: Drop STACK_FRAME_NON_STANDARD from nested_vmx_check_vmentry_hw()Sean Christopherson2019-02-121-2/+0
| * KVM: nVMX: Remove a rogue "rax" clobber from nested_vmx_check_vmentry_hw()Sean Christopherson2019-02-121-1/+1
| * KVM: VMX: Let the compiler save/load RDX during vCPU-runSean Christopherson2019-02-121-4/+4
| * KVM: VMX: Manually load RDX in vCPU-run asm blobSean Christopherson2019-02-121-1/+3
| * KVM: VMX: Save RSI to an unused output in the vCPU-run asm blobSean Christopherson2019-02-121-1/+1
| * KVM: VMX: Modify only RSP when creating a placeholder for guest's RCXSean Christopherson2019-02-121-1/+1
| * KVM: VMX: Zero out *all* general purpose registers after VM-ExitSean Christopherson2019-02-121-3/+11
| * KVM: nVMX: Check a single byte for VMCS "launched" in nested early checksSean Christopherson2019-02-121-1/+1
| * KVM: VMX: Compare only a single byte for VMCS' "launched" in vCPU-runSean Christopherson2019-02-121-1/+1
OpenPOWER on IntegriCloud