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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: VMX: remove duplicated declaration
Jan Dakinevich
2017-01-05
1
-6
/
+0
*
KVM: nVMX: fix instruction skipping during emulated vm-entry
David Matlack
2016-12-21
1
-4
/
+4
*
kvm: nVMX: Allow L1 to intercept software exceptions (#BP and #OF)
Jim Mattson
2016-12-19
1
-6
/
+5
*
kvm: nVMX: Correct a VMX instruction error code for VMPTRLD
GanShun
2016-12-15
1
-1
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-12-13
1
-401
/
+691
|
\
|
*
KVM: nVMX: invvpid handling improvements
Jan Dakinevich
2016-12-08
1
-0
/
+10
|
*
KVM: nVMX: check host CR3 on vmentry and vmexit
Ladi Prosek
2016-12-08
1
-7
/
+18
|
*
KVM: nVMX: introduce nested_vmx_load_cr3 and call it on vmentry
Ladi Prosek
2016-12-08
1
-15
/
+42
|
*
KVM: nVMX: propagate errors from prepare_vmcs02
Ladi Prosek
2016-12-08
1
-4
/
+19
|
*
KVM: nVMX: fix CR3 load if L2 uses PAE paging and EPT
Ladi Prosek
2016-12-08
1
-2
/
+14
|
*
KVM: nVMX: load GUEST_EFER after GUEST_CR0 during emulated VM-entry
David Matlack
2016-12-08
1
-9
/
+9
|
*
KVM: nVMX: generate MSR_IA32_CR{0,4}_FIXED1 from guest CPUID
David Matlack
2016-12-08
1
-3
/
+52
|
*
KVM: nVMX: fix checks on CR{0,4} during virtual VMX operation
David Matlack
2016-12-08
1
-24
/
+53
|
*
KVM: nVMX: support restore of VMX capability MSRs
David Matlack
2016-12-08
1
-24
/
+266
|
*
KVM: nVMX: generate non-true VMX MSRs based on true versions
David Matlack
2016-12-08
1
-26
/
+19
|
*
KVM: x86: Add kvm_skip_emulated_instruction and use it.
Kyle Huey
2016-12-08
1
-105
/
+72
|
*
KVM: VMX: Move skip_emulated_instruction out of nested_vmx_check_vmcs12
Kyle Huey
2016-12-08
1
-20
/
+33
|
*
KVM: VMX: Reorder some skip_emulated_instruction calls
Kyle Huey
2016-12-08
1
-6
/
+6
|
*
KVM: x86: Add a return value to kvm_emulate_cpuid
Kyle Huey
2016-12-08
1
-2
/
+1
|
*
KVM: nVMX: invvpid handling improvements
Jan Dakinevich
2016-11-22
1
-12
/
+24
|
*
kvm: x86: make function static to avoid compiling warning
Jiang Biao
2016-11-16
1
-1
/
+1
|
*
kvm: x86: avoid atomic operations on APICv vmentry
Paolo Bonzini
2016-11-03
1
-1
/
+13
|
*
KVM: nVMX: support descriptor table exits
Paolo Bonzini
2016-11-02
1
-0
/
+3
|
*
kvm: x86: remove the misleading comment in vmx_handle_external_intr
Longpeng(Mike)
2016-11-02
1
-5
/
+0
|
*
KVM: VMX: refactor setup of global page-sized bitmaps
Radim Krčmář
2016-11-02
1
-82
/
+38
|
*
KVM: VMX: join functions that disable x2apic msr intercepts
Radim Krčmář
2016-11-02
1
-36
/
+15
|
*
KVM: VMX: remove functions that enable msr intercepts
Radim Krčmář
2016-11-02
1
-53
/
+4
|
*
kvm: nVMX: Update MSR load counts on a VMCS switch
Jim Mattson
2016-11-02
1
-0
/
+11
|
*
kvm: nVMX: Fetch VM_INSTRUCTION_ERROR from vmcs02 on vmx->fail
Jim Mattson
2016-11-02
1
-1
/
+5
|
*
KVM: VMX: Better name x2apic msr bitmaps
Wanpeng Li
2016-11-02
1
-36
/
+36
*
|
Merge branch 'linus' into x86/fpu, to resolve conflicts
Ingo Molnar
2016-11-23
1
-45
/
+20
|
\
|
|
*
kvm: nVMX: VMCLEAR an active shadow VMCS after last use
Jim Mattson
2016-11-02
1
-7
/
+15
|
*
KVM: x86: drop TSC offsetting kvm_x86_ops to fix KVM_GET/SET_CLOCK
Paolo Bonzini
2016-11-02
1
-36
/
+3
|
*
kvm: nVMX: Fix kernel panics induced by illegal INVEPT/INVVPID types
Jim Mattson
2016-10-27
1
-2
/
+2
*
|
x86/fpu, kvm: Remove host CR0.TS manipulation
Andy Lutomirski
2016-11-01
1
-8
/
+4
|
/
*
Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-10-06
1
-72
/
+135
|
\
|
*
KVM: nVMX: Fix the NMI IDT-vectoring handling
Wanpeng Li
2016-09-23
1
-15
/
+16
|
*
KVM: VMX: Enable MSR-BASED TPR shadow even if APICv is inactive
Wanpeng Li
2016-09-23
1
-38
/
+94
|
*
KVM: nVMX: Fix reload apic access page warning
Wanpeng Li
2016-09-23
1
-1
/
+1
|
*
kvm: x86: drop read_tsc_offset()
Luiz Capitulino
2016-09-16
1
-6
/
+0
|
*
KVM: nVMX: expose INS/OUTS information support
Jan Dakinevich
2016-09-07
1
-0
/
+9
|
*
KVM: VMX: not use vmcs_config in setup_vmcs_config
Paolo Bonzini
2016-09-07
1
-1
/
+1
|
*
KVM: x86: ratelimit and decrease severity for guest-triggered printk
Paolo Bonzini
2016-09-07
1
-9
/
+9
|
*
KVM: nVMX: pass valid guest linear-address to the L1
Jan Dakinevich
2016-09-07
1
-0
/
+3
|
*
KVM: nVMX: make emulated nested preemption timer pinned
Wanpeng Li
2016-09-07
1
-1
/
+1
|
*
vmx: refine validity check for guest linear address
Liang Li
2016-09-07
1
-1
/
+1
*
|
Merge branch 'linus' into x86/asm, to pick up recent fixes
Ingo Molnar
2016-09-15
1
-67
/
+69
|
\
|
|
*
kvm: nVMX: fix nested tsc scaling
Peter Feiner
2016-08-18
1
-4
/
+12
|
*
KVM: nVMX: postpone VMCS changes on MSR_IA32_APICBASE write
Radim Krčmář
2016-08-18
1
-0
/
+13
|
*
KVM: nVMX: fix msr bitmaps to prevent L2 from accessing L0 x2APIC
Radim Krčmář
2016-08-18
1
-63
/
+44
[next]