summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2009-04-052-1/+590
|\
| * Staging: dst: core files.Evgeniy Polyakov2009-04-032-1/+590
* | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-04-0518-184/+670
|\ \
| * \ Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar2009-04-0220-188/+698
| |\ \
| | | \
| | | \
| | *-. \ Merge branches 'tracing/docs', 'tracing/filters', 'tracing/ftrace', 'tracing/...Ingo Molnar2009-03-314-8/+28
| | |\ \ \
| | | | * | tracing: use union for multi-usages fieldLai Jiangshan2009-03-241-3/+9
| | | | * | function-graph: ignore times across scheduleSteven Rostedt2009-03-241-0/+2
| | | | * | function-graph: moved the timestamp from arch to generic codeSteven Rostedt2009-03-241-2/+1
| | | | * | debugfs: function to know if debugfs is initializedFrederic Weisbecker2009-03-231-0/+8
| | | |/ / | | |/| |
| | | * | tracing: add ring_buffer_event_discard() to ring bufferTom Zanussi2009-03-221-3/+8
| | |/ /
| | | |
| | | \
| | *-. \ Merge branches 'tracing/ftrace', 'tracing/kprobes', 'tracing/tasks' and 'linu...Ingo Molnar2009-03-201-2/+4
| | |\ \ \
| | * \ \ \ Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2009-03-182-6/+7
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | tracing: optimization of branch tracerWitold Baryluk2009-03-171-4/+2
| | | * | | ring-buffer: add api to allow a tracer to change clock sourceSteven Rostedt2009-03-171-2/+5
| | | | | |
| | | \ \ \
| | *-. \ \ \ Merge branches 'tracing/ftrace', 'tracing/syscalls' and 'linus' into tracing/...Ingo Molnar2009-03-168-8/+94
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | tracing/syscalls: core infrastructure for syscalls tracing, enhancementsFrederic Weisbecker2009-03-132-5/+69
| | * | | | | ftrace: remove struct list_head from struct dyn_ftraceLai Jiangshan2009-03-131-1/+0
| | * | | | | Merge branches 'tracing/ftrace' and 'tracing/syscalls'; commit 'v2.6.29-rc8' ...Ingo Molnar2009-03-131-0/+21
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | tracing/ftrace: syscall tracing infrastructure, basicsFrederic Weisbecker2009-03-131-0/+21
| | * | | | | tracing: tracepoints for softirq entry/exit - add softirq-to-name arrayJason Baron2009-03-121-0/+5
| | * | | | | tracing/core: bring back raw trace_printk for dynamic formats stringsFrederic Weisbecker2009-03-121-13/+27
| | |/ / / /
| | * | | | Merge branch 'core/locking' into tracing/ftraceIngo Molnar2009-03-133-4/+10
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2009-03-101-1/+104
| | |\ \ \ \ \
| | | * | | | | tracing: remove funky whitespace in the trace codeSteven Rostedt2009-03-101-8/+8
| | | * | | | | tracing: document TRACE_EVENT macro in tracepoint.hSteven Rostedt2009-03-101-0/+103
| | | * | | | | tracing: flip the TP_printk and TP_fast_assign in the TRACE_EVENT macroSteven Rostedt2009-03-101-1/+1
| | | | | | | |
| | | \ \ \ \ \
| | *-. \ \ \ \ \ Merge branches 'tracing/ftrace', 'tracing/textedit' and 'linus' into tracing/...Ingo Molnar2009-03-102-1/+1
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'x86/core' into tracing/ftraceIngo Molnar2009-03-101-33/+27
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2009-03-101-5/+5
| | |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | / / / / / | | | | |_|/ / / / / | | | |/| | | | | |
| | | * | | | | | | tracing: remove obsolete TRACE_EVENT_FORMAT macroSteven Rostedt2009-03-101-3/+0
| | | * | | | | | | tracing: new format for specialized trace pointsSteven Rostedt2009-03-101-0/+3
| | | * | | | | | | tracing: replace TP<var> with TP_<var>Steven Rostedt2009-03-101-3/+3
| | | | | | | | | |
| | | \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'linus' ...Ingo Molnar2009-03-107-12/+17
| | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | | | | | |
| | | * | | | | | | | tracing: optimize trace_printk()Ingo Molnar2009-03-091-2/+8
| | * | | | | | | | | Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'tracing...Ingo Molnar2009-03-0827-142/+538
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | | * | | | | | | | tracing, Text Edit Lock - Architecture Independent CodeMathieu Desnoyers2009-03-061-0/+6
| | | * | | | | | | | Merge branch 'x86/core' into tracing/texteditIngo Molnar2009-03-0626-142/+532
| | | |\ \ \ \ \ \ \ \
| | * | | | | | | | | | tracing/core: drop the old trace_printk() implementation in favour of trace_b...Frederic Weisbecker2009-03-063-29/+32
| | * | | | | | | | | | tracing: add trace_bprintk()Lai Jiangshan2009-03-062-0/+26
| | * | | | | | | | | | tracing: infrastructure for supporting binary recordLai Jiangshan2009-03-061-0/+3
| | * | | | | | | | | | Merge branch 'core/printk' into tracing/ftraceIngo Molnar2009-03-062-0/+24
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2009-03-062-16/+28
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| | | * | | | | | | | | | tracing: add tracing_on/tracing_off to kernel.hSteven Rostedt2009-03-052-16/+28
| | * | | | | | | | | | | Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into trac...Ingo Molnar2009-03-061-6/+7
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| | | * | | | | | | | | | tracing/function-graph-tracer: use the more lightweight local clockFrederic Weisbecker2009-03-051-6/+7
| | * | | | | | | | | | | tracing: move utility functions from ftrace.h to kernel.hIngo Molnar2009-03-052-56/+60
| | * | | | | | | | | | | tracing: rename ftrace_printk() => trace_printk()Ingo Molnar2009-03-051-9/+9
| | |/ / / / / / / / / /
| | * | | | | | | | | | Merge branch 'core/locking' into tracing/ftraceIngo Molnar2009-03-044-49/+102
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'rfc/splice/tip/tracing/ftrace' of git://git.kernel.org/pub/scm/...Ingo Molnar2009-03-041-2/+5
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | ring-buffer: fix ring_buffer_read_pageSteven Rostedt2009-03-031-2/+5
OpenPOWER on IntegriCloud