summaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)AuthorFilesLines
43 hoursperf: Fix __perf_event_overflow() vs perf_remove_from_context() racePeter Zijlstra1-1/+41
43 hoursperf/core: Fix invalid wait context in ctx_sched_in()Namhyung Kim1-1/+2
43 hoursperf/core: Fix refcount bug and potential UAF in perf_mmapHaocheng Yu1-19/+19
10 daysuprobes: Fix incorrect lockdep condition in filter_chain()Breno Leitao1-1/+1
10 daysx86/uprobes: Fix XOL allocation failure for 32-bit tasksOleg Nesterov1-3/+7
10 daysperf/core: Fix slow perf_event_task_exit() with LBR callstacksNamhyung Kim1-2/+18
2026-01-30perf: sched: Fix perf crash with new is_user_task() helperSteven Rostedt2-4/+4
2026-01-21perf: Fix refcount warning on event->mmap_count incrementWill Rosenberg1-0/+9
2026-01-11Merge tag 'perf-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+6
2026-01-11treewide: Update email addressThomas Gleixner3-3/+3
2026-01-05perf: Ensure swevent hrtimer is properly destroyedPeter Zijlstra1-0/+6
2025-12-09perf/core: Fix missing read event generation on task exitThaumy Cheng1-10/+12
2025-12-03perf/uprobes: Remove <space><Tab> whitespace noiseIngo Molnar1-4/+4
2025-12-01Merge tag 'perf-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-3/+89
2025-11-20perf: Fix 0 count issue of cpu-clockDapeng Mi1-1/+1
2025-11-03perf/core: Fix system hang caused by cpu-clock usageDapeng Mi1-5/+15
2025-10-29perf: Support deferred user unwindPeter Zijlstra2-3/+89
2025-10-14perf/core: Fix MMAP2 event device with backing filesAdrian Hunter1-2/+2
2025-10-14perf/core: Fix MMAP event path names with backing filesAdrian Hunter1-1/+1
2025-10-14perf/core: Fix address filter match with backing filesAdrian Hunter1-1/+1
2025-10-14uprobe: Move arch_uprobe_optimize right after handlers executionJiri Olsa1-3/+3
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-16/+16
2025-10-01Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-09-30Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds2-0/+11
2025-09-30Merge tag 'perf-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-231/+286
2025-09-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2025-09-29Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-09-24uprobe: Do not emulate/sstep original instruction when ip is changedJiri Olsa1-0/+7
2025-09-24bpf: Allow uprobe program to change context registersJiri Olsa1-0/+4
2025-09-16uprobes: uprobe_warn should use passed taskJeremy Linton1-1/+1
2025-09-15Merge 6.17-rc6 into driver-core-nextGreg Kroah-Hartman1-0/+1
2025-09-14perf: make pmu_bus constRicardo B. Marliere1-1/+1
2025-09-13mm: convert uprobes to mm_flags_*() accessorsLorenzo Stoakes1-16/+16
2025-09-03perf: Fix the POLL_HUP delivery breakageKan Liang1-0/+1
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster1-1/+1
2025-08-26perf: Skip user unwind if the task is a kernel threadJosh Poimboeuf1-1/+2
2025-08-26perf: Simplify get_perf_callchain() user logicJosh Poimboeuf1-10/+8
2025-08-26perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm =...Steven Rostedt2-5/+5
2025-08-26perf: Have get_perf_callchain() return NULL if crosstask and user are setJosh Poimboeuf1-5/+5
2025-08-26perf: Remove get_perf_callchain() init_nr argumentJosh Poimboeuf2-7/+7
2025-08-21uprobes: Remove redundant __GFP_NOWARNQianfeng Rong1-1/+1
2025-08-21uprobes/x86: Add support to optimize uprobesJiri Olsa1-4/+12
2025-08-21uprobes/x86: Add uprobe syscall to speed up uprobeJiri Olsa1-0/+17
2025-08-21uprobes/x86: Add mapping for optimized uprobe trampolinesJiri Olsa1-0/+10
2025-08-21uprobes: Add do_ref_ctr argument to uprobe_write functionJiri Olsa1-4/+4
2025-08-21uprobes: Add is_register argument to uprobe_write and uprobe_write_opcodeJiri Olsa1-10/+11
2025-08-21uprobes: Add nbytes argument to uprobe_writeJiri Olsa1-12/+14
2025-08-21uprobes: Add uprobe_write functionJiri Olsa1-4/+10
2025-08-21uprobes: Make copy_from_page globalJiri Olsa1-5/+5
2025-08-21uprobes: Rename arch_uretprobe_trampoline functionJiri Olsa1-2/+2