index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
12 hours
crypto: arm64/aes - Fix 32-bit aes_mac_update() arg treated as 64-bit
Eric Biggers
12 hours
x86/shstk: Prevent deadlock during shstk sigreturn
Rick Edgecombe
12 hours
x86/cpu: Disable FRED when PTI is forced on
Dave Hansen
12 hours
ARM: 9472/1: fix race condition on PG_dcache_clean in __sync_icache_dcache()
Brian Ruley
12 hours
KVM: nSVM: Always intercept VMMCALL when L2 is active
Sean Christopherson
12 hours
KVM: nSVM: Raise #UD if unhandled VMMCALL isn't intercepted by L1
Kevin Cheng
12 hours
KVM: nSVM: Add missing consistency check for nCR3 validity
Yosry Ahmed
12 hours
KVM: nSVM: Drop the non-architectural consistency check for NP_ENABLE
Yosry Ahmed
12 hours
KVM: nSVM: Add missing consistency check for EFER, CR0, CR4, and CS
Yosry Ahmed
12 hours
KVM: nSVM: Clear tracking of L1->L2 NMI and soft IRQ on nested #VMEXIT
Yosry Ahmed
12 hours
KVM: nSVM: Clear EVENTINJ fields in vmcb12 on nested #VMEXIT
Yosry Ahmed
12 hours
KVM: nSVM: Clear GIF on nested #VMEXIT(INVALID)
Yosry Ahmed
12 hours
KVM: nSVM: Triple fault if mapping VMCB12 fails on nested #VMEXIT
Yosry Ahmed
12 hours
KVM: nSVM: Triple fault if restore host CR3 fails on nested #VMEXIT
Yosry Ahmed
12 hours
KVM: nSVM: Refactor writing vmcb12 on nested #VMEXIT as a helper
Yosry Ahmed
12 hours
KVM: nSVM: Refactor checking LBRV enablement in vmcb12 into a helper
Yosry Ahmed
12 hours
KVM: nSVM: Always inject a #GP if mapping VMCB12 fails on nested VMRUN
Yosry Ahmed
12 hours
KVM: SVM: Add missing save/restore handling of LBR MSRs
Yosry Ahmed
12 hours
KVM: SVM: Switch svm_copy_lbrs() to a macro
Yosry Ahmed
12 hours
KVM: nSVM: Delay setting soft IRQ RIP tracking fields until vCPU run
Sean Christopherson
12 hours
KVM: nSVM: Avoid clearing VMCB_LBR in vmcb12
Yosry Ahmed
12 hours
KVM: arm64: Account for RESx bits in __compute_fgt()
Marc Zyngier
12 hours
KVM: nSVM: Use vcpu->arch.cr2 when updating vmcb12 on nested #VMEXIT
Yosry Ahmed
12 hours
KVM: nSVM: Delay stuffing L2's current RIP into NextRIP until vCPU run
Yosry Ahmed
12 hours
KVM: nSVM: Always use NextRIP as vmcb02's NextRIP after first L2 VMRUN
Yosry Ahmed
12 hours
KVM: nSVM: Ensure AVIC is inhibited when restoring a vCPU to guest mode
Yosry Ahmed
12 hours
KVM: SVM: Explicitly mark vmcb01 dirty after modifying VMCB intercepts
Sean Christopherson
12 hours
KVM: SVM: Inject #UD for INVLPGA if EFER.SVME=0
Kevin Cheng
12 hours
KVM: nSVM: Sync interrupt shadow to cached vmcb12 after VMRUN of L2
Yosry Ahmed
12 hours
KVM: nSVM: Sync NextRIP to cached vmcb12 after VMRUN of L2
Yosry Ahmed
12 hours
KVM: nSVM: Mark all of vmcb02 dirty when restoring nested state
Yosry Ahmed
12 hours
KVM: x86: Defer non-architectural deliver of exception payload to userspace read
Sean Christopherson
12 hours
LoongArch: KVM: Use CSR_CRMD_PLV in kvm_arch_vcpu_in_kernel()
Tao Cui
12 hours
arm64: dts: ti: am62-verdin: Enable pullup for eMMC data pins
Francesco Dolcini
12 hours
LoongArch: Show CPU vulnerabilites correctly
Huacai Chen
12 hours
LoongArch: Make arch_irq_work_has_interrupt() true only if IPI HW exist
Huacai Chen
12 hours
arm64: dts: marvell: uDPU: add ethernet aliases
Robert Marko
12 hours
module.lds.S: Fix modules on 32-bit parisc architecture
Helge Deller
12 hours
parisc: Drop ip_fast_csum() inline assembly implementation
Helge Deller
12 hours
parisc: _llseek syscall is only available for 32-bit userspace
Helge Deller
12 hours
um: drivers: call kernel_strrchr() explicitly in cow_user.c
Michael Bommarito
12 hours
arm64: mm: Fix rodata=full block mapping support for realm guests
Ryan Roberts
12 hours
arm64/mm: Enable batched TLB flush in unmap_hotplug_range()
Anshuman Khandual
12 hours
LoongArch: Add spectre boundry for syscall dispatch table
Greg Kroah-Hartman
2026-04-22
KVM: x86: Use scratch field in MMIO fragment to hold small write values
Sean Christopherson
2026-04-22
x86-64/arm64/powerpc: clean up and rename __copy_from_user_flushcache
Linus Torvalds
2026-04-22
x86: rename and clean up __copy_from_user_inatomic_nocache()
Linus Torvalds
2026-04-22
x86-64: rename misleadingly named '__copy_user_nocache()' function
Linus Torvalds
2026-04-22
KVM: SEV: Drop WARN on large size for KVM_MEMORY_ENCRYPT_REG_REGION
Sean Christopherson
2026-04-22
KVM: SEV: Lock all vCPUs when synchronzing VMSAs for SNP launch finish
Sean Christopherson
[next]