summaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)Author
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
2025-08-15perf: Make RB allocation branch self sufficientPeter Zijlstra
2025-08-15perf: Split out the AUX buffer allocationPeter Zijlstra
2025-08-15perf: Reflow to get rid of aux_success labelPeter Zijlstra
2025-08-15perf: Use guard() for aux_mutex in perf_mmap()Peter Zijlstra
2025-08-15perf: Remove redundant aux_unlock labelPeter Zijlstra
2025-08-15perf: Move common code into both rb and aux branchesPeter Zijlstra
2025-08-15perf: Merge consecutive conditionals in perf_mmap()Peter Zijlstra
2025-08-15perf: Move perf_mmap_calc_limits() into both rb and aux branchesPeter Zijlstra
2025-08-15perf: Split out VM accountingThomas Gleixner
2025-08-15perf: Split out mlock limit handlingThomas Gleixner
2025-08-15perf: Remove redundant condition for AUX buffer sizeThomas Gleixner
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