index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
events
/
uprobes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-27
Merge tag 'mm-stable-2026-08-26-15-22' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2026-08-24
mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()
Lorenzo Stoakes (ARM)
1
-1
/
+1
2026-08-20
Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-5
/
+8
2026-08-04
mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/
Lorenzo Stoakes
1
-4
/
+7
2026-08-04
mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()
Lorenzo Stoakes
1
-1
/
+1
2026-08-04
mm/rmap: parameterise vma_interval_tree_*() by address_space
Lorenzo Stoakes
1
-1
/
+1
2026-08-03
uprobes: Switch uretprobes_srcu to SRCU-fast-updown
Puranjay Mohan
1
-12
/
+17
2026-07-31
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
1
-1
/
+1
2026-07-31
uprobes: Fix NULL pointer dereference in hprobe_expire()
Breno Leitao
1
-1
/
+1
2026-07-03
uprobes/x86: Remove struct uprobe_trampoline object
Jiri Olsa
1
-10
/
+0
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
1
-2
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-6
/
+6
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-8
/
+8
2026-02-02
uprobes: Fix incorrect lockdep condition in filter_chain()
Breno Leitao
1
-1
/
+1
2026-01-16
x86/uprobes: Fix XOL allocation failure for 32-bit tasks
Oleg Nesterov
1
-3
/
+7
2026-01-06
uprobes: use kmap_local_page() for temporary page mappings
Keke Ming
1
-6
/
+6
2025-12-03
perf/uprobes: Remove <space><Tab> whitespace noise
Ingo Molnar
1
-4
/
+4
2025-10-14
uprobe: Move arch_uprobe_optimize right after handlers execution
Jiri Olsa
1
-3
/
+3
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-16
/
+16
2025-09-30
Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-0
/
+7
2025-09-30
Merge tag 'perf-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-29
/
+73
2025-09-29
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-1
/
+1
2025-09-24
uprobe: Do not emulate/sstep original instruction when ip is changed
Jiri Olsa
1
-0
/
+7
2025-09-16
uprobes: uprobe_warn should use passed task
Jeremy Linton
1
-1
/
+1
2025-09-13
mm: convert uprobes to mm_flags_*() accessors
Lorenzo Stoakes
1
-16
/
+16
2025-09-01
copy_process: pass clone_flags as u64 across calltree
Simon Schuster
1
-1
/
+1
2025-08-21
uprobes: Remove redundant __GFP_NOWARN
Qianfeng Rong
1
-1
/
+1
2025-08-21
uprobes/x86: Add support to optimize uprobes
Jiri Olsa
1
-4
/
+12
2025-08-21
uprobes/x86: Add uprobe syscall to speed up uprobe
Jiri Olsa
1
-0
/
+17
2025-08-21
uprobes/x86: Add mapping for optimized uprobe trampolines
Jiri Olsa
1
-0
/
+10
2025-08-21
uprobes: Add do_ref_ctr argument to uprobe_write function
Jiri Olsa
1
-4
/
+4
2025-08-21
uprobes: Add is_register argument to uprobe_write and uprobe_write_opcode
Jiri Olsa
1
-10
/
+11
2025-08-21
uprobes: Add nbytes argument to uprobe_write
Jiri Olsa
1
-12
/
+14
2025-08-21
uprobes: Add uprobe_write function
Jiri Olsa
1
-4
/
+10
2025-08-21
uprobes: Make copy_from_page global
Jiri Olsa
1
-5
/
+5
2025-08-21
uprobes: Rename arch_uretprobe_trampoline function
Jiri Olsa
1
-2
/
+2
2025-08-21
uprobes: Remove breakpoint in unapply_uprobe under mmap_write_lock
Jiri Olsa
1
-3
/
+3
2025-08-03
Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-2
/
+2
2025-07-09
uprobes: revert ref_ctr_offset in uprobe_unregister error path
Jiri Olsa
1
-2
/
+2
2025-07-09
mm: filter zone device pages returned from folio_walk_start()
Alistair Popple
1
-1
/
+1
2025-07-09
mm: use folio_expected_ref_count() helper for reference counting
Shivank Garg
1
-2
/
+1
2025-05-11
kernel/events/uprobes: uprobe_write_opcode() rewrite
David Hildenbrand
1
-153
/
+157
2025-05-11
kernel/events/uprobes: pass VMA to set_swbp(), set_orig_insn() and uprobe_wri...
David Hildenbrand
1
-16
/
+17
2025-05-11
kernel/events/uprobes: pass VMA instead of MM to remove_breakpoint()
David Hildenbrand
1
-9
/
+11
2025-04-07
uprobes: Avoid false-positive lockdep splat on CONFIG_PREEMPT_RT=y in the ri_...
Andrii Nakryiko
1
-2
/
+13
2025-04-01
mseal sysmap: uprobe mapping
Jeff Xu
1
-1
/
+2
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+12
2025-03-16
kernel/events/uprobes: handle device-exclusive entries correctly in __replace...
David Hildenbrand
1
-1
/
+12
2025-03-06
uprobes/x86: Harden uretprobe syscall trampoline check
Jiri Olsa
1
-1
/
+1
2025-03-01
Merge branch 'perf/urgent' into perf/core, to pick up dependent patches and f...
Ingo Molnar
1
-3
/
+12
[next]