summaryrefslogtreecommitdiff
path: root/kernel/events/core.c
AgeCommit message (Expand)Author
2024-10-10perf/core: Fix small negative period being ignoredLuo Gengkun
2024-10-10perf: Really fix event_function_call() lockingNamhyung Kim
2024-10-10perf: Fix event_function_call() lockingPeter Zijlstra
2024-10-10drivers/perf: arm_spe: Use perf_allow_kernel() for permissionsJames Clark
2024-09-12perf/aux: Fix AUX buffer serializationPeter Zijlstra
2024-08-03bpf, events: Use prog to emit ksymbol event for main programHou Tao
2024-08-03perf: Fix event leak upon exec and file releaseFrederic Weisbecker
2024-08-03perf: Fix event leak upon exitFrederic Weisbecker
2024-08-03perf: Prevent passing zero nr_pages to rb_alloc_aux()Adrian Hunter
2024-06-21perf/core: Fix missing wakeup when waiting for context referenceHaifeng Xu
2024-02-05perf: Fix the nr_addr_filters fixPeter Zijlstra
2024-02-05perf/core: Fix narrow startup race when creating the perf nr_addr_filters sys...Greg KH
2023-12-20perf: Fix perf_event_validate_size() lockdep splatMark Rutland
2023-12-13perf: Fix perf_event_validate_size()Peter Zijlstra
2023-11-28perf/core: Fix cpuctx refcountingPeter Zijlstra
2023-11-20perf: Optimize perf_cgroup_switch()Peter Zijlstra
2023-10-24perf/core: Fix potential NULL derefPeter Zijlstra
2023-10-19perf: Disallow mis-matched inherited group readsPeter Zijlstra
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-28Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-08-21perf/core: use vma_is_initial_stack() and vma_is_initial_heap()Kefeng Wang
2023-07-27perf: Replace strlcpy with strscpyAzeem Shaikh
2023-07-10perf/core: Use local64_try_cmpxchg in perf_swevent_set_periodUros Bizjak
2023-07-01Merge tag 'cxl-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-27Merge tag 'perf-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-06-19perf/core: allow pte_offset_map() to failHugh Dickins
2023-06-06perf: Re-instate the linear PMU searchPeter Zijlstra
2023-05-30perf: Allow a PMU to have a parentJonathan Cameron
2023-05-08perf/core: Remove pmu linear searching codeRavi Bangoria
2023-05-08perf/core: Rework forwarding of {task|cpu}-clock eventsRavi Bangoria
2023-05-08perf/core: Fix perf_sample_data not properly initialized for different sweven...Yang Jihong
2023-04-28Merge tag 'perf-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-04-14perf/core: Fix hardlockup failure caused by perf throttleYang Jihong
2023-04-05perf/core: Fix the same task check in perf_event_set_outputKan Liang
2023-04-05perf: Optimize perf_pmu_migrate_context()Peter Zijlstra
2023-03-15perf: Fix check before add_event_to_groups() in perf_group_detach()Budimir Markovic
2023-03-15perf: fix perf_event_context->timeSong Liu
2023-03-15perf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_eve...Yang Jihong
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-20Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-02-06Merge 6.2-rc7 into char-misc-nextGreg Kroah-Hartman
2023-01-31perf: Fix perf_event_pmu_context serializationJames Clark
2023-01-19kernel: events: Export perf_report_aux_output_id()Mike Leach
2023-01-18perf/core: Call perf_prepare_sample() before running BPFNamhyung Kim
2023-01-18perf/core: Introduce perf_prepare_header()Namhyung Kim
2023-01-18perf/core: Do not pass header for sample ID initNamhyung Kim
2023-01-18perf/core: Set data->sample_flags in perf_prepare_sample()Namhyung Kim