index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
/
nested.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: nVMX: Restore a preemption timer consistency check
Sean Christopherson
2019-02-13
1
-0
/
+4
*
x86/kvm/nVMX: read from MSR_IA32_VMX_PROCBASED_CTLS2 only when it is available
Vitaly Kuznetsov
2019-02-12
1
-3
/
+5
*
KVM: nVMX: unconditionally cancel preemption timer in free_nested (CVE-2019-7...
Peter Shier
2019-02-07
1
-0
/
+1
*
kvm: vmx: fix some -Wmissing-prototypes warnings
Yi Wang
2019-01-25
1
-1
/
+1
*
kvm: x86/vmx: Use kzalloc for cached_vmcs12
Tom Roeder
2019-01-25
1
-4
/
+8
*
x86/kvm/nVMX: don't skip emulated instruction twice when vmptr address is not...
Vitaly Kuznetsov
2019-01-11
1
-2
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-12-26
1
-0
/
+2
*
KVM: VMX: Move VM-Enter + VM-Exit handling to non-inline sub-routines
Sean Christopherson
2018-12-21
1
-20
/
+10
*
KVM: VMX: Explicitly reference RCX as the vmx_vcpu pointer in asm blobs
Sean Christopherson
2018-12-21
1
-3
/
+3
*
KVM: x86: Disable Intel PT when VMXON in L1 guest
Luwei Kang
2018-12-21
1
-0
/
+6
*
kvm: nVMX: NMI-window and interrupt-window exiting should wake L2 from HLT
Jim Mattson
2018-12-21
1
-3
/
+7
*
KVM: nVMX: Move the checks for Guest Non-Register States to a separate helper...
Krish Sadhukhan
2018-12-14
1
-3
/
+14
*
KVM: nVMX: Move the checks for Host Control Registers and MSRs to a separate ...
Krish Sadhukhan
2018-12-14
1
-14
/
+25
*
KVM: nVMX: Move the checks for VM-Entry Control Fields to a separate helper f...
Krish Sadhukhan
2018-12-14
1
-43
/
+54
*
KVM: nVMX: Move the checks for VM-Exit Control Fields to a separate helper fu...
Krish Sadhukhan
2018-12-14
1
-10
/
+33
*
KVM: nVMX: Remove param indirection from nested_vmx_check_msr_switch()
Sean Christopherson
2018-12-14
1
-24
/
+10
*
KVM: nVMX: Move the checks for VM-Execution Control Fields to a separate help...
Krish Sadhukhan
2018-12-14
1
-69
/
+62
*
KVM: nVMX: Prepend "nested_vmx_" to check_vmentry_{pre,post}reqs()
Krish Sadhukhan
2018-12-14
1
-7
/
+8
*
KVM nVMX: MSRs should not be stored if VM-entry fails during or after loading...
Krish Sadhukhan
2018-12-14
1
-4
/
+12
*
x86/kvm/hyper-v: Introduce nested_get_evmcs_version() helper
Vitaly Kuznetsov
2018-12-14
1
-0
/
+1
*
KVM: nVMX: Move nested code to dedicated files
Sean Christopherson
2018-12-14
1
-0
/
+5674