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-7.2.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
22 hours
KVM: x86: Move enabling EFER.SVME and EFER.LMSLE to generic EFER setup
Yosry Ahmed
22 hours
KVM: x86: Ensure runtime reads of disabled_quirks are resolved once
Sean Christopherson
22 hours
KVM: x86: Serialize writes to disabled_quirks using kvm->lock
Sean Christopherson
22 hours
KVM: x86: hyper-v: Clamp stimer deadline to avoid livelock
Carlos López
22 hours
KVM: x86/mmu: Consume the locked rmap value in the lockless rmap walk
Phil Rosenthal
22 hours
KVM: x86/mmu: Use CMPXCHG when clearing Accessed bit in TDP MMU
Sean Christopherson
22 hours
KVM: nVM: Ensure INVVPID is emulated on the correct physical CPU
Yosry Ahmed
22 hours
KVM: nVMX: Service local TLB flushes on failed nested VM-Enter
Yosry Ahmed
22 hours
KVM: nVMX: Ensure KVM_REQ_GET_NESTED_STATE_PAGES is cleared on VM-Exit
Sean Christopherson
22 hours
KVM: nVMX: Decouple INVVPID operand checks from flushing of vpid02
Sean Christopherson
22 hours
KVM: nVMX: Always flush vpid02 on first use
Yosry Ahmed
22 hours
perf/x86/intel: Remove anythread_deprecated bit from perf_capabilities
Dapeng Mi
22 hours
perf/x86/intel: Fix kernel address leakages in LBR stack
Dapeng Mi
22 hours
KVM: SEV: Forcefully invalidate SNP VMSA if its backing gmem page is zapped
Sean Christopherson
22 hours
KVM: x86/mmu: Use split "zap all fast" helpers when invalidating memslot
Sean Christopherson
22 hours
KVM: x86/mmu: Split kvm_mmu_zap_all_fast() into "front" and "back" halves
Sean Christopherson
22 hours
KVM: x86/mmu: Fold kvm_mmu_zap_memslot() into kvm_arch_flush_shadow_memslot()
Sean Christopherson
5 days
bpf, x86: Fix per-CPU address resolution into an extended register
Vineet Gupta
5 days
x86/tdx: Fix zero-extension for 32-bit port I/O
Kiryl Shutsemau (Meta)
5 days
x86/tdx: Fix off-by-one in port I/O handling
Kiryl Shutsemau (Meta)
5 days
x86/insn-eval: Move assign_register() out of KVM as insn_assign_reg()
Kiryl Shutsemau (Meta)
5 days
x86/locking: Use sfence for wmb() if SSE is available
Yao Zi
10 days
KVM: SEV: Wire up kvm_x86_ops.gmem_xxx() if and only if CONFIG_KVM_AMD_SEV=y
Sean Christopherson
10 days
KVM: SEV: Mark vCPU RUNNABLE after AP_CREATE, even if VMSA is unusable
Sean Christopherson
10 days
KVM: SEV: Extract loading of guest-provided VMSA to a separate helper
Sean Christopherson
10 days
KVM: SEV: Track the GPA of the guest-controlled VMSA used for SNP guests
Sean Christopherson
10 days
KVM: SEV: Drop FOLL_WRITE for encrypted region registration
Pankaj Gupta
10 days
KVM: SEV: Allocate full pages for {DE,EN}CRYPT ops on SNP-enabled hosts
Sean Christopherson
2026-08-10
x86/CPU: Add a tlbi= cmdline switch
Rik van Riel
2026-08-08
Merge tag 'x86-urgent-2026-08-08' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2026-08-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2026-08-07
KVM: x86/mmu: WARN and clear role.invalid when creating a child shadow page
Sean Christopherson
2026-08-06
KVM: SVM: Serialize accesses to the owner and mirror list with separate lock
Paolo Bonzini
2026-08-06
KVM: SVM: make svm_flush_tlb_gva do a full asid flush if NPT enabled
Paolo Bonzini
2026-08-05
Merge tag 'x86_bugs_saferet' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2026-08-04
x86/mce: Set up the polling timer before CMCI discovery
Breno Leitao
2026-08-02
Merge tag 'x86-urgent-2026-08-02' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2026-07-29
KVM: SVM: Update x2APIC MSR intercepts if AVIC is inhibited while L2 is active
Sean Christopherson
2026-07-29
x86/CPU/AMD: Carve out a Zen5 models range
Pratik Vishwakarma
2026-07-28
x86/boot: Add volatile, clobbers and zero-length test in memcmp()
Mauricio Faria de Oliveira
2026-07-28
KVM: x86/mmu: Check all address spaces before skipping unsync
Jinu Kim
2026-07-28
KVM: x86/mmu: Check write tracking in all address spaces
Jinu Kim
2026-07-28
KVM: x86: Cancel delayed I/O APIC EOI handling before destroying vCPUs
Weiming Shi
2026-07-28
KVM: VMX: add memory clobber to asm for VMX instructions
Paolo Bonzini
2026-07-26
Merge tag 'x86-urgent-2026-07-26' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2026-07-26
x86/bugs: Make Safe-RET robust against interrupt injection
Borislav Petkov (AMD)
2026-07-23
x86/boot/compressed: Disable jump tables
Nathan Chancellor
2026-07-21
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2026-07-21
KVM: x86: Only reset TSC Deadline Timer in apic_timer_expired on KVM_RUN
Venkatesh Srinivas
2026-07-21
KVM: x86/mmu: Fix use-after-free on vendor module reload
Phil Rosenthal
[next]