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-7.1.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
/
kernel
Age
Commit message (
Expand
)
Author
2026-03-27
crash_dump: remove redundant less-than-zero check
Thorsten Blum
2026-03-27
fork: replace simple_strtoul with kstrtoul in coredump_filter_setup
Thorsten Blum
2026-03-27
complete_signal: kill always-true "core_state || !SIGNAL_GROUP_EXIT" check
Oleg Nesterov
2026-03-27
exit: kill unnecessary thread_group_leader() checks in exit_notify() and do_n...
Oleg Nesterov
2026-03-27
kernel/panic: mark init_taint_buf as __initdata and panic instead of warning ...
Rio
2026-03-27
kernel/panic: allocate taint string buffer dynamically
Rio
2026-03-27
kernel/panic: increase buffer size for verbose taint logging
Rio
2026-03-27
unshare: fix nsproxy leak in ksys_unshare() on set_cred_ucounts() failure
Michal Grzedzicki
2026-03-27
Merge tag 'sysctl-7.00-fixes-rc6' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2026-03-27
tracing: Fix potential deadlock in cpu hotplug with osnoise
Luo Haiyang
2026-03-27
sched_ext: Document why built-in DSQs are unsupported sources in scx_bpf_dsq_...
Cheng-Yang Chou
2026-03-27
printk_ringbuffer: Add sanity check for 0-size data
John Ogness
2026-03-27
printk_ringbuffer: Fix get_data() size sanity check
John Ogness
2026-03-27
bpf: classify block device hooks appropriately
Christian Brauner
2026-03-27
PCI: Align head space better
Ilpo Järvinen
2026-03-27
resource: Rename 'tmp' variable to 'full_avail'
Ilpo Järvinen
2026-03-27
resource: Pass full extent of empty space to resource_alignf callback
Ilpo Järvinen
2026-03-27
Merge back earlier material related to system sleep for 7.1
Rafael J. Wysocki
2026-03-27
Merge branch 'dt-reserved-mem-cleanups' into dma-mapping-for-next
Marek Szyprowski
2026-03-26
btf: Support kernel parsing of BTF with layout info
Alan Maguire
2026-03-26
resource: Add __resource_contains_unbound() for internal contains checks
Ilpo Järvinen
2026-03-26
Merge tag 'pm-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2026-03-26
of: reserved_mem: replace CMA quirks by generic methods
Marek Szyprowski
2026-03-26
of: reserved_mem: switch to ops based OF_DECLARE()
Marek Szyprowski
2026-03-26
of: reserved_mem: use -ENODEV instead of -ENOENT
Marek Szyprowski
2026-03-26
of: reserved_mem: remove fdt node from the structure
Marek Szyprowski
2026-03-26
smp: Use system_percpu_wq instead of system_wq
Marco Crivellari
2026-03-26
Merge tag 'dma-mapping-7.0-2026-03-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2026-03-26
futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy()
Hao-Yu Yang
2026-03-26
futex: Require sys_futex_requeue() to have identical flags
Peter Zijlstra
2026-03-26
timens: Remove dependency on the vDSO
Thomas Weißschuh
2026-03-26
vdso/timens: Move functions to new file
Thomas Weißschuh
2026-03-26
tracing: Move snapshot code out of trace.c and into trace_snapshot.c
Steven Rostedt
2026-03-26
nsproxy: Add FOR_EACH_NS_TYPE() X-macro and CLONE_NS_ALL
Mickaël Salaün
2026-03-26
kernel: acct: fix duplicate word in comment
haoyu.lu
2026-03-26
kernel: Use trace_call__##name() at guarded tracepoint call sites
Vineeth Pillai (Google)
2026-03-26
sysctl: fix uninitialized variable in proc_do_large_bitmap
Marc Buerg
2026-03-25
sched_ext: Fix missing SCX_EV_SUB_BYPASS_DISPATCH aggregation in scx_read_eve...
Cheng-Yang Chou
2026-03-25
sched_ext: Fix missing return after scx_error() in scx_dsq_move()
Cheng-Yang Chou
2026-03-25
Merge tag 'rcu-fixes.v7.0-20260325a' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2026-03-25
cgroup: Fix cgroup_drain_dying() testing the wrong condition
Tejun Heo
2026-03-25
smp: Improve smp_call_function_single() CSD-lock diagnostics
Paul E. McKenney
2026-03-25
smp: Get this_cpu once in smp_call_function
Shrikanth Hegde
2026-03-25
smp: Add missing kernel-doc comments
Randy Dunlap
2026-03-25
Merge tag 'dma-mapping-7.0-2026-03-25' into dma-mapping-for-next
Marek Szyprowski
2026-03-25
srcu: Use irq_work to start GP in tiny SRCU
Joel Fernandes
2026-03-25
rcu: Use an intermediate irq_work to start process_srcu()
Boqun Feng
2026-03-25
srcu: Push srcu_node allocation to GP when non-preemptible
Paul E. McKenney
2026-03-25
srcu: Use raw spinlocks so call_srcu() can be used under preempt_disable()
Paul E. McKenney
2026-03-25
workqueue: unlink pwqs from wq->pwqs list in alloc_and_link_pwqs() error path
Breno Leitao
[prev]
[next]