Age | Commit message (Expand) | Author | Files | Lines |
2009-03-08 | Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'tracing... | Ingo Molnar | 35 | -150/+650 |
2009-03-06 | tracing/core: drop the old trace_printk() implementation in favour of trace_b... | Frederic Weisbecker | 3 | -29/+32 |
2009-03-06 | tracing: add trace_bprintk() | Lai Jiangshan | 3 | -0/+35 |
2009-03-06 | tracing: infrastructure for supporting binary record | Lai Jiangshan | 1 | -0/+3 |
2009-03-06 | Merge branch 'core/printk' into tracing/ftrace | Ingo Molnar | 2 | -0/+24 |
2009-03-06 | vsprintf: add binary printf | Lai Jiangshan | 1 | -0/+7 |
2009-03-06 | tracing, Text Edit Lock - Architecture Independent Code | Mathieu Desnoyers | 1 | -0/+6 |
2009-03-06 | Merge branch 'x86/core' into tracing/textedit | Ingo Molnar | 34 | -150/+644 |
2009-03-06 | tracing, power-trace: make it build even if the power-tracer is turned off | Ingo Molnar | 1 | -2/+0 |
2009-03-06 | Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2 | -16/+28 |
2009-03-06 | Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into trac... | Ingo Molnar | 1 | -6/+7 |
2009-03-05 | Merge branch 'x86/urgent' into x86/core | Ingo Molnar | 5 | -0/+35 |
2009-03-05 | tracing: add tracing_on/tracing_off to kernel.h | Steven Rostedt | 2 | -16/+28 |
2009-03-05 | tracing/function-graph-tracer: use the more lightweight local clock | Frederic Weisbecker | 1 | -6/+7 |
2009-03-05 | tracing: move utility functions from ftrace.h to kernel.h | Ingo Molnar | 2 | -56/+60 |
2009-03-05 | tracing: rename ftrace_printk() => trace_printk() | Ingo Molnar | 1 | -9/+9 |
2009-03-04 | tracing: add lockdep tracepoints for lock acquire/release | Peter Zijlstra | 4 | -0/+55 |
2009-03-04 | Merge branch 'core/locking' into tracing/ftrace | Ingo Molnar | 4 | -49/+102 |
2009-03-04 | Merge branch 'rfc/splice/tip/tracing/ftrace' of git://git.kernel.org/pub/scm/... | Ingo Molnar | 1 | -2/+5 |
2009-03-04 | Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc7' into tracing/core | Ingo Molnar | 10 | -4/+45 |
2009-03-03 | ring-buffer: fix ring_buffer_read_page | Steven Rostedt | 1 | -2/+5 |
2009-03-04 | Merge branch 'x86/core' into core/percpu | Ingo Molnar | 21 | -30/+211 |
2009-03-04 | Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x... | Ingo Molnar | 17 | -14/+178 |
2009-03-03 | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+4 |
2009-03-03 | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -0/+31 |
2009-03-02 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+4 |
2009-03-02 | Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 4 | -20/+24 |
2009-03-02 | tracing: make CALLER_ADDRx overwriteable | Uwe Kleine-Koenig | 4 | -20/+24 |
2009-03-02 | Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 1 | -1/+6 |
2009-03-02 | Merge branches 'tracing/ftrace', 'tracing/mmiotrace' and 'linus' into tracing... | Ingo Molnar | 7 | -40/+166 |
2009-03-02 | tracing: add TRACE_FIELD_SPECIAL to record complex entries | Steven Rostedt | 1 | -1/+6 |
2009-03-02 | x86, mm: dont use non-temporal stores in pagecache accesses | Ingo Molnar | 1 | -2/+2 |
2009-03-02 | fix warning in io_mapping_map_wc() | Pallipadi, Venkatesh | 1 | -1/+4 |
2009-03-01 | Merge branch 'x86/urgent' into x86/pat | Ingo Molnar | 6 | -4/+9 |
2009-03-01 | Revert "gpu/drm, x86, PAT: PAT support for io_mapping_*" | Ingo Molnar | 1 | -4/+2 |
2009-03-01 | net headers: export dcbnl.h | Chris Leech | 1 | -0/+1 |
2009-03-01 | net headers: cleanup dcbnl.h | Chris Leech | 1 | -1/+3 |
2009-02-28 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 9 | -17/+46 |
2009-02-28 | Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 5 | -29/+130 |
2009-02-28 | tracing: create the C style tracing for the irq subsystem | Steven Rostedt | 1 | -4/+15 |
2009-02-28 | tracing: create the C style tracing for the sched subsystem | Steven Rostedt | 2 | -25/+97 |
2009-02-28 | tracing: add subsystem sched for sched events | Steven Rostedt | 1 | -0/+5 |
2009-02-28 | tracing: add subsystem irq for irq events | Steven Rostedt | 1 | -0/+5 |
2009-02-28 | tracing: move trace point formats to files in include/trace directory | Steven Rostedt | 2 | -0/+8 |
2009-02-27 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -11/+35 |
2009-02-27 | Fix recursive lock in free_uid()/free_user_ns() | David Howells | 1 | -0/+1 |
2009-02-27 | sched: don't allow setuid to succeed if the user does not have rt bandwidth | Dhaval Giani | 1 | -0/+4 |
2009-02-27 | Merge branches 'tracing/ftrace' and 'linus' into tracing/core | Ingo Molnar | 5 | -4/+8 |
2009-02-27 | Merge branch 'sched/clock' into tracing/ftrace | Ingo Molnar | 1 | -0/+10 |
2009-02-26 | Merge branch 'sched/clock' into tracing/ftrace | Ingo Molnar | 1 | -0/+10 |