index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-10
tracing: replace TP<var> with TP_<var>
Steven Rostedt
7
-121
/
+121
2009-03-09
tracing: optimize trace_printk()
Ingo Molnar
1
-2
/
+8
2009-03-09
tracing: trace_printk() fix, move format array to data section
Ingo Molnar
1
-1
/
+1
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, 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
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-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
fix warning in io_mapping_map_wc()
Pallipadi, Venkatesh
1
-1
/
+4
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
2009-02-26
sched: allow architectures to specify sched_clock_stable
Ingo Molnar
1
-0
/
+10
2009-02-26
tracing: implement trace_clock_*() APIs
Ingo Molnar
1
-0
/
+19
2009-02-26
tracing, genirq: add irq enter and exit trace events
Jason Baron
2
-0
/
+26
2009-02-26
block: reduce stack footprint of blk_recount_segments()
Jens Axboe
1
-0
/
+2
2009-02-26
rcu: Teach RCU that idle task is not quiscent state at boot
Paul E. McKenney
4
-0
/
+31
2009-02-26
Merge branch 'tip/tracing/ftrace' of ssh://master.kernel.org/pub/scm/linux/ke...
Ingo Molnar
2
-15
/
+16
[next]