| Commit message (Expand) | Author | Age |
* | x86: Avoid double stack traces with show_regs() | Jan Beulich | 2012-05-09 |
* | x86/kprobes: Split out optprobe related code to kprobes-opt.c | Masami Hiramatsu | 2012-03-06 |
* | x86/kprobes: Fix a bug which can modify kernel code permanently | Masami Hiramatsu | 2012-03-06 |
* | x86/kprobes: Fix instruction recovery on optimized path | Masami Hiramatsu | 2012-03-06 |
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-10-26 |
|\ |
|
| * | x86, perf, kprobes: Make kprobes's twobyte_is_boostable volatile | Josh Stone | 2011-10-18 |
* | | x86: Fix compilation bug in kprobes' twobyte_is_boostable | Josh Stone | 2011-10-25 |
|/ |
|
* | kprobes, x86: Disable irqs during optimized callback | Jiri Olsa | 2011-05-11 |
* | kprobes: Disabling optimized kprobes for entry text section | Jiri Olsa | 2011-03-08 |
* | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds | 2011-01-07 |
|\ |
|
| * | kprobes: Use this_cpu_ops | Christoph Lameter | 2010-12-17 |
* | | kprobes: Use text_poke_smp_batch for unoptimizing | Masami Hiramatsu | 2010-12-06 |
* | | kprobes: Use text_poke_smp_batch for optimizing | Masami Hiramatsu | 2010-12-06 |
* | | kprobes: Support delayed unoptimizing | Masami Hiramatsu | 2010-12-06 |
|/ |
|
* | jump label: Add jump_label_text_reserved() to reserve jump points | Jason Baron | 2010-09-22 |
* | kprobes: Remove __dummy_buf | Namhyung Kim | 2010-09-15 |
* | kprobes: Make functions static | Namhyung Kim | 2010-09-15 |
* | kprobes/x86: Fix the return address of multiple kretprobes | KUMANO Syuhei | 2010-08-19 |
* | Merge branch 'linus' into perf/core | Ingo Molnar | 2010-07-21 |
|\ |
|
| * | x86: kprobes: fix swapped segment registers in kretprobe | Roland McGrath | 2010-07-18 |
* | | kprobes/x86: Fix kprobes to skip prefixes correctly | Masami Hiramatsu | 2010-06-29 |
|/ |
|
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-05-18 |
|\ |
|
| * | x86, ptrace: Fix block-step | Peter Zijlstra | 2010-03-26 |
| * | x86, perf, bts, mm: Delete the never used BTS-ptrace code | Peter Zijlstra | 2010-03-26 |
* | | kprobes/x86: Fix removed int3 checking order | Masami Hiramatsu | 2010-05-11 |
|/ |
|
* | kprobes/x86: Support kprobes jump optimization on x86 | Masami Hiramatsu | 2010-02-25 |
* | kprobes/x86: Cleanup save/restore registers | Masami Hiramatsu | 2010-02-25 |
* | kprobes/x86: Boost probes when reentering | Masami Hiramatsu | 2010-02-25 |
* | kprobes/x86: Cleanup RELATIVEJUMP_INSTRUCTION to RELATIVEJUMP_OPCODE | Masami Hiramatsu | 2010-02-25 |
* | kprobes: Check probe address is reserved | Masami Hiramatsu | 2010-02-04 |
* | kprobes: Disable booster when CONFIG_PREEMPT=y | Masami Hiramatsu | 2010-02-04 |
* | Merge branch 'for-next' into for-linus | Jiri Kosina | 2009-12-07 |
|\ |
|
| * | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 |
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-12-05 |
|\ \ |
|
| * | | x86: use kernel_stack_pointer() in kprobes.c | H. Peter Anvin | 2009-10-12 |
| |/ |
|
* | | Merge branch 'tracing/hw-breakpoints' into perf/core | Ingo Molnar | 2009-11-21 |
|\ \ |
|
| * | | hw-breakpoints: reset bits in dr6 after the corresponding exception is handled | K.Prasad | 2009-06-02 |
| |/ |
|
* | | kprobes/x86-64: Allow to reenter probe on post_handler | Masami Hiramatsu | 2009-08-29 |
* | | kprobes/x86: Call BUG() when reentering probe into KPROBES_HIT_SS | Masami Hiramatsu | 2009-08-29 |
* | | tracing/kprobes: Dump the culprit kprobe in case of kprobe recursion | Frederic Weisbecker | 2009-08-26 |
* | | kprobes: Cleanup fix_riprel() using insn decoder on x86 | Masami Hiramatsu | 2009-08-26 |
* | | kprobes: Checks probe address is instruction boudary on x86 | Masami Hiramatsu | 2009-08-26 |
|/ |
|
* | Merge branch 'tracing/core-v2' into tracing-for-linus | Ingo Molnar | 2009-04-01 |
|\ |
|
| * | x86: kretprobe-booster interrupt emulation code fix | Masami Hiramatsu | 2009-03-25 |
* | | x86: kprobes.c fix compilation warning | Jaswinder Singh Rajput | 2009-03-18 |
|/ |
|
* | prevent boosting kprobes on exception address | Masami Hiramatsu | 2009-03-17 |
* | kprobes: check CONFIG_FREEZER instead of CONFIG_PM | Masami Hiramatsu | 2009-01-16 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-01-07 |
|\ |
|
| * | trivial: fix then -> than typos in comments and documentation | Frederik Schwarzer | 2009-01-06 |
* | | kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe() | Masami Hiramatsu | 2009-01-06 |
|/ |
|