summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-02-27tracing: Fix using ret variable in tracing_set_tracer()Steven Rostedt1-2/+1
2025-02-27ftrace: Do not add duplicate entries in subops manager opsSteven Rostedt1-0/+3
2025-02-27ftrace: Fix accounting of adding subops to a manager opsSteven Rostedt1-11/+22
2025-02-27ftrace: Correct preemption accounting for function tracing.Sebastian Andrzej Siewior1-4/+2
2025-02-27acct: block access to kernel internal filesystemsChristian Brauner1-0/+14
2025-02-27acct: perform last write from workqueueChristian Brauner1-50/+70
2025-02-27sched: Compact RSEQ concurrency IDs with reduced threads and affinityMathieu Desnoyers1-3/+22
2025-02-27bpf: skip non exist keys in generic_map_lookup_batchYan Zhai1-13/+5
2025-02-27bpf: Fix softlockup in arena_map_free on 64k page kernelAlan Maguire1-1/+1
2025-02-27net: Add rx_skb of kfree_skb to raw_tp_null_args[].Kuniyuki Iwashima1-0/+2
2025-02-27bpf: Fix deadlock when freeing cgroup storageAbel Wu1-1/+1
2025-02-27bpf: avoid holding freeze_mutex during mmap operationAndrii Nakryiko1-7/+10
2025-02-27bpf: unify VM_WRITE vs VM_MAYWRITE use in BPF map mmaping logicAndrii Nakryiko2-6/+8
2025-02-27tracing: Have the error of __tracing_resize_ring_buffer() passed to userSteven Rostedt1-7/+1
2025-02-27tracing: Switch trace.c code over to use guard()Steven Rostedt1-172/+94
2025-02-21sched_ext: Fix incorrect assumption about migration disabled tasks in task_ca...Tejun Heo1-8/+21
2025-02-21clocksource: Use migrate_disable() to avoid calling get_random_u32() in atomi...Waiman Long1-2/+4
2025-02-21clocksource: Use pr_info() for "Checking clocksource synchronization" messageWaiman Long1-1/+2
2025-02-21sched_ext: Fix migration disabled handling in targeted dispatchesTejun Heo1-4/+13
2025-02-21sched_ext: Fix incorrect autogroup migration detectionTejun Heo5-22/+10
2025-02-21cgroup: fix race between fork and cgroup.killShakeel Butt1-8/+12
2025-02-21ring-buffer: Update pages_touched to reflect persistent buffer contentSteven Rostedt1-0/+5
2025-02-21ring-buffer: Validate the persistent meta data subbuf arraySteven Rostedt1-2/+20
2025-02-21tracing: Do not allow mmap() of persistent ring bufferSteven Rostedt1-0/+4
2025-02-21ring-buffer: Unlock resize on mmap errorSteven Rostedt1-0/+1
2025-02-21sched_ext: Use SCX_CALL_OP_TASK in task_tick_scxChuyi Zhou1-3/+3
2025-02-21cgroup: Remove steal time from usage_usecMuhammad Adeel1-1/+0
2025-02-21sched_ext: Fix lock imbalance in dispatch_to_local_dsq()Andrea Righi1-4/+10
2025-02-21workqueue: Put the pwq after detaching the rescuer from the poolLai Jiangshan1-6/+6
2025-02-17timers/migration: Fix off-by-one root mis-connectionFrederic Weisbecker1-1/+9
2025-02-17tracing/osnoise: Fix resetting of tracepointsSteven Rostedt1-3/+14
2025-02-17fgraph: Fix set_graph_notrace with setting TRACE_GRAPH_NOTRACE_BITSteven Rostedt1-1/+1
2025-02-17hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYINGFrederic Weisbecker1-21/+82
2025-02-17ring-buffer: Do not allow events in NMI with generic atomic64 cmpxchg()Steven Rostedt1-2/+7
2025-02-17seccomp: passthrough uretprobe systemcall without filteringEyal Birger1-0/+12
2025-02-17sched/fair: Fix inaccurate h_nr_runnable accounting with delayed dequeueK Prateek Nayak1-0/+19
2025-02-17bpf: Improve verifier log for resource leak on exitKumar Kartikeya Dwivedi1-1/+1
2025-02-17ring-buffer: Make reading page consistent with the code logicJeongjun Park1-1/+3
2025-02-17printk: Fix signed integer overflow when defining LOG_BUF_LEN_MAXKuan-Wei Chiu1-1/+1
2025-02-17locking/ww_mutex/test: Use swap() macroThorsten Blum1-6/+3
2025-02-17sched: Don't try to catch up excess steal time.Suleiman Souhlal1-2/+4
2025-02-08kernel: be more careful about dup_mmap() failures and uprobe registeringLiam R. Howlett2-3/+18
2025-02-08PM: hibernate: Add error handling for syscore_suspend()Wentao Liang1-1/+6
2025-02-08module: Don't fail module loading when setting ro_after_init section RO failedChristophe Leroy1-3/+4
2025-02-08bpf: Cancel the running bpf_timer through kworker for PREEMPT_RTHou Tao1-2/+16
2025-02-08padata: avoid UAF for reorder_workChen Ridong1-1/+9
2025-02-08padata: add pd get/put refcnt helperChen Ridong1-7/+20
2025-02-08padata: fix UAF in padata_reorderChen Ridong1-0/+6
2025-02-08bpf: Send signals asynchronously if !preemptiblePuranjay Mohan1-1/+1
2025-02-08padata: fix sysfs store callback checkThomas Weißschuh1-1/+1