summaryrefslogtreecommitdiff
path: root/include/linux/uprobes.h
Commit message (Expand)AuthorAge
* sparc64:Support User Probes for sparcAllen Pais2016-12-11
* treewide: Remove old email addressPeter Zijlstra2015-11-23
* uprobes/x86: Make arch_uretprobe_is_alive(RP_CHECK_CALL) more cleverOleg Nesterov2015-07-31
* uprobes: Add the "enum rp_check ctx" arg to arch_uretprobe_is_alive()Oleg Nesterov2015-07-31
* uprobes/x86: Reimplement arch_uretprobe_is_alive()Oleg Nesterov2015-07-31
* uprobes: Export 'struct return_instance', introduce arch_uretprobe_is_alive()Oleg Nesterov2015-07-31
* uprobes: Remove "weak" from function declarationsBjorn Helgaas2014-10-22
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-12
|\
| * uprobes/x86: Fix the wrong ->si_addr when xol triggers a trapOleg Nesterov2014-05-14
* | ARM: 8043/1: uprobes need icache flush after xol writeVictor Kamensky2014-05-25
|/
* uprobes: allow ignoring of probe hitsDavid A. Long2014-03-18
* uprobes: Cleanup !CONFIG_UPROBES decls, unexport xol_areaOleg Nesterov2013-11-20
* uprobes: Add uprobe_task->dup_xol_work/dup_xol_addrOleg Nesterov2013-11-20
* uprobes: Export write_opcode() as uprobe_write_opcode()Oleg Nesterov2013-11-06
* uprobes: Move function declarations out of archDavid A. Long2013-11-06
* uprobes: Teach uprobe_copy_process() to handle CLONE_VFORKOleg Nesterov2013-10-29
* uprobes: Remove the wrong __weak attributeRalf Baechle2013-10-29
* uretprobes: Limit the depth of return probe nestednessAnton Arapov2013-04-13
* uretprobes: Return probe entry, prepare_uretprobe()Anton Arapov2013-04-13
* uretprobes: Introduce uprobe_consumer->ret_handler()Anton Arapov2013-04-13
* uprobes: Add trap variant helperAnanth N Mavinakayanahalli2013-04-04
* uprobes: Introduce uprobe_apply()Oleg Nesterov2013-02-08
* uprobes: Teach handler_chain() to filter out the probed taskOleg Nesterov2013-02-08
* uprobes: Reintroduce uprobe_consumer->filter()Oleg Nesterov2013-02-08
* uprobes: Kill uprobe_consumer->filter()Oleg Nesterov2013-02-08
* uprobes: Use percpu_rw_semaphore to fix register/unregister vs dup_mmap() raceOleg Nesterov2012-11-16
* uprobes: Kill arch_uprobe_enable/disable_step() hooksOleg Nesterov2012-11-03
* uprobes: Introduce prepare_uprobe()Oleg Nesterov2012-10-07
* uprobes: Kill UTASK_BP_HIT stateOleg Nesterov2012-09-29
* uprobes: Introduce arch_uprobe_enable/disable_step()Sebastian Andrzej Siewior2012-09-15
* uprobes: Remove "verify" argument from set_orig_insn()Oleg Nesterov2012-08-28
* uprobes: Fold uprobe_reset_state() into uprobe_dup_mmap()Oleg Nesterov2012-08-28
* uprobes: Introduce MMF_HAS_UPROBESOleg Nesterov2012-08-28
* uprobes: Kill uprobes_state->countOleg Nesterov2012-08-28
* uprobes/core: Decrement uprobe count before the pages are unmappedSrikar Dronamraju2012-04-14
* uprobes/core: Optimize probe hits with the help of a counterSrikar Dronamraju2012-03-31
* uprobes/core: Allocate XOL slots for uprobes useSrikar Dronamraju2012-03-31
* uprobes/core: Handle breakpoint and singlestep exceptionsSrikar Dronamraju2012-03-14
* uprobes/core: Rename bkpt to swbpSrikar Dronamraju2012-03-13
* uprobes/core: Make order of function parameters consistent across functionsSrikar Dronamraju2012-03-13
* uprobes/core: Make macro names consistentSrikar Dronamraju2012-03-13
* uprobes: Update copyright noticesIngo Molnar2012-02-22
* uprobes/core: Move insn to arch specific structureSrikar Dronamraju2012-02-22
* uprobes/core: Remove uprobe_opcode_szSrikar Dronamraju2012-02-22
* uprobes/core: Clean up, refactor and improve the codeIngo Molnar2012-02-17
* uprobes, mm, x86: Add the ability to install and remove uprobes breakpointsSrikar Dronamraju2012-02-17