summaryrefslogtreecommitdiffstats
path: root/kernel/events
AgeCommit message (Expand)AuthorLines
2025-11-03perf/core: Fix system hang caused by cpu-clock usageDapeng Mi-5/+15
2025-10-14perf/core: Fix MMAP2 event device with backing filesAdrian Hunter-2/+2
2025-10-14perf/core: Fix MMAP event path names with backing filesAdrian Hunter-1/+1
2025-10-14perf/core: Fix address filter match with backing filesAdrian Hunter-1/+1
2025-10-14uprobe: Move arch_uprobe_optimize right after handlers executionJiri Olsa-3/+3
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-16/+16
2025-10-01Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2025-09-30Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-0/+11
2025-09-30Merge tag 'perf-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-231/+286
2025-09-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+1
2025-09-29Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2025-09-24uprobe: Do not emulate/sstep original instruction when ip is changedJiri Olsa-0/+7
2025-09-24bpf: Allow uprobe program to change context registersJiri Olsa-0/+4
2025-09-16uprobes: uprobe_warn should use passed taskJeremy Linton-1/+1
2025-09-15Merge 6.17-rc6 into driver-core-nextGreg Kroah-Hartman-0/+1
2025-09-14perf: make pmu_bus constRicardo B. Marliere-1/+1
2025-09-13mm: convert uprobes to mm_flags_*() accessorsLorenzo Stoakes-16/+16
2025-09-03perf: Fix the POLL_HUP delivery breakageKan Liang-0/+1
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster-1/+1
2025-08-26perf: Skip user unwind if the task is a kernel threadJosh Poimboeuf-1/+2
2025-08-26perf: Simplify get_perf_callchain() user logicJosh Poimboeuf-10/+8
2025-08-26perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm =...Steven Rostedt-5/+5
2025-08-26perf: Have get_perf_callchain() return NULL if crosstask and user are setJosh Poimboeuf-5/+5
2025-08-26perf: Remove get_perf_callchain() init_nr argumentJosh Poimboeuf-7/+7
2025-08-21uprobes: Remove redundant __GFP_NOWARNQianfeng Rong-1/+1
2025-08-21uprobes/x86: Add support to optimize uprobesJiri Olsa-4/+12
2025-08-21uprobes/x86: Add uprobe syscall to speed up uprobeJiri Olsa-0/+17
2025-08-21uprobes/x86: Add mapping for optimized uprobe trampolinesJiri Olsa-0/+10
2025-08-21uprobes: Add do_ref_ctr argument to uprobe_write functionJiri Olsa-4/+4
2025-08-21uprobes: Add is_register argument to uprobe_write and uprobe_write_opcodeJiri Olsa-10/+11
2025-08-21uprobes: Add nbytes argument to uprobe_writeJiri Olsa-12/+14
2025-08-21uprobes: Add uprobe_write functionJiri Olsa-4/+10
2025-08-21uprobes: Make copy_from_page globalJiri Olsa-5/+5
2025-08-21uprobes: Rename arch_uretprobe_trampoline functionJiri Olsa-2/+2
2025-08-21uprobes: Remove breakpoint in unapply_uprobe under mmap_write_lockJiri Olsa-3/+3
2025-08-15perf: Convert mmap() refcounts to refcount_tThomas Gleixner-23/+23
2025-08-15perf: Identify the 0->1 transition for event::mmap_countPeter Zijlstra-1/+1
2025-08-15perf: Use scoped_guard() for mmap_mutex in perf_mmap()Peter Zijlstra-21/+14
2025-08-15perf: Split out the RB allocationPeter Zijlstra-72/+73
2025-08-15perf: Make RB allocation branch self sufficientPeter Zijlstra-5/+1
2025-08-15perf: Split out the AUX buffer allocationPeter Zijlstra-67/+77
2025-08-15perf: Reflow to get rid of aux_success labelPeter Zijlstra-19/+18
2025-08-15perf: Use guard() for aux_mutex in perf_mmap()Peter Zijlstra-5/+1
2025-08-15perf: Remove redundant aux_unlock labelPeter Zijlstra-9/+8
2025-08-15perf: Move common code into both rb and aux branchesPeter Zijlstra-10/+15
2025-08-15perf: Merge consecutive conditionals in perf_mmap()Peter Zijlstra-22/+19
2025-08-15perf: Move perf_mmap_calc_limits() into both rb and aux branchesPeter Zijlstra-8/+18
2025-08-15perf: Split out VM accountingThomas Gleixner-4/+9
2025-08-15perf: Split out mlock limit handlingThomas Gleixner-37/+38
2025-08-15perf: Remove redundant condition for AUX buffer sizeThomas Gleixner-1/+1