index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-23
KVM: X86: Fix residual mmio emulation request to userspace
Wanpeng Li
1
-0
/
+1
2019-03-23
KVM: nVMX: Ignore limit checks on VMX instructions using flat segments
Sean Christopherson
1
-3
/
+9
2019-03-23
KVM: nVMX: Sign extend displacements of VMX instr's mem operands
Sean Christopherson
1
-0
/
+4
2019-02-23
KVM: VMX: Fix x2apic check in vmx_msr_bitmap_mode()
Joerg Roedel
1
-1
/
+3
2019-02-20
KVM: nVMX: unconditionally cancel preemption timer in free_nested (CVE-2019-7...
Peter Shier
1
-0
/
+1
2019-01-13
x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when running...
Vitaly Kuznetsov
1
-2
/
+17
2018-12-17
KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBD
Tom Lendacky
1
-3
/
+15
2018-12-17
x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRL
Thomas Gleixner
1
-2
/
+3
2018-12-17
x86/KVM/VMX: Expose SPEC_CTRL Bit(2) to the guest
Konrad Rzeszutek Wilk
1
-3
/
+3
2018-12-17
x86/bugs, KVM: Support the combination of guest and host IBRS
Konrad Rzeszutek Wilk
1
-4
/
+2
2018-12-17
KVM/x86: Remove indirect MSR op calls from SPEC_CTRL
Paolo Bonzini
1
-3
/
+4
2018-12-17
KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL
KarimAllah Ahmed
1
-2
/
+101
2018-12-17
KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
KarimAllah Ahmed
1
-0
/
+15
2018-12-17
KVM/x86: Add IBPB support
Ashok Raj
1
-2
/
+77
2018-12-17
KVM: VMX: make MSR bitmaps per-VCPU
Paolo Bonzini
1
-142
/
+112
2018-12-17
KVM: VMX: introduce alloc_loaded_vmcs
Paolo Bonzini
1
-13
/
+22
2018-12-17
KVM: nVMX: Eliminate vmcs02 pool
Jim Mattson
1
-122
/
+22
2018-12-17
KVM: nVMX: mark vmcs12 pages dirty on L2 exit
David Matlack
1
-10
/
+43
2018-12-17
KVM: nVMX: fix msr bitmaps to prevent L2 from accessing L0 x2APIC
Radim Krčmář
1
-58
/
+38
2018-08-06
kvm: x86: vmx: fix vpid leak
Roman Kagan
1
-4
/
+3
2018-07-25
x86/speculation: Create spec-ctrl.h to avoid include hell
Thomas Gleixner
1
-1
/
+1
2018-06-16
KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_system
Paolo Bonzini
1
-13
/
+10
2018-05-30
KVM: VMX: raise internal error for exception during invalid protected mode state
Sean Christopherson
1
-6
/
+14
2018-04-13
KVM: nVMX: Fix handling of lmsw instruction
Jan H. Schönherr
1
-2
/
+5
2018-03-28
kvm/x86: fix icebp instruction handling
Linus Torvalds
1
-1
/
+8
2018-02-25
KVM: nVMX: invvpid handling improvements
Jan Dakinevich
1
-12
/
+24
2018-02-25
kvm: nVMX: Fix kernel panics induced by illegal INVEPT/INVVPID types
Jim Mattson
1
-2
/
+2
2018-02-25
KVM: nVMX: vmx_complete_nested_posted_interrupt() can't fail
David Hildenbrand
1
-5
/
+5
2018-02-25
KVM: nVMX: kmap() can't fail
David Hildenbrand
1
-9
/
+0
2018-02-25
x86/kvm: Update spectre-v1 mitigation
Dan Williams
1
-11
/
+9
2018-02-25
KVM: VMX: Make indirect call speculation safe
Peter Zijlstra
1
-2
/
+2
2018-02-16
KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2
Liran Alon
1
-2
/
+3
2018-02-03
KVM: VMX: Fix rflags cache during vCPU reset
Wanpeng Li
1
-1
/
+1
2018-02-03
KVM: x86: Don't re-execute instruction when not passing CR2 value
Liran Alon
1
-1
/
+1
2018-01-23
x86/retpoline: Fill return stack buffer on vmexit
David Woodhouse
1
-0
/
+4
2018-01-17
KVM: x86: Add memory barrier on vmcs field lookup
Andrew Honig
1
-2
/
+10
2018-01-17
kvm: vmx: Scrub hardware GPRs at VM-exit
Jim Mattson
1
-1
/
+13
2017-12-25
KVM: VMX: Fix enable VPID conditions
Wanpeng Li
1
-1
/
+8
2017-12-16
KVM: nVMX: reset nested_run_pending if the vCPU is going to be reset
Wanpeng Li
1
-1
/
+3
2017-12-16
kvm: nVMX: VMCLEAR should not cause the vCPU to shut down
Jim Mattson
1
-18
/
+4
2017-12-16
KVM: VMX: remove I/O port 0x80 bypass on Intel hosts
Andrew Honig
1
-5
/
+0
2017-12-05
KVM: x86: Exit to user-mode on #UD intercept when emulator requires
Liran Alon
1
-0
/
+2
2017-11-30
KVM: nVMX: set IDTR and GDTR limits when loading L1 host state
Ladi Prosek
1
-0
/
+2
2017-10-18
KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exit
Haozhong Zhang
1
-1
/
+1
2017-10-05
KVM: VMX: use cmpxchg64
Paolo Bonzini
1
-6
/
+6
2017-10-05
KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interrupt
Haozhong Zhang
1
-12
/
+21
2017-10-05
KVM: VMX: do not change SN bit in vmx_update_pi_irte()
Haozhong Zhang
1
-5
/
+1
2017-10-05
kvm: nVMX: Don't allow L2 to access the hardware CR8
Jim Mattson
1
-0
/
+5
2017-10-05
KVM: VMX: Do not BUG() on out-of-bounds guest IRQ
Jan H. Schönherr
1
-2
/
+7
2017-07-21
kvm: vmx: allow host to access guest MSR_IA32_BNDCFGS
Haozhong Zhang
1
-2
/
+4
[next]