summaryrefslogtreecommitdiffstats
path: root/ipc/msg.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-30kprobes: Prohibit to probe native_get_debugregMasami Hiramatsu1-0/+1
2009-08-30kprobes/x86-64: Fix to move common_interrupt to .kprobes.textMasami Hiramatsu1-0/+8
2009-08-30kprobes: Fix to add __kprobes to notify_dieMasami Hiramatsu1-1/+1
2009-08-30kprobes/x86: Fix to add __kprobes to in-kernel fault handing functionsMasami Hiramatsu1-5/+6
2009-08-30kprobes/x86-64: Allow to reenter probe on post_handlerMasami Hiramatsu1-11/+0
2009-08-30kprobes/x86: Call BUG() when reentering probe into KPROBES_HIT_SSMasami Hiramatsu1-16/+10
2009-08-27tracing: Remove unneeded pointer castsFrederic Weisbecker1-2/+2
2009-08-27tracing: Restore the const qualifier for field names and types definitionFrederic Weisbecker3-7/+7
2009-08-27tracing/kprobes: Dump the culprit kprobe in case of kprobe recursionFrederic Weisbecker3-2/+15
2009-08-27tracing/kprobes: Change trace_arg to probe_argMasami Hiramatsu1-9/+9
2009-08-27tracing/kprobes: Fix format typo in trace_kprobesMasami Hiramatsu1-1/+1
2009-08-27x86: Check awk features before generating inat-tables.cMasami Hiramatsu1-0/+20
2009-08-27x86: Fix x86 instruction decoder selftest to check only .textMasami Hiramatsu1-1/+1
2009-08-27tracing: Add kprobes event profiling interfaceMasami Hiramatsu2-0/+51
2009-08-27tracing: Kprobe tracer assigns new event ids for each eventMasami Hiramatsu2-42/+15
2009-08-27tracing: Generate names for each kprobe event automaticallyMasami Hiramatsu3-50/+35
2009-08-27tracing: Kprobe-tracer supports more than 6 argumentsMasami Hiramatsu2-9/+14