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
Age
Commit message (
Expand
)
Author
2026-07-08
KVM: x86: Move KVM_GUESTDBG_VALID_MASK from kvm_host.h => x86.c
Sean Christopherson
2026-07-08
KVM: x86: Move CR and DR macro definitions from kvm_host.h => regs.h
Sean Christopherson
2026-07-08
KVM: x86: Pluralize the macro guard name for msrs.h
Sean Christopherson
2026-07-08
KVM: x86/mmu: Annotate tdp_enabled as being read-mostly
Sean Christopherson
2026-07-08
KVM: x86: Move the "APIC attention" macros from kvm_host.h => lapic.c
Sean Christopherson
2026-07-08
KVM: x86/hyperv: Use {READ,WRITE}_ONCE for cross-task synic->active accesses
Sean Christopherson
2026-07-08
KVM: x86/hyperv: Assert vCPU's mutex is held in to_hv_vcpu()
Sean Christopherson
2026-07-08
KVM: Move nVMX's lockdep logic for vcpu->mutex to a common helper
Sean Christopherson
2026-07-08
KVM: x86/xen: Punt singleshot timer hcalls to userspace if Xen vCPU ID isn't set
Sean Christopherson
2026-07-08
KVM: x86/xen: Consolidate checks on Xen vCPU ID for singleshot timer hypercalls
Sean Christopherson
2026-07-08
KVM: x86/xen: Always route non-singleshot-timer vCPU hypercalls to userspace
Sean Christopherson
2026-07-08
KVM: x86/hyperv: Ensure vCPU's Hyper-V object is initialized on cross-vCPU ac...
Sean Christopherson
2026-07-08
KVM: x86/hyperv: Check for NULL vCPU Hyper-V object in kvm_hv_get_tlb_flush_f...
Sean Christopherson
2026-07-08
KVM: x86/hyperv: Get target FIFO in hv_tlb_flush_enqueue(), not caller
Sean Christopherson
2026-07-08
KVM: x86: Read CR4.DE in emulator if and only if accessing DR4 or DR5
Sean Christopherson
2026-07-08
KVM: x86: WARN if MOV DR emulation hits a "too late" #GP
Sean Christopherson
2026-07-08
KVM: x86: Use kvm_dr{6,7}_valid() to check DR{4,5,6,7} write values in emulator
Sean Christopherson
2026-07-08
KVM: VMX: Prioritize DR7.GD=1 #DB over CPL>0 #GP on Intel
Sean Christopherson
2026-07-08
KVM: x86: Prioritize #UD on MOV DR over #GP due to non-zero CPL
Sean Christopherson
2026-07-08
KVM: x86: Manually check DR4/5 write values to fix SVM intercept priority
Sean Christopherson
2026-07-08
KVM: x86: Prioritize DR7.GD #DB over #GP due to illegal DR6/7 value
Sean Christopherson
2026-07-08
KVM: x86: Treat any non-zero return from set_dr() as a faulting condition
Carlos López
2026-07-08
KVM: x86: Fix emulated CPUID features being applied to wrong sub-leaf
Binbin Wu
2026-07-08
KVM: TDX: Return EINVAL, not EOPNOTSUPP, for NULL INIT_MEM_REGION source
Sean Christopherson
2026-07-08
KVM: SEV: Explicitly disallow NULL user address for SNP_LAUNCH_UPDATE
Joerg Roedel
2026-07-08
KVM: nVM: Ensure INVVPID is emulated on the correct physical CPU
Yosry Ahmed
2026-07-08
KVM: nVMX: Decouple INVVPID operand checks from flushing of vpid02
Sean Christopherson
2026-07-08
KVM: nVMX: Always flush vpid02 on first use
Yosry Ahmed
2026-07-08
KVM: nVMX: Don't use vmcs01.GUEST_CR3 to snapshot L1's CR3 when EPT is disabled
Sean Christopherson
2026-07-08
KVM: nVMX: Move vTPR vs. TPR Threshold consistency check into "normal" checks
Sean Christopherson
2026-07-08
KVM: x86: Ignore pending PV EOI if the vCPU has since disabled PV EOIs
Sean Christopherson
2026-07-08
KVM: x86: Nullify irqfd->producer if updating IRTE for bypass fails
leixiang
2026-07-08
riscv: defconfig: enable ARCH_ULTRARISC
Jia Wang
2026-07-08
riscv: add UltraRISC SoC family Kconfig support
Jia Wang
2026-07-08
s390/traps: Add exception statistics
Sven Schnelle
2026-07-08
s390/configs: Enable cpuidle driver on s390
Mete Durlu
2026-07-08
s390/idle: Introduce cpuidle for s390
Mete Durlu
2026-07-08
s390: Enable TIF_POLLING_NRFLAG
Mete Durlu
2026-07-08
s390/tick: Remove CIF_NOHZ_DELAY flag
Mete Durlu
2026-07-08
s390/mm: Use set_pmd() / set_pud() for hugetlb pagetable entries
Gerald Schaefer
2026-07-08
s390: Add build salt to the vDSO
Bastian Blank
2026-07-08
s390/mm: Fix type mismatch in get_align_mask().
Gerald Schaefer
2026-07-08
s390/diag: Add missing array_index_nospec() call to memtop_get_page_count()
Heiko Carstens
2026-07-08
arm64: dts: qcom: sm8250: Add memory-region for audio PD
Vinayak Katoch
2026-07-08
m68k: coldfire: fix breakage of missed IO access updates
Greg Ungerer
2026-07-08
perf/x86/amd/core: Avoid enabling BRS from the SVM reload path
Sandipan Das
2026-07-08
arm64: dts: xilinx: zynqmp-sck: Correct indentation
Krzysztof Kozlowski
2026-07-08
syscall_user_dispatch: Make it configurable in Kconfig
Gregory Price
2026-07-07
arm64: dts: qcom: talos: Add passive polling-delay for gpu-thermal zone
Haritha S K
2026-07-07
arm64: dts: qcom: purwa: Add Microsoft Surface Pro 12in
Harrison Vanderbyl
[prev]
[next]