index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
tracing: remove funky whitespace in the trace code
Steven Rostedt
2009-03-10
8
-70
/
+70
*
tracing: update comments to match event code macros
Steven Rostedt
2009-03-10
3
-11
/
+12
*
tracing: flip the TP_printk and TP_fast_assign in the TRACE_EVENT macro
Steven Rostedt
2009-03-10
3
-4
/
+4
*
tracing: add back the available_events file
Steven Rostedt
2009-03-10
1
-0
/
+14
*
tracing: do not allow modifying the ftrace events via the event files
Steven Rostedt
2009-03-10
1
-3
/
+15
*
tracing: fix printk format specifier
Steven Rostedt
2009-03-10
1
-7
/
+6
*
tracing: remove obsolete TRACE_EVENT_FORMAT macro
Steven Rostedt
2009-03-10
2
-8
/
+1
*
tracing: new format for specialized trace points
Steven Rostedt
2009-03-10
7
-217
/
+124
*
tracing: use generic __stringify
Steven Rostedt
2009-03-10
3
-9
/
+5
*
tracing: replace TP<var> with TP_<var>
Steven Rostedt
2009-03-10
5
-80
/
+25
*
tracing: typecast sizeof and offsetof to unsigned int
Steven Rostedt
2009-03-10
3
-18
/
+19
*
tracing: trace_bprintk() cleanups
Ingo Molnar
2009-03-06
2
-17
/
+8
*
tracing/core: drop the old trace_printk() implementation in favour of trace_b...
Frederic Weisbecker
2009-03-06
9
-280
/
+126
*
tracing: add trace_bprintk()
Lai Jiangshan
2009-03-06
3
-10
/
+98
*
tracing: infrastructure for supporting binary record
Lai Jiangshan
2009-03-06
6
-0
/
+237
*
tracing: fix deadlock when setting set_ftrace_pid
KOSAKI Motohiro
2009-03-06
1
-6
/
+1
*
tracing: current tip/master can't enable ftrace
KOSAKI Motohiro
2009-03-06
1
-0
/
+1
*
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
2009-03-06
10
-76
/
+329
|
\
|
*
tracing: add format files for ftrace default entries
Steven Rostedt
2009-03-05
5
-6
/
+255
|
*
tracing: move print of event format to separate file
Steven Rostedt
2009-03-05
2
-52
/
+56
|
*
tracing: make all file_operations const
Steven Rostedt
2009-03-05
4
-19
/
+19
*
|
Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into trac...
Ingo Molnar
2009-03-06
1
-1
/
+1
|
\
\
|
*
|
tracing/function-graph-tracer: use the more lightweight local clock
Frederic Weisbecker
2009-03-05
1
-1
/
+1
*
|
|
tracing: clean up menu
Ingo Molnar
2009-03-05
1
-13
/
+16
|
|
/
|
/
|
*
|
tracing: rename ftrace_printk() => trace_printk()
Ingo Molnar
2009-03-05
2
-5
/
+5
*
|
tracing: have latency tracers set the latency format
Steven Rostedt
2009-03-04
2
-0
/
+16
*
|
tracing: consolidate print_lat_fmt and print_trace_fmt
Steven Rostedt
2009-03-04
1
-32
/
+7
*
|
tracing: remove extra latency_trace method from trace structure
Steven Rostedt
2009-03-04
5
-36
/
+1
*
|
tracing: add latency output format option
Steven Rostedt
2009-03-04
2
-23
/
+4
*
|
tracing: fix seq read from trace files
Steven Rostedt
2009-03-04
1
-2
/
+2
*
|
tracing: do not return EFAULT if read copied anything
Steven Rostedt
2009-03-04
1
-2
/
+12
*
|
ring-buffer: fix timestamp in partial ring_buffer_page_read
Steven Rostedt
2009-03-04
1
-1
/
+5
*
|
tracing: add cpu_file intialization for ftrace_dump
Steven Rostedt
2009-03-04
1
-0
/
+2
|
/
*
tracing: add lockdep tracepoints for lock acquire/release
Peter Zijlstra
2009-03-04
3
-8
/
+27
*
Merge branch 'core/locking' into tracing/ftrace
Ingo Molnar
2009-03-04
11
-318
/
+582
|
\
|
*
lockdep: remove extra "irq" string
Peter Zijlstra
2009-03-04
1
-2
/
+2
|
*
lockdep: fix incorrect state name
Peter Zijlstra
2009-03-04
1
-2
/
+3
|
*
lockdep: build fix for !PROVE_LOCKING
Peter Zijlstra
2009-02-15
1
-0
/
+4
|
*
lockstat: warn about disabled lock debugging
Peter Zijlstra
2009-02-14
1
-0
/
+4
|
*
lockdep: use stringify.h
Peter Zijlstra
2009-02-14
1
-9
/
+7
|
*
lockdep: simplify check_prev_add_irq()
Peter Zijlstra
2009-02-14
1
-93
/
+61
|
*
lockdep: get_user_chars() redo
Peter Zijlstra
2009-02-14
3
-18
/
+19
|
*
lockdep: simplify get_user_chars()
Peter Zijlstra
2009-02-14
1
-41
/
+24
|
*
lockdep: add comments to mark_lock_irq()
Peter Zijlstra
2009-02-14
1
-7
/
+30
|
*
lockdep: remove macro usage from mark_held_locks()
Peter Zijlstra
2009-02-14
1
-15
/
+5
|
*
lockdep: fully reduce mark_lock_irq()
Peter Zijlstra
2009-02-14
1
-78
/
+8
|
*
lockdep: merge the !_READ mark_lock_irq() helpers
Peter Zijlstra
2009-02-14
1
-43
/
+15
|
*
lockdep: merge the _READ mark_lock_irq() helpers
Peter Zijlstra
2009-02-14
1
-38
/
+23
|
*
lockdep: simplify mark_lock_irq() helpers #3
Peter Zijlstra
2009-02-14
1
-38
/
+27
|
*
lockdep: further simplify mark_lock_irq() helpers
Peter Zijlstra
2009-02-14
1
-16
/
+31
[next]