summaryrefslogtreecommitdiff
path: root/kernel/events/core.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-02perf: Skip user unwind if the task is a kernel threadJosh Poimboeuf1-1/+2
2025-11-02perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm =...Steven Rostedt1-2/+2
2025-08-15perf/core: Prevent VMA split of buffer mappingsThomas Gleixner1-0/+10
2025-08-15perf/core: Exit early on perf_mmap() failThomas Gleixner1-0/+3
2025-08-15perf/core: Don't leak AUX buffer refcount on allocation failureThomas Gleixner1-3/+4
2025-07-17perf: Revert to requiring CAP_SYS_ADMIN for uprobesPeter Zijlstra1-1/+1
2025-07-17perf/core: Fix the WARN_ON_ONCE is out of lock protected regionLuo Gengkun1-2/+2
2025-06-27perf/core: Fix WARN in perf_cgroup_switch()Luo Gengkun1-2/+20
2025-06-27perf: Fix cgroup state vs ERRORPeter Zijlstra1-21/+30
2025-06-27perf: Fix sample vs do_exit()Peter Zijlstra1-0/+7
2025-06-19perf: Ensure bpf_perf_link path is properly serializedPeter Zijlstra1-4/+30
2025-06-19perf/core: Fix broken throttling when max_samples_per_tick=1Qing Wang1-8/+8
2025-06-04perf: Avoid the read if the count is already updatedPeter Zijlstra (Intel)1-17/+16
2025-05-02perf/core: Fix WARN_ON(!ctx) in __free_event() for partial initGabriel Shahrouzi1-3/+3
2025-04-10perf/core: Fix child_total_time_enabled accounting bug at task exitYeoreum Yun1-9/+9
2025-04-10perf/core: Fix perf_pmu_register() vs. perf_init_event()Peter Zijlstra1-2/+26
2025-03-13perf/core: Fix pmus_lock vs. pmus_srcu orderingPeter Zijlstra1-2/+2
2025-03-07perf/core: Fix low freq setting via IOC_PERIODKan Liang1-8/+9
2025-03-07perf/core: Add RCU read lock protection to perf_iterate_ctx()Breno Leitao1-1/+2
2025-03-07perf/core: Order the PMU list to fix warning about unordered pmu_ctx_listLuo Gengkun1-2/+9
2025-02-08perf/core: Save raw sample data conditionally based on sample typeYabin Cui1-17/+18
2024-10-10perf/core: Fix small negative period being ignoredLuo Gengkun1-1/+5
2024-10-10perf: Really fix event_function_call() lockingNamhyung Kim1-5/+8
2024-10-10perf: Fix event_function_call() lockingPeter Zijlstra1-4/+5
2024-10-10drivers/perf: arm_spe: Use perf_allow_kernel() for permissionsJames Clark1-0/+9
2024-09-12perf/aux: Fix AUX buffer serializationPeter Zijlstra1-6/+12
2024-08-03bpf, events: Use prog to emit ksymbol event for main programHou Tao1-15/+13
2024-08-03perf: Fix event leak upon exec and file releaseFrederic Weisbecker1-4/+34
2024-08-03perf: Fix event leak upon exitFrederic Weisbecker1-8/+5
2024-08-03perf: Prevent passing zero nr_pages to rb_alloc_aux()Adrian Hunter1-0/+2
2024-06-21perf/core: Fix missing wakeup when waiting for context referenceHaifeng Xu1-0/+13
2024-02-05perf: Fix the nr_addr_filters fixPeter Zijlstra1-3/+1
2024-02-05perf/core: Fix narrow startup race when creating the perf nr_addr_filters sys...Greg KH1-12/+28
2023-12-20perf: Fix perf_event_validate_size() lockdep splatMark Rutland1-0/+10
2023-12-13perf: Fix perf_event_validate_size()Peter Zijlstra1-23/+38
2023-11-28perf/core: Fix cpuctx refcountingPeter Zijlstra1-0/+17
2023-11-20perf: Optimize perf_cgroup_switch()Peter Zijlstra1-55/+60
2023-10-24perf/core: Fix potential NULL derefPeter Zijlstra1-1/+2
2023-10-19perf: Disallow mis-matched inherited group readsPeter Zijlstra1-6/+33
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-22/+11
2023-08-28Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-9/+9
2023-08-21perf/core: use vma_is_initial_stack() and vma_is_initial_heap()Kefeng Wang1-22/+11
2023-07-27perf: Replace strlcpy with strscpyAzeem Shaikh1-3/+3
2023-07-10perf/core: Use local64_try_cmpxchg in perf_swevent_set_periodUros Bizjak1-9/+9
2023-07-01Merge tag 'cxl-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-0/+1
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+4
2023-06-27Merge tag 'perf-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-36/+41
2023-06-19perf/core: allow pte_offset_map() to failHugh Dickins1-0/+4
2023-06-06perf: Re-instate the linear PMU searchPeter Zijlstra1-13/+24
2023-05-30perf: Allow a PMU to have a parentJonathan Cameron1-0/+1