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.19.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-7.0.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
/
svm
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-25
KVM: SVM: Set/clear CR8 write interception when AVIC is (de)activated
Sean Christopherson
2
-5
/
+9
2026-03-25
KVM: SVM: Add a helper to look up the max physical ID for AVIC
Naveen N Rao
1
-6
/
+20
2026-03-25
KVM: SVM: Limit AVIC physical max index based on configured max_vcpu_ids
Naveen N Rao
1
-2
/
+5
2026-03-25
KVM: SVM: Initialize AVIC VMCB fields if AVIC is enabled with in-kernel APIC
Sean Christopherson
2
-2
/
+2
2026-03-25
KVM: x86: Rename KVM_MSR_RET_INVALID to KVM_MSR_RET_UNSUPPORTED
Sean Christopherson
1
-1
/
+1
2026-03-04
KVM: nSVM: Always use vmcb01 in VMLOAD/VMSAVE emulation
Yosry Ahmed
1
-2
/
+3
2026-03-04
KVM: nSVM: Remove a user-triggerable WARN on nested_svm_load_cr3() succeeding
Sean Christopherson
1
-2
/
+1
2026-01-11
KVM: SVM: Fix redundant updates of LBR MSR intercepts
Yosry Ahmed
2
-0
/
+7
2026-01-11
KVM: nSVM: Fix and simplify LBR virtualization handling with nested
Yosry Ahmed
2
-50
/
+17
2026-01-11
KVM: nSVM: Always recalculate LBR MSR intercepts in svm_update_lbrv()
Yosry Ahmed
1
-10
/
+19
2026-01-11
KVM: SVM: Introduce svm_recalc_lbr_msr_intercepts()
Yosry Ahmed
1
-11
/
+21
2026-01-11
KVM: nSVM: Clear exit_code_hi in VMCB when synthesizing nested VM-Exits
Sean Christopherson
2
-3
/
+6
2026-01-11
KVM: nSVM: Set exit_code_hi to -1 when synthesizing SVM_EXIT_ERR (failed VMRUN)
Sean Christopherson
1
-2
/
+2
2026-01-11
KVM: SVM: Mark VMCB_PERM_MAP as dirty on nested VMRUN
Jim Mattson
1
-0
/
+1
2026-01-11
KVM: nSVM: Propagate SVM_EXIT_CR0_SEL_WRITE correctly for LMSW emulation
Yosry Ahmed
1
-9
/
+9
2026-01-11
KVM: SVM: Mark VMCB_NPT as dirty on nested VMRUN
Jim Mattson
1
-0
/
+1
2026-01-11
KVM: nSVM: Avoid incorrect injection of SVM_EXIT_CR0_SEL_WRITE
Yosry Ahmed
1
-5
/
+19
2026-01-11
KVM: SVM: Don't skip unrelated instruction if INT3/INTO is replaced
Omar Sandoval
1
-11
/
+13
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
1
-0
/
+1
2025-10-19
KVM: SVM: Skip fastpath emulation on VM-Exit if next RIP isn't valid
Sean Christopherson
1
-2
/
+11
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-08-28
KVM: x86: Drop kvm_x86_ops.set_dr6() in favor of a new KVM_RUN flag
Sean Christopherson
1
-4
/
+6
2025-08-28
KVM: x86: Convert vcpu_run()'s immediate exit param into a generic bitmap
Sean Christopherson
1
-2
/
+2
2025-08-28
KVM: x86: Fully defer to vendor code to decide how to force immediate exit
Sean Christopherson
1
-3
/
+4
2025-08-28
KVM: x86: Move handling of is_guest_mode() into fastpath exit handlers
Sean Christopherson
1
-3
/
+3
2025-08-28
KVM: x86: Plumb "force_immediate_exit" into kvm_entry() tracepoint
Sean Christopherson
1
-2
/
+3
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-07-17
KVM: SVM: Reject SEV{-ES} intra host migration if vCPU creation is in-flight
Sean Christopherson
1
-0
/
+4
2025-07-10
x86/bugs: Add a Transient Scheduler Attacks mitigation
Borislav Petkov (AMD)
1
-0
/
+6
2025-06-27
KVM: SVM: Clear current_vmcb during vCPU free for all *possible* CPUs
Yosry Ahmed
1
-1
/
+1
2025-05-22
KVM: SVM: Forcibly leave SMM mode on SHUTDOWN interception
Mikhail Lobanov
1
-0
/
+4
2025-05-22
KVM: SVM: Update SEV-ES shutdown intercepts with more metadata
Peter Gonda
1
-8
/
+7
2025-05-09
KVM: x86: Load DR6 with guest value only before entering .vcpu_run() loop
Sean Christopherson
1
-7
/
+6
2025-05-02
KVM: x86: Reset IRTE to host control if *new* route isn't postable
Sean Christopherson
1
-27
/
+31
2025-05-02
KVM: SVM: Allocate IR data using atomic allocation
Sean Christopherson
1
-1
/
+1
2025-03-13
KVM: SVM: Suppress DEBUGCTL.BTF on AMD
Sean Christopherson
2
-1
/
+10
2025-03-13
KVM: SVM: Drop DEBUGCTL[5:2] from guest's effective value
Sean Christopherson
2
-1
/
+13
2025-02-21
KVM: nSVM: Enter guest mode before initializing nested NPT MMU
Sean Christopherson
1
-5
/
+5
2025-02-17
KVM: x86: Re-split x2APIC ICR into ICR+ICR2 for AMD (x2AVIC)
Sean Christopherson
1
-0
/
+2
2024-11-01
KVM: nSVM: Ignore nCR3[4:0] when loading PDPTEs from memory
Sean Christopherson
1
-1
/
+5
2024-09-12
KVM: SVM: Don't advertise Bus Lock Detect to guest if SVM support is missing
Ravi Bangoria
1
-0
/
+3
2024-09-12
KVM: SVM: fix emulation of msr reads/writes of MSR_FS_BASE and MSR_GS_BASE
Maxim Levitsky
1
-0
/
+12
2024-06-21
KVM: SEV-ES: Delegate LBR virtualization to the processor
Ravi Bangoria
3
-7
/
+17
2024-06-21
KVM: SEV: Do not intercept accesses to MSR_IA32_XSS for SEV-ES guests
Michael Roth
3
-1
/
+21
2024-06-21
KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is absent
Ravi Bangoria
3
-9
/
+14
2024-06-16
KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked
Sean Christopherson
1
-8
/
+19
2024-04-10
KVM: SVM: Add support for allowing zero SEV ASIDs
Ashish Kalra
1
-10
/
+19
2024-04-10
KVM: SVM: Use unsigned integers when dealing with ASIDs
Sean Christopherson
1
-8
/
+10
2024-04-03
SEV: disable SEV-ES DebugSwap by default
Paolo Bonzini
1
-2
/
+5
[next]