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
Age
Commit message (
Expand
)
Author
Files
Lines
5 days
KVM: x86: Use scratch field in MMIO fragment to hold small write values
Sean Christopherson
1
-1
/
+13
5 days
KVM: Remove subtle "struct kvm_stats_desc" pseudo-overlay
Sean Christopherson
1
-2
/
+2
5 days
KVM: SEV: Drop WARN on large size for KVM_MEMORY_ENCRYPT_REG_REGION
Sean Christopherson
1
-4
/
+7
5 days
KVM: SEV: Disallow LAUNCH_FINISH if vCPUs are actively being created
Sean Christopherson
1
-2
/
+8
5 days
KVM: SEV: Reject attempts to sync VMSA of an already-launched/encrypted vCPU
Sean Christopherson
1
-0
/
+3
2026-04-02
KVM: x86/mmu: Drop/zap existing present SPTE even when creating an MMIO SPTE
Sean Christopherson
1
-6
/
+8
2026-03-25
KVM: x86: Introduce KVM_X86_QUIRK_VMCS12_ALLOW_FREEZE_IN_SMM
Jim Mattson
1
-4
/
+18
2026-03-25
KVM: nVMX: Add consistency checks for CR0.WP and CR4.CET
Chao Gao
1
-0
/
+6
2026-03-25
KVM: x86: Introduce Intel specific quirk KVM_X86_QUIRK_IGNORE_GUEST_PAT
Yan Zhao
4
-13
/
+46
2026-03-25
KVM: x86: Introduce supported_quirks to block disabling quirks
Yan Zhao
2
-4
/
+7
2026-03-25
KVM: x86: Allow vendor code to disable quirks
Paolo Bonzini
3
-0
/
+4
2026-03-25
KVM: x86: do not allow re-enabling quirks
Paolo Bonzini
1
-1
/
+1
2026-03-25
KVM: x86: Quirk initialization of feature MSRs to KVM's max configuration
Sean Christopherson
3
-7
/
+14
2026-03-25
KVM: x86: Co-locate initialization of feature MSRs in kvm_arch_vcpu_create()
Sean Christopherson
1
-2
/
+2
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-13
KVM: x86: Ignore -EBUSY when checking nested events from vcpu_block()
Sean Christopherson
1
-2
/
+1
2026-03-04
KVM: x86: Add SRCU protection for reading PDPTRs in __get_sregs2()
Vasiliy Kovalev
1
-0
/
+2
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-03-04
KVM: x86: Return "unsupported" instead of "invalid" on access to unsupported ...
Sean Christopherson
1
-20
/
+20
2026-01-23
x86/fpu: Clear XSTATE_BV[i] in guest XSAVE state whenever XFD[i]=1
Sean Christopherson
1
-0
/
+9
2026-01-08
KVM: nSVM: Clear exit_code_hi in VMCB when synthesizing nested VM-Exits
Sean Christopherson
2
-3
/
+6
2026-01-08
KVM: nSVM: Set exit_code_hi to -1 when synthesizing SVM_EXIT_ERR (failed VMRUN)
Sean Christopherson
1
-2
/
+2
2026-01-08
KVM: nVMX: Immediately refresh APICv controls as needed on nested VM-Exit
Dongli Zhang
1
-1
/
+2
2026-01-08
KVM: SVM: Mark VMCB_PERM_MAP as dirty on nested VMRUN
Jim Mattson
1
-0
/
+1
2026-01-08
KVM: nSVM: Propagate SVM_EXIT_CR0_SEL_WRITE correctly for LMSW emulation
Yosry Ahmed
1
-9
/
+9
2026-01-08
KVM: SVM: Mark VMCB_NPT as dirty on nested VMRUN
Jim Mattson
1
-0
/
+1
2026-01-08
KVM: nSVM: Avoid incorrect injection of SVM_EXIT_CR0_SEL_WRITE
Yosry Ahmed
1
-5
/
+19
2026-01-08
KVM: x86: Fix VM hard lockup after prolonged inactivity with periodic HV timer
fuqiang wang
1
-5
/
+23
2026-01-08
KVM: x86: Explicitly set new periodic hrtimer expiration in apic_timer_fn()
fuqiang wang
1
-1
/
+1
2026-01-08
KVM: x86: WARN if hrtimer callback for periodic APIC timer fires with period=0
Sean Christopherson
1
-1
/
+1
2026-01-08
KVM: x86: Don't clear async #PF queue when CR0.PG is disabled (e.g. on #SMI)
Maxim Levitsky
1
-10
/
+15
2025-12-12
KVM: SVM: Don't skip unrelated instruction if INT3/INTO is replaced
Omar Sandoval
2
-11
/
+34
2025-12-07
KVM: SVM: Fix redundant updates of LBR MSR intercepts
Yosry Ahmed
2
-0
/
+7
2025-12-07
KVM: nSVM: Fix and simplify LBR virtualization handling with nested
Yosry Ahmed
2
-50
/
+17
2025-12-07
KVM: nSVM: Always recalculate LBR MSR intercepts in svm_update_lbrv()
Yosry Ahmed
1
-10
/
+19
2025-12-07
KVM: SVM: Introduce svm_recalc_lbr_msr_intercepts()
Yosry Ahmed
1
-11
/
+21
2025-11-24
KVM: VMX: Fix check for valid GVA on an EPT violation
Sukrit Bhatnagar
1
-1
/
+1
2025-11-24
KVM: VMX: Split out guts of EPT violation to common/exposed function
Sean Christopherson
2
-22
/
+37
2025-11-24
KVM: SVM: Mark VMCB_LBR dirty when MSR_IA32_DEBUGCTLMSR is updated
Yosry Ahmed
1
-0
/
+4
2025-11-02
perf/x86/intel: Add ICL_FIXED_0_ADAPTIVE bit into INTEL_FIXED_BITS_MASK
Dapeng Mi
1
-1
/
+1
2025-10-19
KVM: x86: Advertise SRSO_USER_KERNEL_NO to userspace
Borislav Petkov (AMD)
1
-1
/
+1
2025-10-19
KVM: SVM: Emulate PERF_CNTR_GLOBAL_STATUS_SET for PerfMonV2
Sean Christopherson
3
-0
/
+8
2025-10-15
KVM: SVM: Skip fastpath emulation on VM-Exit if next RIP isn't valid
Sean Christopherson
1
-2
/
+10
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: Set/clear SRSO's BP_SPEC_REDUCE on 0 <=> 1 VM count transitions
Sean Christopherson
2
-6
/
+67
2025-09-25
x86/bugs: KVM: Add support for SRSO_MSR_FIX
Borislav Petkov
1
-0
/
+6
[next]