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