summaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)Author
2025-12-18perf/core: Fix missing read event generation on task exitThaumy Cheng
2025-12-18perf: Remove get_perf_callchain() init_nr argumentJosh Poimboeuf
2025-12-01perf: Fix 0 count issue of cpu-clockDapeng Mi
2025-11-13perf/core: Fix system hang caused by cpu-clock usageDapeng Mi
2025-11-13uprobe: Do not emulate/sstep original instruction when ip is changedJiri Olsa
2025-11-02perf: Skip user unwind if the task is a kernel threadJosh Poimboeuf
2025-11-02perf: Have get_perf_callchain() return NULL if crosstask and user are setJosh Poimboeuf
2025-11-02perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm =...Steven Rostedt
2025-10-23perf/core: Fix MMAP2 event device with backing filesAdrian Hunter
2025-10-23perf/core: Fix MMAP event path names with backing filesAdrian Hunter
2025-10-23perf/core: Fix address filter match with backing filesAdrian Hunter
2025-10-15uprobes: uprobe_warn should use passed taskJeremy Linton
2025-09-03perf: Fix the POLL_HUP delivery breakageKan Liang
2025-08-15perf: Avoid undefined behavior from stopping/starting inactive eventsYunseong Kim
2025-08-05perf/core: Prevent VMA split of buffer mappingsThomas Gleixner
2025-08-05perf/core: Handle buffer mapping fail correctly in perf_mmap()Thomas Gleixner
2025-08-05perf/core: Exit early on perf_mmap() failThomas Gleixner
2025-08-05perf/core: Don't leak AUX buffer refcount on allocation failureThomas Gleixner
2025-08-05perf/core: Preserve AUX buffer allocation failure resultThomas Gleixner
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-09uprobes: revert ref_ctr_offset in uprobe_unregister error pathJiri Olsa
2025-07-09mm: filter zone device pages returned from folio_walk_start()Alistair Popple
2025-07-09mm: use folio_expected_ref_count() helper for reference countingShivank Garg
2025-07-09perf/core: Fix WARN in perf_sigtrap()Tetsuo Handa
2025-07-03perf: Revert to requiring CAP_SYS_ADMIN for uprobesPeter Zijlstra
2025-06-30perf/core: Fix the WARN_ON_ONCE is out of lock protected regionLuo Gengkun
2025-06-26perf/aux: Fix pending disable flow when the AUX ring buffer overrunsLeo Yan
2025-06-22Merge tag 'perf_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-06-11perf: Fix the throttle error of some clock eventsKan Liang
2025-06-05perf/core: Fix WARN in perf_cgroup_switch()Luo Gengkun
2025-06-05perf: Fix dangling cgroup pointer in cpuctxYeoreum Yun
2025-06-05perf: Fix cgroup state vs ERRORPeter Zijlstra
2025-06-05perf: Fix sample vs do_exit()Peter Zijlstra
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-21perf: Only dump the throttle log for the leaderKan Liang
2025-05-21perf: Fix the throttle logic for a groupKan Liang
2025-05-17perf/core: Add the is_event_in_freq_mode() helper to simplify the codeKan Liang
2025-05-15perf/aux: Allocate non-contiguous AUX pages by defaultYabin Cui
2025-05-11kernel/events/uprobes: uprobe_write_opcode() rewriteDavid Hildenbrand
2025-05-11kernel/events/uprobes: pass VMA to set_swbp(), set_orig_insn() and uprobe_wri...David Hildenbrand
2025-05-11kernel/events/uprobes: pass VMA instead of MM to remove_breakpoint()David Hildenbrand
2025-05-08perf: Fix confusing aux iterationFrederic Weisbecker
2025-05-08perf: Fix irq work dereferencing garbageFrederic Weisbecker
2025-05-08perf: Fix failing inherit_event() doing extra refcount decrement on parentFrederic Weisbecker
2025-04-25perf/core: Fix broken throttling when max_samples_per_tick=1Qing Wang
2025-04-25Merge branch 'perf/urgent'Peter Zijlstra
2025-04-23perf/core: Change to POLLERR for pinned events with errorNamhyung Kim
2025-04-17perf/core: Fix event timekeeping mergePeter Zijlstra
2025-04-17perf/core: Fix event->parent life-time issuePeter Zijlstra