summaryrefslogtreecommitdiff
path: root/kernel/events/core.c
AgeCommit message (Expand)Author
2025-03-17perf: Save PMU specific data in task_structKan Liang
2025-03-17perf/core: Use POLLHUP for pinned events in errorNamhyung Kim
2025-03-16perf/core: Use sysfs_emit() instead of scnprintf()XieLudan
2025-03-10perf/core: Remove optional 'size' arguments from strscpy() callsThorsten Blum
2025-03-05perf/core: Clean up perf_try_init_event()Peter Zijlstra
2025-03-04perf/core: Fix perf_mmap() failure pathPeter Zijlstra
2025-03-04perf/core: Detach 'struct perf_cpu_pmu_context' and 'struct pmu' lifetimesPeter Zijlstra
2025-03-04perf/core: Lift event->mmap_mutex in perf_mmap()Peter Zijlstra
2025-03-04perf/core: Remove retry loop from perf_mmap()Peter Zijlstra
2025-03-04perf/core: Further simplify perf_mmap()Peter Zijlstra
2025-03-04perf/core: Simplify the perf_mmap() control flowPeter Zijlstra
2025-03-04perf/bpf: Robustify perf_event_free_bpf_prog()Peter Zijlstra
2025-03-04perf/core: Introduce perf_free_addr_filters()Peter Zijlstra
2025-03-04perf/core: Add this_cpc() helperPeter Zijlstra
2025-03-04perf/core: Merge struct pmu::pmu_disable_count into struct perf_cpu_pmu_conte...Peter Zijlstra
2025-03-04perf/core: Simplify perf_event_alloc()Peter Zijlstra
2025-03-04perf/core: Simplify perf_init_event()Peter Zijlstra
2025-03-04perf/core: Simplify perf_pmu_register()Peter Zijlstra
2025-03-04perf/core: Simplify the perf_pmu_register() error pathPeter Zijlstra
2025-03-04perf/core: Simplify the perf_event_alloc() error pathPeter Zijlstra
2025-03-01Merge branch 'perf/urgent' into perf/core, to pick up dependent patches and f...Ingo Molnar
2025-03-01perf/core: Fix perf_pmu_register() vs. perf_init_event()Peter Zijlstra
2025-03-01perf/core: Fix pmus_lock vs. pmus_srcu orderingPeter Zijlstra
2025-02-26perf: Remove unnecessary parameter of security checkLuo Gengkun
2025-02-25perf/core: Fix low freq setting via IOC_PERIODKan Liang
2025-02-24perf/core: Order the PMU list to fix warning about unordered pmu_ctx_listLuo Gengkun
2025-02-24perf/core: Add RCU read lock protection to perf_iterate_ctx()Breno Leitao
2025-02-21perf/core: Move perf_event sysctls into kernel/eventsJoel Granados
2025-02-18perf: Switch to use hrtimer_setup()Nam Cao
2025-02-05perf: Avoid the read if the count is already updatedPeter Zijlstra (Intel)
2025-01-10perf: map pages in advanceLorenzo Stoakes
2024-12-09perf/core: Export perf_exclude_event()Namhyung Kim
2024-12-02Merge tag 'v6.13-rc1' into perf/core, to refresh the branchIngo Molnar
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-11-19Merge tag 'perf-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-11-19perf/core: Save raw sample data conditionally based on sample typeYabin Cui
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-11-14perf/core: Correct perf sampling with guest VMsColton Lewis
2024-11-14perf/core: Hoist perf_instruction_pointer() and perf_misc_flags()Colton Lewis
2024-11-05perf/core: update min_heap_callbacks to use default builtin swapKuan-Wei Chiu
2024-11-05lib/min_heap: introduce non-inline versions of min heap API functionsKuan-Wei Chiu
2024-11-05perf/core: Add aux_pause, aux_resume, aux_start_pausedAdrian Hunter
2024-11-03fdget(), trivial conversionsAl Viro
2024-11-03get rid of perf_fget_light(), convert kernel/events/core.c to CLASS(fd)Al Viro
2024-10-23perf: Fix missing RCU reader protection in perf_event_clear_cpumask()Kan Liang
2024-10-14sched/fair: Fix external p->on_rq usersPeter Zijlstra
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-22perf: Fix topology_sibling_cpumask check warning on ARMKan Liang
2024-09-21Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds