index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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: nVMX: Remove redundant get_vmcs12 from nested_vmx_exit_handled_msr
Jan Kiszka
2013-02-14
1
-1
/
+1
*
KVM: VMX: disable apicv by default
Yang Zhang
2013-02-11
1
-2
/
+1
*
KVM: VMX: cleanup vmx_set_cr0().
Gleb Natapov
2013-02-06
1
-9
/
+5
*
KVM: VMX: disable SMEP feature when guest is in non-paging mode
Dongxiao Xu
2013-02-05
1
-0
/
+8
*
x86, apicv: add virtual interrupt delivery support
Yang Zhang
2013-01-29
1
-10
/
+109
*
x86, apicv: add virtual x2apic support
Yang Zhang
2013-01-29
1
-20
/
+178
*
x86, apicv: add APICv register virtualization support
Yang Zhang
2013-01-29
1
-1
/
+32
*
KVM: VMX: set vmx->emulation_required only when needed.
Gleb Natapov
2013-01-24
1
-7
/
+12
*
KVM: VMX: rename fix_pmode_dataseg to fix_pmode_seg.
Gleb Natapov
2013-01-24
1
-7
/
+7
*
KVM: VMX: don't clobber segment AR of unusable segments.
Gleb Natapov
2013-01-24
1
-2
/
+0
*
KVM: VMX: skip vmx->rmode.vm86_active check on cr0 write if unrestricted gues...
Gleb Natapov
2013-01-24
1
-8
/
+6
*
KVM: VMX: remove hack that disables emulation on vcpu reset/init
Gleb Natapov
2013-01-24
1
-3
/
+0
*
KVM: VMX: if unrestricted guest is enabled vcpu state is always valid.
Gleb Natapov
2013-01-24
1
-0
/
+3
*
KVM: VMX: reset CPL only on CS register write.
Gleb Natapov
2013-01-24
1
-1
/
+2
*
KVM: VMX: remove special CPL cache access during transition to real mode.
Gleb Natapov
2013-01-24
1
-8
/
+4
*
KVM: VMX: fix incorrect cached cpl value with real/v8086 modes
Marcelo Tosatti
2013-01-08
1
-11
/
+4
*
KVM: VMX: handle IO when emulation is due to #GP in real mode.
Gleb Natapov
2013-01-02
1
-34
/
+41
*
KVM: VMX: Do not fix segment register during vcpu initialization.
Gleb Natapov
2013-01-02
1
-13
/
+5
*
KVM: VMX: fix emulation of invalid guest state.
Gleb Natapov
2013-01-02
1
-54
/
+68
*
KVM: VMX: make rmode_segment_valid() more strict.
Gleb Natapov
2013-01-02
1
-3
/
+1
*
KVM: VMX: remove unneeded temporary variable from vmx_set_segment()
Gleb Natapov
2012-12-23
1
-4
/
+2
*
KVM: VMX: clean-up vmx_set_segment()
Gleb Natapov
2012-12-23
1
-18
/
+9
*
KVM: VMX: remove redundant code from vmx_set_segment()
Gleb Natapov
2012-12-23
1
-9
/
+3
*
KVM: VMX: use fix_rmode_seg() to fix all code/data segments
Gleb Natapov
2012-12-23
1
-24
/
+2
*
KVM: VMX: return correct segment limit and flags for CS/SS registers in real ...
Gleb Natapov
2012-12-23
1
-4
/
+3
*
KVM: VMX: relax check for CS register in rmode_segment_valid()
Gleb Natapov
2012-12-23
1
-0
/
+2
*
KVM: VMX: cleanup rmode_segment_valid()
Gleb Natapov
2012-12-23
1
-1
/
+4
*
KVM: struct kvm_memory_slot.user_alloc -> bool
Alex Williamson
2012-12-13
1
-3
/
+3
*
Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2012-12-13
1
-58
/
+145
|
\
|
*
VMX: remove unneeded enable_unrestricted_guest check
Gleb Natapov
2012-12-11
1
-1
/
+1
|
*
KVM: VMX: fix DPL during entry to protected mode
Gleb Natapov
2012-12-11
1
-0
/
+1
|
*
KVM: VMX: provide the vmclear function and a bitmap to support VMCLEAR in kdump
Zhang Yanfei
2012-12-06
1
-0
/
+67
|
*
KVM: x86: Make register state after reset conform to specification
Julian Stecklina
2012-12-05
1
-8
/
+0
|
*
kvm: don't use bit24 for detecting address-specific invalidation capability
Zhang Xiantao
2012-12-05
1
-16
/
+0
|
*
kvm: remove unnecessary bit checking for ept violation
Zhang Xiantao
2012-12-05
1
-5
/
+0
|
*
KVM: x86: Emulate IA32_TSC_ADJUST MSR
Will Auld
2012-11-30
1
-0
/
+9
|
*
KVM: x86: Add code to track call origin for msr assignment
Will Auld
2012-11-30
1
-6
/
+12
|
*
KVM: VMX: fix memory order between loading vmcs and clearing vmcs
Xiao Guangrong
2012-11-29
1
-0
/
+17
|
*
KVM: VMX: fix invalid cpu passed to smp_call_function_single
Xiao Guangrong
2012-11-28
1
-3
/
+5
|
*
KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initialization
Marcelo Tosatti
2012-11-27
1
-2
/
+0
|
*
KVM: x86: pass host_tsc to read_l1_tsc
Marcelo Tosatti
2012-11-27
1
-3
/
+2
|
*
KVM: VMX: report internal error for MMIO #PF due to delivery event
Xiao Guangrong
2012-10-18
1
-10
/
+16
|
*
KVM: VMX: report internal error for the unhandleable event
Xiao Guangrong
2012-10-18
1
-4
/
+15
*
|
KVM: x86: Fix invalid secondary exec controls in vmx_cpuid_update()
Takashi Iwai
2012-11-16
1
-4
/
+7
|
/
*
Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2012-10-04
1
-136
/
+97
|
\
|
*
KVM: x86: Fix guest debug across vcpu INIT reset
Jan Kiszka
2012-09-23
1
-13
/
+1
|
*
KVM: VMX: Make use of asm.h
Avi Kivity
2012-09-17
1
-39
/
+30
|
*
KVM: VMX: Make lto-friendly
Avi Kivity
2012-09-17
1
-6
/
+11
|
*
KVM: VMX: constify lookup tables
Mathias Krause
2012-09-05
1
-7
/
+7
|
*
KVM: VMX: Ignore segment G and D bits when considering whether we can virtualize
Avi Kivity
2012-08-27
1
-1
/
+1
[next]