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: Fix some comment typos and coding style
Miaohe Lin
2020-02-12
1
-2
/
+3
*
KVM: nVMX: Handle pending #DB when injecting INIT VM-exit
Oliver Upton
2020-02-12
1
-0
/
+28
*
x86/kvm/hyper-v: don't allow to turn on unsupported VMX controls for nested g...
Vitaly Kuznetsov
2020-02-05
1
-0
/
+3
*
KVM: nVMX: Remove stale comment from nested_vmx_load_cr3()
Sean Christopherson
2020-02-05
1
-4
/
+4
*
KVM: nVMX: delete meaningless nested_vmx_run() declaration
Miaohe Lin
2020-02-05
1
-2
/
+0
*
Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-01-31
1
-104
/
+85
|
\
|
*
KVM: nVMX: Check GUEST_DR7 on vmentry of nested guests
Krish Sadhukhan
2020-01-27
1
-0
/
+4
|
*
KVM: x86: Perform non-canonical checks in 32-bit KVM
Sean Christopherson
2020-01-27
1
-2
/
+0
|
*
KVM: nVMX: WARN on failure to set IA32_PERF_GLOBAL_CTRL
Oliver Upton
2020-01-27
1
-14
/
+4
|
*
KVM: nVMX: vmread should not set rflags to specify success in case of #PF
Miaohe Lin
2020-01-21
1
-1
/
+3
|
*
KVM: vmx: delete meaningless nested_vmx_prepare_msr_bitmap() declaration
Miaohe Lin
2020-01-21
1
-3
/
+0
|
*
KVM: Fix some comment typos and missing parentheses
Miaohe Lin
2020-01-21
1
-1
/
+1
|
*
kvm: nVMX: Aesthetic cleanup of handle_vmread and handle_vmwrite
Jim Mattson
2020-01-08
1
-36
/
+34
|
*
kvm: nVMX: VMWRITE checks unsupported field before read-only field
Jim Mattson
2020-01-08
1
-5
/
+6
|
*
kvm: nVMX: VMWRITE checks VMCS-link pointer before VMCS field
Jim Mattson
2020-01-08
1
-34
/
+25
|
*
KVM: VMX: Fix the spelling of CPU_BASED_USE_TSC_OFFSETTING
Xiaoyao Li
2020-01-08
1
-4
/
+4
|
*
KVM: VMX: Rename NMI_PENDING to NMI_WINDOW
Xiaoyao Li
2020-01-08
1
-6
/
+6
|
*
KVM: VMX: Rename INTERRUPT_PENDING to INTERRUPT_WINDOW
Xiaoyao Li
2020-01-08
1
-6
/
+6
*
|
x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSR
Sean Christopherson
2020-01-13
1
-2
/
+2
|
/
*
KVM: nVMX: Remove unnecessary TLB flushes on L1<->L2 switches when L1 use api...
Liran Alon
2019-11-21
1
-7
/
+0
*
KVM: nVMX: Do not mark vmcs02->apic_access_page as dirty when unpinning
Liran Alon
2019-11-21
1
-3
/
+3
*
Merge branch 'kvm-tsx-ctrl' into HEAD
Paolo Bonzini
2019-11-21
1
-28
/
+36
|
\
|
*
KVM: nVMX: Don't leak L1 MMIO regions to L2
Jim Mattson
2019-10-22
1
-28
/
+36
*
|
KVM: nVMX: Assume TLB entries of L1 and L2 are tagged differently if L0 use EPT
Liran Alon
2019-11-20
1
-2
/
+4
*
|
KVM: nVMX: Use semi-colon instead of comma for exit-handlers initialization
Liran Alon
2019-11-20
1
-13
/
+13
*
|
KVM: nVMX: Add support for capturing highest observable L2 TSC
Aaron Lewis
2019-11-15
1
-6
/
+95
*
|
kvm: nested: Introduce read_and_check_msr_entry()
Aaron Lewis
2019-11-15
1
-13
/
+22
*
|
KVM: nVMX: Expose load IA32_PERF_GLOBAL_CTRL VM-{Entry,Exit} control
Oliver Upton
2019-11-15
1
-0
/
+21
*
|
KVM: nVMX: Load GUEST_IA32_PERF_GLOBAL_CTRL MSR on VM-Entry
Oliver Upton
2019-11-15
1
-0
/
+5
*
|
KVM: nVMX: Use kvm_set_msr to load IA32_PERF_GLOBAL_CTRL on VM-Exit
Oliver Upton
2019-11-15
1
-2
/
+12
*
|
KVM: nVMX: Check HOST_IA32_PERF_GLOBAL_CTRL on VM-Entry
Oliver Upton
2019-11-15
1
-0
/
+5
*
|
KVM: nVMX: Check GUEST_IA32_PERF_GLOBAL_CTRL on VM-Entry
Oliver Upton
2019-11-15
1
-0
/
+6
*
|
KVM: nVMX: Update vmcs01 TPR_THRESHOLD if L2 changed L1 TPR
Liran Alon
2019-11-15
1
-0
/
+3
*
|
KVM: VMX: Consume pending LAPIC INIT event when exit on INIT_SIGNAL
Liran Alon
2019-11-15
1
-0
/
+1
*
|
KVM: VMX: Rename {vmx,nested_vmx}_vcpu_setup()
Xiaoyao Li
2019-10-22
1
-1
/
+1
*
|
KVM: x86: Add helpers to test/mark reg availability and dirtiness
Sean Christopherson
2019-10-22
1
-2
/
+2
*
|
KVM: nVMX: Always write vmcs02.GUEST_CR3 during nested VM-Enter
Sean Christopherson
2019-10-22
1
-0
/
+10
|
/
*
KVM: nVMX: Fix consistency check on injected exception error code
Sean Christopherson
2019-10-03
1
-1
/
+1
*
KVM: nVMX: cleanup and fix host 64-bit mode checks
Paolo Bonzini
2019-09-25
1
-31
/
+19
*
kvm: nvmx: limit atomic switch MSRs
Marc Orr
2019-09-24
1
-11
/
+32
*
KVM: vmx: Introduce handle_unexpected_vmexit and handle WAITPKG vmexit
Tao Xu
2019-09-24
1
-0
/
+4
*
KVM: x86: Add support for user wait instructions
Tao Xu
2019-09-24
1
-0
/
+1
*
KVM: nVMX: Check Host Address Space Size on vmentry of nested guests
Krish Sadhukhan
2019-09-24
1
-0
/
+28
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-09-18
1
-143
/
+162
|
\
|
*
KVM: x86: Fix INIT signal handling in various CPU states
Liran Alon
2019-09-11
1
-0
/
+14
|
*
KVM: nVMX: trace nested VM-Enter failures detected by H/W
Sean Christopherson
2019-09-11
1
-5
/
+10
|
*
KVM: nVMX: add tracepoint for failed nested VM-Enter
Sean Christopherson
2019-09-11
1
-123
/
+133
|
*
KVM: x86: Refactor up kvm_{g,s}et_msr() to simplify callers
Sean Christopherson
2019-09-10
1
-16
/
+6
*
|
KVM: nVMX: handle page fault in vmread
Paolo Bonzini
2019-09-14
1
-1
/
+3
|
/
*
KVM: nVMX: Set cached_vmcs12 and cached_shadow_vmcs12 NULL after free
Jan Kiszka
2019-07-22
1
-0
/
+2
[next]