index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-19
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-75
/
+80
2010-03-17
perf: Fix unexported generic perf_arch_fetch_caller_regs
Frederic Weisbecker
1
-0
/
+2
2010-03-14
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-11
/
+15
2010-03-14
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
6
-23
/
+77
2010-03-13
tracing: Do not record user stack trace from NMI context
Steven Rostedt
1
-0
/
+7
2010-03-13
tracing: Disable buffer switching when starting or stopping trace
Steven Rostedt
1
-0
/
+9
2010-03-13
tracing: Use same local variable when resetting the ring buffer
Steven Rostedt
1
-4
/
+4
2010-03-13
function-graph: Init curr_ret_stack with ret_stack
Steven Rostedt
1
-1
/
+1
2010-03-13
ring-buffer: Move disabled check into preempt disable section
Lai Jiangshan
1
-6
/
+6
2010-03-11
perf: export perf_trace_regs and perf_arch_fetch_caller_regs
Xiao Guangrong
1
-0
/
+1
2010-03-11
Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
4
-12
/
+48
2010-03-11
ftrace: Replace read_barrier_depends() with rcu_dereference_raw()
Paul E. McKenney
1
-9
/
+13
2010-03-10
perf: Drop the obsolete profile naming for trace events
Frederic Weisbecker
5
-74
/
+74
2010-03-10
perf: Take a hot regs snapshot for trace events
Frederic Weisbecker
3
-5
/
+7
2010-03-08
Merge branch 'for-next' into for-linus
Jiri Kosina
2
-3
/
+3
2010-03-06
function-graph: Add tracing_thresh support to function_graph tracer
Tim Bird
3
-5
/
+43
2010-03-06
tracing: Update the comm field in the right variable in update_max_tr
Arnaldo Carvalho de Melo
1
-2
/
+2
2010-03-06
function-graph: Use comment notation for func names of dangling '}'
Steven Rostedt
1
-1
/
+1
2010-03-06
function-graph: Fix unused reference to ftrace_set_func()
Steven Rostedt
1
-4
/
+2
2010-03-04
rcu, ftrace: Fix RCU lockdep splat in ftrace_perf_buf_prepare()
Paul E. McKenney
1
-2
/
+2
2010-03-04
Merge branch 'tip/tracing/urgent' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
8
-236
/
+156
2010-03-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
4
-5
/
+7
2010-03-03
tracing: Fix warning in s_next of trace file ops
Lai Jiangshan
1
-0
/
+1
2010-03-01
Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-2
/
+3
2010-02-28
blktrace: perform cleanup after setup error
Dmitry Monakhov
1
-2
/
+3
2010-02-28
tracing: Include irqflags headers from trace clock
Frederic Weisbecker
1
-0
/
+1
2010-02-28
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
6
-234
/
+152
2010-02-27
Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
1
-9
/
+43
2010-02-27
Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Ingo Molnar
2
-1
/
+6
2010-02-27
ftrace: Add function names to dangling } in function graph tracer
Steven Rostedt
1
-9
/
+43
2010-02-26
Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
6
-17
/
+6
2010-02-26
Merge commit 'v2.6.33' into tracing/core
Ingo Molnar
7
-21
/
+77
2010-02-25
tracing: Simplify memory recycle of trace_define_field
Wenji Huang
1
-3
/
+1
2010-02-25
tracing: Remove unnecessary variable in print_graph_return
Wenji Huang
1
-1
/
+0
2010-02-25
tracing: Fix typo of info text in trace_kprobe.c
Wenji Huang
1
-2
/
+2
2010-02-25
tracing: Fix typo in prof_sysexit_enable()
Wenji Huang
1
-1
/
+1
2010-02-25
tracing: Remove CONFIG_TRACE_POWER from kernel config
Li Zefan
1
-9
/
+0
2010-02-25
tracing: Fix ftrace_event_call alignment for use with gcc 4.5
Jeff Mahoney
1
-1
/
+2
2010-02-17
tracing/kprobes: Make Kconfig dependencies generic
Heiko Carstens
1
-1
/
+1
2010-02-17
tracing: Unify arch_syscall_addr() implementations
Mike Frysinger
1
-0
/
+5
2010-02-14
tracing/kprobes: Fix probe parsing
Heiko Carstens
1
-1
/
+1
2010-02-11
ftrace: Allow to remove a single function from function graph filter
Li Zefan
2
-21
/
+33
2010-02-10
tracing: Add correct/incorrect to sort keys for branch annotation output
Steven Rostedt
1
-2
/
+17
2010-02-05
tree-wide: fix 'lenght' typo in comments and code
Daniel Mack
1
-1
/
+1
2010-02-04
Fix misspellings of "truly" in comments.
Adam Buchbinder
1
-2
/
+2
2010-02-04
ftrace: Remove record freezing
Masami Hiramatsu
1
-39
/
+0
2010-02-04
ftrace/alternatives: Introducing *_text_reserved functions
Masami Hiramatsu
1
-0
/
+15
2010-02-02
tracing: Fix circular dead lock in stack trace
Lai Jiangshan
1
-0
/
+24
2010-02-02
Merge branch 'master' into percpu
Tejun Heo
5
-20
/
+52
2010-01-29
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
3
-14
/
+25
[next]