summaryrefslogtreecommitdiffstats
path: root/kernel/events/core.c
AgeCommit message (Expand)AuthorLines
2023-04-05perf/core: Fix the same task check in perf_event_set_outputKan Liang-1/+1
2023-04-05perf: Optimize perf_pmu_migrate_context()Peter Zijlstra-5/+7
2023-03-15perf: Fix check before add_event_to_groups() in perf_group_detach()Budimir Markovic-1/+1
2023-03-15perf: fix perf_event_context->timeSong Liu-1/+1
2023-03-15perf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_eve...Yang Jihong-1/+1
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+1
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2023-02-20Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-95/+112
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan-1/+1
2023-02-06Merge 6.2-rc7 into char-misc-nextGreg Kroah-Hartman-22/+17
2023-01-31perf: Fix perf_event_pmu_context serializationJames Clark-22/+17
2023-01-19kernel: events: Export perf_report_aux_output_id()Mike Leach-0/+1
2023-01-18perf/core: Call perf_prepare_sample() before running BPFNamhyung Kim-7/+1
2023-01-18perf/core: Introduce perf_prepare_header()Namhyung Kim-14/+24
2023-01-18perf/core: Do not pass header for sample ID initNamhyung Kim-7/+7
2023-01-18perf/core: Set data->sample_flags in perf_prepare_sample()Namhyung Kim-20/+65
2023-01-18perf/core: Add perf_sample_save_brstack() helperNamhyung Kim-11/+5
2023-01-18perf/core: Add perf_sample_save_raw_data() helperNamhyung Kim-26/+5
2023-01-18perf/core: Add perf_sample_save_callchain() helperNamhyung Kim-10/+2
2023-01-18perf/core: Save the dynamic parts of sample data sizeNamhyung Kim-7/+10
2022-12-27perf/core: Call LSM hook after copying perf_event_attrNamhyung Kim-3/+3
2022-12-27perf: Fix use-after-free in error pathPeter Zijlstra-1/+3
2022-12-27perf/core: Fix cgroup events trackingChengming Zhou-32/+10
2022-12-27perf core: Return error pointer if inherit_event() fails to find pmu_ctxRavi Bangoria-1/+1
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2022-12-15mm/gup: Fix the lockless PMD accessPeter Zijlstra-1/+1
2022-12-12Merge tag 'perf-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1013/+1087
2022-12-04Merge tag 'perf_urgent_for_v6.1_rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+13
2022-11-29Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-1/+1
2022-11-29perf: Fix perf_pending_task() UaFPeter Zijlstra-4/+13
2022-11-24perf/core: Don't allow grouping events from different hw pmusRavi Bangoria-9/+15
2022-11-24perf: Fix function pointer casePeter Zijlstra-2/+6
2022-11-24perf: Consider OS filter failPeter Zijlstra-2/+22
2022-11-24perf: Fixup SIGTRAP and sample_flags interactionPeter Zijlstra-1/+4
2022-11-15perf: Fix possible memleak in pmu_dev_alloc()Chen Zhongjin-3/+5
2022-11-15perf: Fix IS_ERR() vs NULL check in inherit_event()Gaosheng Cui-1/+1
2022-11-15perf: Remove unused pointer task_ctxColin Ian King-2/+0
2022-11-15bpf, perf: Use subprog name when reporting subprog ksymbolHou Tao-1/+1
2022-11-08perf: Improve missing SIGTRAP checkingMarco Elver-6/+19
2022-10-27perf: Optimize perf_tp_event()Ravi Bangoria-55/+79
2022-10-27perf: Rewrite core context handlingPeter Zijlstra-958/+998
2022-10-27perf: Fix missing raw data on tracepoint eventsJames Clark-0/+1
2022-10-17perf: Fix missing SIGTRAPsPeter Zijlstra-38/+113
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+2
2022-10-10Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-29/+59
2022-10-04perf: Fix pmu_filter_match()Peter Zijlstra-3/+9
2022-09-29perf/x86/amd: Support PERF_SAMPLE_PHY_ADDRRavi Bangoria-1/+2
2022-09-27perf, hw_breakpoint: Fix use-after-free if perf_event_open() failsMarco Elver-3/+1
2022-09-27perf: Use sample_flags for raw_dataNamhyung Kim-1/+2
2022-09-27perf: Use sample_flags for addrNamhyung Kim-0/+5