index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-05-07
1
-1
/
+1
|
\
|
*
x86/pkeys: Provide *pkru() helpers
Sebastian Andrzej Siewior
2019-04-11
1
-1
/
+1
*
|
KVM: nVMX: Fix size checks in vmx_set_nested_state
Jim Mattson
2019-05-01
1
-2
/
+2
*
|
KVM: VMX: Move RSB stuffing to before the first RET after VM-Exit
Rick Edgecombe
2019-04-27
2
-3
/
+12
*
|
KVM: lapic: Track lapic timer advance per vCPU
Sean Christopherson
2019-04-18
1
-1
/
+3
*
|
KVM: x86: clear SMM flags before loading state while leaving SMM
Sean Christopherson
2019-04-16
1
-2
/
+0
*
|
KVM: x86: Load SMRAM in a single shot when leaving SMM
Sean Christopherson
2019-04-16
1
-1
/
+1
*
|
KVM: nVMX: Expose RDPMC-exiting only when guest supports PMU
Liran Alon
2019-04-16
1
-0
/
+25
*
|
x86/kvm: move kvm_load/put_guest_xcr0 into atomic context
WANG Chao
2019-04-16
1
-0
/
+4
*
|
KVM: nVMX: always use early vmcs check when EPT is disabled
Paolo Bonzini
2019-04-16
1
-2
/
+20
*
|
KVM: nVMX: allow tests to use bad virtual-APIC page address
Paolo Bonzini
2019-04-16
3
-10
/
+19
*
|
KVM: x86: nVMX: fix x2APIC VTPR read intercept
Marc Orr
2019-04-05
1
-1
/
+1
*
|
KVM: x86: nVMX: close leak of L0's x2APIC MSRs (CVE-2019-3887)
Marc Orr
2019-04-05
1
-28
/
+44
|
/
*
KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hosts
Sean Christopherson
2019-03-28
2
-14
/
+0
*
kvm: nVMX: Add a vmentry check for HOST_SYSENTER_ESP and HOST_SYSENTER_EIP fi...
Krish Sadhukhan
2019-03-28
1
-0
/
+5
*
KVM: SVM: Workaround errata#1096 (insn_len maybe zero on SMAP violation)
Singh, Brijesh
2019-03-28
1
-0
/
+6
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-03-15
5
-212
/
+293
|
\
|
*
kvm: vmx: fix formatting of a comment
Paolo Bonzini
2019-03-15
1
-5
/
+5
|
*
kvm: vmx: Add memcg accounting to KVM allocations
Ben Gardon
2019-02-20
3
-13
/
+27
|
*
KVM: nVMX: do not start the preemption timer hrtimer unnecessarily
Paolo Bonzini
2019-02-20
1
-4
/
+9
|
*
kvm: vmx: Fix typos in vmentry/vmexit control setting
Yu Zhang
2019-02-20
1
-3
/
+5
|
*
KVM: x86: cleanup freeing of nested state
Paolo Bonzini
2019-02-20
2
-7
/
+6
|
*
KVM: x86: Sync the pending Posted-Interrupts
Luwei Kang
2019-02-20
2
-21
/
+17
|
*
KVM: nVMX: remove useless is_protmode check
Paolo Bonzini
2019-02-20
1
-1
/
+1
|
*
KVM: nVMX: Ignore limit checks on VMX instructions using flat segments
Sean Christopherson
2019-02-20
1
-3
/
+9
|
*
KVM: nVMX: Apply addr size mask to effective address for VMX instructions
Sean Christopherson
2019-02-20
1
-2
/
+23
|
*
KVM: nVMX: Sign extend displacements of VMX instr's mem operands
Sean Christopherson
2019-02-20
1
-0
/
+4
|
*
KVM: VMX: Reorder clearing of registers in the vCPU-run assembly flow
Sean Christopherson
2019-02-20
1
-7
/
+6
|
*
KVM: VMX: Call vCPU-run asm sub-routine from C and remove clobbering
Sean Christopherson
2019-02-20
1
-15
/
+4
|
*
KVM: VMX: Preserve callee-save registers in vCPU-run asm sub-routine
Sean Christopherson
2019-02-20
2
-4
/
+22
|
*
KVM: VMX: Return VM-Fail from vCPU-run assembly via standard ABI reg
Sean Christopherson
2019-02-20
2
-12
/
+12
|
*
KVM: VMX: Pass @launched to the vCPU-run asm via standard ABI regs
Sean Christopherson
2019-02-20
2
-8
/
+10
|
*
KVM: VMX: Use RAX as the scratch register during vCPU-run
Sean Christopherson
2019-02-20
1
-38
/
+38
|
*
KVM: VMX: Rename ____vmx_vcpu_run() to __vmx_vcpu_run()
Sean Christopherson
2019-02-20
2
-4
/
+4
|
*
KVM: VMX: Fold __vmx_vcpu_run() back into vmx_vcpu_run()
Sean Christopherson
2019-02-20
1
-32
/
+27
|
*
KVM: VMX: Move vCPU-run code to a proper assembly routine
Sean Christopherson
2019-02-20
2
-137
/
+145
|
*
KVM: VMX: Create a stack frame in vCPU-run
Sean Christopherson
2019-02-20
1
-1
/
+1
|
*
KVM: VMX: Use #defines in place of immediates in VM-Enter inline asm
Sean Christopherson
2019-02-20
1
-52
/
+61
|
*
KVM: VMX: Use vcpu->arch.regs directly when saving/loading guest state
Sean Christopherson
2019-02-12
1
-24
/
+29
|
*
KVM: VMX: Don't save guest registers after VM-Fail
Sean Christopherson
2019-02-12
1
-12
/
+23
|
*
KVM: VMX: Invert the ordering of saving guest/host scratch reg at VM-Enter
Sean Christopherson
2019-02-12
1
-5
/
+7
|
*
KVM: VMX: Pass "launched" directly to the vCPU-run asm blob
Sean Christopherson
2019-02-12
2
-8
/
+7
|
*
KVM: VMX: Update VMCS.HOST_RSP via helper C function
Sean Christopherson
2019-02-12
1
-25
/
+26
|
*
KVM: VMX: Load/save guest CR2 via C code in __vmx_vcpu_run()
Sean Christopherson
2019-02-12
1
-11
/
+5
|
*
KVM: nVMX: Cache host_rsp on a per-VMCS basis
Sean Christopherson
2019-02-12
4
-26
/
+13
|
*
KVM: nVMX: Let the compiler select the reg for holding HOST_RSP
Sean Christopherson
2019-02-12
1
-3
/
+3
|
*
KVM: nVMX: Reference vmx->loaded_vmcs->launched directly
Sean Christopherson
2019-02-12
1
-4
/
+3
|
*
KVM: nVMX: Capture VM-Fail via CC_{SET,OUT} in nested early checks
Sean Christopherson
2019-02-12
1
-3
/
+3
|
*
KVM: nVMX: Capture VM-Fail to a local var in nested_vmx_check_vmentry_hw()
Sean Christopherson
2019-02-12
1
-6
/
+10
|
*
KVM: nVMX: Explicitly reference the scratch reg in nested early checks
Sean Christopherson
2019-02-12
1
-1
/
+1
[next]