summaryrefslogtreecommitdiff
path: root/kernel/events/core.c
AgeCommit message (Expand)Author
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-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
2024-09-18Merge tag 'perf-core-2024-09-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2024-09-11lib/buildid: rename build_id_parse() into build_id_parse_nofault()Andrii Nakryiko
2024-09-10perf: Add PERF_EV_CAP_READ_SCOPEKan Liang
2024-09-10perf: Generic hotplug support for a PMU with a scopeKan Liang
2024-09-05perf/core: Fix small negative period being ignoredLuo Gengkun
2024-09-05Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2024-09-04perf/aux: Fix AUX buffer serializationPeter Zijlstra
2024-08-30drivers/perf: arm_spe: Use perf_allow_kernel() for permissionsJames Clark
2024-08-14perf: Really fix event_function_call() lockingNamhyung Kim
2024-08-13perf/bpf: Don't call bpf_overflow_handler() for tracing eventsKyle Huey
2024-08-12struct fd: representation changeAl Viro
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-08-08perf: Optimize __pmu_ctx_sched_out()Peter Zijlstra
2024-08-08perf: Add context time freezePeter Zijlstra
2024-08-08perf: Fix event_function_call() lockingPeter Zijlstra
2024-08-08perf: Extract a few helpersPeter Zijlstra
2024-08-08perf: Optimize context reschedule for single PMU casesPeter Zijlstra
2024-08-02perf: Support PERF_SAMPLE_READ with inheritBen Gainey
2024-08-02perf: Rename perf_event_context.nr_pending to nr_no_switch_fast.Ben Gainey
2024-07-25Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-19bpf, events: Use prog to emit ksymbol event for main programHou Tao
2024-07-16Merge tag 'perf-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-12mm: define __pte_leaf_size() to also take a PMD entryChristophe Leroy
2024-07-09perf: Split __perf_pending_irq() out of perf_pending_irq()Sebastian Andrzej Siewior
2024-07-09perf: Don't disable preemption in perf_pending_task().Sebastian Andrzej Siewior
2024-07-09perf: Move swevent_htable::recursion into task_struct.Sebastian Andrzej Siewior
2024-07-09perf: Shrink the size of the recursion counter.Sebastian Andrzej Siewior
2024-07-09perf: Enqueue SIGTRAP always via task_work.Sebastian Andrzej Siewior
2024-07-09perf: Move irq_work_queue() where the event is prepared.Sebastian Andrzej Siewior
2024-07-09perf: Fix event leak upon exec and file releaseFrederic Weisbecker