index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
uprobes.h
Age
Commit message (
Expand
)
Author
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-04-30
uprobes: Initialize uprobes earlier
Nadav Amit
2018-09-24
uprobes: Support SDT markers having reference count (semaphore)
Ravi Bangoria
2018-08-13
Uprobe: Additional argument arch_uprobe to uprobe_write_opcode()
Ravi Bangoria
2016-12-11
sparc64:Support User Probes for sparc
Allen Pais
2015-11-23
treewide: Remove old email address
Peter Zijlstra
2015-07-31
uprobes/x86: Make arch_uretprobe_is_alive(RP_CHECK_CALL) more clever
Oleg Nesterov
2015-07-31
uprobes: Add the "enum rp_check ctx" arg to arch_uretprobe_is_alive()
Oleg Nesterov
2015-07-31
uprobes/x86: Reimplement arch_uretprobe_is_alive()
Oleg Nesterov
2015-07-31
uprobes: Export 'struct return_instance', introduce arch_uretprobe_is_alive()
Oleg Nesterov
2014-10-22
uprobes: Remove "weak" from function declarations
Bjorn Helgaas
2014-06-12
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2014-05-25
ARM: 8043/1: uprobes need icache flush after xol write
Victor Kamensky
2014-05-14
uprobes/x86: Fix the wrong ->si_addr when xol triggers a trap
Oleg Nesterov
2014-03-18
uprobes: allow ignoring of probe hits
David A. Long
2013-11-20
uprobes: Cleanup !CONFIG_UPROBES decls, unexport xol_area
Oleg Nesterov
2013-11-20
uprobes: Add uprobe_task->dup_xol_work/dup_xol_addr
Oleg Nesterov
2013-11-06
uprobes: Export write_opcode() as uprobe_write_opcode()
Oleg Nesterov
2013-11-06
uprobes: Move function declarations out of arch
David A. Long
2013-10-29
uprobes: Teach uprobe_copy_process() to handle CLONE_VFORK
Oleg Nesterov
2013-10-29
uprobes: Remove the wrong __weak attribute
Ralf Baechle
2013-04-13
uretprobes: Limit the depth of return probe nestedness
Anton Arapov
2013-04-13
uretprobes: Return probe entry, prepare_uretprobe()
Anton Arapov
2013-04-13
uretprobes: Introduce uprobe_consumer->ret_handler()
Anton Arapov
2013-04-04
uprobes: Add trap variant helper
Ananth N Mavinakayanahalli
2013-02-08
uprobes: Introduce uprobe_apply()
Oleg Nesterov
2013-02-08
uprobes: Teach handler_chain() to filter out the probed task
Oleg Nesterov
2013-02-08
uprobes: Reintroduce uprobe_consumer->filter()
Oleg Nesterov
2013-02-08
uprobes: Kill uprobe_consumer->filter()
Oleg Nesterov
2012-11-16
uprobes: Use percpu_rw_semaphore to fix register/unregister vs dup_mmap() race
Oleg Nesterov
2012-11-03
uprobes: Kill arch_uprobe_enable/disable_step() hooks
Oleg Nesterov
2012-10-07
uprobes: Introduce prepare_uprobe()
Oleg Nesterov
2012-09-29
uprobes: Kill UTASK_BP_HIT state
Oleg Nesterov
2012-09-15
uprobes: Introduce arch_uprobe_enable/disable_step()
Sebastian Andrzej Siewior
2012-08-28
uprobes: Remove "verify" argument from set_orig_insn()
Oleg Nesterov
2012-08-28
uprobes: Fold uprobe_reset_state() into uprobe_dup_mmap()
Oleg Nesterov
2012-08-28
uprobes: Introduce MMF_HAS_UPROBES
Oleg Nesterov
2012-08-28
uprobes: Kill uprobes_state->count
Oleg Nesterov
2012-04-14
uprobes/core: Decrement uprobe count before the pages are unmapped
Srikar Dronamraju
2012-03-31
uprobes/core: Optimize probe hits with the help of a counter
Srikar Dronamraju
2012-03-31
uprobes/core: Allocate XOL slots for uprobes use
Srikar Dronamraju
2012-03-14
uprobes/core: Handle breakpoint and singlestep exceptions
Srikar Dronamraju
2012-03-13
uprobes/core: Rename bkpt to swbp
Srikar Dronamraju
2012-03-13
uprobes/core: Make order of function parameters consistent across functions
Srikar Dronamraju
2012-03-13
uprobes/core: Make macro names consistent
Srikar Dronamraju
2012-02-22
uprobes: Update copyright notices
Ingo Molnar
2012-02-22
uprobes/core: Move insn to arch specific structure
Srikar Dronamraju
2012-02-22
uprobes/core: Remove uprobe_opcode_sz
Srikar Dronamraju
2012-02-17
uprobes/core: Clean up, refactor and improve the code
Ingo Molnar
2012-02-17
uprobes, mm, x86: Add the ability to install and remove uprobes breakpoints
Srikar Dronamraju