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/pmu: Fix dummy check if lbr_desc->event is created
Like Xu
2021-02-23
1
-2
/
+2
*
KVM: VMX: Dynamically enable/disable PML based on memslot dirty logging
Makarand Sonare
2021-02-19
3
-1
/
+34
*
KVM: x86: Move MMU's PML logic to common code
Sean Christopherson
2021-02-19
1
-54
/
+1
*
KVM: x86/mmu: Make dirty log size hook (PML) a value, not a function
Sean Christopherson
2021-02-19
1
-7
/
+2
*
KVM: nVMX: Disable PML in hardware when running L2
Sean Christopherson
2021-02-19
2
-16
/
+25
*
KVM: nVMX: no need to undo inject_page_fault change on nested vmexit
Paolo Bonzini
2021-02-18
1
-3
/
+0
*
KVM: VMX: read idt_vectoring_info a bit earlier
Maxim Levitsky
2021-02-18
1
-1
/
+3
*
KVM: VMX: Allow INVPCID in guest without PCID
Sean Christopherson
2021-02-18
1
-10
/
+0
*
KVM: x86: Advertise INVPCID by default
Sean Christopherson
2021-02-18
1
-2
/
+2
*
KVM: x86: hyper-v: Prepare to meet unallocated Hyper-V context
Vitaly Kuznetsov
2021-02-09
1
-3
/
+1
*
KVM: x86: hyper-v: Always use to_hv_vcpu() accessor to get to 'struct kvm_vcp...
Vitaly Kuznetsov
2021-02-09
1
-3
/
+5
*
KVM: x86: hyper-v: Introduce to_kvm_hv() helper
Vitaly Kuznetsov
2021-02-09
1
-1
/
+2
*
KVM: x86: move kvm_inject_gp up from kvm_set_dr to callers
Paolo Bonzini
2021-02-09
1
-7
/
+10
*
KVM: x86: reading DR cannot fail
Paolo Bonzini
2021-02-09
1
-2
/
+1
*
KVM: VMX: Use GPA legality helpers to replace open coded equivalents
Sean Christopherson
2021-02-04
2
-20
/
+8
*
KVM: x86: move kvm_inject_gp up from kvm_set_xcr to callers
Paolo Bonzini
2021-02-04
1
-3
/
+2
*
KVM: move EXIT_FASTPATH_REENTER_GUEST to common code
Paolo Bonzini
2021-02-04
1
-18
/
+1
*
KVM: VMX: Use the kernel's version of VMXOFF
Sean Christopherson
2021-02-04
1
-12
/
+3
*
KVM: VMX: Move Intel PT shenanigans out of VMXON/VMXOFF flows
Sean Christopherson
2021-02-04
1
-4
/
+7
*
KVM/nVMX: Use __vmx_vcpu_run in nested_vmx_check_vmentry_hw
Uros Bizjak
2021-02-04
4
-32
/
+5
*
KVM: X86: prepend vmx/svm prefix to additional kvm_x86_ops functions
Jason Baron
2021-02-04
3
-17
/
+17
*
KVM: X86: Rename DR6_INIT to DR6_ACTIVE_LOW
Chenyi Qiang
2021-02-04
2
-4
/
+4
*
KVM: vmx/pmu: Expose LBR_FMT in the MSR_IA32_PERF_CAPABILITIES
Like Xu
2021-02-04
1
-1
/
+8
*
KVM: vmx/pmu: Release guest LBR event via lazy release mechanism
Like Xu
2021-02-04
1
-1
/
+20
*
KVM: vmx/pmu: Emulate legacy freezing LBRs on virtual PMI
Like Xu
2021-02-04
3
-2
/
+34
*
KVM: vmx/pmu: Reduce the overhead of LBR pass-through or cancellation
Like Xu
2021-02-04
2
-0
/
+16
*
KVM: vmx/pmu: Pass-through LBR msrs when the guest LBR event is ACTIVE
Like Xu
2021-02-04
3
-3
/
+135
*
KVM: vmx/pmu: Create a guest LBR event when vcpu sets DEBUGCTLMSR_LBR
Like Xu
2021-02-04
3
-0
/
+76
*
KVM: vmx/pmu: Add PMU_CAP_LBR_FMT check when guest LBR is enabled
Like Xu
2021-02-04
4
-2
/
+25
*
KVM: vmx/pmu: Add PMU_CAP_LBR_FMT check when guest LBR is enabled
Paolo Bonzini
2021-02-04
4
-0
/
+43
*
KVM: x86/pmu: preserve IA32_PERF_CAPABILITIES across CPUID refresh
Paolo Bonzini
2021-02-04
1
-6
/
+10
*
KVM: x86/vmx: Make vmx_set_intercept_for_msr() non-static
Like Xu
2021-02-04
2
-1
/
+3
*
KVM: VMX: read/write MSR_IA32_DEBUGCTLMSR from GUEST_IA32_DEBUGCTL
Like Xu
2021-02-04
2
-4
/
+24
*
KVM: VMX: Use x2apic_mode to avoid RDMSR when querying PI state
Sean Christopherson
2021-02-04
1
-3
/
+3
*
KVM: VMX: Enable bus lock VM exit
Chenyi Qiang
2021-02-04
3
-3
/
+42
*
KVM: VMX: Convert vcpu_vmx.exit_reason to a union
Sean Christopherson
2021-02-04
3
-49
/
+86
*
KVM: x86: Allow guests to see MSR_IA32_TSX_CTRL even if tsx=off
Paolo Bonzini
2021-02-01
1
-4
/
+13
*
KVM: x86: allow KVM_REQ_GET_NESTED_STATE_PAGES outside guest mode for VMX
Paolo Bonzini
2021-01-26
1
-6
/
+25
*
KVM: nVMX: Sync unsync'd vmcs02 state to vmcs12 on migration
Maxim Levitsky
2021-01-26
1
-5
/
+8
*
kvm: tracing: Fix unmatched kvm_entry and kvm_exit events
Lorenzo Brescia
2021-01-26
1
-0
/
+2
*
KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in intel_arch_events[]
Like Xu
2021-01-26
1
-1
/
+1
*
KVM: x86/pmu: Fix UBSAN shift-out-of-bounds warning in intel_pmu_refresh()
Like Xu
2021-01-26
1
-0
/
+4
*
KVM: SVM: Add support for booting APs in an SEV-ES guest
Tom Lendacky
2021-01-08
1
-0
/
+2
*
KVM: nSVM: cancel KVM_REQ_GET_NESTED_STATE_PAGES on nested vmexit
Maxim Levitsky
2021-01-08
1
-0
/
+2
*
KVM: SVM: Do not report support for SMM for an SEV-ES guest
Tom Lendacky
2020-12-15
1
-1
/
+5
*
KVM: x86: introduce complete_emulated_msr callback
Paolo Bonzini
2020-12-15
1
-0
/
+1
*
KVM/VMX/SVM: Move kvm_machine_check function to x86.h
Uros Bizjak
2020-12-14
1
-20
/
+0
*
KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bits
Paolo Bonzini
2020-12-12
1
-4
/
+4
*
KVM/VMX: Use TEST %REG,%REG instead of CMP $0,%REG in vmenter.S
Uros Bizjak
2020-12-12
1
-1
/
+1
*
kvm: x86: Sink cpuid update into vendor-specific set_cr4 functions
Jim Mattson
2020-11-15
1
-0
/
+4
[next]