index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
/
vmx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-10
x86/perf: Use RET0 as default for guest_get_msrs to handle "no PMU" case
Sean Christopherson
1
-1
/
+1
2021-02-19
KVM: VMX: Dynamically enable/disable PML based on memslot dirty logging
Makarand Sonare
1
-1
/
+27
2021-02-19
KVM: x86: Move MMU's PML logic to common code
Sean Christopherson
1
-54
/
+1
2021-02-19
KVM: x86/mmu: Make dirty log size hook (PML) a value, not a function
Sean Christopherson
1
-7
/
+2
2021-02-19
KVM: nVMX: Disable PML in hardware when running L2
Sean Christopherson
1
-2
/
+10
2021-02-18
KVM: VMX: read idt_vectoring_info a bit earlier
Maxim Levitsky
1
-1
/
+3
2021-02-18
KVM: VMX: Allow INVPCID in guest without PCID
Sean Christopherson
1
-10
/
+0
2021-02-18
KVM: x86: Advertise INVPCID by default
Sean Christopherson
1
-2
/
+2
2021-02-09
KVM: x86: hyper-v: Prepare to meet unallocated Hyper-V context
Vitaly Kuznetsov
1
-3
/
+1
2021-02-09
KVM: x86: hyper-v: Always use to_hv_vcpu() accessor to get to 'struct kvm_vcp...
Vitaly Kuznetsov
1
-3
/
+5
2021-02-09
KVM: x86: hyper-v: Introduce to_kvm_hv() helper
Vitaly Kuznetsov
1
-1
/
+2
2021-02-09
KVM: x86: move kvm_inject_gp up from kvm_set_dr to callers
Paolo Bonzini
1
-7
/
+10
2021-02-09
KVM: x86: reading DR cannot fail
Paolo Bonzini
1
-2
/
+1
2021-02-04
KVM: VMX: Use GPA legality helpers to replace open coded equivalents
Sean Christopherson
1
-1
/
+1
2021-02-04
KVM: x86: move kvm_inject_gp up from kvm_set_xcr to callers
Paolo Bonzini
1
-3
/
+2
2021-02-04
KVM: move EXIT_FASTPATH_REENTER_GUEST to common code
Paolo Bonzini
1
-18
/
+1
2021-02-04
KVM: VMX: Use the kernel's version of VMXOFF
Sean Christopherson
1
-12
/
+3
2021-02-04
KVM: VMX: Move Intel PT shenanigans out of VMXON/VMXOFF flows
Sean Christopherson
1
-4
/
+7
2021-02-04
KVM/nVMX: Use __vmx_vcpu_run in nested_vmx_check_vmentry_hw
Uros Bizjak
1
-2
/
+0
2021-02-04
KVM: X86: prepend vmx/svm prefix to additional kvm_x86_ops functions
Jason Baron
1
-15
/
+15
2021-02-04
KVM: X86: Rename DR6_INIT to DR6_ACTIVE_LOW
Chenyi Qiang
1
-2
/
+2
2021-02-04
KVM: vmx/pmu: Emulate legacy freezing LBRs on virtual PMI
Like Xu
1
-1
/
+1
2021-02-04
KVM: vmx/pmu: Pass-through LBR msrs when the guest LBR event is ACTIVE
Like Xu
1
-0
/
+10
2021-02-04
KVM: vmx/pmu: Create a guest LBR event when vcpu sets DEBUGCTLMSR_LBR
Like Xu
1
-0
/
+3
2021-02-04
KVM: vmx/pmu: Add PMU_CAP_LBR_FMT check when guest LBR is enabled
Like Xu
1
-1
/
+11
2021-02-04
KVM: vmx/pmu: Add PMU_CAP_LBR_FMT check when guest LBR is enabled
Paolo Bonzini
1
-0
/
+12
2021-02-04
KVM: x86/vmx: Make vmx_set_intercept_for_msr() non-static
Like Xu
1
-1
/
+1
2021-02-04
KVM: VMX: read/write MSR_IA32_DEBUGCTLMSR from GUEST_IA32_DEBUGCTL
Like Xu
1
-4
/
+19
2021-02-04
KVM: VMX: Enable bus lock VM exit
Chenyi Qiang
1
-2
/
+35
2021-02-04
KVM: VMX: Convert vcpu_vmx.exit_reason to a union
Sean Christopherson
1
-33
/
+35
2021-02-01
KVM: x86: Allow guests to see MSR_IA32_TSX_CTRL even if tsx=off
Paolo Bonzini
1
-4
/
+13
2021-01-25
kvm: tracing: Fix unmatched kvm_entry and kvm_exit events
Lorenzo Brescia
1
-0
/
+2
2021-01-07
KVM: SVM: Add support for booting APs in an SEV-ES guest
Tom Lendacky
1
-0
/
+2
2020-12-15
KVM: SVM: Do not report support for SMM for an SEV-ES guest
Tom Lendacky
1
-1
/
+5
2020-12-15
KVM: x86: introduce complete_emulated_msr callback
Paolo Bonzini
1
-0
/
+1
2020-12-14
KVM/VMX/SVM: Move kvm_machine_check function to x86.h
Uros Bizjak
1
-20
/
+0
2020-12-11
KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bits
Paolo Bonzini
1
-4
/
+4
2020-11-15
kvm: x86: Sink cpuid update into vendor-specific set_cr4 functions
Jim Mattson
1
-0
/
+4
2020-11-15
KVM: X86: Implement ring-based dirty memory tracking
Peter Xu
1
-0
/
+7
2020-11-15
KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
Peter Xu
1
-46
/
+42
2020-11-15
KVM: x86: fix apic_accept_events vs check_nested_events
Paolo Bonzini
1
-1
/
+1
2020-11-15
KVM: x86: Return bool instead of int for CR4 and SREGS validity checks
Sean Christopherson
1
-1
/
+1
2020-11-15
KVM: x86: Move vendor CR4 validity check to dedicated kvm_x86_ops hook
Sean Christopherson
1
-13
/
+18
2020-11-15
KVM: VMX: Drop explicit 'nested' check from vmx_set_cr4()
Sean Christopherson
1
-12
/
+7
2020-11-15
KVM: VMX: Drop guest CPUID check for VMXE in vmx_set_cr4()
Sean Christopherson
1
-2
/
+3
2020-10-31
KVM: vmx: remove unused variable
Paolo Bonzini
1
-2
/
+0
2020-10-31
KVM: VMX: eVMCS: make evmcs_sanitize_exec_ctrls() work again
Vitaly Kuznetsov
1
-1
/
+3
2020-10-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2020-10-24
KVM: vmx: rename pi_init to avoid conflict with paride
Paolo Bonzini
1
-1
/
+1
2020-10-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-778
/
+481
[next]