summaryrefslogtreecommitdiffstats
path: root/kernel/events
AgeCommit message (Expand)AuthorLines
2025-01-10uprobes: Fix race in uprobe_free_utaskJiri Olsa-1/+1
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds-13/+6
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+0
2024-11-19Merge tag 'perf-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-176/+535
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-42/+21
2024-11-14perf/core: Correct perf sampling with guest VMsColton Lewis-4/+17
2024-11-14perf/core: Hoist perf_instruction_pointer() and perf_misc_flags()Colton Lewis-0/+10
2024-11-05perf/core: update min_heap_callbacks to use default builtin swapKuan-Wei Chiu-8/+1
2024-11-05lib/min_heap: introduce non-inline versions of min heap API functionsKuan-Wei Chiu-3/+3
2024-11-05perf/hw_breakpoint: use ERR_PTR_PCPU(), IS_ERR_PCPU() and PTR_ERR_PCPU() macrosUros Bizjak-2/+2
2024-11-05mm: move mm flags to mm_types.hNanyong Sun-1/+0
2024-11-05perf/core: Add aux_pause, aux_resume, aux_start_pausedAdrian Hunter-4/+72
2024-11-03fdget(), trivial conversionsAl Viro-9/+5
2024-11-03get rid of perf_fget_light(), convert kernel/events/core.c to CLASS(fd)Al Viro-33/+16
2024-10-30uprobes: SRCU-protect uretprobe lifetime (with timeout)Andrii Nakryiko-35/+252
2024-10-30uprobes: allow put_uprobe() from non-sleepable softirq contextAndrii Nakryiko-4/+16
2024-10-23uprobe: Add support for session consumerJiri Olsa-29/+119
2024-10-23uprobe: Add data pointer to consumer handlersJiri Olsa-2/+2
2024-10-23perf: Fix missing RCU reader protection in perf_event_clear_cpumask()Kan Liang-1/+1
2024-10-14sched/fair: Fix external p->on_rq usersPeter Zijlstra-1/+1
2024-10-07uprobes: fold xol_take_insn_slot() into xol_get_insn_slot()Oleg Nesterov-13/+4
2024-10-07uprobes: kill xol_area->slot_countOleg Nesterov-14/+15
2024-10-07uprobes: deny mremap(xol_vma)Oleg Nesterov-13/+17
2024-10-07uprobes: pass utask to xol_get_insn_slot() and xol_free_insn_slot()Oleg Nesterov-9/+8
2024-10-07uprobes: move the initialization of utask->xol_vaddr from pre_ssout() to xol_...Oleg Nesterov-14/+8
2024-10-07uprobes: simplify xol_take_insn_slot() and its callerOleg Nesterov-13/+4
2024-10-07uprobes: kill the unnecessary put_uprobe/xol_free_insn_slot in uprobe_free_ut...Oleg Nesterov-19/+5
2024-10-07uprobes: sanitiize xol_free_insn_slot()Oleg Nesterov-12/+9
2024-10-07uprobes: don't abuse get_utask() in pre_ssout() and prepare_uretprobe()Oleg Nesterov-11/+3
2024-10-07uprobes: switch to RCU Tasks Trace flavor for better performanceAndrii Nakryiko-22/+16
2024-09-30uprobes: fix kernel info leak via "[uprobes]" vmaOleg Nesterov-1/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro-1/+0
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-7/+7
2024-09-22perf: Fix topology_sibling_cpumask check warning on ARMKan Liang-5/+5
2024-09-21Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-1/+1
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-12/+23
2024-09-18Merge tag 'perf-core-2024-09-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-382/+701
2024-09-17uprobes: turn xol_area->pages[2] into xol_area->pageOleg Nesterov-9/+8
2024-09-17uprobes: introduce the global struct vm_special_mapping xol_mappingOleg Nesterov-5/+16
2024-09-17Revert "uprobes: use vm_special_mapping close() functionality"Oleg Nesterov-17/+19
2024-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+9
2024-09-11lib/buildid: rename build_id_parse() into build_id_parse_nofault()Andrii Nakryiko-1/+1
2024-09-10perf: Add PERF_EV_CAP_READ_SCOPEKan Liang-3/+11
2024-09-10perf: Generic hotplug support for a PMU with a scopeKan Liang-2/+162
2024-09-09uprobes: use vm_special_mapping close() functionalitySven Schnelle-19/+17
2024-09-05uprobes: perform lockless SRCU-protected uprobes_tree lookupAndrii Nakryiko-6/+24
2024-09-05perf/uprobe: split uprobe_unregister()Peter Zijlstra-6/+15
2024-09-05uprobes: travers uprobe's consumer list locklessly under SRCU protectionAndrii Nakryiko-43/+61
2024-09-05uprobes: get rid of enum uprobe_filter_ctx in uprobe filter callbacksAndrii Nakryiko-11/+7
2024-09-05uprobes: protected uprobe lifetime with SRCUAndrii Nakryiko-40/+54