summaryrefslogtreecommitdiffstats
path: root/kernel/events
AgeCommit message (Expand)AuthorLines
2025-03-04perf/core: Lift event->mmap_mutex in perf_mmap()Peter Zijlstra-12/+8
2025-03-04perf/core: Remove retry loop from perf_mmap()Peter Zijlstra-10/+15
2025-03-04perf/core: Further simplify perf_mmap()Peter Zijlstra-11/+10
2025-03-04perf/core: Simplify the perf_mmap() control flowPeter Zijlstra-39/+36
2025-03-04perf/bpf: Robustify perf_event_free_bpf_prog()Peter Zijlstra-0/+3
2025-03-04perf/core: Introduce perf_free_addr_filters()Peter Zijlstra-3/+13
2025-03-04perf/core: Add this_cpc() helperPeter Zijlstra-16/+18
2025-03-04perf/core: Merge struct pmu::pmu_disable_count into struct perf_cpu_pmu_conte...Peter Zijlstra-8/+4
2025-03-04perf/core: Simplify perf_event_alloc()Peter Zijlstra-37/+22
2025-03-04perf/core: Simplify perf_init_event()Peter Zijlstra-19/+12
2025-03-04perf/core: Simplify perf_pmu_register()Peter Zijlstra-42/+29
2025-03-04perf/core: Simplify the perf_pmu_register() error pathPeter Zijlstra-37/+30
2025-03-04perf/core: Simplify the perf_event_alloc() error pathPeter Zijlstra-69/+69
2025-03-04perf/hw_breakpoint: Return EOPNOTSUPP for unsupported breakpoint typeSaket Kumar Bhaskar-2/+3
2025-03-01Merge branch 'perf/urgent' into perf/core, to pick up dependent patches and f...Ingo Molnar-18/+60
2025-03-01perf/core: Fix perf_pmu_register() vs. perf_init_event()Peter Zijlstra-2/+26
2025-03-01perf/core: Fix pmus_lock vs. pmus_srcu orderingPeter Zijlstra-2/+2
2025-02-26perf: Remove unnecessary parameter of security checkLuo Gengkun-7/+7
2025-02-25uprobes: Remove too strict lockdep_assert() condition in hprobe_expire()Andrii Nakryiko-3/+7
2025-02-25perf/core: Fix low freq setting via IOC_PERIODKan Liang-8/+9
2025-02-24uprobes: Reject the shared zeropage in uprobe_write_opcode()Tong Tiangen-0/+5
2025-02-24perf/core: Order the PMU list to fix warning about unordered pmu_ctx_listLuo Gengkun-2/+9
2025-02-24perf/core: Add RCU read lock protection to perf_iterate_ctx()Breno Leitao-1/+2
2025-02-21perf/core: Move perf_event sysctls into kernel/eventsJoel Granados-12/+83
2025-02-21Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne...Ingo Molnar-1/+1
2025-02-18perf: Switch to use hrtimer_setup()Nam Cao-4/+3
2025-02-18uprobes: Don't use %pK through printkThomas Weißschuh-1/+1
2025-02-05perf: Avoid the read if the count is already updatedPeter Zijlstra (Intel)-17/+17
2025-02-05uprobes: Remove the spinlock within handle_singlestep()Liao Chang-3/+5
2025-02-03uprobes: Remove redundant spinlock in uprobe_deny_signal()Liao Chang-2/+0
2025-02-01kernel: be more careful about dup_mmap() failures and uprobe registeringLiam R. Howlett-0/+4
2025-01-21Merge tag 'perf-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-131/+269
2025-01-10perf: map pages in advanceLorenzo Stoakes-55/+82
2025-01-10uprobes: Fix race in uprobe_free_utaskJiri Olsa-1/+1
2024-12-09uprobes: Guard against kmemdup() failing in dup_return_instance()Andrii Nakryiko-0/+2
2024-12-09perf/core: Export perf_exclude_event()Namhyung Kim-2/+1
2024-12-09uprobes: Reuse return_instances between multiple uretprobes within taskAndrii Nakryiko-13/+70
2024-12-09uprobes: Ensure return_instance is detached from the list before freeingAndrii Nakryiko-1/+1
2024-12-09uprobes: Decouple return_instance list traversal and freeingAndrii Nakryiko-16/+21
2024-12-09uprobes: Simplify session consumer trackingAndrii Nakryiko-35/+37
2024-12-02uprobes: add speculative lockless VMA-to-inode-to-uprobe resolutionAndrii Nakryiko-0/+45
2024-12-02uprobes: simplify find_active_uprobe_rcu() VMA checksAndrii Nakryiko-1/+1
2024-12-02Merge tag 'v6.13-rc1' into perf/core, to refresh the branchIngo Molnar-58/+29
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds-13/+6
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+0
2024-11-19Merge tag 'perf-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-176/+535
2024-11-19perf/core: Save raw sample data conditionally based on sample typeYabin Cui-17/+18
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-42/+21
2024-11-14perf/core: Correct perf sampling with guest VMsColton Lewis-4/+17
2024-11-14perf/core: Hoist perf_instruction_pointer() and perf_misc_flags()Colton Lewis-0/+10