index
:
linux
master
Torvalds' mirror for benchmark reasons
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
Age
Commit message (
Expand
)
Author
2019-04-05
KVM: x86: nVMX: fix x2APIC VTPR read intercept
Marc Orr
2019-04-05
KVM: x86: nVMX: close leak of L0's x2APIC MSRs (CVE-2019-3887)
Marc Orr
2019-03-28
KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hosts
Sean Christopherson
2019-03-28
kvm: nVMX: Add a vmentry check for HOST_SYSENTER_ESP and HOST_SYSENTER_EIP fi...
Krish Sadhukhan
2019-03-28
KVM: SVM: Workaround errata#1096 (insn_len maybe zero on SMAP violation)
Singh, Brijesh
2019-03-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-03-15
kvm: vmx: fix formatting of a comment
Paolo Bonzini
2019-02-20
kvm: vmx: Add memcg accounting to KVM allocations
Ben Gardon
2019-02-20
KVM: nVMX: do not start the preemption timer hrtimer unnecessarily
Paolo Bonzini
2019-02-20
kvm: vmx: Fix typos in vmentry/vmexit control setting
Yu Zhang
2019-02-20
KVM: x86: cleanup freeing of nested state
Paolo Bonzini
2019-02-20
KVM: x86: Sync the pending Posted-Interrupts
Luwei Kang
2019-02-20
KVM: nVMX: remove useless is_protmode check
Paolo Bonzini
2019-02-20
KVM: nVMX: Ignore limit checks on VMX instructions using flat segments
Sean Christopherson
2019-02-20
KVM: nVMX: Apply addr size mask to effective address for VMX instructions
Sean Christopherson
2019-02-20
KVM: nVMX: Sign extend displacements of VMX instr's mem operands
Sean Christopherson
2019-02-20
KVM: VMX: Reorder clearing of registers in the vCPU-run assembly flow
Sean Christopherson
2019-02-20
KVM: VMX: Call vCPU-run asm sub-routine from C and remove clobbering
Sean Christopherson
2019-02-20
KVM: VMX: Preserve callee-save registers in vCPU-run asm sub-routine
Sean Christopherson
2019-02-20
KVM: VMX: Return VM-Fail from vCPU-run assembly via standard ABI reg
Sean Christopherson
2019-02-20
KVM: VMX: Pass @launched to the vCPU-run asm via standard ABI regs
Sean Christopherson
2019-02-20
KVM: VMX: Use RAX as the scratch register during vCPU-run
Sean Christopherson
2019-02-20
KVM: VMX: Rename ____vmx_vcpu_run() to __vmx_vcpu_run()
Sean Christopherson
2019-02-20
KVM: VMX: Fold __vmx_vcpu_run() back into vmx_vcpu_run()
Sean Christopherson
2019-02-20
KVM: VMX: Move vCPU-run code to a proper assembly routine
Sean Christopherson
2019-02-20
KVM: VMX: Create a stack frame in vCPU-run
Sean Christopherson
2019-02-20
KVM: VMX: Use #defines in place of immediates in VM-Enter inline asm
Sean Christopherson
2019-02-14
kvm: vmx: Fix entry number check for add_atomic_switch_msr()
Xiaoyao Li
2019-02-14
KVM: x86: Recompute PID.ON when clearing PID.SN
Luwei Kang
2019-02-13
KVM: nVMX: Restore a preemption timer consistency check
Sean Christopherson
2019-02-12
x86/kvm/nVMX: read from MSR_IA32_VMX_PROCBASED_CTLS2 only when it is available
Vitaly Kuznetsov
2019-02-12
KVM: VMX: Use vcpu->arch.regs directly when saving/loading guest state
Sean Christopherson
2019-02-12
KVM: VMX: Don't save guest registers after VM-Fail
Sean Christopherson
2019-02-12
KVM: VMX: Invert the ordering of saving guest/host scratch reg at VM-Enter
Sean Christopherson
2019-02-12
KVM: VMX: Pass "launched" directly to the vCPU-run asm blob
Sean Christopherson
2019-02-12
KVM: VMX: Update VMCS.HOST_RSP via helper C function
Sean Christopherson
2019-02-12
KVM: VMX: Load/save guest CR2 via C code in __vmx_vcpu_run()
Sean Christopherson
2019-02-12
KVM: nVMX: Cache host_rsp on a per-VMCS basis
Sean Christopherson
2019-02-12
KVM: nVMX: Let the compiler select the reg for holding HOST_RSP
Sean Christopherson
2019-02-12
KVM: nVMX: Reference vmx->loaded_vmcs->launched directly
Sean Christopherson
2019-02-12
KVM: nVMX: Capture VM-Fail via CC_{SET,OUT} in nested early checks
Sean Christopherson
2019-02-12
KVM: nVMX: Capture VM-Fail to a local var in nested_vmx_check_vmentry_hw()
Sean Christopherson
2019-02-12
KVM: nVMX: Explicitly reference the scratch reg in nested early checks
Sean Christopherson
2019-02-12
KVM: nVMX: Drop STACK_FRAME_NON_STANDARD from nested_vmx_check_vmentry_hw()
Sean Christopherson
2019-02-12
KVM: nVMX: Remove a rogue "rax" clobber from nested_vmx_check_vmentry_hw()
Sean Christopherson
2019-02-12
KVM: VMX: Let the compiler save/load RDX during vCPU-run
Sean Christopherson
2019-02-12
KVM: VMX: Manually load RDX in vCPU-run asm blob
Sean Christopherson
2019-02-12
KVM: VMX: Save RSI to an unused output in the vCPU-run asm blob
Sean Christopherson
2019-02-12
KVM: VMX: Modify only RSP when creating a placeholder for guest's RCX
Sean Christopherson
2019-02-12
KVM: VMX: Zero out *all* general purpose registers after VM-Exit
Sean Christopherson
[next]