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
/
kernel
Age
Commit message (
Expand
)
Author
2025-11-03
cgroup: Defer task cgroup unlink until after the task is done switching out
Tejun Heo
2025-11-03
cgroup: Move dying_tasks cleanup from cgroup_task_release() to cgroup_task_fr...
Tejun Heo
2025-11-03
cgroup: Rename cgroup lifecycle hooks to cgroup_task_*()
Tejun Heo
2025-11-03
nstree: add listns()
Christian Brauner
2025-11-03
nstree: add unified namespace list
Christian Brauner
2025-11-03
nstree: simplify rbtree comparison helpers
Christian Brauner
2025-11-03
nstree: maintain list of owned namespaces
Christian Brauner
2025-11-03
nstree: assign fixed ids to the initial namespaces
Christian Brauner
2025-11-03
nstree: introduce a unified tree
Christian Brauner
2025-11-03
ns: add active reference count
Christian Brauner
2025-11-03
ns: rename to exit_nsproxy_namespaces()
Christian Brauner
2025-11-03
ns: use NS_COMMON_INIT() for all namespaces
Christian Brauner
2025-11-03
ns: add missing authorship
Christian Brauner
2025-11-03
blktrace: add support for REQ_OP_WRITE_ZEROES tracing
Chaitanya Kulkarni
2025-11-03
perf/core: Fix system hang caused by cpu-clock usage
Dapeng Mi
2025-11-01
genirq/manage: Reduce priority of forced secondary interrupt handler
Lukas Wunner
2025-11-01
timers/migration: Remove dead code handling idle CPU checking for remote timers
Frederic Weisbecker
2025-11-01
timers/migration: Remove unused "cpu" parameter from tmigr_get_group()
Frederic Weisbecker
2025-11-01
timers/migration: Assert that hotplug preparing CPU is part of stable active ...
Frederic Weisbecker
2025-11-01
timers/migration: Fix imbalanced NUMA trees
Frederic Weisbecker
2025-11-01
timers/migration: Remove locking on group connection
Frederic Weisbecker
2025-11-01
timers/migration: Convert "while" loops to use "for"
Frederic Weisbecker
2025-11-01
tick/sched: Limit non-timekeeper CPUs calling jiffies update
Steve Wahl
2025-10-31
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2025-10-31
genirq/proc: Fix race in show_irq_affinity()
Muchun Song
2025-11-01
tracing: fprobe: Remove unused local variable
Masami Hiramatsu (Google)
2025-11-01
tracing: probes: Replace strcpy() with memcpy() in __trace_probe_log_err()
Thorsten Blum
2025-11-01
tracing: fprobe: fix suspicious rcu usage in fprobe_entry
Menglong Dong
2025-11-01
tracing: uprobe: eprobes: Allocate traceprobe_parse_context per probe
Masami Hiramatsu (Google)
2025-11-01
tracing: uprobes: Cleanup __trace_uprobe_create() with __free()
Masami Hiramatsu (Google)
2025-11-01
tracing: eprobe: Cleanup eprobe event using __free()
Masami Hiramatsu (Google)
2025-11-01
tracing: probes: Use __free() for trace_probe_log
Masami Hiramatsu (Google)
2025-11-01
tracing: fprobe: use rhltable for fprobe_ip_table
Menglong Dong
2025-10-31
Merge back system sleep material for 6.19
Rafael J. Wysocki
2025-10-31
nstree: simplify return
Christian Brauner
2025-10-31
cgroup: add cgroup namespace to tree after owner is set
Christian Brauner
2025-10-30
Merge tag 'pm-6.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2025-10-30
Merge branches 'pm-cpuidle' and 'pm-sleep'
Rafael J. Wysocki
2025-10-30
freezer: Clarify that only cgroup1 freezer uses PM freezer
Tejun Heo
2025-10-30
PM: hibernate: add sysfs interface for hibernate_compression_threads
Xueqin Luo
2025-10-30
PM: hibernate: make compression threads configurable
Xueqin Luo
2025-10-30
PM: hibernate: dynamically allocate crc->unc_len/unc for configurable threads
Xueqin Luo
2025-10-30
printk/nbcon: Release nbcon consoles ownership in atomic flush after each emi...
Petr Mladek
2025-10-30
printk/nbcon/panic: Allow printk kthread to sleep when the system is in panic
Petr Mladek
2025-10-30
printk/nbcon: Block printk kthreads when any CPU is in an emergency context
Petr Mladek
2025-10-29
bpf: Use kmalloc_nolock() in bpf streams
Puranjay Mohan
2025-10-29
rqspinlock: Disable queue destruction for deadlocks
Kumar Kartikeya Dwivedi
2025-10-29
PM: sleep: Allow pm_restrict_gfp_mask() stacking
Rafael J. Wysocki
2025-10-29
sched_ext: Allow scx_bpf_reenqueue_local() to be called from anywhere
Tejun Heo
2025-10-29
sched_ext: Factor out reenq_local() from scx_bpf_reenqueue_local()
Tejun Heo
[prev]
[next]