summaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)AuthorFilesLines
2025-12-01perf: Fix 0 count issue of cpu-clockDapeng Mi1-1/+1
2025-11-13perf/core: Fix system hang caused by cpu-clock usageDapeng Mi1-5/+15
2025-11-13uprobe: Do not emulate/sstep original instruction when ip is changedJiri Olsa1-0/+7
2025-11-02perf: Skip user unwind if the task is a kernel threadJosh Poimboeuf1-1/+2
2025-11-02perf: Have get_perf_callchain() return NULL if crosstask and user are setJosh Poimboeuf1-5/+5
2025-11-02perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm =...Steven Rostedt2-5/+5
2025-10-23perf/core: Fix MMAP2 event device with backing filesAdrian Hunter1-2/+2
2025-10-23perf/core: Fix MMAP event path names with backing filesAdrian Hunter1-1/+1
2025-10-23perf/core: Fix address filter match with backing filesAdrian Hunter1-1/+1
2025-10-15uprobes: uprobe_warn should use passed taskJeremy Linton1-1/+1
2025-09-03perf: Fix the POLL_HUP delivery breakageKan Liang1-0/+1
2025-08-15perf: Avoid undefined behavior from stopping/starting inactive eventsYunseong Kim1-0/+6
2025-08-05perf/core: Prevent VMA split of buffer mappingsThomas Gleixner1-0/+10
2025-08-05perf/core: Handle buffer mapping fail correctly in perf_mmap()Thomas Gleixner1-2/+10
2025-08-05perf/core: Exit early on perf_mmap() failThomas Gleixner1-2/+4
2025-08-05perf/core: Don't leak AUX buffer refcount on allocation failureThomas Gleixner1-3/+4
2025-08-05perf/core: Preserve AUX buffer allocation failure resultThomas Gleixner1-2/+1
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+2
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+2
2025-07-09uprobes: revert ref_ctr_offset in uprobe_unregister error pathJiri Olsa1-2/+2
2025-07-09mm: filter zone device pages returned from folio_walk_start()Alistair Popple1-1/+1
2025-07-09mm: use folio_expected_ref_count() helper for reference countingShivank Garg1-2/+1
2025-07-09perf/core: Fix WARN in perf_sigtrap()Tetsuo Handa1-7/+7
2025-07-03perf: Revert to requiring CAP_SYS_ADMIN for uprobesPeter Zijlstra1-1/+1
2025-06-30perf/core: Fix the WARN_ON_ONCE is out of lock protected regionLuo Gengkun1-2/+2
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-05-31Merge 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-11kernel/events/uprobes: uprobe_write_opcode() rewriteDavid Hildenbrand1-154/+158
2025-05-11kernel/events/uprobes: pass VMA to set_swbp(), set_orig_insn() and uprobe_wri...David Hildenbrand1-16/+17
2025-05-11kernel/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