summaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)AuthorFilesLines
2025-03-01perf/core: Fix perf_pmu_register() vs. perf_init_event()Peter Zijlstra1-2/+26
2025-03-01perf/core: Fix pmus_lock vs. pmus_srcu orderingPeter Zijlstra1-2/+2
2025-02-26perf: Remove unnecessary parameter of security checkLuo Gengkun1-7/+7
2025-02-25uprobes: Remove too strict lockdep_assert() condition in hprobe_expire()Andrii Nakryiko1-3/+7
2025-02-25perf/core: Fix low freq setting via IOC_PERIODKan Liang1-8/+9
2025-02-24uprobes: Reject the shared zeropage in uprobe_write_opcode()Tong Tiangen1-0/+5
2025-02-24perf/core: Order the PMU list to fix warning about unordered pmu_ctx_listLuo Gengkun1-2/+9
2025-02-24perf/core: Add RCU read lock protection to perf_iterate_ctx()Breno Leitao1-1/+2
2025-02-21perf/core: Move perf_event sysctls into kernel/eventsJoel Granados2-12/+83
2025-02-21Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne...Ingo Molnar1-1/+1
2025-02-18perf: Switch to use hrtimer_setup()Nam Cao1-4/+3
2025-02-18uprobes: Don't use %pK through printkThomas Weißschuh1-1/+1
2025-02-05perf: Avoid the read if the count is already updatedPeter Zijlstra (Intel)2-17/+17
2025-02-05uprobes: Remove the spinlock within handle_singlestep()Liao Chang1-3/+5
2025-02-03uprobes: Remove redundant spinlock in uprobe_deny_signal()Liao Chang1-2/+0
2025-02-01kernel: be more careful about dup_mmap() failures and uprobe registeringLiam R. Howlett1-0/+4
2025-01-21Merge tag 'perf-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-131/+269
2025-01-10perf: map pages in advanceLorenzo Stoakes2-55/+82
2025-01-10uprobes: Fix race in uprobe_free_utaskJiri Olsa1-1/+1
2024-12-09uprobes: Guard against kmemdup() failing in dup_return_instance()Andrii Nakryiko1-0/+2
2024-12-09perf/core: Export perf_exclude_event()Namhyung Kim1-2/+1
2024-12-09uprobes: Reuse return_instances between multiple uretprobes within taskAndrii Nakryiko1-13/+70
2024-12-09uprobes: Ensure return_instance is detached from the list before freeingAndrii Nakryiko1-1/+1
2024-12-09uprobes: Decouple return_instance list traversal and freeingAndrii Nakryiko1-16/+21
2024-12-09uprobes: Simplify session consumer trackingAndrii Nakryiko1-35/+37
2024-12-02uprobes: add speculative lockless VMA-to-inode-to-uprobe resolutionAndrii Nakryiko1-0/+45
2024-12-02uprobes: simplify find_active_uprobe_rcu() VMA checksAndrii Nakryiko1-1/+1
2024-12-02Merge tag 'v6.13-rc1' into perf/core, to refresh the branchIngo Molnar3-58/+29
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds2-13/+6
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+0
2024-11-19Merge tag 'perf-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-176/+535
2024-11-19perf/core: Save raw sample data conditionally based on sample typeYabin Cui1-17/+18
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-42/+21
2024-11-14perf/core: Correct perf sampling with guest VMsColton Lewis1-4/+17
2024-11-14perf/core: Hoist perf_instruction_pointer() and perf_misc_flags()Colton Lewis1-0/+10
2024-11-05perf/core: update min_heap_callbacks to use default builtin swapKuan-Wei Chiu1-8/+1
2024-11-05lib/min_heap: introduce non-inline versions of min heap API functionsKuan-Wei Chiu1-3/+3
2024-11-05perf/hw_breakpoint: use ERR_PTR_PCPU(), IS_ERR_PCPU() and PTR_ERR_PCPU() macrosUros Bizjak1-2/+2
2024-11-05mm: move mm flags to mm_types.hNanyong Sun1-1/+0
2024-11-05perf/core: Add aux_pause, aux_resume, aux_start_pausedAdrian Hunter2-4/+72
2024-11-03fdget(), trivial conversionsAl Viro1-9/+5
2024-11-03get rid of perf_fget_light(), convert kernel/events/core.c to CLASS(fd)Al Viro1-33/+16
2024-10-30uprobes: SRCU-protect uretprobe lifetime (with timeout)Andrii Nakryiko1-35/+252
2024-10-30uprobes: allow put_uprobe() from non-sleepable softirq contextAndrii Nakryiko1-4/+16
2024-10-23uprobe: Add support for session consumerJiri Olsa1-29/+119
2024-10-23uprobe: Add data pointer to consumer handlersJiri Olsa1-2/+2
2024-10-23perf: Fix missing RCU reader protection in perf_event_clear_cpumask()Kan Liang1-1/+1
2024-10-14sched/fair: Fix external p->on_rq usersPeter Zijlstra1-1/+1
2024-10-07uprobes: fold xol_take_insn_slot() into xol_get_insn_slot()Oleg Nesterov1-13/+4
2024-10-07uprobes: kill xol_area->slot_countOleg Nesterov1-14/+15