summaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)AuthorFilesLines
2025-06-26perf/aux: Fix pending disable flow when the AUX ring buffer overrunsLeo Yan2-5/+5
2025-06-22Merge tag 'perf_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-42/+74
2025-06-11perf: Fix the throttle error of some clock eventsKan Liang1-4/+11
2025-06-05perf/core: Fix WARN in perf_cgroup_switch()Luo Gengkun1-2/+20
2025-06-05perf: Fix dangling cgroup pointer in cpuctxYeoreum Yun1-15/+6
2025-06-05perf: Fix cgroup state vs ERRORPeter Zijlstra1-21/+30
2025-06-05perf: Fix sample vs do_exit()Peter Zijlstra1-0/+7
2025-06-01Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-175/+182
2025-05-21perf: Only dump the throttle log for the leaderKan Liang1-2/+4
2025-05-21perf: Fix the throttle logic for a groupKan Liang1-20/+46
2025-05-17perf/core: Add the is_event_in_freq_mode() helper to simplify the codeKan Liang1-5/+10
2025-05-15perf/aux: Allocate non-contiguous AUX pages by defaultYabin Cui1-9/+20
2025-05-12kernel/events/uprobes: uprobe_write_opcode() rewriteDavid Hildenbrand1-154/+158
2025-05-12kernel/events/uprobes: pass VMA to set_swbp(), set_orig_insn() and uprobe_wri...David Hildenbrand1-16/+17
2025-05-12kernel/events/uprobes: pass VMA instead of MM to remove_breakpoint()David Hildenbrand1-9/+11
2025-05-08perf: Fix confusing aux iterationFrederic Weisbecker1-1/+1
2025-05-08perf: Fix irq work dereferencing garbageFrederic Weisbecker1-16/+15
2025-05-08perf: Fix failing inherit_event() doing extra refcount decrement on parentFrederic Weisbecker1-2/+18
2025-04-25perf/core: Fix broken throttling when max_samples_per_tick=1Qing Wang1-8/+8
2025-04-25Merge branch 'perf/urgent'Peter Zijlstra1-2/+2
2025-04-23perf/core: Change to POLLERR for pinned events with errorNamhyung Kim1-2/+2
2025-04-17perf/core: Fix event timekeeping mergePeter Zijlstra1-2/+2
2025-04-17perf/core: Fix event->parent life-time issuePeter Zijlstra1-1/+2
2025-04-17perf/core: Fix put_ctx() orderingFrederic Weisbecker1-3/+4
2025-04-17perf/core: Fix perf-stat / read()Peter Zijlstra1-1/+1
2025-04-08perf: Make perf_pmu_unregister() useablePeter Zijlstra1-50/+270
2025-04-08perf: Rename perf_event_exit_task(.child)Peter Zijlstra1-30/+32
2025-04-08perf: Unify perf_event_free_task() / perf_event_exit_task_context()Peter Zijlstra1-68/+25
2025-04-08perf: Simplify perf_event_release_kernel()Peter Zijlstra1-8/+7
2025-04-08perf: Simplify perf_event_free_task() waitPeter Zijlstra1-22/+3
2025-04-08perf: Simplify child event tear-downPeter Zijlstra1-2/+6
2025-04-08perf: Ensure bpf_perf_link path is properly serializedPeter Zijlstra1-4/+30
2025-04-08perf: Fix hang while freeing sigtrap eventFrederic Weisbecker1-46/+18
2025-04-07uprobes: Avoid false-positive lockdep splat on CONFIG_PREEMPT_RT=y in the ri_...Andrii Nakryiko1-2/+13
2025-04-06perf/core: Fix WARN_ON(!ctx) in __free_event() for partial initGabriel Shahrouzi1-3/+3
2025-04-06Merge tag 'perf-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-9/+9
2025-04-02mseal sysmap: uprobe mappingJeff Xu1-1/+2
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+12
2025-03-31perf/core: Fix child_total_time_enabled accounting bug at task exitYeoreum Yun1-9/+9
2025-03-26Merge tag 'lsm-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+7
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+3
2025-03-17perf: Clean up pmu specific dataKan Liang1-73/+3
2025-03-17perf: Supply task information to sched_task()Kan Liang1-9/+11
2025-03-17perf: attach/detach PMU specific dataKan Liang1-0/+289
2025-03-17perf: Save PMU specific data in task_structKan Liang1-0/+1
2025-03-17perf/ring_buffer: Allow the EPOLLRDNORM flag for pollTao Chen1-1/+1
2025-03-17perf/core: Use POLLHUP for pinned events in errorNamhyung Kim1-0/+9
2025-03-17kernel/events/uprobes: handle device-exclusive entries correctly in __replace...David Hildenbrand1-1/+12
2025-03-16perf/core: Use sysfs_emit() instead of scnprintf()XieLudan1-3/+3
2025-03-10perf/core: Remove optional 'size' arguments from strscpy() callsThorsten Blum1-3/+3