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
32 hours
cpufreq: schedutil: Publish util hooks only after all sg_cpu are initialized
Zhongqiu Han
32 hours
tracing/filters: Fix false positive match in regex_match_full()
Masami Hiramatsu (Google)
32 hours
tracing: Check return value of __register_event() in trace_module_add_events()
Masami Hiramatsu (Google)
32 hours
uprobes: Fix NULL pointer dereference in hprobe_expire()
Breno Leitao
32 hours
audit: fix potential use-after-free in audit_del_rule()
Luxiao Xu
32 hours
audit: fix potential integer overflow in audit_log_n_string()
Zhan Xusheng
32 hours
tracing/fprobe: Roll back on enable_trace_fprobe() failure
Raushan Patel
32 hours
tracing/probes: Reject $arg0 in meta argument expansion
Raushan Patel
32 hours
ring-buffer: Fix subbuf_ids memory leak in rb_allocate_cpu_buffer() error path
Masami Hiramatsu (Google)
32 hours
sched/deadline: Use revised wakeup rule only for running dl_server
Gabriele Monaco
32 hours
ring-buffer: Fix reader page read offset for remote buffers
Vincent Donnefort
32 hours
tracing/mmiotrace: Add NULL check for mmio_trace_array in logging functions
Masami Hiramatsu (Google)
32 hours
tracing/mmiotrace: Reset dropped_count in mmio_reset_data()
Masami Hiramatsu (Google)
32 hours
fprobe: Fix module reference count leak on error in register_fprobe()
Masami Hiramatsu (Google)
8 days
sched_ext: Preserve rq tracking across local DSQ dispatch
Andrea Righi
8 days
sched_ext: Move shared helpers from ext.c into internal.h and cid.h
Tejun Heo
8 days
audit: fix recursive locking deadlock in audit_dupe_exe()
Ricardo Robaina
8 days
audit: use 'unsigned int' instead of 'unsigned'
Ricardo Robaina
8 days
ftrace: Add global mutex to serialize trace_parser access
Tengda Wu
8 days
tracing/remotes: Fix page_va[] access before counter update in trace_remote_a...
Fuad Tabba
8 days
tracing/probes: Prevent out-of-bounds write in __trace_probe_log_err()
Masami Hiramatsu (Google)
8 days
tracing/probes: Fix potential underflow in LEN_OR_ZERO macro
Masami Hiramatsu (Google)
8 days
tracing/probes: Avoid temporary buffer truncation in trace_probe_match_comman...
Masami Hiramatsu (Google)
8 days
tracing/eprobe: Fix exact system name matching in eprobe_dyn_event_match()
Masami Hiramatsu (Google)
8 days
tracing: Propagate errors from remote event bulk updates
Jackie Liu
8 days
tracing: perf: Fix stale head for perf syscall tracing
Steven Rostedt
8 days
tracing: Fix union collision of module and refcnt for dynamic events
Masami Hiramatsu (Google)
8 days
tracing: Fix resource leak on mmiotrace trace_pipe close
deepakraog
8 days
tracing: Fix mmiotrace possible NULL dereferencing of hiter->dev
Steven Rostedt
8 days
tracing: Fix context switch counter truncation
Usama Arif
8 days
tracing: Delay module ref count for "enable_event" trigger
Steven Rostedt
8 days
tracing: Fix use-after-free freeing trigger private data
David Carlier
8 days
smp: Make CSD lock acquisition atomic for debug mode
Chuyi Zhou
8 days
smp: Avoid invalid per-CPU CSD lookup with CSD lock debug
Chuyi Zhou
8 days
sched_ext: Record an error on errno-only sub-enable failure
Tejun Heo
8 days
sched_ext: Enable tick for finite slices on nohz_full
Andrea Righi
8 days
sched_ext: Don't warn on core-sched forced idle in put_prev_task_scx()
Tejun Heo
8 days
sched_ext: Annotate ksyncs with __rcu in alloc/free_kick_syncs()
Tejun Heo
8 days
sched_ext: Skip ops.set_weight() for disabled tasks
Kuba Piecuch
2026-07-24
posix-cpu-timers: Prevent UAF caused by non-leader exec() race
Thomas Gleixner
2026-07-24
posix-timers: Expand timer_[re]arm() callbacks with a boolean return value
Thomas Gleixner
2026-07-24
liveupdate: validate session type before performing operation
Pratyush Yadav (Google)
2026-07-24
bpf: Reject negative const offsets for buffer pointers
Sun Jian
2026-07-24
cgroup/cpuset: rebind mm mempolicy to effective_mems, not mems_allowed
Farhad Alemi
2026-07-24
tracing/osnoise: Call synchronize_rcu() when unregistering
Crystal Wood
2026-07-24
tracing/probes: Fix double addition of offset for @+FOFFSET
Masami Hiramatsu (Google)
2026-07-24
cpu: hotplug: Bound hotplug states sysfs output
Bradley Morgan
2026-07-24
cpu: hotplug: Preserve per instance callback errors
Bradley Morgan
2026-07-24
posix-cpu-timers: Use u64 multiplication in update_rlimit_cpu()
Zhan Xusheng
2026-07-24
locking/rt: Fix the incorrect RCU protection in rt_spin_unlock()
Thomas Gleixner
[next]