index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
events
/
uprobes.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
uprobes: Change prepare_uretprobe() to use uprobe_warn()
Oleg Nesterov
2015-07-31
1
-7
/
+3
*
uprobes: Send SIGILL if handle_trampoline() fails
Oleg Nesterov
2015-07-31
1
-11
/
+10
*
uprobes: Introduce free_ret_instance()
Oleg Nesterov
2015-07-31
1
-14
/
+13
*
uprobes: Introduce get_uprobe()
Oleg Nesterov
2015-07-31
1
-19
/
+20
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2014-12-15
1
-1
/
+1
|
\
|
*
Merge tag 'v3.18-rc7' into drm-next
Dave Airlie
2014-12-02
1
-1
/
+0
|
|
\
|
*
|
mmu_notifier: call mmu_notifier_invalidate_range() from VMM
Joerg Roedel
2014-11-13
1
-1
/
+1
*
|
|
uprobes: share the i_mmap_rwsem
Davidlohr Bueso
2014-12-13
1
-2
/
+2
*
|
|
mm: convert i_mmap_mutex to rwsem
Davidlohr Bueso
2014-12-13
1
-1
/
+1
*
|
|
mm: use new helper functions around the i_mmap_mutex
Davidlohr Bueso
2014-12-13
1
-2
/
+2
|
|
/
|
/
|
*
|
uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUME
Andy Lutomirski
2014-11-23
1
-1
/
+0
|
/
*
mm: memcontrol: rewrite charge API
Johannes Weiner
2014-08-08
1
-7
/
+8
*
uprobes: Change unregister/apply to WARN() if uprobe/consumer is gone
Oleg Nesterov
2014-06-30
1
-3
/
+3
*
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2014-06-12
1
-19
/
+33
|
\
|
*
uprobes: Teach copy_insn() to support tmpfs
Oleg Nesterov
2014-06-05
1
-5
/
+10
|
*
uprobes: Shift ->readpage check from __copy_insn() to uprobe_register()
Oleg Nesterov
2014-06-05
1
-3
/
+3
|
*
uprobes/x86: Fix the wrong ->si_addr when xol triggers a trap
Oleg Nesterov
2014-05-14
1
-0
/
+10
|
*
uprobes: Add mem_cgroup_charge_anon() into uprobe_write_opcode()
Oleg Nesterov
2014-05-14
1
-12
/
+11
|
*
uprobes: Refuse to insert a probe into MAP_SHARED vma
Oleg Nesterov
2014-04-30
1
-1
/
+1
*
|
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into next
Linus Torvalds
2014-06-05
1
-8
/
+17
|
\
\
|
|
/
|
/
|
|
*
ARM: 8043/1: uprobes need icache flush after xol write
Victor Kamensky
2014-05-25
1
-8
/
+17
*
|
uprobes/x86: Send SIGILL if arch_uprobe_post_xol() fails
Oleg Nesterov
2014-04-17
1
-1
/
+7
*
|
uprobes: Kill UPROBE_SKIP_SSTEP and can_skip_sstep()
Oleg Nesterov
2014-04-17
1
-21
/
+2
|
/
*
uprobes: allow ignoring of probe hits
David A. Long
2014-03-18
1
-0
/
+9
*
Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2014-01-22
1
-0
/
+4
|
\
|
*
uprobes: Allocate ->utask before handler_chain() for tracing handlers
Oleg Nesterov
2014-01-02
1
-0
/
+4
*
|
uprobes: Document xol_area and arch_uprobe->insn/ixol
Oleg Nesterov
2013-11-20
1
-0
/
+15
*
|
uprobes: Cleanup !CONFIG_UPROBES decls, unexport xol_area
Oleg Nesterov
2013-11-20
1
-0
/
+19
*
|
uprobes: Don't assume that arch_uprobe->insn/ixol is u8[MAX_UINSN_BYTES]
Oleg Nesterov
2013-11-20
1
-5
/
+5
*
|
uprobes: Add uprobe_task->dup_xol_work/dup_xol_addr
Oleg Nesterov
2013-11-20
1
-12
/
+4
|
/
*
uprobes: Fix the memory out of bound overwrite in copy_insn()
Oleg Nesterov
2013-11-09
1
-22
/
+21
*
uprobes: Fix the wrong usage of current->utask in uprobe_copy_process()
Oleg Nesterov
2013-11-09
1
-1
/
+1
*
uprobes: Export write_opcode() as uprobe_write_opcode()
Oleg Nesterov
2013-11-06
1
-7
/
+7
*
uprobes: Introduce arch_uprobe->ixol
Oleg Nesterov
2013-11-06
1
-1
/
+2
*
uprobes: Kill module_init() and module_exit()
Oleg Nesterov
2013-11-06
1
-6
/
+1
*
uprobes: Teach uprobe_copy_process() to handle CLONE_VFORK
Oleg Nesterov
2013-10-29
1
-2
/
+8
*
uprobes: Change uprobe_copy_process() to dup xol_area
Oleg Nesterov
2013-10-29
1
-0
/
+28
*
uprobes: Change uprobe_copy_process() to dup return_instances
Oleg Nesterov
2013-10-29
1
-0
/
+43
*
uprobes: Teach __create_xol_area() to accept the predefined vaddr
Oleg Nesterov
2013-10-29
1
-8
/
+12
*
uprobes: Introduce __create_xol_area()
Oleg Nesterov
2013-10-29
1
-22
/
+25
*
uprobes: Change the callsite of uprobe_copy_process()
Oleg Nesterov
2013-10-29
1
-8
/
+8
*
uprobes: Fix utask->depth accounting in handle_trampoline()
Oleg Nesterov
2013-09-12
1
-3
/
+1
*
uretprobes: Remove -ENOSYS as return probes implemented
Anton Arapov
2013-04-13
1
-4
/
+0
*
uretprobes: Limit the depth of return probe nestedness
Anton Arapov
2013-04-13
1
-0
/
+11
*
uretprobes: Return probe exit, invoke handlers
Anton Arapov
2013-04-13
1
-1
/
+64
*
uretprobes: Return probe entry, prepare_uretprobe()
Anton Arapov
2013-04-13
1
-1
/
+91
*
uretprobes: Reserve the first slot in xol_vma for trampoline
Anton Arapov
2013-04-13
1
-0
/
+25
*
uretprobes: Introduce uprobe_consumer->ret_handler()
Anton Arapov
2013-04-13
1
-3
/
+14
*
uprobes: Change write_opcode() to use copy_*page()
Oleg Nesterov
2013-04-04
1
-10
/
+2
*
uprobes: Introduce copy_to_page()
Oleg Nesterov
2013-04-04
1
-6
/
+8
[prev]
[next]