aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kprobes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar1-8/+9
2009-03-25x86: kretprobe-booster interrupt emulation code fixMasami Hiramatsu1-8/+9
2009-03-18x86: kprobes.c fix compilation warningJaswinder Singh Rajput1-1/+1
2009-03-17prevent boosting kprobes on exception addressMasami Hiramatsu1-0/+3
2009-01-16kprobes: check CONFIG_FREEZER instead of CONFIG_PMMasami Hiramatsu1-1/+1
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-01-06kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu1-3/+4
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2008-07-25kprobes: improve kretprobe scalability with hashed lockingSrinivasa D S1-4/+2
2008-07-15Kprobe smoke test lockdep warningPeter Zijlstra1-1/+0
2008-04-17x86: replace most VM86 flags with flags from processor-flags.hgorcunov@gmail.com1-1/+1
2008-04-17x86, kprobes: correct post-eip value in post_hander()Yakov Lerner1-4/+4
2008-04-17x86: prevent unconditional writes to DebugCtl MSRJan Beulich1-2/+2
2008-02-19x86, kprobes: remove sparse warnings from x86Harvey Harrison1-2/+2
2008-01-30x86: remove unneded castsJan Engelhardt1-1/+1
2008-01-30x86: fix singlestep handling in reenter_kprobeAbhishek Sagar1-15/+13
2008-01-30x86: use wrmsrl in kprobes.c, step.cHarvey Harrison1-2/+2
2008-01-30x86: trivial whitespace in kprobes.cHarvey Harrison1-3/+3
2008-01-30x86: kprobes change kprobe_handler flowAbhishek Sagar1-67/+86
2008-01-30x86: code clarification patch to Kprobes arch codeQuentin Barnes1-4/+7
2008-01-30x86: kprobes change kprobe_handler flowHarvey Harrison1-32/+28
2008-01-30x86: kprobes remove fix_riprel #ifdefHarvey Harrison1-4/+5
2008-01-30x86: introduce REX prefix helper for kprobesHarvey Harrison1-8/+19
2008-01-30x86: move deeply indented code to reenter_kprobeMasami Hiramatsu1-23/+23
2008-01-30x86: add reenter_kprobe helperHarvey Harrison1-11/+15
2008-01-30x86: fix kprobe_handler reenable preemptionMasami Hiramatsu1-1/+2
2008-01-30x86: kprobes leftover cleanupsHarvey Harrison1-8/+6
2008-01-30x86: unify extable_{32|64}.cHarvey Harrison1-11/+1
2008-01-30x86: get rid of _MASK flagsGlauber de Oliveira Costa1-9/+9
2008-01-30x86: kprobes code for x86 unificationMasami Hiramatsu1-0/+1045