aboutsummaryrefslogtreecommitdiff
path: root/kernel/events/core.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-01Merge branch 'perf/urgent' into perf/core, to pick up dependent patches and f...Ingo Molnar1-15/+48
2025-03-01perf/core: Fix perf_pmu_register() vs. perf_init_event()Peter Zijlstra1-2/+26
2025-03-01perf/core: Fix pmus_lock vs. pmus_srcu orderingPeter Zijlstra1-2/+2
2025-02-26perf: Remove unnecessary parameter of security checkLuo Gengkun1-7/+7
2025-02-25perf/core: Fix low freq setting via IOC_PERIODKan Liang1-8/+9
2025-02-24perf/core: Order the PMU list to fix warning about unordered pmu_ctx_listLuo Gengkun1-2/+9
2025-02-24perf/core: Add RCU read lock protection to perf_iterate_ctx()Breno Leitao1-1/+2
2025-02-21perf/core: Move perf_event sysctls into kernel/eventsJoel Granados1-6/+51
2025-02-18perf: Switch to use hrtimer_setup()Nam Cao1-4/+3
2025-02-05perf: Avoid the read if the count is already updatedPeter Zijlstra (Intel)1-17/+16
2025-01-10perf: map pages in advanceLorenzo Stoakes1-37/+81
2024-12-09perf/core: Export perf_exclude_event()Namhyung Kim1-2/+1
2024-12-02Merge tag 'v6.13-rc1' into perf/core, to refresh the branchIngo Molnar1-55/+27
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds1-11/+4
2024-11-19Merge tag 'perf-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+96
2024-11-19perf/core: Save raw sample data conditionally based on sample typeYabin Cui1-17/+18
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-42/+21
2024-11-14perf/core: Correct perf sampling with guest VMsColton Lewis1-4/+17
2024-11-14perf/core: Hoist perf_instruction_pointer() and perf_misc_flags()Colton Lewis1-0/+10
2024-11-05perf/core: update min_heap_callbacks to use default builtin swapKuan-Wei Chiu1-8/+1
2024-11-05lib/min_heap: introduce non-inline versions of min heap API functionsKuan-Wei Chiu1-3/+3
2024-11-05perf/core: Add aux_pause, aux_resume, aux_start_pausedAdrian Hunter1-4/+71
2024-11-03fdget(), trivial conversionsAl Viro1-9/+5
2024-11-03get rid of perf_fget_light(), convert kernel/events/core.c to CLASS(fd)Al Viro1-33/+16
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
2024-08-08perf: Fix event_function_call() lockingPeter Zijlstra1-4/+5
2024-08-08perf: Extract a few helpersPeter Zijlstra1-17/+22
2024-08-08perf: Optimize context reschedule for single PMU casesPeter Zijlstra1-76/+88
2024-08-02perf: Support PERF_SAMPLE_READ with inheritBen Gainey1-14/+41
2024-08-02perf: Rename perf_event_context.nr_pending to nr_no_switch_fast.Ben Gainey1-6/+6