aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/events
AgeCommit message (Expand)AuthorFilesLines
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 == NULLSteven 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
2025-08-21uprobes: Remove breakpoint in unapply_uprobe under mmap_write_lockJiri Olsa1-3/+3
2025-08-15perf: Convert mmap() refcounts to refcount_tThomas Gleixner3-23/+23
2025-08-15perf: Identify the 0->1 transition for event::mmap_countPeter Zijlstra1-1/+1
2025-08-15perf: Use scoped_guard() for mmap_mutex in perf_mmap()Peter Zijlstra1-21/+14
2025-08-15perf: Split out the RB allocationPeter Zijlstra1-72/+73
2025-08-15perf: Make RB allocation branch self sufficientPeter Zijlstra1-5/+1
2025-08-15perf: Split out the AUX buffer allocationPeter Zijlstra1-67/+77
2025-08-15perf: Reflow to get rid of aux_success labelPeter Zijlstra1-19/+18
2025-08-15perf: Use guard() for aux_mutex in perf_mmap()Peter Zijlstra1-5/+1
2025-08-15perf: Remove redundant aux_unlock labelPeter Zijlstra1-9/+8
2025-08-15perf: Move common code into both rb and aux branchesPeter Zijlstra1-10/+15
2025-08-15perf: Merge consecutive conditionals in perf_mmap()Peter Zijlstra1-22/+19
2025-08-15perf: Move perf_mmap_calc_limits() into both rb and aux branchesPeter Zijlstra1-8/+18
2025-08-15perf: Split out VM accountingThomas Gleixner1-4/+9
2025-08-15perf: Split out mlock limit handlingThomas Gleixner1-37/+38
2025-08-15perf: Remove redundant condition for AUX buffer sizeThomas Gleixner1-1/+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/linux/kernel/git/akpm/mmLinus Torvalds1-2/+2
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus 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/kernel/git/tip/tipLinus Torvalds1-42/+74
2025-06-11perf: Fix the throttle error of some clock eventsKan Liang1-4/+11