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
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw-breakpoints, x86: Fix modular KVM build
Ingo Molnar
2009-11-14
2
-4
/
+2
*
hw-breakpoints: Fix build on !perf architectures
Ingo Molnar
2009-11-14
1
-1
/
+2
*
hw-breakpoints: Provide an off-case for counter_arch_bp()
Frederic Weisbecker
2009-11-14
1
-5
/
+10
*
hw-breakpoints: Wrap in the KVM breakpoint active state check
Frederic Weisbecker
2009-11-10
2
-1
/
+6
*
hw-breakpoints: Fix broken hw-breakpoint sample module
Frederic Weisbecker
2009-11-10
3
-20
/
+27
*
hw-breakpoints: Fix broken a.out format dump
Frederic Weisbecker
2009-11-10
3
-8
/
+39
*
ksym_tracer: Support read accesses independent of read/write.
Paul Mundt
2009-11-10
1
-1
/
+10
*
ksym_tracer: Remove KSYM_SELFTEST_ENTRY
Li Zefan
2009-11-08
2
-2
/
+2
*
hw-breakpoints: Arbitrate access to pmu following registers constraints
Frederic Weisbecker
2009-11-08
1
-6
/
+205
*
hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf events
Frederic Weisbecker
2009-11-08
22
-750
/
+885
*
hw-breakpoint: Move asm-generic/hw_breakpoint.h to linux/hw_breakpoint.h
Frederic Weisbecker
2009-11-05
2
-7
/
+4
*
perf/core: Add a callback to perf events
Frederic Weisbecker
2009-11-03
2
-5
/
+16
*
x86/hw-breakpoints: Actually flush thread breakpoints in flush_thread().
Paul Mundt
2009-11-03
1
-2
/
+0
*
perf/core: Provide a kernel-internal interface to get to performance counters
Arjan van de Ven
2009-11-03
2
-1
/
+80
*
Merge commit 'perf/core' into perf/hw-breakpoint
Frederic Weisbecker
2009-10-18
7347
-387292
/
+770363
|
\
|
*
perf tools: Move dereference after NULL test
Julia Lawall
2009-10-17
4
-8
/
+8
|
*
events: Harmonize event field names and print output names
Ingo Molnar
2009-10-15
5
-77
/
+74
|
*
tracing/events: Fix locking imbalance in the filter code
Ingo Molnar
2009-10-15
1
-11
/
+15
|
*
perf trace: Add filter Suppport
Li Zefan
2009-10-15
3
-3
/
+40
|
*
tracing/profile: Add filter support
Li Zefan
2009-10-15
6
-35
/
+199
|
*
tracing/filters: Use a different op for glob match
Li Zefan
2009-10-15
2
-32
/
+29
|
*
tracing/filters: Refactor subsystem filter code
Li Zefan
2009-10-15
2
-80
/
+45
|
*
Merge branch 'tracing/core' into perf/core
Ingo Molnar
2009-10-15
18
-361
/
+639
|
|
\
|
|
*
ftrace: Rename set_bootup_ftrace into set_cmdline_ftrace
Frederic Weisbecker
2009-10-14
1
-2
/
+2
|
|
*
ftrace: Copy ftrace_graph_filter boot param using strlcpy
Frederic Weisbecker
2009-10-14
1
-1
/
+1
|
|
*
tracing: Document HAVE_SYSCALL_TRACEPOINTS needs
Frederic Weisbecker
2009-10-14
1
-2
/
+11
|
|
*
tracing: Move syscalls metadata handling from arch to core
Frederic Weisbecker
2009-10-14
4
-140
/
+91
|
|
*
tracing: Enable "__cold" functions
Jiri Olsa
2009-10-14
1
-0
/
+1
|
|
*
tracing: Enable records during the module load
Jiri Olsa
2009-10-14
1
-8
/
+30
|
|
*
tracing: Support multiple pids in set_pid_ftrace file
jolsa@redhat.com
2009-10-14
2
-71
/
+167
|
|
*
function-graph/x86: Replace unbalanced ret with jmp
Steven Rostedt
2009-10-14
2
-8
/
+5
|
|
*
Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Ingo Molnar
2009-10-13
4
-6
/
+43
|
|
|
\
|
|
|
*
tracing: Remove unused ftrace_trace_addr helper
Frederic Weisbecker
2009-10-13
1
-4
/
+0
|
|
|
*
tracing: Rename set_ftrace to set_bootup_ftrace
Frederic Weisbecker
2009-10-13
1
-2
/
+2
|
|
|
*
ftrace: add kernel command line graph function filtering
Stefan Assmann
2009-10-12
2
-0
/
+41
|
|
*
|
Merge branch 'tracing/urgent' into tracing/core
Ingo Molnar
2009-10-13
327
-1960
/
+5508
|
|
|
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
testmmiotrace.c: Add and use pr_fmt(fmt)
Joe Perches
2009-10-12
1
-15
/
+14
|
|
*
|
ftrace.c: Add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
Joe Perches
2009-10-12
1
-3
/
+5
|
|
*
|
Merge branch 'tracing/urgent' into tracing/core
Ingo Molnar
2009-10-01
4522
-129271
/
+350326
|
|
|
\
\
|
|
*
|
|
tracing: Pushdown the bkl tracepoints calls
Frederic Weisbecker
2009-09-28
2
-17
/
+26
|
|
*
|
|
tracing/filters: Unify the regex parsing helpers
Frederic Weisbecker
2009-09-24
3
-70
/
+23
|
|
*
|
|
tracing/filters: Provide basic regex support
Frederic Weisbecker
2009-09-24
2
-25
/
+157
|
|
*
|
|
tracing/event: Cleanup the useless dentry variable
Frederic Weisbecker
2009-09-24
1
-12
/
+11
|
|
*
|
|
tracing/filters: Cleanup useless headers
Frederic Weisbecker
2009-09-24
1
-2
/
+0
|
|
*
|
|
tracing/bkl: Add bkl ftrace events
Frederic Weisbecker
2009-09-24
3
-9
/
+82
|
*
|
|
|
perf tools: Remove all char * typecasts and use const in prototype
Steven Rostedt
2009-10-15
1
-61
/
+61
|
*
|
|
|
perf tools: Handle - and + in parsing trace print format
Steven Rostedt
2009-10-15
1
-0
/
+6
|
*
|
|
|
perf tools: Add latency format to trace output
Steven Rostedt
2009-10-15
3
-19
/
+114
|
*
|
|
|
perf tools: Handle both versions of ftrace output
Steven Rostedt
2009-10-15
1
-1
/
+4
|
*
|
|
|
perf tools: Fix bprintk reading in trace output
Steven Rostedt
2009-10-15
1
-8
/
+7
[next]