summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
27 hourscpufreq: schedutil: Publish util hooks only after all sg_cpu are initializedZhongqiu Han
27 hourstracing/filters: Fix false positive match in regex_match_full()Masami Hiramatsu (Google)
27 hourstracing: Check return value of __register_event() in trace_module_add_events()Masami Hiramatsu (Google)
27 hoursuprobes: Fix NULL pointer dereference in hprobe_expire()Breno Leitao
27 hoursaudit: fix potential use-after-free in audit_del_rule()Luxiao Xu
27 hoursaudit: fix potential integer overflow in audit_log_n_string()Zhan Xusheng
27 hourstracing/fprobe: Roll back on enable_trace_fprobe() failureRaushan Patel
27 hourstracing/probes: Reject $arg0 in meta argument expansionRaushan Patel
27 hourssched/deadline: Use revised wakeup rule only for running dl_serverGabriele Monaco
27 hourstracing/mmiotrace: Add NULL check for mmio_trace_array in logging functionsMasami Hiramatsu (Google)
27 hourstracing/mmiotrace: Reset dropped_count in mmio_reset_data()Masami Hiramatsu (Google)
27 hoursfprobe: Fix module reference count leak on error in register_fprobe()Masami Hiramatsu (Google)
8 dayskho: make sure scratch size is always aligned by CMA_MIN_ALIGNMENT_BYTESPratyush Yadav (Google)
8 daysaudit: fix recursive locking deadlock in audit_dupe_exe()Ricardo Robaina
8 daysaudit: use 'unsigned int' instead of 'unsigned'Ricardo Robaina
8 daysaudit: widen ino fields to u64Jeff Layton
8 daysftrace: Add global mutex to serialize trace_parser accessTengda Wu
8 daystracing/probes: Prevent out-of-bounds write in __trace_probe_log_err()Masami Hiramatsu (Google)
8 daystracing/probes: Fix potential underflow in LEN_OR_ZERO macroMasami Hiramatsu (Google)
8 daystracing/probes: Avoid temporary buffer truncation in trace_probe_match_comman...Masami Hiramatsu (Google)
8 daystracing/eprobe: Fix exact system name matching in eprobe_dyn_event_match()Masami Hiramatsu (Google)
8 daystracing: Fix union collision of module and refcnt for dynamic eventsMasami Hiramatsu (Google)
8 daystracing: Fix resource leak on mmiotrace trace_pipe closedeepakraog
8 daystracing: Fix mmiotrace possible NULL dereferencing of hiter->devSteven Rostedt
8 daystracing: Fix context switch counter truncationUsama Arif
8 dayssched_ext: Don't warn on core-sched forced idle in put_prev_task_scx()Tejun Heo
8 dayssched/ext: Avoid null ptr traversal when ->put_prev_task() is called with NUL...John Stultz
8 daysbpf: Fix ld_{abs,ind} failure path analysis in subprogsDaniel Borkmann
11 daysposix-cpu-timers: Prevent UAF caused by non-leader exec() raceThomas Gleixner
11 daysposix-timers: Expand timer_[re]arm() callbacks with a boolean return valueThomas Gleixner
2026-07-24bpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitializedMatt Bobrowski
2026-07-24bpf: Allow LPM map access from sleepable BPF programsVlad Poenaru
2026-07-24bpf: Consistently use bpf_rcu_lock_held() everywhereAndrii Nakryiko
2026-07-24bpf: Keep dynamic inner array lookups nullableNuoqi Gui
2026-07-24bpf: Introduce struct bpf_map_desc in verifierMykyta Yatsenko
2026-07-24bpf: Consistently use reg_state() for register access in the verifierMykyta Yatsenko
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-24kcov: use WRITE_ONCE() for selftest mode storesKarl Mehltretter