index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: vmx: remove unreachable statement in vmx_get_msr_feature()
Miaohe Lin
2020-01-08
1
-2
/
+0
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-12-04
2
-11
/
+9
|
\
|
*
kvm: vmx: Stop wasting a page for guest_msrs
Jim Mattson
2019-12-04
2
-11
/
+9
*
|
Merge branch 'x86-iopl-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-11-26
1
-8
/
+0
|
\
\
|
*
|
x86/tss: Fix and move VMX BUILD_BUG_ON()
Thomas Gleixner
2019-11-16
1
-8
/
+0
*
|
|
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-11-26
1
-6
/
+6
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*
Jiri Slaby
2019-10-18
1
-6
/
+6
*
|
|
kvm: nVMX: Relax guest IA32_FEATURE_CONTROL constraints
Jim Mattson
2019-11-23
1
-1
/
+3
*
|
|
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
4
-60
/
+147
|
\
\
\
|
*
|
|
KVM: vmx: use MSR_IA32_TSX_CTRL to hard-disable TSX on guest that lack it
Paolo Bonzini
2019-11-21
1
-14
/
+30
|
*
|
|
KVM: vmx: implement MSR_IA32_TSX_CTRL disable RTM functionality
Paolo Bonzini
2019-11-21
1
-3
/
+35
|
*
|
|
KVM: VMX: Introduce pi_is_pir_empty() helper
Joao Martins
2019-11-12
2
-3
/
+7
|
*
|
|
KVM: VMX: Do not change PID.NDST when loading a blocked vCPU
Joao Martins
2019-11-12
2
-0
/
+20
|
*
|
|
KVM: VMX: Consider PID.PIR to determine if vCPU has pending interrupts
Joao Martins
2019-11-12
1
-1
/
+5
|
*
|
|
KVM: VMX: Fix comment to specify PID.ON instead of PIR.ON
Liran Alon
2019-11-12
1
-1
/
+1
|
|
|
/
|
|
/
|
|
*
|
KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is active
Paolo Bonzini
2019-10-31
1
-11
/
+3
|
*
|
KVM: nVMX: Don't leak L1 MMIO regions to L2
Jim Mattson
2019-10-22
2
-29
/
+48
*
|
|
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: add CR4_LA57 bit to nested CR4_FIXED1
Chenyi Qiang
2019-11-20
1
-0
/
+1
*
|
|
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
3
-7
/
+101
*
|
|
kvm: vmx: Rename function find_msr() to vmx_find_msr_index()
Aaron Lewis
2019-11-15
1
-5
/
+5
*
|
|
kvm: vmx: Rename NR_AUTOLOAD_MSRS to NR_LOADSTORE_MSRS
Aaron Lewis
2019-11-15
2
-4
/
+4
*
|
|
kvm: nested: Introduce read_and_check_msr_entry()
Aaron Lewis
2019-11-15
1
-13
/
+22
*
|
|
KVM: nVMX: mark functions in the header as "static inline"
Paolo Bonzini
2019-11-15
1
-3
/
+3
*
|
|
KVM: nVMX: Expose load IA32_PERF_GLOBAL_CTRL VM-{Entry,Exit} control
Oliver Upton
2019-11-15
3
-0
/
+25
*
|
|
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: VMX: Add helper to check reserved bits in IA32_PERF_GLOBAL_CTRL
Oliver Upton
2019-11-15
1
-1
/
+1
*
|
|
KVM: x86/vPMU: Add lazy mechanism to release perf_event per vPMC
Like Xu
2019-11-15
1
-0
/
+6
*
|
|
KVM: x86/vPMU: Reuse perf_event to avoid unnecessary pmc_reprogram_counter
Like Xu
2019-11-15
1
-0
/
+2
*
|
|
KVM: x86/vPMU: Introduce a new kvm_pmu_ops->msr_idx_to_pmc callback
Like Xu
2019-11-15
1
-0
/
+13
*
|
|
KVM: x86/vPMU: Rename pmu_ops callbacks from msr_idx to rdpmc_ecx
Like Xu
2019-11-15
1
-5
/
+5
*
|
|
KVM: nVMX: Update vmcs01 TPR_THRESHOLD if L2 changed L1 TPR
Liran Alon
2019-11-15
3
-1
/
+10
*
|
|
KVM: VMX: Refactor update_cr8_intercept()
Liran Alon
2019-11-15
1
-6
/
+3
*
|
|
KVM: VMX: Consume pending LAPIC INIT event when exit on INIT_SIGNAL
Liran Alon
2019-11-15
1
-0
/
+1
*
|
|
KVM: retpolines: x86: eliminate retpoline from vmx.c exit handlers
Andrea Arcangeli
2019-11-15
1
-2
/
+16
*
|
|
KVM: x86: optimize more exit handlers in vmx.c
Andrea Arcangeli
2019-11-15
1
-25
/
+5
*
|
|
kvm: x86: Move IA32_XSS to kvm_{get,set}_msr_common
Aaron Lewis
2019-10-22
1
-18
/
+0
*
|
|
KVM: x86: Move IA32_XSS-swapping on VM-entry/VM-exit to common x86 code
Aaron Lewis
2019-10-22
1
-25
/
+2
*
|
|
KVM: VMX: Use wrmsr for switching between guest and host IA32_XSS on Intel
Aaron Lewis
2019-10-22
1
-7
/
+18
*
|
|
KVM: VMX: Fix conditions for guest IA32_XSS support
Aaron Lewis
2019-10-22
1
-13
/
+11
*
|
|
KVM: x86: Introduce vcpu->arch.xsaves_enabled
Aaron Lewis
2019-10-22
1
-0
/
+5
*
|
|
KVM: VMX: Rename {vmx,nested_vmx}_vcpu_setup()
Xiaoyao Li
2019-10-22
3
-6
/
+7
*
|
|
KVM: VMX: Initialize vmx->guest_msrs[] right after allocation
Xiaoyao Li
2019-10-22
1
-18
/
+16
*
|
|
KVM: VMX: Remove vmx->hv_deadline_tsc initialization from vmx_vcpu_setup()
Xiaoyao Li
2019-10-22
1
-1
/
+0
[next]