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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-19
tracing: make print_(b)printk_msg_only global
Steven Rostedt
3
-34
/
+39
2009-03-19
function-graph: consolidate prologues for output
Steven Rostedt
1
-69
/
+29
2009-03-18
tracing: give easy way to clear trace buffer
Steven Rostedt
1
-8
/
+33
2009-03-18
tracing/ftrace: stop {irqs, preempt}soff tracers when tracing is stopped
Frederic Weisbecker
1
-0
/
+26
2009-03-18
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
5
-44
/
+94
2009-03-18
tracing: make power tracer start/stop methods lighter weight
Steven Rostedt
1
-2
/
+6
2009-03-18
tracing: make sched_switch stop/start light weight
Steven Rostedt
1
-4
/
+5
2009-03-18
tracing: add global-clock option to provide cross CPU clock to traces
Steven Rostedt
2
-4
/
+31
2009-03-18
ring-buffer: add api to allow a tracer to change clock source
Steven Rostedt
2
-34
/
+52
2009-03-17
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
6
-28
/
+51
2009-03-17
tracing: fix leak in event_format_read()
Tom Zanussi
1
-3
/
+3
2009-03-17
tracing: stop comm recording on tracing off
Steven Rostedt
1
-1
/
+1
2009-03-17
tracing: protect reader of cmdline output
Steven Rostedt
5
-26
/
+49
2009-03-17
tracing/ftrace: fix the check on nopped sites
Frederic Weisbecker
1
-1
/
+1
2009-03-16
tracing/core: fix early free of cpumasks
Frederic Weisbecker
1
-1
/
+2
2009-03-16
tracing/ftrace: fix double calls to tracing_start()
Frederic Weisbecker
1
-10
/
+6
2009-03-16
tracing/core: fix missing mutex unlock on tracing_set_tracer()
Frederic Weisbecker
1
-1
/
+1
2009-03-16
tracing/syscalls: select kallsysms
Frederic Weisbecker
1
-0
/
+1
2009-03-16
tracing/syscalls: protect thread flag toggling from races
Frederic Weisbecker
1
-5
/
+19
2009-03-16
tracing/syscalls: various cleanups
Frederic Weisbecker
1
-8
/
+2
2009-03-16
tracing/syscalls: fix missing release of tracing
Frederic Weisbecker
1
-6
/
+5
2009-03-16
Merge branches 'tracing/ftrace', 'tracing/syscalls' and 'linus' into tracing/...
Ingo Molnar
2
-8
/
+155
2009-03-13
tracing/syscalls: core infrastructure for syscalls tracing, enhancements
Frederic Weisbecker
2
-8
/
+155
2009-03-13
ftrace: remove struct list_head from struct dyn_ftrace
Lai Jiangshan
1
-6
/
+8
2009-03-13
ftrace: use seq_read
Lai Jiangshan
1
-23
/
+3
2009-03-13
ftrace: don't try to __ftrace_replace_code on !FTRACE_FL_CONVERTED rec
Zhaolei
1
-4
/
+5
2009-03-13
ftrace: avoid double-free of dyn_ftrace
Zhaolei
1
-1
/
+2
2009-03-13
Merge branches 'tracing/ftrace' and 'tracing/syscalls'; commit 'v2.6.29-rc8' ...
Ingo Molnar
4
-0
/
+126
2009-03-13
tracing/ftrace: syscall tracing infrastructure, basics
Frederic Weisbecker
4
-0
/
+126
2009-03-13
softirq: no need to have SOFTIRQ in softirq name
Steven Rostedt
1
-3
/
+2
2009-03-13
tracing: move binary buffers into per cpu directory
Steven Rostedt
1
-21
/
+5
2009-03-13
tracing: add comment for use of double __builtin_consant_p
Steven Rostedt
1
-0
/
+5
2009-03-13
tracing: left align location header in stack_trace
Steven Rostedt
1
-2
/
+2
2009-03-13
ring-buffer: document reader page design
Steven Rostedt
1
-0
/
+68
2009-03-13
tracing: show event name in trace for TRACE_EVENT created events
Steven Rostedt
1
-1
/
+1
2009-03-13
tracing: Don't use tracing_record_cmdline() in workqueue tracer fix
KOSAKI Motohiro
1
-6
/
+14
2009-03-13
tracing: tracepoints for softirq entry/exit - tracepoints
Jason Baron
1
-1
/
+6
2009-03-13
tracing: tracepoints for softirq entry/exit - add softirq-to-name array
Jason Baron
1
-1
/
+8
2009-03-13
tracing: explain why stack tracer is empty
Steven Rostedt
1
-0
/
+15
2009-03-13
tracing: fix stack tracer header
Steven Rostedt
1
-2
/
+2
2009-03-13
tracing: export trace formats to user space
Steven Rostedt
1
-5
/
+114
2009-03-13
tracing: have event_trace_printk use static tracer
Steven Rostedt
2
-10
/
+17
2009-03-13
tracing: make bprint event use the proper event id
Steven Rostedt
1
-1
/
+1
2009-03-13
tracing/core: bring back raw trace_printk for dynamic formats strings
Frederic Weisbecker
7
-26
/
+186
2009-03-13
tracing: show that buffer size is not expanded
Steven Rostedt
1
-2
/
+10
2009-03-13
ring-buffer: remove unneeded get_online_cpus
Steven Rostedt
1
-76
/
+14
2009-03-13
ring-buffer: use CONFIG_HOTPLUG_CPU not CONFIG_HOTPLUG
Steven Rostedt
1
-5
/
+5
2009-03-13
tracing: protect ring_buffer_expanded with trace_types_lock
Steven Rostedt
1
-1
/
+4
2009-03-13
tracing: fix comments about trace buffer resizing
Steven Rostedt
1
-3
/
+16
2009-03-13
Merge branch 'tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Steven Rostedt
25
-131
/
+231
[next]