index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
tracing: use the new trace_entries.h to create format files
Steven Rostedt
2009-09-12
3
-118
/
+136
*
tracing: show details of structures within the ftrace structures
Steven Rostedt
2009-09-12
2
-7
/
+66
*
tracing: use macros to create internal ftrace entry ring buffer structures
Steven Rostedt
2009-09-12
2
-133
/
+369
*
tracing/profile: fix profile_disable vs module_unload
Li Zefan
2009-09-12
1
-1
/
+4
*
tracing: do not update tracing_max_latency when tracer is stopped
Carsten Emde
2009-09-12
4
-4
/
+14
*
tracing: remove unused local variables in tracer probe functions
Carsten Emde
2009-09-12
2
-21
/
+1
*
tracing: trace parser support for function and graph
jolsa@redhat.com
2009-09-11
1
-110
/
+40
*
tracing: trace parser support for set_event
jolsa@redhat.com
2009-09-11
1
-47
/
+13
*
tracing: create generic trace parser
jolsa@redhat.com
2009-09-11
2
-0
/
+141
*
tracing: consolidate code between trace_output.c and trace_function_graph.c
Steven Rostedt
2009-09-11
3
-30
/
+28
*
tracing: add lock depth to entries
Steven Rostedt
2009-09-11
4
-10
/
+30
*
tracing: move tgid out of generic entry and into userstack
Steven Rostedt
2009-09-11
4
-6
/
+4
*
tracing: add latency format to function_graph tracer
Steven Rostedt
2009-09-11
1
-6
/
+68
*
tracing: move PRED macros to trace_events_filter.c
Li Zefan
2009-09-09
2
-41
/
+41
*
tracing: remove stats from struct tracer
Li Zefan
2009-09-09
1
-1
/
+0
*
tracing: format clean ups
Li Zefan
2009-09-09
1
-11
/
+11
*
tracing: remove dead code
Li Zefan
2009-09-09
1
-22
/
+0
*
tracing: do not grab lock in wakeup latency function tracing
Steven Rostedt
2009-09-09
1
-14
/
+22
*
ring-buffer: consolidate interface of rb_buffer_peek()
Robert Richter
2009-09-09
1
-7
/
+4
*
Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Ingo Molnar
2009-09-06
1
-5
/
+6
|
\
|
*
tracing/filters: Defer pred allocation, fix memory leak
Li Zefan
2009-09-04
1
-5
/
+6
*
|
Merge commit 'v2.6.31-rc9' into tracing/core
Ingo Molnar
2009-09-06
14
-184
/
+342
|
\
\
|
*
\
Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2009-09-05
1
-1
/
+2
|
|
\
\
|
|
*
|
perf_counter: Fix /0 bug in swcounters
Peter Zijlstra
2009-08-29
1
-0
/
+1
|
|
*
|
perf_counters: Increase paranoia level
Ingo Molnar
2009-08-28
1
-1
/
+1
|
*
|
|
modules: Fix build error in the !CONFIG_KALLSYMS case
Ingo Molnar
2009-08-28
1
-2
/
+5
|
|
/
/
|
*
|
module: workaround duplicate section names
James Bottomley
2009-08-27
1
-1
/
+2
|
*
|
module: fix BUG_ON() for powerpc (and other function descriptor archs)
Rusty Russell
2009-08-27
1
-2
/
+4
|
*
|
clone(): fix race between copy_process() and de_thread()
Oleg Nesterov
2009-08-26
1
-15
/
+5
|
*
|
Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2009-08-25
1
-1
/
+1
|
|
\
\
|
|
*
|
perf_counter: Fix typo in read() output generation
Peter Zijlstra
2009-08-21
1
-1
/
+1
|
*
|
|
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2009-08-25
3
-11
/
+14
|
|
\
\
\
|
|
*
|
|
clockevent: Prevent dead lock on clockevents_lock
Suresh Siddha
2009-08-19
2
-10
/
+13
|
|
*
|
|
timers: Drop write permission on /proc/timer_list
Amerigo Wang
2009-08-17
1
-1
/
+1
|
*
|
|
|
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2009-08-25
2
-16
/
+13
|
|
\
\
\
\
|
|
*
|
|
|
tracing: handle broken names in ftrace filter
Jiri Olsa
2009-08-18
1
-6
/
+11
|
|
*
|
|
|
ftrace: Unify effect of writing to trace_options and option/*
Zhaolei
2009-08-18
1
-10
/
+2
|
*
|
|
|
|
Merge branch 'perfcounters-fixes-for-linus-2' of git://git.kernel.org/pub/scm...
Linus Torvalds
2009-08-19
1
-0
/
+15
|
|
\
\
\
\
\
|
|
|
|
_
|
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
perf_counter: Fix the PARISC build
Ingo Molnar
2009-08-18
1
-0
/
+4
|
|
*
|
|
|
perf_counter: Check task on counter read IPI
Paul Mackerras
2009-08-17
1
-0
/
+11
|
|
|
|
/
/
|
|
|
/
|
|
|
*
|
|
|
mm: revert "oom: move oom_adj value"
KOSAKI Motohiro
2009-08-18
1
-1
/
+0
|
*
|
|
|
Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2009-08-18
1
-2
/
+8
|
|
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
genirq: Wake up irq thread after action has been installed
Thomas Gleixner
2009-08-18
1
-2
/
+8
|
|
|
/
/
|
*
|
|
Security/SELinux: seperate lsm specific mmap_min_addr
Eric Paris
2009-08-17
1
-3
/
+4
|
|
/
/
|
*
|
genirq: prevent wakeup of freed irq thread
Linus Torvalds
2009-08-13
1
-10
/
+7
|
*
|
Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2009-08-13
1
-102
/
+236
|
|
\
\
|
|
*
|
perf_counter: Report the cloning task as parent on perf_counter_fork()
Peter Zijlstra
2009-08-13
1
-2
/
+2
|
|
*
|
perf_counter: Fix an ipi-deadlock
Peter Zijlstra
2009-08-13
1
-1
/
+5
|
|
*
|
perf: Rework/fix the whole read vs group stuff
Peter Zijlstra
2009-08-13
1
-72
/
+202
|
|
*
|
perf_counter: Fix swcounter context invariance
Peter Zijlstra
2009-08-13
1
-26
/
+18
[next]