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.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
2016-04-11
KVM: VMX: avoid guest hang on invalid invept instruction
Paolo Bonzini
1
-0
/
+1
2016-03-14
KVM: VMX: disable PEBS before a guest entry
Radim Krčmář
1
-0
/
+7
2015-11-18
KVM: x86: work around infinite loop in microcode when #AC is delivered
Eric Northup
1
-1
/
+4
2015-02-16
KVM: vmx: Inject #GP on invalid PAT CR
Nadav Amit
1
-0
/
+2
2015-02-09
x86,kvm,vmx: Preserve CR4 across VM entry
Andy Lutomirski
1
-2
/
+14
2014-11-13
kvm: vmx: handle invvpid vm exit gracefully
Petr Matousek
1
-1
/
+8
2014-11-13
kvm: x86: don't kill guest on unknown exit reason
Michael S. Tsirkin
1
-3
/
+3
2014-11-13
KVM: x86: Check non-canonical addresses upon WRMSR
Nadav Amit
1
-1
/
+1
2014-11-13
KVM: x86: Prevent host from panicking on shared MSR writes.
Andy Honig
1
-2
/
+5
2014-03-31
KVM: VMX: fix use after free of vmx->loaded_vmcs
Marcelo Tosatti
1
-1
/
+1
2014-01-10
KVM: nVMX: Unconditionally uninit the MMU on nested vmexit
Jan Kiszka
1
-2
/
+1
2013-10-10
KVM: nVMX: fix shadow on EPT
Gleb Natapov
1
-12
/
+12
2013-09-25
KVM: VMX: do not check bit 12 of EPT violation exit qualification when undefined
Gleb Natapov
1
-1
/
+3
2013-09-17
KVM: VMX: set "blocked by NMI" flag if EPT violation happens during IRET from...
Gleb Natapov
1
-0
/
+9
2013-09-17
KVM: nEPT: reset PDPTR register cache on nested vmentry emulation
Gleb Natapov
1
-0
/
+4
2013-08-28
KVM: vmx: count exits to userspace during invalid guest emulation
Paolo Bonzini
1
-0
/
+1
2013-08-07
KVM: nVMX: Advertise IA32_PAT in VM exit control
Arthur Chunqi Li
1
-3
/
+5
2013-08-07
KVM: nVMX: Fix up VM_ENTRY_IA32E_MODE control feature reporting
Jan Kiszka
1
-1
/
+5
2013-08-07
KVM: nEPT: Advertise WB type EPTP
Jan Kiszka
1
-2
/
+2
2013-08-07
nVMX: Keep arch.pat in sync on L1-L2 switches
Jan Kiszka
1
-3
/
+6
2013-08-07
nEPT: Miscelleneous cleanups
Nadav Har'El
1
-4
/
+2
2013-08-07
nEPT: Some additional comments
Nadav Har'El
1
-0
/
+13
2013-08-07
Advertise the support of EPT to the L1 guest, through the appropriate MSR.
Nadav Har'El
1
-2
/
+18
2013-08-07
nEPT: Nested INVEPT
Nadav Har'El
1
-0
/
+72
2013-08-07
nEPT: MMU context for nested EPT
Nadav Har'El
1
-1
/
+40
2013-08-07
nEPT: Add nEPT violation/misconfigration support
Yang Zhang
1
-0
/
+19
2013-08-07
nEPT: Fix cr3 handling in nested exit and entry
Nadav Har'El
1
-0
/
+26
2013-08-07
nEPT: Support LOAD_IA32_EFER entry/exit controls for L1
Nadav Har'El
1
-7
/
+16
2013-08-07
KVM: nVMX: correctly set tr base on nested vmexit emulation
Gleb Natapov
1
-1
/
+1
2013-07-29
nVMX: reset rflags register cache during nested vmentry.
Gleb Natapov
1
-1
/
+1
2013-07-29
KVM: x86: rename EMULATE_DO_MMIO
Paolo Bonzini
1
-1
/
+1
2013-07-18
KVM: nVMX: Set segment infomation of L1 when L2 exits
Arthur Chunqi Li
1
-10
/
+48
2013-07-18
KVM: nVMX: Fix read/write to MSR_IA32_FEATURE_CONTROL
Nadav Har'El
1
-6
/
+29
2013-07-18
KVM: VMX: Use proper types to access const arrays
Mathias Krause
1
-8
/
+7
2013-07-18
KVM: nVMX: Set success rflags when emulate VMXON/VMXOFF in nested virt
Arthur Chunqi Li
1
-0
/
+2
2013-07-18
KVM: nVMX: Change location of 3 functions in vmx.c
Arthur Chunqi Li
1
-43
/
+40
2013-07-04
KVM: VMX: mark unusable segment as nonpresent
Gleb Natapov
1
-2
/
+9
2013-07-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-5
/
+14
2013-06-27
kvm: Add a tracepoint write_tsc_offset
Yoshihiro YUNOMAE
1
-1
/
+6
2013-06-27
KVM: MMU: fast invalidate all mmio sptes
Xiao Guangrong
1
-0
/
+4
2013-06-27
KVM: MMU: make return value of mmio page fault handler more readable
Xiao Guangrong
1
-2
/
+2
2013-06-26
x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXED
H. Peter Anvin
1
-1
/
+1
2013-06-21
KVM: MMU: retain more available bits on mmio spte
Xiao Guangrong
1
-2
/
+2
2013-05-09
KVM: VMX: fix halt emulation while emulating invalid guest sate
Gleb Natapov
1
-0
/
+6
2013-05-06
Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-243
/
+834
2013-05-03
KVM: x86: Account for failing enable_irq_window for NMI window request
Jan Kiszka
1
-9
/
+7
2013-04-28
KVM: nVMX: Skip PF interception check when queuing during nested run
Jan Kiszka
1
-1
/
+1
2013-04-28
KVM: x86: Rework request for immediate exit
Jan Kiszka
1
-7
/
+8
2013-04-28
KVM: VMX: remove unprintable characters from comment
Jan Kiszka
1
-1
/
+1
2013-04-22
KVM: nVMX: VM_ENTRY/EXIT_LOAD_IA32_EFER overrides EFER.LMA settings
Jan Kiszka
1
-2
/
+2
[next]