Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
[safe/jmp/linux-2.6] / arch / x86 / kernel / kprobes.c
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