summaryrefslogtreecommitdiff
path: root/kernel/events/uprobes.c
AgeCommit message (Expand)Author
2014-12-06uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEAndy Lutomirski
2014-01-22Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2014-01-02uprobes: Allocate ->utask before handler_chain() for tracing handlersOleg Nesterov
2013-11-20uprobes: Document xol_area and arch_uprobe->insn/ixolOleg Nesterov
2013-11-20uprobes: Cleanup !CONFIG_UPROBES decls, unexport xol_areaOleg Nesterov
2013-11-20uprobes: Don't assume that arch_uprobe->insn/ixol is u8[MAX_UINSN_BYTES]Oleg Nesterov
2013-11-20uprobes: Add uprobe_task->dup_xol_work/dup_xol_addrOleg Nesterov
2013-11-09uprobes: Fix the memory out of bound overwrite in copy_insn()Oleg Nesterov
2013-11-09uprobes: Fix the wrong usage of current->utask in uprobe_copy_process()Oleg Nesterov
2013-11-06uprobes: Export write_opcode() as uprobe_write_opcode()Oleg Nesterov
2013-11-06uprobes: Introduce arch_uprobe->ixolOleg Nesterov
2013-11-06uprobes: Kill module_init() and module_exit()Oleg Nesterov
2013-10-29uprobes: Teach uprobe_copy_process() to handle CLONE_VFORKOleg Nesterov
2013-10-29uprobes: Change uprobe_copy_process() to dup xol_areaOleg Nesterov
2013-10-29uprobes: Change uprobe_copy_process() to dup return_instancesOleg Nesterov
2013-10-29uprobes: Teach __create_xol_area() to accept the predefined vaddrOleg Nesterov
2013-10-29uprobes: Introduce __create_xol_area()Oleg Nesterov
2013-10-29uprobes: Change the callsite of uprobe_copy_process()Oleg Nesterov
2013-09-12uprobes: Fix utask->depth accounting in handle_trampoline()Oleg Nesterov
2013-04-13uretprobes: Remove -ENOSYS as return probes implementedAnton Arapov
2013-04-13uretprobes: Limit the depth of return probe nestednessAnton Arapov
2013-04-13uretprobes: Return probe exit, invoke handlersAnton Arapov
2013-04-13uretprobes: Return probe entry, prepare_uretprobe()Anton Arapov
2013-04-13uretprobes: Reserve the first slot in xol_vma for trampolineAnton Arapov
2013-04-13uretprobes: Introduce uprobe_consumer->ret_handler()Anton Arapov
2013-04-04uprobes: Change write_opcode() to use copy_*page()Oleg Nesterov
2013-04-04uprobes: Introduce copy_to_page()Oleg Nesterov
2013-04-04uprobes: Kill the unnecesary filp != NULL check in __copy_insn()Oleg Nesterov
2013-04-04uprobes: Change __copy_insn() to use copy_from_page()Oleg Nesterov
2013-04-04uprobes: Turn copy_opcode() into copy_from_page()Oleg Nesterov
2013-04-04uprobes: Add trap variant helperAnanth N Mavinakayanahalli
2013-04-04uprobes: Use file_inode()Oleg Nesterov
2013-02-08uprobes: Introduce uprobe_apply()Oleg Nesterov
2013-02-08uprobes: Add exports for module useJosh Stone
2013-02-08uprobes: Kill the bogus IS_ERR_VALUE(xol_vaddr) checkOleg Nesterov
2013-02-08uprobes: Do not allocate current->utask unnecessaryOleg Nesterov
2013-02-08uprobes: Fix utask->xol_vaddr leak in pre_ssout()Oleg Nesterov
2013-02-08uprobes: Do not play with utask in xol_get_insn_slot()Oleg Nesterov
2013-02-08uprobes: Turn add_utask() into get_utask()Oleg Nesterov
2013-02-08uprobes: Fold xol_alloc_area() into get_xol_area()Oleg Nesterov
2013-02-08uprobes: Move alloc_page() from xol_add_vma() to xol_alloc_area()Oleg Nesterov
2013-02-08uprobes: Change handle_swbp() to expose bp_vaddr to handler_chain()Oleg Nesterov
2013-02-08uprobes: Teach handler_chain() to filter out the probed taskOleg Nesterov
2013-02-08uprobes: Reintroduce uprobe_consumer->filter()Oleg Nesterov
2013-02-08uprobes: Rationalize the usage of filter_chain()Oleg Nesterov
2013-02-08uprobes: Kill uprobes_mutex[], separate alloc_uprobe() and __uprobe_register()Oleg Nesterov
2013-02-08uprobes: Introduce uprobe_is_active()Oleg Nesterov
2013-02-08uprobes: Kill uprobe_events, use RB_EMPTY_ROOT() insteadOleg Nesterov
2013-02-08uprobes: Kill uprobe->copy_mutexOleg Nesterov
2013-02-08uprobes: Kill UPROBE_RUN_HANDLER flagOleg Nesterov