summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
5 dayssched_ext: Preserve rq tracking across local DSQ dispatchAndrea Righi
5 dayssched_ext: Move shared helpers from ext.c into internal.h and cid.hTejun Heo
5 daysaudit: fix recursive locking deadlock in audit_dupe_exe()Ricardo Robaina
5 daysaudit: use 'unsigned int' instead of 'unsigned'Ricardo Robaina
5 daysftrace: Add global mutex to serialize trace_parser accessTengda Wu
5 daystracing/remotes: Fix page_va[] access before counter update in trace_remote_a...Fuad Tabba
5 daystracing/probes: Prevent out-of-bounds write in __trace_probe_log_err()Masami Hiramatsu (Google)
5 daystracing/probes: Fix potential underflow in LEN_OR_ZERO macroMasami Hiramatsu (Google)
5 daystracing/probes: Avoid temporary buffer truncation in trace_probe_match_comman...Masami Hiramatsu (Google)
5 daystracing/eprobe: Fix exact system name matching in eprobe_dyn_event_match()Masami Hiramatsu (Google)
5 daystracing: Propagate errors from remote event bulk updatesJackie Liu
5 daystracing: perf: Fix stale head for perf syscall tracingSteven Rostedt
5 daystracing: Fix union collision of module and refcnt for dynamic eventsMasami Hiramatsu (Google)
5 daystracing: Fix resource leak on mmiotrace trace_pipe closedeepakraog
5 daystracing: Fix mmiotrace possible NULL dereferencing of hiter->devSteven Rostedt
5 daystracing: Fix context switch counter truncationUsama Arif
5 daystracing: Delay module ref count for "enable_event" triggerSteven Rostedt
5 daystracing: Fix use-after-free freeing trigger private dataDavid Carlier
5 dayssmp: Make CSD lock acquisition atomic for debug modeChuyi Zhou
5 dayssmp: Avoid invalid per-CPU CSD lookup with CSD lock debugChuyi Zhou
5 dayssched_ext: Record an error on errno-only sub-enable failureTejun Heo
5 dayssched_ext: Enable tick for finite slices on nohz_fullAndrea Righi
5 dayssched_ext: Don't warn on core-sched forced idle in put_prev_task_scx()Tejun Heo
5 dayssched_ext: Annotate ksyncs with __rcu in alloc/free_kick_syncs()Tejun Heo
5 dayssched_ext: Skip ops.set_weight() for disabled tasksKuba Piecuch
2026-07-24posix-cpu-timers: Prevent UAF caused by non-leader exec() raceThomas Gleixner
2026-07-24posix-timers: Expand timer_[re]arm() callbacks with a boolean return valueThomas Gleixner
2026-07-24liveupdate: validate session type before performing operationPratyush Yadav (Google)
2026-07-24bpf: Reject negative const offsets for buffer pointersSun Jian
2026-07-24cgroup/cpuset: rebind mm mempolicy to effective_mems, not mems_allowedFarhad Alemi
2026-07-24tracing/osnoise: Call synchronize_rcu() when unregisteringCrystal Wood
2026-07-24tracing/probes: Fix double addition of offset for @+FOFFSETMasami Hiramatsu (Google)
2026-07-24cpu: hotplug: Bound hotplug states sysfs outputBradley Morgan
2026-07-24cpu: hotplug: Preserve per instance callback errorsBradley Morgan
2026-07-24posix-cpu-timers: Use u64 multiplication in update_rlimit_cpu()Zhan Xusheng
2026-07-24locking/rt: Fix the incorrect RCU protection in rt_spin_unlock()Thomas Gleixner
2026-07-24tracing/user_events: Fix use-after-free in user_event_mm_dup()Michael Bommarito
2026-07-24bpf: Add missing access_ok call to copy_user_symsJiri Olsa
2026-07-24bpf,fork: wipe ->bpf_storage before bailouts that access itJann Horn
2026-07-24bpf: Reset register bounds before narrowing retval range in check_mem_access()Tristan Madani
2026-07-24time: Fix off-by-one in compat settimeofday() usec validationWang Yan
2026-07-24taskstats: retain dead thread stats in TGID queriesYiyang Chen
2026-07-24kho: make sure scratch size is always aligned by CMA_MIN_ALIGNMENT_BYTESPratyush Yadav (Google)
2026-07-24kcov: use WRITE_ONCE() for selftest mode storesKarl Mehltretter
2026-07-24cpufreq: schedutil: Fix uncleared need_freq_update on the .adjust_perf() pathZhongqiu Han
2026-07-24ring-buffer: Allow sparse CPU masks in ring_buffer_desc()Vincent Donnefort
2026-07-24tracing/remotes: Fix struct_len in trace_remote_alloc_buffer()Vincent Donnefort
2026-07-24tracing/remotes: Fix leak in trace_remote_alloc_buffer() error pathVincent Donnefort
2026-07-24tracing: Make tracepoint_printk static as not exportedBen Dooks
2026-07-24ring-buffer: Fix event length with forced 8-byte alignmentHui Wang