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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
Age
Commit message (
Expand
)
Author
Files
Lines
9 days
KVM: SVM: Fix redundant updates of LBR MSR intercepts
Yosry Ahmed
2
-0
/
+7
9 days
KVM: nSVM: Fix and simplify LBR virtualization handling with nested
Yosry Ahmed
2
-50
/
+17
9 days
KVM: nSVM: Always recalculate LBR MSR intercepts in svm_update_lbrv()
Yosry Ahmed
1
-10
/
+19
9 days
KVM: SVM: Introduce svm_recalc_lbr_msr_intercepts()
Yosry Ahmed
1
-11
/
+21
9 days
KVM: nVMX: Immediately refresh APICv controls as needed on nested VM-Exit
Dongli Zhang
3
-2
/
+3
9 days
KVM: nSVM: Clear exit_code_hi in VMCB when synthesizing nested VM-Exits
Sean Christopherson
2
-3
/
+6
9 days
KVM: nSVM: Set exit_code_hi to -1 when synthesizing SVM_EXIT_ERR (failed VMRUN)
Sean Christopherson
1
-2
/
+2
9 days
KVM: SVM: Mark VMCB_PERM_MAP as dirty on nested VMRUN
Jim Mattson
1
-0
/
+1
9 days
KVM: nSVM: Propagate SVM_EXIT_CR0_SEL_WRITE correctly for LMSW emulation
Yosry Ahmed
1
-9
/
+9
9 days
KVM: SVM: Mark VMCB_NPT as dirty on nested VMRUN
Jim Mattson
1
-0
/
+1
9 days
KVM: nSVM: Avoid incorrect injection of SVM_EXIT_CR0_SEL_WRITE
Yosry Ahmed
1
-5
/
+19
9 days
KVM: x86: Fix VM hard lockup after prolonged inactivity with periodic HV timer
fuqiang wang
1
-5
/
+23
9 days
KVM: x86: Explicitly set new periodic hrtimer expiration in apic_timer_fn()
fuqiang wang
1
-1
/
+1
9 days
KVM: x86: WARN if hrtimer callback for periodic APIC timer fires with period=0
Sean Christopherson
1
-1
/
+1
9 days
KVM: x86: Don't clear async #PF queue when CR0.PG is disabled (e.g. on #SMI)
Maxim Levitsky
1
-10
/
+15
9 days
KVM: SVM: Don't skip unrelated instruction if INT3/INTO is replaced
Omar Sandoval
2
-11
/
+34
2025-11-24
KVM: SVM: Mark VMCB_LBR dirty when MSR_IA32_DEBUGCTLMSR is updated
Yosry Ahmed
1
-0
/
+4
2025-10-19
KVM: SVM: Emulate PERF_CNTR_GLOBAL_STATUS_SET for PerfMonV2
Sean Christopherson
3
-0
/
+8
2025-10-19
KVM: SVM: Skip fastpath emulation on VM-Exit if next RIP isn't valid
Sean Christopherson
1
-2
/
+11
2025-10-12
KVM: x86: Don't (re)check L1 intercepts when completing userspace I/O
Sean Christopherson
3
-14
/
+13
2025-09-25
KVM: SVM: Sync TPR from LAPIC into VMCB::V_TPR even if AVIC is active
Maciej S. Szmigiero
1
-2
/
+1
2025-09-19
KVM: SVM: Set synthesized TSA CPUID flags
Borislav Petkov (AMD)
1
-0
/
+5
2025-09-11
x86/vmscape: Add conditional IBPB mitigation
Pawan Gupta
1
-0
/
+9
2025-09-04
KVM: x86: use array_index_nospec with indices that come from guest
Thijs Raymakers
2
-2
/
+7
2025-08-28
KVM: x86: Take irqfds.lock when adding/deleting IRQ bypass producer
Sean Christopherson
1
-3
/
+15
2025-08-28
KVM: VMX: Preserve host's DEBUGCTLMSR_FREEZE_IN_SMM while running the guest
Maxim Levitsky
4
-3
/
+34
2025-08-28
KVM: VMX: Wrap all accesses to IA32_DEBUGCTL with getter/setter APIs
Maxim Levitsky
4
-12
/
+24
2025-08-28
KVM: nVMX: Check vmcs12->guest_ia32_debugctl on nested VM-Enter
Maxim Levitsky
3
-5
/
+15
2025-08-28
KVM: VMX: Extract checking of guest's DEBUGCTL into helper
Sean Christopherson
1
-12
/
+17
2025-08-28
KVM: VMX: Allow guest to set DEBUGCTL.RTM_DEBUG if RTM is supported
Sean Christopherson
1
-0
/
+4
2025-08-28
KVM: x86: Drop kvm_x86_ops.set_dr6() in favor of a new KVM_RUN flag
Sean Christopherson
3
-12
/
+10
2025-08-28
KVM: x86: Convert vcpu_run()'s immediate exit param into a generic bitmap
Sean Christopherson
3
-5
/
+12
2025-08-28
KVM: x86: Fully defer to vendor code to decide how to force immediate exit
Sean Christopherson
4
-32
/
+19
2025-08-28
KVM: VMX: Handle KVM-induced preemption timer exits in fastpath for L2
Sean Christopherson
1
-2
/
+20
2025-08-28
KVM: x86: Move handling of is_guest_mode() into fastpath exit handlers
Sean Christopherson
2
-6
/
+6
2025-08-28
KVM: VMX: Handle forced exit due to preemption timer in fastpath
Sean Christopherson
1
-5
/
+8
2025-08-28
KVM: VMX: Re-enter guest in fastpath for "spurious" preemption timer exits
Sean Christopherson
1
-2
/
+9
2025-08-28
KVM: x86: Plumb "force_immediate_exit" into kvm_entry() tracepoint
Sean Christopherson
4
-8
/
+12
2025-08-28
KVM: x86: Snapshot the host's DEBUGCTL after disabling IRQs
Sean Christopherson
1
-1
/
+2
2025-08-28
KVM: x86: Snapshot the host's DEBUGCTL in common x86
Sean Christopherson
3
-8
/
+3
2025-08-28
KVM: nVMX: Defer SVI update to vmcs01 on EOI when L2 is active w/o VID
Chao Gao
5
-0
/
+34
2025-08-28
KVM: x86: Plumb in the vCPU to kvm_x86_ops.hwapic_isr_update()
Sean Christopherson
2
-5
/
+5
2025-08-28
KVM: SVM: Set RFLAGS.IF=1 in C code, to get VMRUN out of the STI shadow
Sean Christopherson
2
-8
/
+15
2025-08-28
KVM: x86/hyper-v: Skip non-canonical addresses during PV TLB flush
Manuel Andreas
1
-0
/
+3
2025-07-24
KVM: x86/xen: Fix cleanup logic in emulation of Xen schedop poll hypercalls
Manuel Andreas
1
-1
/
+1
2025-07-17
KVM: SVM: Reject SEV{-ES} intra host migration if vCPU creation is in-flight
Sean Christopherson
1
-0
/
+4
2025-07-17
KVM: x86/xen: Allow 'out of range' event channel ports in IRQ routing table.
David Woodhouse
1
-2
/
+13
2025-07-10
KVM: SVM: Advertise TSA CPUID bits to guests
Borislav Petkov (AMD)
2
-1
/
+15
2025-07-10
x86/bugs: Add a Transient Scheduler Attacks mitigation
Borislav Petkov (AMD)
1
-0
/
+6
2025-07-10
x86/bugs: Rename MDS machinery to something more generic
Borislav Petkov (AMD)
1
-1
/
+1
[next]