summaryrefslogtreecommitdiff
path: root/kernel/events/core.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-05perf/core: Fix missing wakeup when waiting for context referenceHaifeng Xu1-0/+13
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2024-04-26mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FASTDavid Hildenbrand1-2/+2
2024-04-14perf/bpf: Mark perf_event_set_bpf_handler() and perf_event_free_bpf_handler()...Ingo Molnar1-4/+4
2024-04-14perf: Move perf_event_fasync() to perf_event.hKyle Huey1-8/+0
2024-04-12perf/bpf: Change the !CONFIG_BPF_SYSCALL stubs to static inlinesIngo Molnar1-7/+7
2024-04-12perf/bpf: Allow a BPF program to suppress all sample side effectsKyle Huey1-2/+4
2024-04-12perf/bpf: Call BPF handler directly, not through overflow machineryKyle Huey1-16/+11
2024-04-12perf/bpf: Create bpf_overflow_handler() stub for !CONFIG_BPF_SYSCALLKyle Huey1-0/+6
2024-04-12perf/bpf: Reorder bpf_overflow_handler() ahead of __perf_event_overflow()Kyle Huey1-91/+92
2024-04-10perf/core: Reduce PMU access to adjust sample freqNamhyung Kim1-1/+2
2024-04-10perf/core: Optimize perf_adjust_freq_unthr_context()Namhyung Kim1-26/+44
2024-03-12bpf: move sleepable flag from bpf_prog_aux to bpf_progAndrii Nakryiko1-1/+1
2024-01-30perf/bpf: Fix duplicate type checkFlorian Lehner1-5/+1
2024-01-09Merge tag 'perf-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-12/+34
2023-12-15perf: Fix perf_event_validate_size() lockdep splatMark Rutland1-0/+10
2023-11-29perf: Fix perf_event_validate_size()Peter Zijlstra1-23/+38
2023-11-23perf: Fix the nr_addr_filters fixPeter Zijlstra1-3/+1
2023-11-15perf/core: Fix narrow startup race when creating the perf nr_addr_filters sys...Greg KH1-12/+28
2023-11-15Merge branch 'tip/perf/urgent'Peter Zijlstra1-6/+51
2023-11-15perf/core: Fix cpuctx refcountingPeter Zijlstra1-0/+17
2023-10-31Merge tag 'perf-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-60/+77
2023-10-27perf: Add branch stack countersKan Liang1-0/+8
2023-10-24perf/core: Fix potential NULL derefPeter Zijlstra1-1/+2
2023-10-19perf: Disallow mis-matched inherited group readsPeter Zijlstra1-6/+33
2023-10-12perf: Optimize perf_cgroup_switch()Peter Zijlstra1-55/+60
2023-10-09perf/core: Allow reading package events from perf_event_read_localTero Kristo1-3/+15
2023-10-05perf/core: Rename perf_proc_update_handler() -> perf_event_max_sample_rate_ha...Xiu Jianfeng1-2/+2
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-22/+11
2023-08-29Merge 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-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