aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/uprobes.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-13Uprobe: Additional argument arch_uprobe to uprobe_write_opcode()Ravi Bangoria1-1/+1
2016-12-11sparc64:Support User Probes for sparcAllen Pais1-0/+1
2015-11-23treewide: Remove old email addressPeter Zijlstra1-1/+1
2015-07-31uprobes/x86: Make arch_uretprobe_is_alive(RP_CHECK_CALL) more cleverOleg Nesterov1-0/+1
2015-07-31uprobes: Add the "enum rp_check ctx" arg to arch_uretprobe_is_alive()Oleg Nesterov1-1/+6
2015-07-31uprobes/x86: Reimplement arch_uretprobe_is_alive()Oleg Nesterov1-0/+1
2015-07-31uprobes: Export 'struct return_instance', introduce arch_uretprobe_is_alive()Oleg Nesterov1-0/+10
2014-10-22uprobes: Remove "weak" from function declarationsBjorn Helgaas1-7/+7
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2014-05-25ARM: 8043/1: uprobes need icache flush after xol writeVictor Kamensky1-0/+3
2014-05-14uprobes/x86: Fix the wrong ->si_addr when xol triggers a trapOleg Nesterov1-0/+4
2014-03-18uprobes: allow ignoring of probe hitsDavid A. Long1-0/+1
2013-11-20uprobes: Cleanup !CONFIG_UPROBES decls, unexport xol_areaOleg Nesterov1-27/+4
2013-11-20uprobes: Add uprobe_task->dup_xol_work/dup_xol_addrOleg Nesterov1-5/+16
2013-11-06uprobes: Export write_opcode() as uprobe_write_opcode()Oleg Nesterov1-0/+1
2013-11-06uprobes: Move function declarations out of archDavid A. Long1-0/+8
2013-10-29uprobes: Teach uprobe_copy_process() to handle CLONE_VFORKOleg Nesterov1-2/+2
2013-10-29uprobes: Remove the wrong __weak attributeRalf Baechle1-1/+1
2013-04-13uretprobes: Limit the depth of return probe nestednessAnton Arapov1-0/+3
2013-04-13uretprobes: Return probe entry, prepare_uretprobe()Anton Arapov1-0/+1
2013-04-13uretprobes: Introduce uprobe_consumer->ret_handler()Anton Arapov1-0/+3
2013-04-04uprobes: Add trap variant helperAnanth N Mavinakayanahalli1-0/+1
2013-02-08uprobes: Introduce uprobe_apply()Oleg Nesterov1-0/+6
2013-02-08uprobes: Teach handler_chain() to filter out the probed taskOleg Nesterov1-0/+3
2013-02-08uprobes: Reintroduce uprobe_consumer->filter()Oleg Nesterov1-0/+9
2013-02-08uprobes: Kill uprobe_consumer->filter()Oleg Nesterov1-5/+0
2012-11-16uprobes: Use percpu_rw_semaphore to fix register/unregister vs dup_mmap() raceOleg Nesterov1-0/+8
2012-11-03uprobes: Kill arch_uprobe_enable/disable_step() hooksOleg Nesterov1-2/+0
2012-10-07uprobes: Introduce prepare_uprobe()Oleg Nesterov1-10/+0
2012-09-29uprobes: Kill UTASK_BP_HIT stateOleg Nesterov1-1/+0
2012-09-15uprobes: Introduce arch_uprobe_enable/disable_step()Sebastian Andrzej Siewior1-0/+2
2012-08-28uprobes: Remove "verify" argument from set_orig_insn()Oleg Nesterov1-1/+1
2012-08-28uprobes: Fold uprobe_reset_state() into uprobe_dup_mmap()Oleg Nesterov1-4/+0
2012-08-28uprobes: Introduce MMF_HAS_UPROBESOleg Nesterov1-0/+5
2012-08-28uprobes: Kill uprobes_state->countOleg Nesterov1-1/+1
2012-04-14uprobes/core: Decrement uprobe count before the pages are unmappedSrikar Dronamraju1-2/+3
2012-03-31uprobes/core: Optimize probe hits with the help of a counterSrikar Dronamraju1-0/+5
2012-03-31uprobes/core: Allocate XOL slots for uprobes useSrikar Dronamraju1-0/+34
2012-03-14uprobes/core: Handle breakpoint and singlestep exceptionsSrikar Dronamraju1-3/+52
2012-03-13uprobes/core: Rename bkpt to swbpSrikar Dronamraju1-2/+2
2012-03-13uprobes/core: Make order of function parameters consistent across functionsSrikar Dronamraju1-6/+6
2012-03-13uprobes/core: Make macro names consistentSrikar Dronamraju1-2/+2
2012-02-22uprobes: Update copyright noticesIngo Molnar1-1/+2
2012-02-22uprobes/core: Move insn to arch specific structureSrikar Dronamraju1-21/+2
2012-02-22uprobes/core: Remove uprobe_opcode_szSrikar Dronamraju1-2/+0
2012-02-17uprobes/core: Clean up, refactor and improve the codeIngo Molnar1-15/+13
2012-02-17uprobes, mm, x86: Add the ability to install and remove uprobes breakpointsSrikar Dronamraju1-0/+98