summaryrefslogtreecommitdiffstats
path: root/kernel/events/core.c
Commit message (Expand)AuthorAgeFilesLines
* sched/fair: Fix external p->on_rq usersPeter Zijlstra2024-10-141-1/+1
* [tree-wide] finally take no_llseek outAl Viro2024-09-271-1/+0
* Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-231-7/+7
|\
| * struct fd: representation changeAl Viro2024-08-121-1/+1
| * introduce fd_file(), convert all accessors to it.Al Viro2024-08-121-6/+6
* | perf: Fix topology_sibling_cpumask check warning on ARMKan Liang2024-09-221-5/+5
* | Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds2024-09-211-1/+1
|\ \
| * | lib/buildid: rename build_id_parse() into build_id_parse_nofault()Andrii Nakryiko2024-09-111-1/+1
* | | Merge tag 'perf-core-2024-09-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-09-181-160/+424
|\ \ \
| * | | perf: Add PERF_EV_CAP_READ_SCOPEKan Liang2024-09-101-3/+11
| * | | perf: Generic hotplug support for a PMU with a scopeKan Liang2024-09-101-2/+162
| * | | perf/core: Fix small negative period being ignoredLuo Gengkun2024-09-051-1/+5
| * | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2024-09-051-7/+14
| |\ \ \
| * | | | perf: Really fix event_function_call() lockingNamhyung Kim2024-08-141-5/+8
| * | | | perf: Optimize __pmu_ctx_sched_out()Peter Zijlstra2024-08-081-1/+1
| * | | | perf: Add context time freezePeter Zijlstra2024-08-081-42/+86
| * | | | perf: Fix event_function_call() lockingPeter Zijlstra2024-08-081-4/+5
| * | | | perf: Extract a few helpersPeter Zijlstra2024-08-081-17/+22
| * | | | perf: Optimize context reschedule for single PMU casesPeter Zijlstra2024-08-081-76/+88
| * | | | perf: Support PERF_SAMPLE_READ with inheritBen Gainey2024-08-021-14/+41
| * | | | perf: Rename perf_event_context.nr_pending to nr_no_switch_fast.Ben Gainey2024-08-021-6/+6
| | |_|/ | |/| |
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2024-09-161-0/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | drivers/perf: arm_spe: Use perf_allow_kernel() for permissionsJames Clark2024-08-301-0/+9
| |/ /
* | / perf/aux: Fix AUX buffer serializationPeter Zijlstra2024-09-041-6/+12
| |/ |/|
* | perf/bpf: Don't call bpf_overflow_handler() for tracing eventsKyle Huey2024-08-131-1/+2
|/
* Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-07-251-15/+13
|\
| * bpf, events: Use prog to emit ksymbol event for main programHou Tao2024-07-191-15/+13
* | sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-241-2/+2
* | Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-07-211-14/+15
|\ \
| * | lib min_heap: rename min_heapify() to min_heap_sift_down()Kuan-Wei Chiu2024-06-241-1/+1
| * | lib min_heap: add args for min_heap_callbacksKuan-Wei Chiu2024-06-241-5/+5
| * | lib min_heap: add type safe interfaceKuan-Wei Chiu2024-06-241-5/+6
| * | perf/core: fix several typosKuan-Wei Chiu2024-06-241-4/+4
* | | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-211-1/+1
|\ \ \ | |_|/ |/| |
| * | mm: define __pte_leaf_size() to also take a PMD entryChristophe Leroy2024-07-121-1/+1
| |/
* | Merge tag 'perf-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-161-50/+75
|\ \ | |/ |/|
| * perf: Split __perf_pending_irq() out of perf_pending_irq()Sebastian Andrzej Siewior2024-07-091-7/+22
| * perf: Don't disable preemption in perf_pending_task().Sebastian Andrzej Siewior2024-07-091-6/+5
| * perf: Move swevent_htable::recursion into task_struct.Sebastian Andrzej Siewior2024-07-091-10/+3
| * perf: Shrink the size of the recursion counter.Sebastian Andrzej Siewior2024-07-091-1/+1
| * perf: Enqueue SIGTRAP always via task_work.Sebastian Andrzej Siewior2024-07-091-21/+10
| * perf: Move irq_work_queue() where the event is prepared.Sebastian Andrzej Siewior2024-07-091-5/+5
| * perf: Fix event leak upon exec and file releaseFrederic Weisbecker2024-07-091-4/+34
| * perf: Fix event leak upon exitFrederic Weisbecker2024-07-091-8/+5
| * Merge branch 'tip/x86/cpu'Peter Zijlstra2024-07-041-2/+2
| |\
| * | perf: Prevent passing zero nr_pages to rb_alloc_aux()Adrian Hunter2024-07-041-0/+2
* | | perf/core: Fix missing wakeup when waiting for context referenceHaifeng Xu2024-06-051-0/+13
| |/ |/|
* | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-2/+2
|\ \ | |/ |/|
| * mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FASTDavid Hildenbrand2024-04-251-2/+2
* | perf/bpf: Mark perf_event_set_bpf_handler() and perf_event_free_bpf_handler()...Ingo Molnar2024-04-141-4/+4