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
...
|
*
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
|
*
ftrace: port to tracepoints
Mathieu Desnoyers
2008-10-14
2
-197
/
+58
|
*
tracing, sched: LTTng instrumentation - scheduler
Mathieu Desnoyers
2008-10-14
5
-12
/
+26
|
*
tracing: Kernel Tracepoints
Mathieu Desnoyers
2008-10-14
3
-1
/
+542
*
|
Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2008-10-20
9
-230
/
+298
|
\
\
|
*
|
genirq: fix name space collision of nr_irqs in autoprobe.c
Thomas Gleixner
2008-10-16
1
-4
/
+4
|
*
|
genirq: use iterators for irq_desc loops
Thomas Gleixner
2008-10-16
2
-35
/
+15
|
*
|
genirq: cleanup the sparseirq modifications
Thomas Gleixner
2008-10-16
5
-55
/
+48
|
*
|
genirq: revert dynarray
Thomas Gleixner
2008-10-16
2
-130
/
+14
|
*
|
genirq: remove irq_to_desc_alloc
Thomas Gleixner
2008-10-16
1
-1
/
+1
|
*
|
genirq: remove sparse irq code
Thomas Gleixner
2008-10-16
1
-114
/
+0
|
*
|
genirq: use inline function for irq_to_desc
Thomas Gleixner
2008-10-16
1
-14
/
+0
|
*
|
x86: fix typo in irq_desc array
Yinghai Lu
2008-10-16
1
-1
/
+1
|
*
|
fix warning: "x86: sparse_irq needs spin_lock in allocations"
Andrew Morton
2008-10-16
1
-2
/
+1
|
*
|
sparseirq: remove some debug print out
Yinghai Lu
2008-10-16
1
-18
/
+0
[prev]
[next]