aboutsummaryrefslogtreecommitdiff
path: root/kernel/events/uprobes.c
AgeCommit message (Expand)Author
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
2013-02-08uprobes: Change filter_chain() to iterate ->consumers listOleg Nesterov
2013-02-08uprobes: Introduce uprobe->register_rwsemOleg Nesterov
2013-02-08uprobes: _register() should always do register_for_each_vma(true)Oleg Nesterov
2013-02-08uprobes: _unregister() should always do register_for_each_vma(false)Oleg Nesterov
2013-02-08uprobes: Introduce filter_chain()Oleg Nesterov
2013-02-08uprobes: Kill uprobe_consumer->filter()Oleg Nesterov
2013-02-08uprobes: Kill the pointless inode/uc checks in register/unregisterOleg Nesterov
2013-02-08uprobes: Move __set_bit(UPROBE_SKIP_SSTEP) into alloc_uprobe()Oleg Nesterov
2013-01-24uprobes: remove redundant checkSasha Levin
2012-11-16uprobes: Use percpu_rw_semaphore to fix register/unregister vs dup_mmap() raceOleg Nesterov
2012-11-14uprobes: Flush cache after xol writeRabin Vincent
2012-11-03uprobes: Kill arch_uprobe_enable/disable_step() hooksOleg Nesterov
2012-11-03uprobes/powerpc: Do not use arch_uprobe_*_step() helpersOleg Nesterov
2012-10-21Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
2012-10-09mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidat...Haggai Eran
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse
2012-10-07uprobes: Fix the racy uprobe->flags manipulationOleg Nesterov
2012-10-07uprobes: Fix prepare_uprobe() race with itselfOleg Nesterov
2012-10-07uprobes: Introduce prepare_uprobe()Oleg Nesterov