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: x86: move setting of ept_identity_map_addr to vmx.c
Sean Christopherson
2018-03-23
1
-0
/
+7
|
*
KVM: x86: define SVM/VMX specific kvm_arch_[alloc|free]_vm
Sean Christopherson
2018-03-23
1
-0
/
+12
|
*
KVM: nVMX: fix vmentry failure code when L2 state would require emulation
Paolo Bonzini
2018-03-21
1
-1
/
+3
|
*
x86/kvm/vmx: avoid expensive rdmsr for MSR_GS_BASE
Vitaly Kuznetsov
2018-03-16
1
-1
/
+2
|
*
x86/kvm/vmx: read MSR_{FS,KERNEL_GS}_BASE from current->thread
Vitaly Kuznetsov
2018-03-16
1
-3
/
+10
|
*
KVM: X86: Provide a capability to disable PAUSE intercepts
Wanpeng Li
2018-03-16
1
-4
/
+13
|
*
KVM: X86: Provide a capability to disable HLT intercepts
Wanpeng Li
2018-03-16
1
-0
/
+24
|
*
KVM: X86: Provide a capability to disable MWAIT intercepts
Wanpeng Li
2018-03-16
1
-4
/
+5
|
*
KVM: x86: VMX: Intercept #GP to support access to VMware backdoor ports
Liran Alon
2018-03-16
1
-0
/
+24
|
*
KVM: x86: add kvm_fast_pio() to consolidate fast PIO code
Sean Christopherson
2018-03-16
1
-11
/
+2
|
*
KVM: VMX: use kvm_fast_pio_in for handling IN I/O
Sean Christopherson
2018-03-16
1
-3
/
+6
|
*
KVM: vVMX: signal failure for nested VMEntry if emulation_required
Sean Christopherson
2018-03-16
1
-0
/
+15
|
*
KVM: VMX: WARN on a MOV CR3 exit w/ unrestricted guest
Sean Christopherson
2018-03-16
1
-0
/
+2
|
*
KVM: VMX: give unrestricted guest full control of CR3
Sean Christopherson
2018-03-16
1
-2
/
+2
|
*
KVM: VMX: don't force CR4.PAE/PSE for unrestricted guest
Sean Christopherson
2018-03-16
1
-14
/
+22
|
*
KVM: VMX: remove CR0.WP from ..._ALWAYS_ON_UNRESTRICTED_GUEST
Sean Christopherson
2018-03-16
1
-3
/
+4
|
*
KVM: VMX: don't configure EPT identity map for unrestricted guest
Sean Christopherson
2018-03-16
1
-2
/
+3
|
*
KVM: VMX: don't configure RM TSS for unrestricted guest
Sean Christopherson
2018-03-16
1
-0
/
+3
|
*
KVM: nVMX: Enforce NMI controls on vmentry of L2 guests
Krish Sadhukhan
2018-03-08
1
-2
/
+27
|
*
KVM: nVMX: expose VMX capabilities for nested hypervisors to userspace
Paolo Bonzini
2018-03-06
1
-5
/
+21
|
*
KVM: nVMX: introduce struct nested_vmx_msrs
Paolo Bonzini
2018-03-06
1
-174
/
+178
*
|
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-04-02
1
-1
/
+0
|
\
\
|
*
|
x86/MSR: Move native_* variants to msr.h
Borislav Petkov
2018-03-08
1
-1
/
+0
|
|
/
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-03-30
1
-5
/
+5
|
\
\
|
*
|
KVM: nVMX: sync vmcs02 segment regs prior to vmx_set_cr0
Sean Christopherson
2018-03-23
1
-5
/
+5
|
|
/
*
|
kvm/x86: fix icebp instruction handling
Linus Torvalds
2018-03-20
1
-1
/
+8
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-03-02
1
-0
/
+7
|
\
|
*
KVM: X86: Allow userspace to define the microcode version
Wanpeng Li
2018-03-01
1
-0
/
+1
|
*
KVM: x86: Add a framework for supporting MSR-based features
Tom Lendacky
2018-03-01
1
-0
/
+6
*
|
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-02-26
1
-4
/
+5
|
\
\
|
|
/
|
/
|
|
*
KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR path...
Paolo Bonzini
2018-02-23
1
-1
/
+1
|
*
KVM/x86: Remove indirect MSR op calls from SPEC_CTRL
Paolo Bonzini
2018-02-23
1
-3
/
+4
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-02-26
1
-2
/
+8
|
\
\
|
|
/
|
/
|
|
*
KVM: nVMX: Don't halt vcpu when L1 is injecting events to L2
Chao Gao
2018-02-24
1
-1
/
+6
|
*
KVM: nVMX: preserve SECONDARY_EXEC_DESC without UMIP
Radim Krčmář
2018-02-24
1
-1
/
+2
*
|
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-02-14
1
-3
/
+6
|
\
\
|
|
/
|
/
|
|
*
KVM/nVMX: Set the CPU_BASED_USE_MSR_BITMAPS if we have a valid L02 MSR bitmap
KarimAllah Ahmed
2018-02-13
1
-1
/
+2
|
*
X86/nVMX: Properly set spec_ctrl and pred_cmd before merging MSRs
KarimAllah Ahmed
2018-02-13
1
-2
/
+2
*
|
Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-02-10
1
-350
/
+406
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'msr-bitmaps' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Radim Krčmář
2018-02-09
1
-143
/
+164
|
|
\
|
*
\
Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Radim Krčmář
2018-02-01
1
-8
/
+21
|
|
\
\
|
|
*
\
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-01-29
1
-2
/
+2
|
|
|
\
\
|
*
|
|
|
x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when running...
Vitaly Kuznetsov
2018-01-31
1
-1
/
+15
|
*
|
|
|
KVM: VMX: introduce X2APIC_MSR macro
Paolo Bonzini
2018-01-16
1
-10
/
+9
|
*
|
|
|
KVM: vmx: speed up MSR bitmap merge
Paolo Bonzini
2018-01-16
1
-36
/
+42
|
*
|
|
|
KVM: vmx: simplify MSR bitmap setup
Paolo Bonzini
2018-01-16
1
-8
/
+6
|
*
|
|
|
KVM: nVMX: remove unnecessary vmwrite from L2->L1 vmexit
Paolo Bonzini
2018-01-16
1
-3
/
+0
|
*
|
|
|
KVM: nVMX: initialize more non-shadowed fields in prepare_vmcs02_full
Paolo Bonzini
2018-01-16
1
-79
/
+83
|
*
|
|
|
KVM: nVMX: initialize descriptor cache fields in prepare_vmcs02_full
Paolo Bonzini
2018-01-16
1
-22
/
+34
|
*
|
|
|
KVM: nVMX: track dirty state of non-shadowed VMCS fields
Paolo Bonzini
2018-01-16
1
-1
/
+28
[prev]
[next]