Merge branch 'topic/core-cleanup' into for-linus
[safe/jmp/linux-2.6] / arch / x86 / kernel / kprobes.c
2010-05-11 Masami Hiramatsukprobes/x86: Fix removed int3 checking order
2010-02-25 Masami Hiramatsukprobes/x86: Support kprobes jump optimization on x86
2010-02-25 Masami Hiramatsukprobes/x86: Cleanup save/restore registers
2010-02-25 Masami Hiramatsukprobes/x86: Boost probes when reentering
2010-02-25 Masami Hiramatsukprobes/x86: Cleanup RELATIVEJUMP_INSTRUCTION to RELATI...
2010-02-04 Masami Hiramatsukprobes: Check probe address is reserved
2010-02-04 Masami Hiramatsukprobes: Disable booster when CONFIG_PREEMPT=y
2009-12-07 Jiri KosinaMerge branch 'for-next' into for-linus
2009-12-05 Linus TorvaldsMerge branch 'x86-cleanups-for-linus' of git://git...
2009-12-04 André Goddard Rosatree-wide: fix assorted typos all over the place
2009-11-21 Ingo MolnarMerge branch 'tracing/hw-breakpoints' into perf/core
2009-10-12 H. Peter Anvinx86: use kernel_stack_pointer() in kprobes.c
2009-08-30 Masami Hiramatsukprobes/x86-64: Allow to reenter probe on post_handler
2009-08-30 Masami Hiramatsukprobes/x86: Call BUG() when reentering probe into...
2009-08-27 Frederic Weisbeckertracing/kprobes: Dump the culprit kprobe in case of...
2009-08-26 Masami Hiramatsukprobes: Cleanup fix_riprel() using insn decoder on x86
2009-08-26 Masami Hiramatsukprobes: Checks probe address is instruction boudary...
2009-06-02 K.Prasadhw-breakpoints: reset bits in dr6 after the correspondi...
2009-04-01 Ingo MolnarMerge branch 'tracing/core-v2' into tracing-for-linus
2009-03-25 Masami Hiramatsux86: kretprobe-booster interrupt emulation code fix
2009-03-18 Jaswinder Singh... x86: kprobes.c fix compilation warning
2009-03-17 Masami Hiramatsuprevent boosting kprobes on exception address
2009-01-16 Masami Hiramatsukprobes: check CONFIG_FREEZER instead of CONFIG_PM
2009-01-07 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-01-06 Masami Hiramatsukprobes: add kprobe_insn_mutex and cleanup arch_remove_...
2009-01-06 Frederik Schwarzertrivial: fix then -> than typos in comments and documen...
2008-07-25 Srinivasa D Skprobes: improve kretprobe scalability with hashed...
2008-07-15 Peter ZijlstraKprobe smoke test lockdep warning
2008-04-17 gorcunov@gmail.comx86: replace most VM86 flags with flags from processor...
2008-04-17 Yakov Lernerx86, kprobes: correct post-eip value in post_hander()
2008-04-17 Jan Beulichx86: prevent unconditional writes to DebugCtl MSR
2008-02-19 Harvey Harrisonx86, kprobes: remove sparse warnings from x86
2008-01-30 Jan Engelhardtx86: remove unneded casts
2008-01-30 Abhishek Sagarx86: fix singlestep handling in reenter_kprobe
2008-01-30 Harvey Harrisonx86: use wrmsrl in kprobes.c, step.c
2008-01-30 Harvey Harrisonx86: trivial whitespace in kprobes.c
2008-01-30 Abhishek Sagarx86: kprobes change kprobe_handler flow
2008-01-30 Quentin Barnesx86: code clarification patch to Kprobes arch code
2008-01-30 Harvey Harrisonx86: kprobes change kprobe_handler flow
2008-01-30 Harvey Harrisonx86: kprobes remove fix_riprel #ifdef
2008-01-30 Harvey Harrisonx86: introduce REX prefix helper for kprobes
2008-01-30 Masami Hiramatsux86: move deeply indented code to reenter_kprobe
2008-01-30 Harvey Harrisonx86: add reenter_kprobe helper
2008-01-30 Masami Hiramatsux86: fix kprobe_handler reenable preemption
2008-01-30 Harvey Harrisonx86: kprobes leftover cleanups
2008-01-30 Harvey Harrisonx86: unify extable_{32|64}.c
2008-01-30 Glauber de Oliveir... x86: get rid of _MASK flags
2008-01-30 Masami Hiramatsux86: kprobes code for x86 unification