summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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-103-56/+56
* tracing: remove obsolete TRACE_EVENT_FORMAT macroSteven Rostedt2009-03-103-5/+2
* tracing: convert irq trace points to new macrosSteven Rostedt2009-03-101-14/+24
* tracing: convert the sched trace points to the TRACE_EVENT macrosSteven Rostedt2009-03-101-76/+246
* tracing: new format for specialized trace pointsSteven Rostedt2009-03-102-16/+35
* tracing: replace TP<var> with TP_<var>Steven Rostedt2009-03-107-121/+121
* tracing: optimize trace_printk()Ingo Molnar2009-03-091-2/+8
* tracing: trace_printk() fix, move format array to data sectionIngo Molnar2009-03-091-1/+1
* 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-063-0/+35
* tracing: infrastructure for supporting binary recordLai Jiangshan2009-03-061-0/+3
* Merge branch 'core/printk' into tracing/ftraceIngo Molnar2009-03-062-0/+24
|\
| * vsprintf: add binary printfLai Jiangshan2009-03-061-0/+7
| * printk: introduce printk_once()Ingo Molnar2009-02-051-0/+17
* | tracing, power-trace: make it build even if the power-tracer is turned offIngo Molnar2009-03-061-2/+0
* | 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
|/ /
* | tracing: add lockdep tracepoints for lock acquire/releasePeter Zijlstra2009-03-044-0/+55
* | Merge branch 'core/locking' into tracing/ftraceIngo Molnar2009-03-044-49/+102
|\ \
| * | lockdep: move state bit definitions aroundPeter Zijlstra2009-02-141-45/+4
| * | lockdep: sanitize reclaim bit namesPeter Zijlstra2009-02-141-4/+4
| * | lockdep: sanitize bit namesPeter Zijlstra2009-02-141-11/+11
| * | lockdep: annotate reclaim context (__GFP_NOFS)Nick Piggin2009-02-142-1/+17
| * | timer: implement lockdep deadlock detectionJohannes Berg2009-02-141-9/+84
| * | Merge branch 'linus' into core/lockingIngo Molnar2009-02-07330-15553/+693
| |\ \
| * | | mutex: implement adaptive spinningPeter Zijlstra2009-01-142-2/+4
| * | | mutex: preemption fixesPeter Zijlstra2009-01-141-0/+1
* | | | 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
* | | | | Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc7' into tracing/coreIngo Molnar2009-03-0410-4/+45
|\ \ \ \ \
| * \ \ \ \ Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-03-031-0/+4
| |\ \ \ \ \
| | * | | | | sched: don't allow setuid to succeed if the user does not have rt bandwidthDhaval Giani2009-02-271-0/+4
| * | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-03-034-0/+31
| |\ \ \ \ \ \
| | * | | | | | rcu: Teach RCU that idle task is not quiscent state at bootPaul E. McKenney2009-02-264-0/+31
| | |/ / / / /
| * | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-03-021-1/+4
| |\ \ \ \ \ \
| | * | | | | | fix warning in io_mapping_map_wc()Pallipadi, Venkatesh2009-03-021-1/+4
| * | | | | | | net headers: export dcbnl.hChris Leech2009-03-011-0/+1
| * | | | | | | net headers: cleanup dcbnl.hChris Leech2009-03-011-1/+3
| * | | | | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-02-289-17/+46
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-02-242-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | netfilter: nf_conntrack: don't try to deliver events for untracked connectionsPatrick McHardy2009-02-181-1/+1
| | * | | | | | | netfilter: nfnetlink_log: fix per-rule qthreshold overrideEric Leblond2009-02-181-1/+1
| | * | | | | | | Merge branch 'master' of /repos/git/net-2.6Patrick McHardy2009-02-182-10/+0
| | |\ \ \ \ \ \ \
* | | \ \ \ \ \ \ \ Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2009-03-024-20/+24
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
OpenPOWER on IntegriCloud