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
2018-06-21
tracing: Use swap macro in update_max_tr
Gustavo A. R. Silva
1
-5
/
+1
2018-06-21
tracing: Check for no filter when processing event filters
Steven Rostedt (VMware)
1
-1
/
+9
2018-06-16
docs: Fix some broken references
Mauro Carvalho Chehab
1
-8
/
+8
2018-06-13
treewide: Use array_size() in vmalloc()
Kees Cook
1
-1
/
+1
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
2
-2
/
+3
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
3
-19
/
+22
2018-06-07
Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-5
/
+1
2018-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
3
-5
/
+162
2018-06-07
Merge tag 'trace-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
9
-53
/
+92
2018-06-05
tracing: Use match_string() instead of open coding it in trace_set_options()
Yisheng Xie
1
-10
/
+5
2018-06-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-2
/
+14
2018-06-05
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2018-06-05
ring-buffer: Fix a bunch of typos in comments
Steven Rostedt (VMware)
1
-10
/
+10
2018-06-04
bpf: guard bpf_get_current_cgroup_id() with CONFIG_CGROUPS
Yonghong Song
1
-0
/
+2
2018-06-04
bpf: implement bpf_get_current_cgroup_id() helper
Yonghong Song
1
-0
/
+2
2018-06-03
bpf: fix context access in tracing progs on 32 bit archs
Daniel Borkmann
1
-2
/
+8
2018-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-10
/
+28
2018-05-30
bpf: bpf_prog_array_copy() should return -ENOENT if exclude_prog not found
Sean Young
1
-0
/
+2
2018-05-29
tracing: Allow histogram triggers to access ftrace internal events
Steven Rostedt (VMware)
1
-1
/
+1
2018-05-29
tracing: Have zero size length in filter logic be full string
Steven Rostedt (VMware)
1
-11
/
+12
2018-05-29
tracing: Add trigger file for trace_markers tracefs/ftrace/print
Steven Rostedt (VMware)
4
-2
/
+29
2018-05-29
tracing: Do not show filter file for ftrace internal events
Steven Rostedt (VMware)
1
-4
/
+6
2018-05-29
tracing: Add brackets in ftrace event dynamic arrays
Steven Rostedt (VMware)
1
-1
/
+1
2018-05-29
tracing: Have event_trace_init() called by trace_init_tracefs()
Steven Rostedt (VMware)
3
-3
/
+4
2018-05-29
tracing: Add __find_event_file() to find event files without restrictions
Steven Rostedt (VMware)
2
-5
/
+20
2018-05-29
tracing: Do not reference event data in post call triggers
Steven Rostedt (VMware)
2
-6
/
+4
2018-05-28
tracing: Make the snapshot trigger work with instances
Steven Rostedt (VMware)
3
-8
/
+25
2018-05-28
tracing: Fix crash when freeing instances with event triggers
Steven Rostedt (VMware)
1
-2
/
+3
2018-05-25
bpf: introduce bpf subcommand BPF_TASK_FD_QUERY
Yonghong Song
3
-0
/
+99
2018-05-16
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-2
/
+2
2018-05-15
rcu: Rename cond_resched_rcu_qs() to cond_resched_tasks_rcu_qs()
Paul E. McKenney
1
-2
/
+2
2018-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-3
/
+6
2018-05-11
tracing: Fix regex_match_front() to not over compare the test string
Steven Rostedt (VMware)
1
-0
/
+3
2018-05-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-3
/
+49
2018-05-05
Merge tag 'trace-v4.17-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-3
/
+3
2018-05-03
tracing: Fix the file mode of stack tracer
Zhengyuan Liu
1
-1
/
+1
2018-05-03
ftrace: Have set_graph_* files have normal file modes
Chen LinX
1
-2
/
+2
2018-05-03
tracing: Remove PPC32 wart from config TRACING_SUPPORT
Michael Ellerman
1
-5
/
+1
2018-05-03
Merge tag 'trace-v4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-21
/
+26
2018-04-29
bpf: Allow bpf_current_task_under_cgroup in interrupt
Teng Qin
1
-2
/
+0
2018-04-29
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2018-04-29
bpf: add bpf_get_stack helper
Yonghong Song
1
-1
/
+49
2018-04-27
tracing: Add field modifier parsing hist error for hist triggers
Tom Zanussi
1
-0
/
+1
2018-04-27
tracing: Add field parsing hist error for hist triggers
Tom Zanussi
1
-0
/
+1
2018-04-27
tracing: Restore proper field flag printing when displaying triggers
Tom Zanussi
1
-0
/
+10
2018-04-27
Merge tag 'trace-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-8
/
+8
2018-04-26
tracing: Fix bad use of igrab in trace_uprobe.c
Song Liu
1
-21
/
+14
2018-04-26
Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIME
Thomas Gleixner
1
-1
/
+1
2018-04-25
tracing: Fix missing tab for hwlat_detector print format
Peter Xu
1
-1
/
+1
2018-04-25
tracing: Fix kernel crash while using empty filter with perf
Ravi Bangoria
1
-7
/
+7
[next]