index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-10
tracing: remove obsolete TRACE_EVENT_FORMAT macro
Steven Rostedt
5
-13
/
+3
2009-03-10
tracing: convert irq trace points to new macros
Steven Rostedt
1
-14
/
+24
2009-03-10
tracing: convert the sched trace points to the TRACE_EVENT macros
Steven Rostedt
1
-76
/
+246
2009-03-10
tracing: new format for specialized trace points
Steven Rostedt
9
-233
/
+159
2009-03-10
tracing: use generic __stringify
Steven Rostedt
3
-9
/
+5
2009-03-10
tracing: replace TP<var> with TP_<var>
Steven Rostedt
14
-209
/
+154
2009-03-10
tracing: typecast sizeof and offsetof to unsigned int
Steven Rostedt
3
-18
/
+19
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: trace_bprintk() cleanups
Ingo Molnar
2
-17
/
+8
2009-03-06
tracing/core: drop the old trace_printk() implementation in favour of trace_b...
Frederic Weisbecker
12
-309
/
+158
2009-03-06
tracing: add trace_bprintk()
Lai Jiangshan
6
-10
/
+133
2009-03-06
tracing: infrastructure for supporting binary record
Lai Jiangshan
7
-0
/
+240
2009-03-06
Merge branch 'core/printk' into tracing/ftrace
Ingo Molnar
4
-227
/
+806
2009-03-06
vsprintf: unify the format decoding layer for its 3 users
Frederic Weisbecker
1
-431
/
+541
2009-03-06
vsprintf: add binary printf
Lai Jiangshan
3
-0
/
+452
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
tracing: fix deadlock when setting set_ftrace_pid
KOSAKI Motohiro
1
-6
/
+1
2009-03-06
tracing: current tip/master can't enable ftrace
KOSAKI Motohiro
1
-0
/
+1
2009-03-06
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
12
-92
/
+357
2009-03-06
Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into trac...
Ingo Molnar
3
-8
/
+9
2009-03-06
tracing: add format files for ftrace default entries
Steven Rostedt
5
-6
/
+255
2009-03-06
tracing: move print of event format to separate file
Steven Rostedt
2
-52
/
+56
2009-03-06
tracing: make all file_operations const
Steven Rostedt
4
-19
/
+19
2009-03-05
tracing: clean up menu
Ingo Molnar
2
-13
/
+17
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
3
-8
/
+9
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
4
-17
/
+17
2009-03-05
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
9
-95
/
+48
2009-03-05
Merge branch 'tracing/ftrace' into tracing/core
Ingo Molnar
31
-432
/
+1155
2009-03-05
tracing: have latency tracers set the latency format
Steven Rostedt
2
-0
/
+16
2009-03-05
tracing: consolidate print_lat_fmt and print_trace_fmt
Steven Rostedt
1
-32
/
+7
2009-03-05
tracing: remove extra latency_trace method from trace structure
Steven Rostedt
5
-36
/
+1
2009-03-05
tracing: add latency output format option
Steven Rostedt
2
-23
/
+4
2009-03-05
tracing: fix seq read from trace files
Steven Rostedt
1
-2
/
+2
2009-03-05
tracing: do not return EFAULT if read copied anything
Steven Rostedt
1
-2
/
+12
2009-03-05
ring-buffer: fix timestamp in partial ring_buffer_page_read
Steven Rostedt
1
-1
/
+5
2009-03-05
tracing: add cpu_file intialization for ftrace_dump
Steven Rostedt
1
-0
/
+2
2009-03-04
tracing: add lockdep tracepoints for lock acquire/release
Peter Zijlstra
7
-8
/
+82
2009-03-04
Merge branch 'core/locking' into tracing/ftrace
Ingo Molnar
22
-381
/
+716
2009-03-04
lockdep: require framepointers for x86
Peter Zijlstra
1
-1
/
+1
2009-03-04
lockdep: remove extra "irq" string
Peter Zijlstra
1
-2
/
+2
2009-03-04
lockdep: fix incorrect state name
Peter Zijlstra
1
-2
/
+3
2009-03-04
Merge branch 'rfc/splice/tip/tracing/ftrace' of git://git.kernel.org/pub/scm/...
Ingo Molnar
4
-43
/
+357
2009-03-04
Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc7' into tracing/core
Ingo Molnar
126
-552
/
+1154
2009-03-04
tracing: add binary buffer files for use with splice
Steven Rostedt
2
-7
/
+268
2009-03-04
ring-buffer: make ring_buffer_read_page read from start on partial page
Steven Rostedt
1
-10
/
+33
2009-03-04
ring-buffer: replace sizeof of event header with offsetof
Steven Rostedt
1
-1
/
+1
2009-03-04
ring-buffer: fix ring_buffer_read_page
Steven Rostedt
2
-35
/
+64
[next]