index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
uprobes.h
Age
Commit message (
Expand
)
Author
2014-06-05
uprobes/x86: Rename arch_uprobe->def to ->defparam, minor comment updates
Oleg Nesterov
2014-05-14
uprobes/x86: Simplify rip-relative handling
Denys Vlasenko
2014-04-30
uprobes/x86: Kill adjust_ret_addr(), simplify UPROBE_FIX_CALL logic
Oleg Nesterov
2014-04-30
uprobes/x86: Cleanup the usage of arch_uprobe->def.fixups, make it u8
Oleg Nesterov
2014-04-30
uprobes/x86: Move default_xol_ops's data into arch_uprobe->def
Oleg Nesterov
2014-04-17
uprobes/x86: Emulate relative call's
Oleg Nesterov
2014-04-17
uprobes/x86: Emulate unconditional relative jmp's
Oleg Nesterov
2014-04-17
uprobes/x86: Introduce uprobe_xol_ops and arch_uprobe->ops
Oleg Nesterov
2013-11-06
uprobes: Introduce arch_uprobe->ixol
Oleg Nesterov
2013-11-06
uprobes: Move function declarations out of arch
David A. Long
2013-04-13
uretprobes/x86: Hijack return address
Anton Arapov
2012-09-15
uprobes: Make arch_uprobe_task->saved_trap_nr "unsigned int"
Oleg Nesterov
2012-09-15
uprobes/x86: Xol should send SIGTRAP if X86_EFLAGS_TF was set
Oleg Nesterov
2012-09-15
uprobes/x86: Implement x86 specific arch_uprobe_*_step
Sebastian Andrzej Siewior
2012-06-08
uprobes: Pass probed vaddr to arch_uprobe_analyze_insn()
Ananth N Mavinakayanahalli
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/core: Move insn to arch specific structure
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