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
2008-11-18
cpuset: fix regression when failed to generate sched domains
Li Zefan
2
-10
/
+15
2008-11-18
Remove -mno-spe flags as they dont belong
Kumar Gala
1
-3
/
+1
2008-11-17
sched, signals: fix the racy usage of ->signal in account_group_xxx/run_posix...
Oleg Nesterov
2
-6
/
+16
2008-11-17
tracing: branch tracer, fix writing to trace/trace_options
Aneesh Kumar K.V
2
-4
/
+0
2008-11-17
Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-r...
Ingo Molnar
23
-199
/
+427
2008-11-17
stop_machine: fix race with return value (fixes Bug #11989)
Rusty Russell
1
-2
/
+3
2008-11-16
markers/tracpoints: fix non-modular build
Ingo Molnar
2
-0
/
+8
2008-11-16
tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()
Mathieu Desnoyers
5
-0
/
+17
2008-11-16
tracepoints: use modules notifiers
Mathieu Desnoyers
2
-5
/
+29
2008-11-16
tracepoints: fix disable
Mathieu Desnoyers
1
-0
/
+1
2008-11-16
markers: auto enable tracepoints (new API : trace_mark_tp())
Mathieu Desnoyers
1
-2
/
+51
2008-11-16
markers: use module notifier
Mathieu Desnoyers
2
-4
/
+29
2008-11-16
markers: use rcu_*_sched_notrace and notrace
Mathieu Desnoyers
1
-7
/
+9
2008-11-16
markers: fix unregister
Mathieu Desnoyers
1
-5
/
+7
2008-11-16
function tracing: fix wrong pos computing when read buffer has been fulfilled
walimis
1
-11
/
+15
2008-11-16
sched: fix kernel warning on /proc/sched_debug access
Ingo Molnar
1
-2
/
+3
2008-11-16
tracing/function-return-tracer: support for dynamic ftrace on function return...
Frederic Weisbecker
3
-19
/
+55
2008-11-16
tracing/branch-tracer: fix a trace recursion on branch tracer
Frederic Weisbecker
1
-2
/
+2
2008-11-16
tracing/ftrace: change the type of the init() callback
Frederic Weisbecker
13
-24
/
+88
2008-11-16
tracing/ftrace: fix unexpected -EINVAL when longest tracer name is set
Frederic Weisbecker
1
-5
/
+7
2008-11-16
ftrace: make filtered functions effective on setting
Steven Rostedt
1
-1
/
+1
2008-11-16
ftrace: fix dyn ftrace filter
Steven Rostedt
1
-47
/
+36
2008-11-16
ftrace: allow NULL pointers in mcount_loc
Steven Rostedt
1
-0
/
+8
2008-11-16
ftrace: pass module struct to arch dynamic ftrace functions
Steven Rostedt
2
-39
/
+25
2008-11-16
ftrace: replace raw_local_irq_save with local_irq_save
Steven Rostedt
2
-4
/
+4
2008-11-16
ftrace: do not process freed records
Steven Rostedt
1
-2
/
+6
2008-11-16
ftrace: disable ftrace on anomalies in trace start and stop
Steven Rostedt
1
-37
/
+44
2008-11-16
ftrace: remove condition from ftrace_record_ip
Steven Rostedt
1
-1
/
+1
2008-11-16
Merge branches 'tracing/fastboot', 'tracing/ftrace' and 'tracing/urgent' into...
Ingo Molnar
4
-15
/
+38
2008-11-15
Fix inotify watch removal/umount races
Al Viro
2
-42
/
+63
2008-11-15
Move "exit_robust_list" into mm_release()
Linus Torvalds
2
-9
/
+11
2008-11-13
ftrace: remove unnecessary if condition of __unregister_ftrace_function
walimis
1
-2
/
+1
2008-11-13
tracing: fix mmiotrace resizing crash
Ingo Molnar
1
-0
/
+6
2008-11-13
ftrace: CPU buffer start annotation clean ups
Steven Rostedt
2
-1
/
+16
2008-11-13
ftrace: rename iter_ctrl to trace_options
Steven Rostedt
1
-9
/
+9
2008-11-13
ftrace: show buffer size in kilobytes
Steven Rostedt
1
-1
/
+4
2008-11-13
ftrace: rename trace_entries to buffer_size_kb
Steven Rostedt
1
-2
/
+2
2008-11-13
Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/function...
Ingo Molnar
1
-1
/
+7
2008-11-13
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+4
2008-11-13
kernel/kprobes.c: don't pad kretprobe_table_locks[] on uniprocessor builds
Andrew Morton
1
-1
/
+1
2008-11-13
kprobes: disable preempt for module_text_address() and kernel_text_address()
Masami Hiramatsu
1
-5
/
+16
2008-11-13
freezer_cg: disable writing freezer.state of root cgroup
Li Zefan
1
-1
/
+10
2008-11-13
freezer_cg: remove task_lock from freezer_fork()
Li Zefan
1
-2
/
+6
2008-11-13
ftrace: rename trace_unlikely.c file
Steven Rostedt
2
-1
/
+1
2008-11-13
ftrace: add tracer called branch
Steven Rostedt
3
-0
/
+67
2008-11-13
ftrace: rename unlikely iter_ctrl to branch
Steven Rostedt
3
-45
/
+45
2008-11-13
trace: rename unlikely profiler to branch profiler
Steven Rostedt
5
-15
/
+14
2008-11-12
sched: fix init_idle()'s use of sched_clock()
Ingo Molnar
1
-1
/
+2
2008-11-12
tracing: finetune branch-tracer output
Ingo Molnar
1
-2
/
+2
2008-11-12
sched: fix stale value in average load per task
Balbir Singh
1
-0
/
+2
[prev]
[next]