Current Team Memberships

Show patches with: Archived = No       |   330 patches
« 1 2 3 4 »
Patch Series S/W/F Date Submitter Delegate State
[v2,1/2] Move the pt_regs_offset struct definition from arch to common include file --- 2015-07-27 David Long Superseded
[v7,7/7] kprobes: Add arm64 case in kprobe example module --- 2015-06-15 David Long Superseded
[v7,6/7] arm64: Add kernel return probes support (kretprobes) --- 2015-06-15 David Long New
[v7,5/7] arm64: Add trampoline code for kretprobes --- 2015-06-15 David Long New
[v7,4/7] arm64: kprobes instruction simulation support --- 2015-06-15 David Long New
[v7,3/7] arm64: Kprobes with single stepping support --- 2015-06-15 David Long New
[v7,2/7] arm64: Add more test functions to insn.c --- 2015-06-15 David Long New
[v7,1/7] arm64: Add HAVE_REGS_AND_STACK_ACCESS_API feature --- 2015-06-15 David Long New
[2/2] Consolidate redundant register/stack access code --- 2015-06-15 David Long New
[1/2] Move the pt_regs_offset struct definition from arch to common include file --- 2015-06-15 David Long New
[v6,6/6] kprobes: Add arm64 case in kprobe example module --- 2015-04-20 David Long Superseded
[v6,5/6] arm64: Add kernel return probes support (kretprobes) --- 2015-04-20 David Long New
[v6,4/6] arm64: kprobes instruction simulation support --- 2015-04-20 David Long New
[v6,3/6] arm64: Kprobes with single stepping support --- 2015-04-20 David Long New
[v6,2/6] arm64: Add more test functions to insn.c --- 2015-04-20 David Long New
[v6,1/6] arm64: Add HAVE_REGS_AND_STACK_ACCESS_API feature --- 2015-04-20 David Long New
[v5,6/6] kprobes: Add arm64 case in kprobe example module --- 2015-02-17 David Long Superseded
[v5,5/6] arm64: Add kernel return probes support (kretprobes) --- 2015-02-17 David Long New
[v5,4/6] arm64: kprobes instruction simulation support --- 2015-02-17 David Long New
[v5,3/6] arm64: Kprobes with single stepping support --- 2015-02-17 David Long New
[v5,2/6] arm64: Add more test functions to insn.c --- 2015-02-17 David Long New
[v5,1/6] arm64: Add HAVE_REGS_AND_STACK_ACCESS_API feature --- 2015-02-17 David Long New
[v4,6/6] kprobes: Add arm64 case in kprobe example module --- 2015-01-11 David Long Superseded
[v4,5/6] arm64: Add kernel return probes support(kretprobes) --- 2015-01-11 David Long New
[v4,4/6] arm64: Kprobes instruction simulation support --- 2015-01-11 David Long New
[v4,3/6] arm64: Kprobes with single stepping support --- 2015-01-11 David Long New
[v4,2/6] arm64: Add more test functions to insn.c --- 2015-01-11 David Long New
[v4,1/6] arm64: Add HAVE_REGS_AND_STACK_ACCESS_API feature --- 2015-01-11 David Long New
[v3,5/5] arm64: Add HAVE_REGS_AND_STACK_ACCESS_API feature --- 2014-11-18 David Long New
[v3,4/5] kprobes: Add arm64 case in kprobe example module --- 2014-11-18 David Long Superseded
[v3,3/5] arm64: Add kernel return probes support(kretprobes) --- 2014-11-18 David Long New
[v3,2/5] arm64: Kprobes instruction simulation support --- 2014-11-18 David Long New
[v3,1/5] arm64: Kprobes with single stepping support --- 2014-11-18 David Long New
[RFC,v4] ARM: uprobes xol write directly to userspace --- 2014-04-16 David Long New
[RFC] uprobes: copy to user-space xol page with proper cache flushing --- 2014-04-15 David Long New
[RFC] uprobes: copy to user-space xol page with proper cache flushing --- 2014-04-11 David Long New
[GIT,PULL] uprobes: Add uprobes support for ARM --- 2014-03-11 David Long New
[v7,15/15] ARM: add uprobes support --- 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,13/15] ARM: Add an emulate flag to the kprobes/uprobes instruction decode functions --- 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,11/15] ARM: Rename the shared kprobes/uprobe return value enum --- 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,09/15] ARM: Make the kprobes condition_check symbol names more generic --- 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,07/15] ARM: use a function table for determining instruction interpreter action --- 2014-03-07 David Long Accepted
[v7,06/15] ARM: move generic thumb instruction parsing code to new files for use by other feature --- 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,04/15] ARM: move shared uprobe/kprobe definitions into new include file --- 2014-03-07 David Long New
[v7,03/15] uprobes: allow ignoring of probe hits --- 2014-03-07 David Long Accepted
[v7,02/15] ARM: Fix missing includes in kprobes sources --- 2014-03-07 David Long Accepted
[v7,01/15] uprobes: Kconfig dependency fix --- 2014-03-07 David Long Accepted
[v6,14/14] ARM: add uprobes support --- 2014-02-10 David Long New
[v6,13/14] ARM: Make arch_specific_insn a define for new arch_probes_insn structure --- 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,11/14] ARM: Change the remaining shared kprobes/uprobes symbols to something generic --- 2014-02-10 David Long New
[v6,10/14] ARM: Rename the shared kprobes/uprobe return value enum --- 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,08/14] ARM: Make the kprobes condition_check symbol names more generic --- 2014-02-10 David Long Superseded
[v6,07/14] ARM: Remove use of struct kprobe from generic probes code --- 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,05/14] ARM: use a function table for determining instruction interpreter action --- 2014-02-10 David Long Superseded
[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,03/14] ARM: Move generic arm instruction parsing code to new files for sharing between features --- 2014-02-10 David Long New
[v6,02/14] ARM: move shared uprobe/kprobe definitions into new include file --- 2014-02-10 David Long New
[v6,01/14] uprobes: allow ignoring of probe hits --- 2014-02-10 David Long Superseded
Detect section mismatches in thumb relocations --- 2014-01-31 David Long Accepted
[v5,16/16] ARM: Remove uprobes dependency on kprobes --- 2014-01-23 David Long New
[v5,15/16] ARM: add uprobes support --- 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,13/16] ARM: Add an emulate flag to the kprobes/uprobes instruction decode functions --- 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,11/16] ARM: Rename the shared kprobes/uprobe return value enum --- 2014-01-23 David Long New
[v5,10/16] ARM: Change more ARM kprobes symbol names to something more --- 2014-01-23 David Long Superseded
[v5,09/16] ARM: Make the kprobes condition_check symbol names more generic --- 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,07/16] ARM: Remove use of struct kprobe from generic probes code --- 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,05/16] ARM: use a function table for determining instruction interpreter action --- 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,03/16] ARM: Move generic arm instruction parsing code to new files for sharing between features --- 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,01/16] uprobes: allow ignoring of probe hits --- 2014-01-23 David Long New
[v4,16/16] ARM: Remove uprobes dependency on kprobes --- 2013-12-16 David Long New
[v4,15/16] ARM: add uprobes support --- 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,13/16] ARM: Add an emulate flag to the kprobes/uprobes instruction decode functions --- 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,11/16] ARM: Rename the shared kprobes/uprobe return value enum --- 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,09/16] ARM: Make the kprobes condition_check symbol names more generic --- 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,07/16] ARM: Remove use of struct kprobe from generic probes code --- 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,05/16] ARM: use a function table for determining instruction interpreter actions --- 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,03/16] ARM: Move generic arm instruction parsing code to new files for sharing between features --- 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,01/16] uprobes: allow ignoring of probe hits --- 2013-12-16 David Long New
[v3,15/15] ARM: Remove uprobes dependency on kprobes --- 2013-11-27 David Long New
« 1 2 3 4 »

Bundling

Create bundle: