summaryrefslogtreecommitdiff
path: root/kernel/events/core.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-21perf/core: use vma_is_initial_stack() and vma_is_initial_heap()Kefeng Wang1-22/+11
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-28Merge tag 'perf-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-36/+41
2023-06-20perf/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
2023-05-08perf/core: Remove pmu linear searching codeRavi Bangoria1-24/+13
2023-05-08perf/core: Rework forwarding of {task|cpu}-clock eventsRavi Bangoria1-36/+41
2023-05-08perf/core: Fix perf_sample_data not properly initialized for different sweven...Yang Jihong1-1/+13
2023-04-29Merge tag 'perf-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2023-04-14perf/core: Fix hardlockup failure caused by perf throttleYang Jihong1-2/+2
2023-04-05perf/core: Fix the same task check in perf_event_set_outputKan Liang1-1/+1
2023-04-05perf: Optimize perf_pmu_migrate_context()Peter Zijlstra1-5/+7
2023-03-15perf: Fix check before add_event_to_groups() in perf_group_detach()Budimir Markovic1-1/+1
2023-03-15perf: fix perf_event_context->timeSong Liu1-1/+1
2023-03-15perf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_eve...Yang Jihong1-1/+1
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-02-21Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-95/+112
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2023-02-06Merge 6.2-rc7 into char-misc-nextGreg Kroah-Hartman1-22/+17
2023-01-31perf: Fix perf_event_pmu_context serializationJames Clark1-22/+17
2023-01-19kernel: events: Export perf_report_aux_output_id()Mike Leach1-0/+1
2023-01-18perf/core: Call perf_prepare_sample() before running BPFNamhyung Kim1-7/+1
2023-01-18perf/core: Introduce perf_prepare_header()Namhyung Kim1-14/+24
2023-01-18perf/core: Do not pass header for sample ID initNamhyung Kim1-7/+7
2023-01-18perf/core: Set data->sample_flags in perf_prepare_sample()Namhyung Kim1-20/+65
2023-01-18perf/core: Add perf_sample_save_brstack() helperNamhyung Kim1-11/+5
2023-01-18perf/core: Add perf_sample_save_raw_data() helperNamhyung Kim1-26/+5
2023-01-18perf/core: Add perf_sample_save_callchain() helperNamhyung Kim1-10/+2
2023-01-18perf/core: Save the dynamic parts of sample data sizeNamhyung Kim1-7/+10
2022-12-27perf/core: Call LSM hook after copying perf_event_attrNamhyung Kim1-3/+3
2022-12-27perf: Fix use-after-free in error pathPeter Zijlstra1-1/+3
2022-12-27perf/core: Fix cgroup events trackingChengming Zhou1-32/+10
2022-12-27perf core: Return error pointer if inherit_event() fails to find pmu_ctxRavi Bangoria1-1/+1
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2022-12-15mm/gup: Fix the lockless PMD accessPeter Zijlstra1-1/+1
2022-12-13Merge tag 'perf-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1013/+1087
2022-12-04Merge tag 'perf_urgent_for_v6.1_rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+13
2022-11-29Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+1
2022-11-29perf: Fix perf_pending_task() UaFPeter Zijlstra1-4/+13
2022-11-24perf/core: Don't allow grouping events from different hw pmusRavi Bangoria1-9/+15
2022-11-24perf: Fix function pointer casePeter Zijlstra1-2/+6
2022-11-24perf: Consider OS filter failPeter Zijlstra1-2/+22
2022-11-24perf: Fixup SIGTRAP and sample_flags interactionPeter Zijlstra1-1/+4
2022-11-16perf: Fix possible memleak in pmu_dev_alloc()Chen Zhongjin1-3/+5
2022-11-16perf: Fix IS_ERR() vs NULL check in inherit_event()Gaosheng Cui1-1/+1
2022-11-16perf: Remove unused pointer task_ctxColin Ian King1-2/+0
2022-11-15bpf, perf: Use subprog name when reporting subprog ksymbolHou Tao1-1/+1