summaryrefslogtreecommitdiff
path: root/kernel/events/uprobes.c
AgeCommit message (Expand)Author
2025-05-11kernel/events/uprobes: uprobe_write_opcode() rewriteDavid Hildenbrand
2025-05-11kernel/events/uprobes: pass VMA to set_swbp(), set_orig_insn() and uprobe_wri...David Hildenbrand
2025-05-11kernel/events/uprobes: pass VMA instead of MM to remove_breakpoint()David Hildenbrand
2025-04-07uprobes: Avoid false-positive lockdep splat on CONFIG_PREEMPT_RT=y in the ri_...Andrii Nakryiko
2025-04-01mseal sysmap: uprobe mappingJeff Xu
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-16kernel/events/uprobes: handle device-exclusive entries correctly in __replace...David Hildenbrand
2025-03-06uprobes/x86: Harden uretprobe syscall trampoline checkJiri Olsa
2025-03-01Merge branch 'perf/urgent' into perf/core, to pick up dependent patches and f...Ingo Molnar
2025-02-25uprobes: Remove too strict lockdep_assert() condition in hprobe_expire()Andrii Nakryiko
2025-02-24uprobes: Reject the shared zeropage in uprobe_write_opcode()Tong Tiangen
2025-02-21Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne...Ingo Molnar
2025-02-18uprobes: Don't use %pK through printkThomas Weißschuh
2025-02-05uprobes: Remove the spinlock within handle_singlestep()Liao Chang
2025-02-03uprobes: Remove redundant spinlock in uprobe_deny_signal()Liao Chang
2025-02-01kernel: be more careful about dup_mmap() failures and uprobe registeringLiam R. Howlett
2025-01-21Merge tag 'perf-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-10uprobes: Fix race in uprobe_free_utaskJiri Olsa
2024-12-09uprobes: Guard against kmemdup() failing in dup_return_instance()Andrii Nakryiko
2024-12-09uprobes: Reuse return_instances between multiple uretprobes within taskAndrii Nakryiko
2024-12-09uprobes: Ensure return_instance is detached from the list before freeingAndrii Nakryiko
2024-12-09uprobes: Decouple return_instance list traversal and freeingAndrii Nakryiko
2024-12-09uprobes: Simplify session consumer trackingAndrii Nakryiko
2024-12-02uprobes: add speculative lockless VMA-to-inode-to-uprobe resolutionAndrii Nakryiko
2024-12-02uprobes: simplify find_active_uprobe_rcu() VMA checksAndrii Nakryiko
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-11-05mm: move mm flags to mm_types.hNanyong Sun
2024-10-30uprobes: SRCU-protect uretprobe lifetime (with timeout)Andrii Nakryiko
2024-10-30uprobes: allow put_uprobe() from non-sleepable softirq contextAndrii Nakryiko
2024-10-23uprobe: Add support for session consumerJiri Olsa
2024-10-23uprobe: Add data pointer to consumer handlersJiri Olsa
2024-10-07uprobes: fold xol_take_insn_slot() into xol_get_insn_slot()Oleg Nesterov
2024-10-07uprobes: kill xol_area->slot_countOleg Nesterov
2024-10-07uprobes: deny mremap(xol_vma)Oleg Nesterov
2024-10-07uprobes: pass utask to xol_get_insn_slot() and xol_free_insn_slot()Oleg Nesterov
2024-10-07uprobes: move the initialization of utask->xol_vaddr from pre_ssout() to xol_...Oleg Nesterov
2024-10-07uprobes: simplify xol_take_insn_slot() and its callerOleg Nesterov
2024-10-07uprobes: kill the unnecessary put_uprobe/xol_free_insn_slot in uprobe_free_ut...Oleg Nesterov
2024-10-07uprobes: sanitiize xol_free_insn_slot()Oleg Nesterov
2024-10-07uprobes: don't abuse get_utask() in pre_ssout() and prepare_uretprobe()Oleg Nesterov
2024-10-07uprobes: switch to RCU Tasks Trace flavor for better performanceAndrii Nakryiko
2024-09-30uprobes: fix kernel info leak via "[uprobes]" vmaOleg Nesterov
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-17uprobes: turn xol_area->pages[2] into xol_area->pageOleg Nesterov
2024-09-17uprobes: introduce the global struct vm_special_mapping xol_mappingOleg Nesterov
2024-09-17Revert "uprobes: use vm_special_mapping close() functionality"Oleg Nesterov
2024-09-09uprobes: use vm_special_mapping close() functionalitySven Schnelle
2024-09-05uprobes: perform lockless SRCU-protected uprobes_tree lookupAndrii Nakryiko
2024-09-05perf/uprobe: split uprobe_unregister()Peter Zijlstra
2024-09-05uprobes: travers uprobe's consumer list locklessly under SRCU protectionAndrii Nakryiko