index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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
*
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
*
uprobes: Kill the unnecesary filp != NULL check in __copy_insn()
Oleg Nesterov
2013-04-04
1
-3
/
+0
*
uprobes: Change __copy_insn() to use copy_from_page()
Oleg Nesterov
2013-04-04
1
-11
/
+2
*
uprobes: Turn copy_opcode() into copy_from_page()
Oleg Nesterov
2013-04-04
1
-4
/
+4
*
uprobes: Add trap variant helper
Ananth N Mavinakayanahalli
2013-04-04
1
-5
/
+29
*
uprobes: Use file_inode()
Oleg Nesterov
2013-04-04
1
-5
/
+5
*
uprobes: Introduce uprobe_apply()
Oleg Nesterov
2013-02-08
1
-4
/
+35
*
uprobes: Add exports for module use
Josh Stone
2013-02-08
1
-0
/
+3
*
uprobes: Kill the bogus IS_ERR_VALUE(xol_vaddr) check
Oleg Nesterov
2013-02-08
1
-2
/
+1
*
uprobes: Do not allocate current->utask unnecessary
Oleg Nesterov
2013-02-08
1
-10
/
+6
*
uprobes: Fix utask->xol_vaddr leak in pre_ssout()
Oleg Nesterov
2013-02-08
1
-1
/
+8
*
uprobes: Do not play with utask in xol_get_insn_slot()
Oleg Nesterov
2013-02-08
1
-16
/
+21
*
uprobes: Turn add_utask() into get_utask()
Oleg Nesterov
2013-02-08
1
-18
/
+9
*
uprobes: Fold xol_alloc_area() into get_xol_area()
Oleg Nesterov
2013-02-08
1
-22
/
+16
*
uprobes: Move alloc_page() from xol_add_vma() to xol_alloc_area()
Oleg Nesterov
2013-02-08
1
-19
/
+13
*
uprobes: Change handle_swbp() to expose bp_vaddr to handler_chain()
Oleg Nesterov
2013-02-08
1
-8
/
+7
*
uprobes: Teach handler_chain() to filter out the probed task
Oleg Nesterov
2013-02-08
1
-10
/
+48
*
uprobes: Reintroduce uprobe_consumer->filter()
Oleg Nesterov
2013-02-08
1
-7
/
+11
*
uprobes: Rationalize the usage of filter_chain()
Oleg Nesterov
2013-02-08
1
-23
/
+21
*
uprobes: Kill uprobes_mutex[], separate alloc_uprobe() and __uprobe_register()
Oleg Nesterov
2013-02-08
1
-36
/
+15
*
uprobes: Introduce uprobe_is_active()
Oleg Nesterov
2013-02-08
1
-0
/
+8
*
uprobes: Kill uprobe_events, use RB_EMPTY_ROOT() instead
Oleg Nesterov
2013-02-08
1
-12
/
+7
*
uprobes: Kill uprobe->copy_mutex
Oleg Nesterov
2013-02-08
1
-4
/
+3
*
uprobes: Kill UPROBE_RUN_HANDLER flag
Oleg Nesterov
2013-02-08
1
-18
/
+5
*
uprobes: Change filter_chain() to iterate ->consumers list
Oleg Nesterov
2013-02-08
1
-8
/
+13
[next]