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
*
kprobes: Prohibit to probe native_get_debugreg
Masami Hiramatsu
2009-08-30
1
-0
/
+1
*
kprobes/x86-64: Fix to move common_interrupt to .kprobes.text
Masami Hiramatsu
2009-08-30
1
-0
/
+8
*
kprobes: Fix to add __kprobes to notify_die
Masami Hiramatsu
2009-08-30
1
-1
/
+1
*
kprobes/x86: Fix to add __kprobes to in-kernel fault handing functions
Masami Hiramatsu
2009-08-30
1
-5
/
+6
*
kprobes/x86-64: Allow to reenter probe on post_handler
Masami Hiramatsu
2009-08-30
1
-11
/
+0
*
kprobes/x86: Call BUG() when reentering probe into KPROBES_HIT_SS
Masami Hiramatsu
2009-08-30
1
-16
/
+10
*
tracing: Remove unneeded pointer casts
Frederic Weisbecker
2009-08-27
1
-2
/
+2
*
tracing: Restore the const qualifier for field names and types definition
Frederic Weisbecker
2009-08-27
3
-7
/
+7
*
tracing/kprobes: Dump the culprit kprobe in case of kprobe recursion
Frederic Weisbecker
2009-08-27
3
-2
/
+15
*
tracing/kprobes: Change trace_arg to probe_arg
Masami Hiramatsu
2009-08-27
1
-9
/
+9
*
tracing/kprobes: Fix format typo in trace_kprobes
Masami Hiramatsu
2009-08-27
1
-1
/
+1
*
x86: Check awk features before generating inat-tables.c
Masami Hiramatsu
2009-08-27
1
-0
/
+20
*
x86: Fix x86 instruction decoder selftest to check only .text
Masami Hiramatsu
2009-08-27
1
-1
/
+1
*
tracing: Add kprobes event profiling interface
Masami Hiramatsu
2009-08-27
2
-0
/
+51
*
tracing: Kprobe tracer assigns new event ids for each event
Masami Hiramatsu
2009-08-27
2
-42
/
+15
*
tracing: Generate names for each kprobe event automatically
Masami Hiramatsu
2009-08-27
3
-50
/
+35
*
tracing: Kprobe-tracer supports more than 6 arguments
Masami Hiramatsu
2009-08-27
2
-9
/
+14
*
tracing: Add kprobe-based event tracer documentation
Masami Hiramatsu
2009-08-27
1
-0
/
+139
*
tracing: Add kprobe-based event tracer
Masami Hiramatsu
2009-08-27
5
-0
/
+1263
*
tracing: Introduce TRACE_FIELD_ZERO() macro
Masami Hiramatsu
2009-08-27
2
-10
/
+10
*
tracing: Ftrace dynamic ftrace_event_call support
Masami Hiramatsu
2009-08-27
7
-79
/
+130
*
x86: Add pt_regs register and stack access APIs
Masami Hiramatsu
2009-08-27
2
-0
/
+174
*
kprobes: Cleanup fix_riprel() using insn decoder on x86
Masami Hiramatsu
2009-08-27
1
-105
/
+23
*
kprobes: Checks probe address is instruction boudary on x86
Masami Hiramatsu
2009-08-27
1
-0
/
+73
*
x86: X86 instruction decoder build-time selftest
Masami Hiramatsu
2009-08-27
5
-0
/
+182
*
x86: Instruction decoder API
Masami Hiramatsu
2009-08-27
8
-0
/
+1948
*
Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Ingo Molnar
2009-08-26
19
-93
/
+154
|
\
|
*
tracing: Create generic syscall TRACE_EVENTs
Josh Stone
2009-08-26
5
-36
/
+88
|
*
tracing: Move tracepoint callbacks from declaration to definition
Josh Stone
2009-08-26
7
-45
/
+49
|
*
tracing: Make syscall tracepoints conditional
Josh Stone
2009-08-26
2
-1
/
+5
|
*
tracing: Rename FTRACE_SYSCALLS for tracepoints
Josh Stone
2009-08-26
13
-23
/
+24
*
|
tracing: add comments to explain TRACE_EVENT out of protection
Steven Rostedt
2009-08-26
1
-2
/
+11
*
|
tracing/events: fix the include file dependencies
Xiao Guangrong
2009-08-26
2
-2
/
+2
*
|
ftrace: Move setting of clock-source out of options
Zhaolei
2009-08-26
2
-20
/
+79
*
|
tracing/filters: Support filtering for char * strings
Li Zefan
2009-08-26
2
-3
/
+24
*
|
tracing/filters: Add __field_ext() to TRACE_EVENT
Li Zefan
2009-08-26
6
-22
/
+49
*
|
tracing/filters: Add filter_type to struct ftrace_event_field
Li Zefan
2009-08-26
3
-9
/
+18
*
|
tracing: Add vim script to enable folding for function_graph traces
Josh Triplett
2009-08-26
1
-0
/
+42
*
|
tracing/sched: show CPU task wakes up on in trace event
Steven Rostedt
2009-08-26
1
-4
/
+8
|
/
*
tracing: Eliminate code duplication in kernel/tracepoint.c
Anirban Sinha
2009-08-25
1
-3
/
+0
*
tracing/syscalls: Fix the output of syscalls with no arguments
Li Zefan
2009-08-20
1
-9
/
+16
*
tracing/syscalls: Add filtering support
Li Zefan
2009-08-19
5
-13
/
+71
*
tracing/events: Add trace_define_common_fields()
Li Zefan
2009-08-19
4
-17
/
+29
*
tracing/events: Add ftrace_event_call param to define_fields()
Li Zefan
2009-08-19
4
-7
/
+5
*
tracing/syscalls: Add fields format for exit events
Li Zefan
2009-08-19
3
-4
/
+23
*
tracing/syscalls: Fix fields format for enter events
Li Zefan
2009-08-19
1
-23
/
+28
*
[S390] ftrace: update system call tracer support
Ingo Molnar
2009-08-19
1
-2
/
+5
*
ftrace: Simplify seqfile code
Li Zefan
2009-08-17
1
-13
/
+2
*
trace_stack: Simplify seqfile code
Li Zefan
2009-08-17
1
-22
/
+12
*
trace_stat: Fix missing entry in stat file
Li Zefan
2009-08-17
1
-3
/
+7
[next]