Show patches with: Submitter = David Long       |    Archived = No       |   160 patches
« 1 2 »
Patch Series S/W/F Date Submitter Delegate State
[v5,10/16] ARM: Change more ARM kprobes symbol names to something more --- 2014-01-23 David Long Superseded
[v6,01/14] uprobes: allow ignoring of probe hits --- 2014-02-10 David Long Superseded
[v6,05/14] ARM: use a function table for determining instruction interpreter action --- 2014-02-10 David Long Superseded
[v6,08/14] ARM: Make the kprobes condition_check symbol names more generic --- 2014-02-10 David Long Superseded
[v6,09/14] ARM: Change more ARM kprobes symbol names to something more --- 2014-02-10 David Long Superseded
[v6,10/14] ARM: Rename the shared kprobes/uprobe return value enum --- 2014-02-10 David Long Superseded
[v6,12/14] ARM: Add an emulate flag to the kprobes/uprobes instruction decode functions --- 2014-02-10 David Long Superseded
[v6,13/14] ARM: Make arch_specific_insn a define for new arch_probes_insn structure --- 2014-02-10 David Long Superseded
[v3,4/5] kprobes: Add arm64 case in kprobe example module --- 2014-11-18 David Long Superseded
[v4,6/6] kprobes: Add arm64 case in kprobe example module --- 2015-01-11 David Long Superseded
[v5,6/6] kprobes: Add arm64 case in kprobe example module --- 2015-02-17 David Long Superseded
[v6,6/6] kprobes: Add arm64 case in kprobe example module --- 2015-04-20 David Long Superseded
[v7,7/7] kprobes: Add arm64 case in kprobe example module --- 2015-06-15 David Long Superseded
[v2,1/2] Move the pt_regs_offset struct definition from arch to common include file --- 2015-07-27 David Long Superseded
[v8,7/7] kprobes: Add arm64 case in kprobe example module --- 2015-08-11 David Long Superseded
[1/8] arm64: Add HAVE_REGS_AND_STACK_ACCESS_API feature --- 2016-02-18 David Long Superseded
[2/8] arm64: Add more test functions to insn.c --- 2016-02-18 David Long Superseded
[3/8] arm64: add copy_to/from_user to kprobes blacklist --- 2016-02-18 David Long Superseded
[v10,1/9] arm64: Add HAVE_REGS_AND_STACK_ACCESS_API feature --- 2016-03-01 David Long Superseded
[v10,2/9] arm64: Add more test functions to insn.c --- 2016-03-01 David Long Superseded
[v10,3/9] arm64: add copy_to/from_user to kprobes blacklist --- 2016-03-01 David Long Superseded
[v10,4/9] arm64: add conditional instruction simulation support --- 2016-03-01 David Long Superseded
[v11,1/9] arm64: Add HAVE_REGS_AND_STACK_ACCESS_API feature --- 2016-03-09 David Long Superseded
[v11,2/9] arm64: Add more test functions to insn.c --- 2016-03-09 David Long Superseded
[v11,4/9] arm64: add conditional instruction simulation support --- 2016-03-09 David Long Superseded
[v12,01/10] arm64: Add HAVE_REGS_AND_STACK_ACCESS_API feature --- 2016-04-27 David Long Superseded
[v12,02/10] arm64: Add more test functions to insn.c --- 2016-04-27 David Long Superseded
[v12,03/10] arm64: add conditional instruction simulation support --- 2016-04-27 David Long Superseded
[v13,01/10] arm64: Add HAVE_REGS_AND_STACK_ACCESS_API feature --- 2016-06-03 David Long Superseded
[v13,02/10] arm64: Add more test functions to insn.c --- 2016-06-03 David Long Superseded
[v13,03/10] arm64: add conditional instruction simulation support --- 2016-06-03 David Long Superseded
[v14,01/10] arm64: Add HAVE_REGS_AND_STACK_ACCESS_API feature --- 2016-06-27 David Long Superseded
[v14,02/10] arm64: Add more test functions to insn.c --- 2016-06-27 David Long Superseded
[v14,03/10] arm64: add conditional instruction simulation support --- 2016-06-27 David Long Superseded
Detect section mismatches in thumb relocations --- 2014-01-31 David Long Accepted
[v7,01/15] uprobes: Kconfig dependency fix --- 2014-03-07 David Long Accepted
[v7,02/15] ARM: Fix missing includes in kprobes sources --- 2014-03-07 David Long Accepted
[v7,03/15] uprobes: allow ignoring of probe hits --- 2014-03-07 David Long Accepted
[v7,07/15] ARM: use a function table for determining instruction interpreter action --- 2014-03-07 David Long Accepted
[v7,08/15] ARM: Remove use of struct kprobe from generic probes code --- 2014-03-07 David Long Accepted
[v7,09/15] ARM: Make the kprobes condition_check symbol names more generic --- 2014-03-07 David Long Accepted
[v7,10/15] ARM: Change more ARM kprobes symbol names to something more generic --- 2014-03-07 David Long Accepted
[v7,11/15] ARM: Rename the shared kprobes/uprobe return value enum --- 2014-03-07 David Long Accepted
[v7,12/15] ARM: Change the remaining shared kprobes/uprobes symbols to something generic --- 2014-03-07 David Long Accepted
[v7,13/15] ARM: Add an emulate flag to the kprobes/uprobes instruction decode functions --- 2014-03-07 David Long Accepted
[v7,14/15] ARM: Make arch_specific_insn a define for new arch_probes_insn structure --- 2014-03-07 David Long Accepted
[v7,15/15] ARM: add uprobes support --- 2014-03-07 David Long Accepted
[v15,02/10] arm64: Add more test functions to insn.c --- 2016-07-08 David Long Accepted
[1/1] arm64: Remove stack duplicating code from jprobes --- 2016-08-10 David Long Accepted
[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
« 1 2 »