summaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)Author
2026-03-12x86/uprobes: Fix XOL allocation failure for 32-bit tasksOleg Nesterov
2026-03-12perf: Fix __perf_event_overflow() vs perf_remove_from_context() racePeter Zijlstra
2026-03-12perf/core: Fix invalid wait context in ctx_sched_in()Namhyung Kim
2026-03-12perf/core: Fix refcount bug and potential UAF in perf_mmapHaocheng Yu
2026-03-04uprobes: Fix incorrect lockdep condition in filter_chain()Breno Leitao
2026-03-04perf/core: Fix slow perf_event_task_exit() with LBR callstacksNamhyung Kim
2026-02-06perf: sched: Fix perf crash with new is_user_task() helperSteven Rostedt
2026-01-30perf: Fix refcount warning on event->mmap_count incrementWill Rosenberg
2026-01-17perf: Ensure swevent hrtimer is properly destroyedPeter Zijlstra
2025-12-18perf/core: Fix missing read event generation on task exitThaumy Cheng
2025-11-20perf: Fix 0 count issue of cpu-clockDapeng Mi
2025-11-03perf/core: Fix system hang caused by cpu-clock usageDapeng Mi
2025-10-14perf/core: Fix MMAP2 event device with backing filesAdrian Hunter
2025-10-14perf/core: Fix MMAP event path names with backing filesAdrian Hunter
2025-10-14perf/core: Fix address filter match with backing filesAdrian Hunter
2025-10-14uprobe: Move arch_uprobe_optimize right after handlers executionJiri Olsa
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-10-01Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-09-30Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-09-30Merge tag 'perf-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-09-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2025-09-29Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-24uprobe: Do not emulate/sstep original instruction when ip is changedJiri Olsa
2025-09-24bpf: Allow uprobe program to change context registersJiri Olsa
2025-09-16uprobes: uprobe_warn should use passed taskJeremy Linton
2025-09-15Merge 6.17-rc6 into driver-core-nextGreg Kroah-Hartman
2025-09-14perf: make pmu_bus constRicardo B. Marliere
2025-09-13mm: convert uprobes to mm_flags_*() accessorsLorenzo Stoakes
2025-09-03perf: Fix the POLL_HUP delivery breakageKan Liang
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster
2025-08-26perf: Skip user unwind if the task is a kernel threadJosh Poimboeuf
2025-08-26perf: Simplify get_perf_callchain() user logicJosh Poimboeuf
2025-08-26perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm =...Steven Rostedt
2025-08-26perf: Have get_perf_callchain() return NULL if crosstask and user are setJosh Poimboeuf
2025-08-26perf: Remove get_perf_callchain() init_nr argumentJosh Poimboeuf
2025-08-21uprobes: Remove redundant __GFP_NOWARNQianfeng Rong
2025-08-21uprobes/x86: Add support to optimize uprobesJiri Olsa
2025-08-21uprobes/x86: Add uprobe syscall to speed up uprobeJiri Olsa
2025-08-21uprobes/x86: Add mapping for optimized uprobe trampolinesJiri Olsa
2025-08-21uprobes: Add do_ref_ctr argument to uprobe_write functionJiri Olsa
2025-08-21uprobes: Add is_register argument to uprobe_write and uprobe_write_opcodeJiri Olsa
2025-08-21uprobes: Add nbytes argument to uprobe_writeJiri Olsa
2025-08-21uprobes: Add uprobe_write functionJiri Olsa
2025-08-21uprobes: Make copy_from_page globalJiri Olsa
2025-08-21uprobes: Rename arch_uretprobe_trampoline functionJiri Olsa
2025-08-21uprobes: Remove breakpoint in unapply_uprobe under mmap_write_lockJiri Olsa
2025-08-15perf: Convert mmap() refcounts to refcount_tThomas Gleixner
2025-08-15perf: Identify the 0->1 transition for event::mmap_countPeter Zijlstra
2025-08-15perf: Use scoped_guard() for mmap_mutex in perf_mmap()Peter Zijlstra
2025-08-15perf: Split out the RB allocationPeter Zijlstra