aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-09tracing: optimize trace_printk()Ingo Molnar1-2/+8
2009-03-09tracing: trace_printk() fix, move format array to data sectionIngo Molnar1-1/+1
2009-03-06tracing/core: drop the old trace_printk() implementation in favour of trace_bprintk()Frederic Weisbecker3-29/+32
2009-03-06tracing: add trace_bprintk()Lai Jiangshan3-0/+35
2009-03-06tracing: infrastructure for supporting binary recordLai Jiangshan1-0/+3
2009-03-06Merge branch 'core/printk' into tracing/ftraceIngo Molnar2-0/+24
2009-03-06vsprintf: add binary printfLai Jiangshan1-0/+7
2009-03-06tracing, power-trace: make it build even if the power-tracer is turned offIngo Molnar1-2/+0
2009-03-06Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftraceIngo Molnar2-16/+28
2009-03-06Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into tracing/coreIngo Molnar1-6/+7
2009-03-05tracing: add tracing_on/tracing_off to kernel.hSteven Rostedt2-16/+28
2009-03-05tracing/function-graph-tracer: use the more lightweight local clockFrederic Weisbecker1-6/+7
2009-03-05tracing: move utility functions from ftrace.h to kernel.hIngo Molnar2-56/+60
2009-03-05tracing: rename ftrace_printk() => trace_printk()Ingo Molnar1-9/+9
2009-03-04tracing: add lockdep tracepoints for lock acquire/releasePeter Zijlstra4-0/+55
2009-03-04Merge branch 'core/locking' into tracing/ftraceIngo Molnar4-49/+102
2009-03-04Merge branch 'rfc/splice/tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftraceIngo Molnar1-2/+5
2009-03-04Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc7' into tracing/coreIngo Molnar10-4/+45
2009-03-03ring-buffer: fix ring_buffer_read_pageSteven Rostedt1-2/+5
2009-03-03Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+4
2009-03-03Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-0/+31
2009-03-02Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+4
2009-03-02Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftraceIngo Molnar4-20/+24
2009-03-02tracing: make CALLER_ADDRx overwriteableUwe Kleine-Koenig4-20/+24
2009-03-02Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftraceIngo Molnar1-1/+6
2009-03-02Merge branches 'tracing/ftrace', 'tracing/mmiotrace' and 'linus' into tracing/coreIngo Molnar7-40/+166
2009-03-02tracing: add TRACE_FIELD_SPECIAL to record complex entriesSteven Rostedt1-1/+6
2009-03-02fix warning in io_mapping_map_wc()Pallipadi, Venkatesh1-1/+4
2009-03-01net headers: export dcbnl.hChris Leech1-0/+1
2009-03-01net headers: cleanup dcbnl.hChris Leech1-1/+3
2009-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller9-17/+46
2009-02-28Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftraceIngo Molnar5-29/+130
2009-02-28tracing: create the C style tracing for the irq subsystemSteven Rostedt1-4/+15
2009-02-28tracing: create the C style tracing for the sched subsystemSteven Rostedt2-25/+97
2009-02-28tracing: add subsystem sched for sched eventsSteven Rostedt1-0/+5
2009-02-28tracing: add subsystem irq for irq eventsSteven Rostedt1-0/+5
2009-02-28tracing: move trace point formats to files in include/trace directorySteven Rostedt2-0/+8
2009-02-27Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-11/+35
2009-02-27Fix recursive lock in free_uid()/free_user_ns()David Howells1-0/+1
2009-02-27sched: don't allow setuid to succeed if the user does not have rt bandwidthDhaval Giani1-0/+4
2009-02-27Merge branches 'tracing/ftrace' and 'linus' into tracing/coreIngo Molnar5-4/+8
2009-02-27Merge branch 'sched/clock' into tracing/ftraceIngo Molnar1-0/+10
2009-02-26Merge branch 'sched/clock' into tracing/ftraceIngo Molnar1-0/+10
2009-02-26sched: allow architectures to specify sched_clock_stableIngo Molnar1-0/+10
2009-02-26tracing: implement trace_clock_*() APIsIngo Molnar1-0/+19
2009-02-26tracing, genirq: add irq enter and exit trace eventsJason Baron2-0/+26
2009-02-26block: reduce stack footprint of blk_recount_segments()Jens Axboe1-0/+2
2009-02-26rcu: Teach RCU that idle task is not quiscent state at bootPaul E. McKenney4-0/+31
2009-02-26Merge branch 'tip/tracing/ftrace' of ssh://master.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftraceIngo Molnar2-15/+16
2009-02-26Merge branches 'tracing/ftrace', 'tracing/hw-branch-tracing' and 'linus' into tracing/coreIngo Molnar14-18/+27