aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/events (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-09-17Revert "uprobes: use vm_special_mapping close() functionality"Oleg Nesterov1-17/+19
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-09uprobes: use vm_special_mapping close() functionalitySven Schnelle1-19/+17
2024-09-05uprobes: perform lockless SRCU-protected uprobes_tree lookupAndrii Nakryiko1-6/+24
2024-09-05perf/uprobe: split uprobe_unregister()Peter Zijlstra1-6/+15
2024-09-05uprobes: travers uprobe's consumer list locklessly under SRCU protectionAndrii Nakryiko1-43/+61
2024-09-05uprobes: get rid of enum uprobe_filter_ctx in uprobe filter callbacksAndrii Nakryiko1-11/+7
2024-09-05uprobes: protected uprobe lifetime with SRCUAndrii Nakryiko1-40/+54
2024-09-05uprobes: revamp uprobe refcounting and lifetime managementAndrii Nakryiko1-78/+101
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 Molnar4-9/+18
2024-09-04perf/aux: Fix AUX buffer serializationPeter Zijlstra3-6/+15
2024-09-03uprobes: Use kzalloc to allocate xol areaSven Schnelle1-2/+1
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-02uprobes: shift put_uprobe() from delete_uprobe() to uprobe_unregister()Oleg Nesterov1-5/+9
2024-08-02uprobes: fold __uprobe_unregister() into uprobe_unregister()Oleg Nesterov1-15/+10
2024-08-02uprobes: change uprobe_register() to use uprobe_unregister() instead of __upr...Oleg Nesterov1-5/+7
2024-08-02uprobes: make uprobe_register() return struct uprobe *Oleg Nesterov1-34/+22
2024-08-02uprobes: kill uprobe_register_refctr()Oleg Nesterov1-18/+6
2024-08-02uprobes: simplify error handling for alloc_uprobe()Andrii Nakryiko1-3/+1
2024-08-02uprobes: is_trap_at_addr: don't use get_user_pages_remote()Oleg Nesterov1-7/+1
2024-08-02uprobes: document the usage of mm->mmap_lockOleg Nesterov1-2/+8
2024-08-02perf,x86: avoid missing caller address in stack traces captured in uprobeAndrii Nakryiko1-0/+2
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
2024-07-25Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-15/+13
2024-07-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-15/+13
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2-3/+3
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds1-14/+15
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+2
2024-07-19bpf, events: Use prog to emit ksymbol event for main programHou Tao1-15/+13
2024-07-18Merge tag 'probes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2-8/+68
2024-07-16Merge tag 'perf-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-55/+85
2024-07-12mm: define __pte_leaf_size() to also take a PMD entryChristophe Leroy1-1/+1
2024-07-09perf: Split __perf_pending_irq() out of perf_pending_irq()Sebastian Andrzej Siewior1-7/+22
2024-07-09perf: Don't disable preemption in perf_pending_task().Sebastian Andrzej Siewior1-6/+5
2024-07-09perf: Move swevent_htable::recursion into task_struct.Sebastian Andrzej Siewior2-11/+4
2024-07-09perf: Shrink the size of the recursion counter.Sebastian Andrzej Siewior3-4/+4