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/ftrace: give an entry on the config for boot tracer
Frédéric Weisbecker
2008-10-14
2
-0
/
+13
|
*
|
tracing/ftrace: make tracing suitable to run the boot tracer
Frédéric Weisbecker
2008-10-14
1
-5
/
+10
|
*
|
tracing/ftrace: add the boot tracer
Frédéric Weisbecker
2008-10-14
2
-0
/
+105
|
*
|
markers: bit-field is not thread-safe nor smp-safe
Lai Jiangshan
2008-10-14
1
-1
/
+1
|
*
|
markers: fix unchecked format
Lai Jiangshan
2008-10-14
1
-3
/
+9
|
*
|
markers: re-enable fast batch registration
Mathieu Desnoyers
2008-10-14
1
-6
/
+52
|
*
|
markers: fix unregister bug and reenter bug, cleanup
Mathieu Desnoyers
2008-10-14
1
-8
/
+8
|
*
|
tracepoints: fix reentrancy
Mathieu Desnoyers
2008-10-14
1
-0
/
+4
|
*
|
tracepoints: use rcu sched
Mathieu Desnoyers
2008-10-14
1
-9
/
+6
|
*
|
markers: fix unregister bug and reenter bug
Lai Jiangshan
2008-10-14
1
-46
/
+6
|
*
|
ftrace: warn on failure to disable mcount callers
Steven Rostedt
2008-10-14
1
-0
/
+27
|
*
|
tracing/ftrace: replace none tracer by nop tracer
Frédéric Weisbecker
2008-10-14
3
-46
/
+12
|
*
|
tracing/ftrace: tracing engine depends on Nop Tracer
Frédéric Weisbecker
2008-10-14
1
-10
/
+5
|
*
|
tracing/ftrace: make nop tracer reset previous entries
Frédéric Weisbecker
2008-10-14
1
-0
/
+4
|
*
|
trace: remove pointless ifdefs
Steven Noonan
2008-10-14
1
-16
/
+0
|
*
|
ftrace: mcount_addr defined but not used
Steven Noonan
2008-10-14
1
-8
/
+8
|
*
|
ftrace: add nop tracer
Steven Noonan
2008-10-14
5
-0
/
+89
|
*
|
ftrace: inject markers via trace_marker file
Pekka Paalanen
2008-10-14
2
-5
/
+75
|
*
|
mmiotrace: handle TRACE_PRINT entries
Pekka Paalanen
2008-10-14
3
-20
/
+53
|
*
|
x86 mmiotrace: implement mmiotrace_printk()
Pekka Paalanen
2008-10-14
1
-0
/
+5
|
*
|
ftrace: add trace_vprintk()
Pekka Paalanen
2008-10-14
2
-6
/
+19
|
*
|
ftrace: move mmiotrace functions out of trace.c
Pekka Paalanen
2008-10-14
3
-53
/
+50
|
*
|
ftrace: fix unlocking of hash
Steven Rostedt
2008-10-14
1
-1
/
+2
|
*
|
ftrace: make it depend on DEBUG_KERNEL
Ingo Molnar
2008-10-14
1
-0
/
+7
|
*
|
ftrace: sched_switch: show the wakee's cpu
Peter Zijlstra
2008-10-14
2
-3
/
+10
|
*
|
ftrace: make ftrace_printk usable with the other tracers
Peter Zijlstra
2008-10-14
2
-3
/
+6
|
*
|
ftrace: print continue index fix
Steven Rostedt
2008-10-14
1
-5
/
+10
|
*
|
ftrace: binary and not logical for continue test
Steven Rostedt
2008-10-14
1
-3
/
+3
|
*
|
ftrace: make output nicely spaced for up to 999 cpus
Michael Ellerman
2008-10-14
1
-14
/
+14
|
*
|
stack tracer: depends on DEBUG_KERNEL
Ingo Molnar
2008-10-14
1
-0
/
+1
|
*
|
ftrace: stack trace add indexes
Steven Rostedt
2008-10-14
1
-17
/
+73
|
*
|
ftrace: remove direct reference to mcount in trace code
Steven Rostedt
2008-10-14
1
-1
/
+9
|
*
|
ftrace: add stack tracer
Steven Rostedt
2008-10-14
3
-0
/
+264
|
*
|
ftrace: clean up macro usage
Ingo Molnar
2008-10-14
1
-1
/
+1
|
*
|
ftrace: fix build failure
Stephen Rothwell
2008-10-14
1
-2
/
+2
|
*
|
ftrace: add necessary locking for ftrace records
Steven Rostedt
2008-10-14
1
-14
/
+30
|
*
|
ftrace: do not init module on ftrace disabled
Steven Rostedt
2008-10-14
1
-2
/
+2
|
*
|
ftrace: fix some mistakes in error messages
Frédéric Weisbecker
2008-10-14
1
-5
/
+5
|
*
|
ftrace: dump out ftrace buffers to console on panic
Steven Rostedt
2008-10-14
1
-1
/
+174
|
*
|
ftrace: ftrace_printk doc moved
Steven Rostedt
2008-10-14
1
-16
/
+0
|
*
|
ftrace: printk formatting infrastructure
Steven Rostedt
2008-10-14
3
-33
/
+262
|
*
|
ftrace: new continue entry - separate out from trace_entry
Steven Rostedt
2008-10-14
3
-136
/
+160
|
*
|
ftrace: remove old pointers to mcount
Steven Rostedt
2008-10-14
2
-6
/
+38
|
*
|
ftrace: do not show freed records in available_filter_functions
Steven Rostedt
2008-10-14
1
-6
/
+4
|
*
|
ftrace: enable mcount recording for modules
Steven Rostedt
2008-10-14
2
-0
/
+16
|
*
|
ftrace: mcount call site on boot nops core
Steven Rostedt
2008-10-14
1
-43
/
+105
|
*
|
ftrace: create __mcount_loc section
Steven Rostedt
2008-10-14
1
-0
/
+8
|
*
|
ftrace: ignore functions that cannot be kprobe-ed
Ingo Molnar
2008-10-14
1
-1
/
+1
|
*
|
tracepoints: use TABLE_SIZE macro
Mathieu Desnoyers
2008-10-14
1
-3
/
+3
|
*
|
tracing: clean up tracepoints kconfig structure
Ingo Molnar
2008-10-14
1
-0
/
+1
[prev]
[next]