index
:
kernel/git/stable/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-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
2025-10-12
KVM: x86: Don't (re)check L1 intercepts when completing userspace I/O
Sean Christopherson
2025-10-02
x86/Kconfig: Reenable PTDUMP on i386
Alexander Popov
2025-10-02
x86/topology: Implement topology_is_core_online() to address SMT regression
Thomas Gleixner
2025-09-25
KVM: SVM: Sync TPR from LAPIC into VMCB::V_TPR even if AVIC is active
Maciej S. Szmigiero
2025-09-25
x86/sev: Guard sev_evict_cache() with CONFIG_AMD_MEM_ENCRYPT
Tom Lendacky
2025-09-19
x86/cpu/topology: Always try cpu_parse_topology_ext() on AMD/Hygon
K Prateek Nayak
2025-09-11
x86/vmscape: Add old Intel CPUs to affected list
Pawan Gupta
2025-09-11
x86/vmscape: Warn when STIBP is disabled with SMT
Pawan Gupta
2025-09-11
x86/bugs: Move cpu_bugs_smt_update() down
Pawan Gupta
2025-09-11
x86/vmscape: Enable the mitigation
Pawan Gupta
2025-09-11
x86/vmscape: Add conditional IBPB mitigation
Pawan Gupta
2025-09-11
x86/vmscape: Enumerate VMSCAPE bug
Pawan Gupta
2025-09-09
x86/mm/64: define ARCH_PAGE_TABLE_SYNC_MASK and arch_sync_kernel_mappings()
Harry Yoo
2025-09-04
x86/cpu/topology: Use initial APIC ID from XTOPOLOGY leaf on AMD/HYGON
K Prateek Nayak
2025-09-04
x86/microcode/AMD: Handle the case of no BIOS microcode
Borislav Petkov (AMD)
2025-09-04
x86/cpu/intel: Fix the constant_tsc model check for Pentium 4
Suchit Karunakaran
2025-09-04
KVM: x86: use array_index_nospec with indices that come from guest
Thijs Raymakers
2025-08-28
x86/cpu/hygon: Add missing resctrl_cpu_detect() in bsp_init helper
Tianxiang Peng
2025-08-28
x86/CPU/AMD: Ignore invalid reset reason value
Yazen Ghannam
2025-08-28
compiler: remove __ADDRESSABLE_ASM{_STR,}() again
Jan Beulich
2025-08-28
crypto: x86/aegis - Add missing error checks
Eric Biggers
2025-08-28
crypto: x86/aegis - Fix sleeping when disallowed on PREEMPT_RT
Eric Biggers
2025-08-20
KVM: VMX: Preserve host's DEBUGCTLMSR_FREEZE_IN_SMM while running the guest
Maxim Levitsky
2025-08-20
KVM: VMX: Wrap all accesses to IA32_DEBUGCTL with getter/setter APIs
Maxim Levitsky
2025-08-20
KVM: nVMX: Check vmcs12->guest_ia32_debugctl on nested VM-Enter
Maxim Levitsky
2025-08-20
KVM: VMX: Extract checking of guest's DEBUGCTL into helper
Sean Christopherson
2025-08-20
x86/sev: Ensure SVSM reserved fields in a page validation entry are initializ...
Tom Lendacky
2025-08-20
x86/fpu: Fix NULL dereference in avx512_status()
Fushuai Wang
2025-08-20
x86/sev: Improve handling of writes to intercepted TSC MSRs
Nikunj A Dadhania
2025-08-20
x86/bugs: Avoid warning when overriding return thunk
Pawan Gupta
2025-08-20
x86/sev/vc: Fix EFI runtime instruction emulation
Gerd Hoffmann
2025-08-20
lib/crypto: x86/poly1305: Fix performance regression on short messages
Eric Biggers
2025-08-20
lib/crypto: x86/poly1305: Fix register corruption in no-SIMD contexts
Eric Biggers
2025-08-15
KVM: VMX: Allow guest to set DEBUGCTL.RTM_DEBUG if RTM is supported
Sean Christopherson
2025-08-15
KVM: x86: Drop kvm_x86_ops.set_dr6() in favor of a new KVM_RUN flag
Sean Christopherson
2025-08-15
KVM: x86: Convert vcpu_run()'s immediate exit param into a generic bitmap
Sean Christopherson
2025-08-15
x86/fpu: Delay instruction pointer fixup until after warning
Dave Hansen
2025-08-15
x86/sev: Evict cache lines during SNP memory validation
Tom Lendacky
2025-08-15
x86/irq: Plug vector setup race
Thomas Gleixner
2025-08-15
x86/bugs: Allow ITS stuffing in eIBRS+retpoline mode also
Pawan Gupta
2025-08-15
x86/bugs: Introduce cdt_possible()
Pawan Gupta
2025-08-15
x86/bugs: Simplify the retbleed=stuff checks
Pawan Gupta
2025-08-15
x86/bugs: Avoid AUTO after the select step in the retbleed mitigation
Pawan Gupta
2025-07-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2025-07-23
KVM: x86/xen: Fix cleanup logic in emulation of Xen schedop poll hypercalls
Manuel Andreas
2025-07-20
Merge tag 'x86-urgent-2025-07-20' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2025-07-20
Merge tag 'hyperv-fixes-signed-20250718' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2025-07-17
Merge tag 'kvm-x86-fixes-6.16-rc7' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-07-17
KVM: TDX: Don't report base TDVMCALLs
Xiaoyao Li
2025-07-15
KVM: VMX: Ensure unused kvm_tdx_capabilities fields are zeroed out
Sean Christopherson
[next]