summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-04-10tracing: Do not use PERF enums when perf is not definedSteven Rostedt1-2/+6
2025-04-10tracing/osnoise: Fix possible recursive locking for cpus_read_lock()Ran Xiaokai1-1/+0
2025-04-10tracing: Fix synth event printk format for str fieldsDouglas Raillard1-1/+1
2025-04-10tracing: Ensure module defining synth event cannot be unloaded while tracingDouglas Raillard1-1/+29
2025-04-10tracing: Fix use-after-free in print_graph_function_flags during tracer switc...Tengda Wu3-4/+1
2025-04-10uprobes/x86: Harden uretprobe syscall trampoline checkJiri Olsa1-1/+1
2025-04-10cgroup/rstat: Fix forceidle time in cpu.statAbel Wu1-16/+13
2025-04-10cgroup/rstat: Tracking cgroup-level niced CPU timeJoshua Hahn1-5/+14
2025-04-10tracing: Correct the refcount if the hist/hist_debug file fails to openTengda Wu1-6/+18
2025-04-10tracing/hist: Support POLLPRI event for poll on histogramMasami Hiramatsu (Google)1-3/+26
2025-04-10tracing/hist: Add poll(POLLIN) support on hist fileMasami Hiramatsu (Google)2-3/+81
2025-04-10tracing: Switch trace_events_hist.c code over to use guard()Steven Rostedt1-22/+10
2025-04-10perf/core: Fix child_total_time_enabled accounting bug at task exitYeoreum Yun1-9/+9
2025-04-10locking/semaphore: Use wake_q to wake up processes outside lock critical sectionWaiman Long1-4/+9
2025-04-10sched/deadline: Use online cpus for validating runtimeShrikanth Hegde1-1/+1
2025-04-10perf/core: Fix perf_pmu_register() vs. perf_init_event()Peter Zijlstra1-2/+26
2025-04-10ring-buffer: Fix bytes_dropped calculation issueFeng Yang1-2/+2
2025-04-10kexec: initialize ELF lowest address to ULONG_MAXSourabh Jain1-1/+1
2025-04-10kernel/events/uprobes: handle device-exclusive entries correctly in __replace...David Hildenbrand1-1/+12
2025-04-10bpf: Fix array bounds error with may_gotoJiayuan Chen2-4/+22
2025-04-10bpf: Use preempt_count() directly in bpf_send_signal_common()Hou Tao1-1/+1
2025-04-10x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()David Hildenbrand1-0/+4
2025-04-10perf/ring_buffer: Allow the EPOLLRDNORM flag for pollTao Chen1-1/+1
2025-04-10watchdog/hardlockup/perf: Fix perf_event memory leakLi Huafei3-57/+1
2025-04-10sched/eevdf: Force propagating min_slice of cfs_rq when {en,de}queue tasksTianchen Ding1-0/+4
2025-04-10sched: Cancel the slice protection of the idle entityzihan zhou1-13/+33
2025-04-10watch_queue: fix pipe accounting mismatchEric Sandeen1-0/+9
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-13uprobes: Fix race in uprobe_free_utaskJiri Olsa1-1/+1
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