summaryrefslogtreecommitdiff
path: root/kernel/events/core.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-18perf: Remove get_perf_callchain() init_nr argumentJosh Poimboeuf1-1/+1
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-10-23perf/core: Fix MMAP2 event device with backing filesAdrian Hunter1-2/+2
2025-10-23perf/core: Fix MMAP event path names with backing filesAdrian Hunter1-1/+1
2025-10-23perf/core: Fix address filter match with backing filesAdrian Hunter1-1/+1
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-05-29perf: Avoid the read if the count is already updatedPeter Zijlstra (Intel)1-17/+16
2025-05-29perf/core: Clean up perf_try_init_event()Peter Zijlstra1-27/+38
2025-05-02perf/core: Fix WARN_ON(!ctx) in __free_event() for partial initGabriel Shahrouzi1-3/+3
2025-04-20perf: Fix hang while freeing sigtrap eventFrederic Weisbecker1-46/+18
2025-04-20perf/core: Simplify the perf_event_alloc() error pathPeter Zijlstra1-69/+69
2025-04-20perf/core: Add aux_pause, aux_resume, aux_start_pausedAdrian Hunter1-4/+71
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-23perf: Fix missing RCU reader protection in perf_event_clear_cpumask()Kan Liang1-1/+1
2024-10-14sched/fair: Fix external p->on_rq usersPeter Zijlstra1-1/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+7
2024-09-22perf: Fix topology_sibling_cpumask check warning on ARMKan Liang1-5/+5
2024-09-21Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-1/+1
2024-09-18Merge tag 'perf-core-2024-09-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-160/+424
2024-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+9
2024-09-11lib/buildid: rename build_id_parse() into build_id_parse_nofault()Andrii Nakryiko1-1/+1
2024-09-10perf: Add PERF_EV_CAP_READ_SCOPEKan Liang1-3/+11
2024-09-10perf: Generic hotplug support for a PMU with a scopeKan Liang1-2/+162
2024-09-05perf/core: Fix small negative period being ignoredLuo Gengkun1-1/+5
2024-09-05Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-7/+14
2024-09-04perf/aux: Fix AUX buffer serializationPeter Zijlstra1-6/+12
2024-08-30drivers/perf: arm_spe: Use perf_allow_kernel() for permissionsJames Clark1-0/+9
2024-08-14perf: Really fix event_function_call() lockingNamhyung Kim1-5/+8
2024-08-13perf/bpf: Don't call bpf_overflow_handler() for tracing eventsKyle Huey1-1/+2
2024-08-12struct fd: representation changeAl Viro1-1/+1
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro1-6/+6
2024-08-08perf: Optimize __pmu_ctx_sched_out()Peter Zijlstra1-1/+1
2024-08-08perf: Add context time freezePeter Zijlstra1-42/+86