index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
/
vmx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-13
KVM/VMX: Move VERW closer to VMentry for MDS mitigation
Pawan Gupta
1
-4
/
+8
2024-04-13
x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key
Pawan Gupta
1
-1
/
+1
2023-08-11
KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guest
Sean Christopherson
1
-4
/
+9
2023-08-11
KVM: nVMX: Do not clear CR3 load/store exiting bits if L1 wants 'em
Sean Christopherson
1
-9
/
+37
2023-08-11
KVM: VMX: Fold ept_update_paging_mode_cr0() back into vmx_set_cr0()
Sean Christopherson
1
-23
/
+17
2023-08-11
KVM: VMX: Invert handling of CR0.WP for EPT without unrestricted guest
Sean Christopherson
1
-9
/
+5
2023-05-17
KVM: x86: do not report a vCPU as preempted outside instruction boundaries
Paolo Bonzini
1
-0
/
+1
2023-05-17
KVM: nVMX: Emulate NOPs in L2, and PAUSE if it's not intercepted
Sean Christopherson
1
-0
/
+15
2023-03-17
KVM: VMX: Fix crash due to uninitialized current_vmcs
Alexandru Matei
1
-2
/
+7
2023-03-17
KVM: VMX: Introduce vmx_msr_bitmap_l01_changed() helper
Vitaly Kuznetsov
1
-4
/
+13
2023-03-17
KVM: nVMX: Don't use Enlightened MSR Bitmap for L3
Vitaly Kuznetsov
1
-9
/
+13
2023-02-25
KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRS
Jim Mattson
1
-2
/
+4
2023-02-01
KVM: x86/vmx: Do not skip segment attributes if unusable bit is set
Hendrik Borghorst
1
-12
/
+9
2022-10-26
KVM: VMX: Drop bits 31:16 when shoving exception error code into VMCS
Sean Christopherson
1
-1
/
+11
2022-08-21
KVM: x86: Move vendor CR4 validity check to dedicated kvm_x86_ops hook
Sean Christopherson
1
-13
/
+18
2022-08-21
KVM: VMX: Drop explicit 'nested' check from vmx_set_cr4()
Sean Christopherson
1
-12
/
+7
2022-08-21
KVM: VMX: Drop guest CPUID check for VMXE in vmx_set_cr4()
Sean Christopherson
1
-2
/
+3
2022-07-25
KVM: VMX: Fix IBRS handling after vmexit
Josh Poimboeuf
1
-1
/
+6
2022-07-25
KVM: VMX: Prevent guest RSB poisoning attacks with eIBRS
Josh Poimboeuf
1
-20
/
+28
2022-07-25
KVM: VMX: Convert launched argument to flags
Josh Poimboeuf
1
-3
/
+14
2022-07-25
x86/kvm/vmx: Make noinstr clean
Peter Zijlstra
1
-3
/
+3
2022-07-25
KVM/nVMX: Use __vmx_vcpu_run in nested_vmx_check_vmentry_hw
Uros Bizjak
1
-2
/
+0
2022-06-22
KVM: x86: Account a variety of miscellaneous allocations
Sean Christopherson
1
-1
/
+1
2022-06-16
KVM: x86/speculation: Disable Fill buffer clear within guests
Pawan Gupta
1
-0
/
+69
2022-06-16
x86/speculation/mmio: Add mitigation for Processor MMIO Stale Data
Pawan Gupta
1
-0
/
+3
2022-02-16
KVM: VMX: Set vmcs.PENDING_DBG.BS on #DB in STI/MOVSS blocking shadow
Sean Christopherson
1
-0
/
+25
2022-01-20
KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest
Sean Christopherson
1
-0
/
+1
2021-12-29
KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPU
Sean Christopherson
1
-2
/
+1
2021-12-08
KVM: nVMX: Flush current VPID (L1 vs. L2) for KVM_REQ_TLB_FLUSH_GUEST
Sean Christopherson
1
-9
/
+14
2021-11-18
KVM: nVMX: Query current VMCS when determining if MSR bitmaps are in use
Sean Christopherson
1
-4
/
+4
2021-11-18
KVM: VMX: Unregister posted interrupt wakeup handler on hardware unsetup
Sean Christopherson
1
-2
/
+5
2021-10-27
KVM: nVMX: promptly process interrupts delivered while in guest mode
Paolo Bonzini
1
-11
/
+6
2021-10-06
KVM: nVMX: Filter out all unsupported controls when eVMCS was activated
Vitaly Kuznetsov
1
-4
/
+5
2021-09-15
KVM: VMX: avoid running vmx_handle_exit_irqoff in case of emulation
Maxim Levitsky
1
-0
/
+3
2021-07-14
KVM: nVMX: Handle split-lock #AC exceptions that happen in L2
Sean Christopherson
1
-2
/
+2
2021-05-28
KVM: x86: Defer vtime accounting 'til after IRQ handling
Wanpeng Li
1
-3
/
+3
2021-05-19
KVM: VMX: Disable preemption when probing user return MSRs
Sean Christopherson
1
-4
/
+1
2021-05-19
KVM: VMX: Do not advertise RDPID if ENABLE_RDTSCP control is unsupported
Sean Christopherson
1
-2
/
+4
2021-05-19
KVM: x86: Move RDPID emulation intercept to its own enum
Sean Christopherson
1
-1
/
+2
2021-05-19
KVM/VMX: Invoke NMI non-IST entry instead of IST entry
Lai Jiangshan
1
-7
/
+9
2021-05-14
KVM: VMX: Intercept FS/GS_BASE MSR accesses for 32-bit KVM
Sean Christopherson
1
-0
/
+4
2021-05-14
KVM: x86: dump_vmcs should not assume GUEST_IA32_EFER is valid
David Edmondson
1
-6
/
+3
2021-04-21
KVM: VMX: Don't use vcpu->run->internal.ndata as an array index
Reiji Watanabe
1
-5
/
+5
2021-04-21
KVM: VMX: Convert vcpu_vmx.exit_reason to a union
Sean Christopherson
1
-33
/
+35
2021-02-10
KVM: x86: Allow guests to see MSR_IA32_TSX_CTRL even if tsx=off
Paolo Bonzini
1
-4
/
+13
2020-12-30
KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bits
Paolo Bonzini
1
-4
/
+4
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
[next]