summaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)AuthorFilesLines
2024-10-14sched/fair: Fix external p->on_rq usersPeter Zijlstra1-1/+1
2024-09-30uprobes: fix kernel info leak via "[uprobes]" vmaOleg Nesterov1-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-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-12/+23
2024-09-18Merge tag 'perf-core-2024-09-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-382/+701
2024-09-17uprobes: turn xol_area->pages[2] into xol_area->pageOleg Nesterov1-9/+8
2024-09-17uprobes: introduce the global struct vm_special_mapping xol_mappingOleg Nesterov1-5/+16
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-10uprobes: 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-13struct fd: representation changeAl Viro1-1/+1
2024-08-13introduce 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