summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-03-28Revert "sched/core: Reduce cost of sched_move_task when config autogroup"Dietmar Eggemann1-18/+3
2025-03-28tracing: tprobe-events: Fix leakage of module refcountMasami Hiramatsu (Google)1-13/+8
2025-03-28tracing: tprobe-events: Fix to clean up tprobe correctly when module unloadMasami Hiramatsu (Google)1-3/+6
2025-03-28dma-mapping: fix missing clear bdr in check_ram_in_range_map()Baochen Qiang1-10/+18
2025-03-22sched_ext: Validate prev_cpu in scx_bpf_select_cpu_dfl()Andrea Righi1-0/+3
2025-03-22vhost: return task creation error instead of NULLKeith Busch1-2/+2
2025-03-22sched: Clarify wake_up_q()'s write to task->wake_q.nextJann Horn1-2/+3
2025-03-22sched/debug: Provide slice length for fair tasksChristian Loehle1-0/+2
2025-03-22futex: Pass in task to futex_queue()Jens Axboe4-8/+14
2025-03-22hrtimers: Mark is_migration_base() with __always_inlineAndy Shevchenko1-10/+12
2025-03-22mm/slab/kvfree_rcu: Switch to WQ_MEM_RECLAIM wqUladzislau Rezki (Sony)1-4/+10
2025-03-13sched/fair: Fix potential memory corruption in child_cfs_rq_on_listZecheng Li1-2/+4
2025-03-13tracing: probe-events: Remove unused MAX_ARG_BUF_LEN macroMasami Hiramatsu (Google)1-1/+0
2025-03-13perf/core: Fix pmus_lock vs. pmus_srcu orderingPeter Zijlstra1-2/+2
2025-03-13tracing: tprobe-events: Reject invalid tracepoint nameMasami Hiramatsu (Google)2-0/+14
2025-03-13tracing: tprobe-events: Fix a memory leak when tprobe with $retvalMasami Hiramatsu (Google)1-0/+2
2025-03-07sched_ext: Fix pick_task_scx() picking non-queued tasks when it's called with...Tejun Heo1-4/+7
2025-03-07sched/core: Prevent rescheduling when interrupts are disabledThomas Gleixner1-1/+1
2025-03-07perf/core: Fix low freq setting via IOC_PERIODKan Liang1-8/+9
2025-03-07perf/core: Add RCU read lock protection to perf_iterate_ctx()Breno Leitao1-1/+2
2025-03-07ftrace: Avoid potential division by zero in function_stat_show()Nikolay Kuratov1-15/+12
2025-03-07tracing: Fix bad hist from corrupting named_triggers listSteven Rostedt1-15/+15
2025-03-07uprobes: Remove too strict lockdep_assert() condition in hprobe_expire()Andrii Nakryiko1-3/+7
2025-03-07uprobes: Reject the shared zeropage in uprobe_write_opcode()Tong Tiangen1-0/+5
2025-03-07perf/core: Order the PMU list to fix warning about unordered pmu_ctx_listLuo Gengkun1-2/+9
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