summaryrefslogtreecommitdiffstats
path: root/kernel/events/uprobes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+2
2025-07-09uprobes: revert ref_ctr_offset in uprobe_unregister error pathJiri Olsa1-2/+2
2025-07-09mm: filter zone device pages returned from folio_walk_start()Alistair Popple1-1/+1
2025-07-09mm: use folio_expected_ref_count() helper for reference countingShivank Garg1-2/+1
2025-05-11kernel/events/uprobes: uprobe_write_opcode() rewriteDavid Hildenbrand1-154/+158
2025-05-11kernel/events/uprobes: pass VMA to set_swbp(), set_orig_insn() and uprobe_wri...David Hildenbrand1-16/+17
2025-05-11kernel/events/uprobes: pass VMA instead of MM to remove_breakpoint()David Hildenbrand1-9/+11
2025-04-07uprobes: Avoid false-positive lockdep splat on CONFIG_PREEMPT_RT=y in the ri_...Andrii Nakryiko1-2/+13
2025-04-01mseal sysmap: uprobe mappingJeff Xu1-1/+2
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+12
2025-03-16kernel/events/uprobes: handle device-exclusive entries correctly in __replace...David Hildenbrand1-1/+12
2025-03-06uprobes/x86: Harden uretprobe syscall trampoline checkJiri Olsa1-1/+1
2025-03-01Merge branch 'perf/urgent' into perf/core, to pick up dependent patches and f...Ingo Molnar1-3/+12
2025-02-25uprobes: Remove too strict lockdep_assert() condition in hprobe_expire()Andrii Nakryiko1-3/+7
2025-02-24uprobes: Reject the shared zeropage in uprobe_write_opcode()Tong Tiangen1-0/+5
2025-02-21Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne...Ingo Molnar1-1/+1
2025-02-18uprobes: Don't use %pK through printkThomas Weißschuh1-1/+1
2025-02-05uprobes: Remove the spinlock within handle_singlestep()Liao Chang1-3/+5
2025-02-03uprobes: Remove redundant spinlock in uprobe_deny_signal()Liao Chang1-2/+0
2025-02-01kernel: be more careful about dup_mmap() failures and uprobe registeringLiam R. Howlett1-0/+4
2025-01-21Merge tag 'perf-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-57/+168
2025-01-10uprobes: Fix race in uprobe_free_utaskJiri Olsa1-1/+1
2024-12-09uprobes: Guard against kmemdup() failing in dup_return_instance()Andrii Nakryiko1-0/+2
2024-12-09uprobes: Reuse return_instances between multiple uretprobes within taskAndrii Nakryiko1-13/+70
2024-12-09uprobes: Ensure return_instance is detached from the list before freeingAndrii Nakryiko1-1/+1
2024-12-09uprobes: Decouple return_instance list traversal and freeingAndrii Nakryiko1-16/+21
2024-12-09uprobes: Simplify session consumer trackingAndrii Nakryiko1-35/+37
2024-12-02uprobes: add speculative lockless VMA-to-inode-to-uprobe resolutionAndrii Nakryiko1-0/+45
2024-12-02uprobes: simplify find_active_uprobe_rcu() VMA checksAndrii Nakryiko1-1/+1
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+0
2024-11-05mm: move mm flags to mm_types.hNanyong Sun1-1/+0
2024-10-30uprobes: SRCU-protect uretprobe lifetime (with timeout)Andrii Nakryiko1-35/+252
2024-10-30uprobes: allow put_uprobe() from non-sleepable softirq contextAndrii Nakryiko1-4/+16
2024-10-23uprobe: Add support for session consumerJiri Olsa1-29/+119
2024-10-23uprobe: Add data pointer to consumer handlersJiri Olsa1-2/+2
2024-10-07uprobes: fold xol_take_insn_slot() into xol_get_insn_slot()Oleg Nesterov1-13/+4
2024-10-07uprobes: kill xol_area->slot_countOleg Nesterov1-14/+15
2024-10-07uprobes: deny mremap(xol_vma)Oleg Nesterov1-13/+17
2024-10-07uprobes: pass utask to xol_get_insn_slot() and xol_free_insn_slot()Oleg Nesterov1-9/+8
2024-10-07uprobes: move the initialization of utask->xol_vaddr from pre_ssout() to xol_...Oleg Nesterov1-14/+8
2024-10-07uprobes: simplify xol_take_insn_slot() and its callerOleg Nesterov1-13/+4
2024-10-07uprobes: kill the unnecessary put_uprobe/xol_free_insn_slot in uprobe_free_ut...Oleg Nesterov1-19/+5
2024-10-07uprobes: sanitiize xol_free_insn_slot()Oleg Nesterov1-12/+9
2024-10-07uprobes: don't abuse get_utask() in pre_ssout() and prepare_uretprobe()Oleg Nesterov1-11/+3
2024-10-07uprobes: switch to RCU Tasks Trace flavor for better performanceAndrii Nakryiko1-22/+16
2024-09-30uprobes: fix kernel info leak via "[uprobes]" vmaOleg Nesterov1-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-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