Show patches with: Submitter = David Long       |    State = Action Required       |    Archived = No       |   111 patches
« 1 2 »
Patch Series S/W/F Date Submitter Delegate State
[v2,01/13] uprobes: move function declarations out of arch --- 2013-10-15 David Long New
[v2,02/13] uprobes: allow ignoring of probe hits --- 2013-10-15 David Long New
[v2,03/13] uprobes: allow arch access to xol slot --- 2013-10-15 David Long New
[v2,04/13] uprobes: allow arch-specific initialization --- 2013-10-15 David Long New
[v2,05/13] uprobes: add arch write opcode hook --- 2013-10-15 David Long New
[v2,06/13] ARM: move shared uprobe/kprobe definitions into new include file --- 2013-10-15 David Long New
[v2,07/13] ARM: move generic thumb instruction parsing code to new files for use by other features --- 2013-10-15 David Long New
[v2,08/13] ARM: use a function table for determining instruction interpreter actions --- 2013-10-15 David Long New
[v2,09/13] ARM: Disable jprobe selftests in thumb kernels --- 2013-10-15 David Long New
[v2,10/13] kprobes: Remove uneeded kernel dependency on struct arch_specific_insn --- 2013-10-15 David Long New
[v2,11/13] ARM: Finish renaming ARM kprobes APIs for sharing with uprobes --- 2013-10-15 David Long New
[v2,12/13] ARM: add uprobes support --- 2013-10-15 David Long New
[v2,13/13] ARM: Remove uprobes dependency on kprobes --- 2013-10-15 David Long New
[v3,01/15] uprobes: allow ignoring of probe hits --- 2013-11-27 David Long New
[v3,02/15] ARM: move shared uprobe/kprobe definitions into new include file --- 2013-11-27 David Long New
[v3,03/15] ARM: Move generic arm instruction parsing code to new files for sharing between features --- 2013-11-27 David Long New
[v3,04/15] ARM: move generic thumb instruction parsing code to new files for use by other feature --- 2013-11-27 David Long New
[v3,05/15] ARM: use a function table for determining instruction interpreter actions --- 2013-11-27 David Long New
[v3,06/15] ARM: Disable jprobes test when built into thumb-mode kernel --- 2013-11-27 David Long New
[v3,07/15] ARM: Remove use of struct kprobe from generic probes code --- 2013-11-27 David Long New
[v3,08/15] ARM: Use new opcode type in ARM kprobes/uprobes code --- 2013-11-27 David Long New
[v3,09/15] ARM: Make the kprobes condition_check symbol names more generic --- 2013-11-27 David Long New
[v3,10/15] ARM: Change more ARM kprobes symbol names to something more --- 2013-11-27 David Long New
[v3,11/15] ARM: Rename the shared kprobes/uprobe return value enum --- 2013-11-27 David Long New
[v3,12/15] ARM: Change the remaining shared kprobes/uprobes symbols to something generic --- 2013-11-27 David Long New
[v3,13/15] ARM: Add an emulate flag to the kprobes/uprobes instruction decode functions --- 2013-11-27 David Long New
[v3,14/15] ARM: add uprobes support --- 2013-11-27 David Long New
[v3,15/15] ARM: Remove uprobes dependency on kprobes --- 2013-11-27 David Long New
[v4,01/16] uprobes: allow ignoring of probe hits --- 2013-12-16 David Long New
[v4,02/16] ARM: move shared uprobe/kprobe definitions into new include file --- 2013-12-16 David Long New
[v4,03/16] ARM: Move generic arm instruction parsing code to new files for sharing between features --- 2013-12-16 David Long New
[v4,04/16] ARM: move generic thumb instruction parsing code to new files for use by other feature --- 2013-12-16 David Long New
[v4,05/16] ARM: use a function table for determining instruction interpreter actions --- 2013-12-16 David Long New
[v4,06/16] ARM: Disable jprobes test when built into thumb-mode kernel --- 2013-12-16 David Long New
[v4,07/16] ARM: Remove use of struct kprobe from generic probes code --- 2013-12-16 David Long New
[v4,08/16] ARM: Use new opcode type in ARM kprobes/uprobes code --- 2013-12-16 David Long New
[v4,09/16] ARM: Make the kprobes condition_check symbol names more generic --- 2013-12-16 David Long New
[v4,10/16] ARM: Change more ARM kprobes symbol names to something more --- 2013-12-16 David Long New
[v4,11/16] ARM: Rename the shared kprobes/uprobe return value enum --- 2013-12-16 David Long New
[v4,12/16] ARM: Change the remaining shared kprobes/uprobes symbols to something generic --- 2013-12-16 David Long New
[v4,13/16] ARM: Add an emulate flag to the kprobes/uprobes instruction decode functions --- 2013-12-16 David Long New
[v4,14/16] ARM: Make arch_specific_insn a define for new arch_probes_insn structure --- 2013-12-16 David Long New
[v4,15/16] ARM: add uprobes support --- 2013-12-16 David Long New
[v4,16/16] ARM: Remove uprobes dependency on kprobes --- 2013-12-16 David Long New
[v5,01/16] uprobes: allow ignoring of probe hits --- 2014-01-23 David Long New
[v5,02/16] ARM: move shared uprobe/kprobe definitions into new include file --- 2014-01-23 David Long New
[v5,03/16] ARM: Move generic arm instruction parsing code to new files for sharing between features --- 2014-01-23 David Long New
[v5,04/16] ARM: move generic thumb instruction parsing code to new files for use by other feature --- 2014-01-23 David Long New
[v5,05/16] ARM: use a function table for determining instruction interpreter action --- 2014-01-23 David Long New
[v5,06/16] ARM: Disable jprobes test when built into thumb-mode kernel --- 2014-01-23 David Long New
[v5,07/16] ARM: Remove use of struct kprobe from generic probes code --- 2014-01-23 David Long New
[v5,08/16] ARM: Use new opcode type in ARM kprobes/uprobes code --- 2014-01-23 David Long New
[v5,09/16] ARM: Make the kprobes condition_check symbol names more generic --- 2014-01-23 David Long New
[v5,11/16] ARM: Rename the shared kprobes/uprobe return value enum --- 2014-01-23 David Long New
[v5,12/16] ARM: Change the remaining shared kprobes/uprobes symbols to something generic --- 2014-01-23 David Long New
[v5,13/16] ARM: Add an emulate flag to the kprobes/uprobes instruction decode functions --- 2014-01-23 David Long New
[v5,14/16] ARM: Make arch_specific_insn a define for new arch_probes_insn structure --- 2014-01-23 David Long New
[v5,15/16] ARM: add uprobes support --- 2014-01-23 David Long New
[v5,16/16] ARM: Remove uprobes dependency on kprobes --- 2014-01-23 David Long New
[v6,02/14] ARM: move shared uprobe/kprobe definitions into new include file --- 2014-02-10 David Long New
[v6,03/14] ARM: Move generic arm instruction parsing code to new files for sharing between features --- 2014-02-10 David Long New
[v6,04/14] ARM: move generic thumb instruction parsing code to new files for use by other feature --- 2014-02-10 David Long New
[v6,06/14] ARM: Disable jprobes test when built into thumb-mode kernel --- 2014-02-10 David Long New
[v6,07/14] ARM: Remove use of struct kprobe from generic probes code --- 2014-02-10 David Long New
[v6,11/14] ARM: Change the remaining shared kprobes/uprobes symbols to something generic --- 2014-02-10 David Long New
[v6,14/14] ARM: add uprobes support --- 2014-02-10 David Long New
[v7,04/15] ARM: move shared uprobe/kprobe definitions into new include file --- 2014-03-07 David Long New
[v7,05/15] ARM: Move generic arm instruction parsing code to new files for sharing between features --- 2014-03-07 David Long New
[v7,06/15] ARM: move generic thumb instruction parsing code to new files for use by other feature --- 2014-03-07 David Long New
[GIT,PULL] uprobes: Add uprobes support for ARM --- 2014-03-11 David Long New
[v3,1/5] arm64: Kprobes with single stepping support --- 2014-11-18 David Long New
[v3,2/5] arm64: Kprobes instruction simulation support --- 2014-11-18 David Long New
[v3,3/5] arm64: Add kernel return probes support(kretprobes) --- 2014-11-18 David Long New
[v3,5/5] arm64: Add HAVE_REGS_AND_STACK_ACCESS_API feature --- 2014-11-18 David Long New
[v4,1/6] arm64: Add HAVE_REGS_AND_STACK_ACCESS_API feature --- 2015-01-11 David Long New
[v4,2/6] arm64: Add more test functions to insn.c --- 2015-01-11 David Long New
[v4,3/6] arm64: Kprobes with single stepping support --- 2015-01-11 David Long New
[v4,4/6] arm64: Kprobes instruction simulation support --- 2015-01-11 David Long New
[v4,5/6] arm64: Add kernel return probes support(kretprobes) --- 2015-01-11 David Long New
[v5,1/6] arm64: Add HAVE_REGS_AND_STACK_ACCESS_API feature --- 2015-02-17 David Long New
[v5,2/6] arm64: Add more test functions to insn.c --- 2015-02-17 David Long New
[v5,3/6] arm64: Kprobes with single stepping support --- 2015-02-17 David Long New
[v5,4/6] arm64: kprobes instruction simulation support --- 2015-02-17 David Long New
[v5,5/6] arm64: Add kernel return probes support (kretprobes) --- 2015-02-17 David Long New
[v6,1/6] arm64: Add HAVE_REGS_AND_STACK_ACCESS_API feature --- 2015-04-20 David Long New
[v6,2/6] arm64: Add more test functions to insn.c --- 2015-04-20 David Long New
[v6,3/6] arm64: Kprobes with single stepping support --- 2015-04-20 David Long New
[v6,4/6] arm64: kprobes instruction simulation support --- 2015-04-20 David Long New
[v6,5/6] arm64: Add kernel return probes support (kretprobes) --- 2015-04-20 David Long New
[1/2] Move the pt_regs_offset struct definition from arch to common include file --- 2015-06-15 David Long New
[2/2] Consolidate redundant register/stack access code --- 2015-06-15 David Long New
[v7,1/7] arm64: Add HAVE_REGS_AND_STACK_ACCESS_API feature --- 2015-06-15 David Long New
[v7,2/7] arm64: Add more test functions to insn.c --- 2015-06-15 David Long New
[v7,3/7] arm64: Kprobes with single stepping support --- 2015-06-15 David Long New
[v7,4/7] arm64: kprobes instruction simulation support --- 2015-06-15 David Long New
[v7,5/7] arm64: Add trampoline code for kretprobes --- 2015-06-15 David Long New
[v7,6/7] arm64: Add kernel return probes support (kretprobes) --- 2015-06-15 David Long New
[v2,2/2] Consolidate redundant register/stack access code --- 2015-07-27 David Long New
[v8,1/7] arm64: Add HAVE_REGS_AND_STACK_ACCESS_API feature --- 2015-08-11 David Long New
[v8,2/7] arm64: Add more test functions to insn.c --- 2015-08-11 David Long New
« 1 2 »