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-11-02
Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2018-11-02
blkcg: revert blkcg cleanups series
Dennis Zhou
1
-2
/
+2
2018-11-01
Merge tag 'platform-drivers-x86-v4.20-1' of git://git.infradead.org/linux-pla...
Linus Torvalds
1
-1
/
+1
2018-10-30
Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
8
-914
/
+951
2018-10-30
Merge tag 'trace-v4.19-rc8-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+3
2018-10-28
tracing: Return -ENOENT if there is no target synthetic event
Masami Hiramatsu
1
-1
/
+3
2018-10-27
tracing: Have stack tracer trace full stack
Steven Rostedt (VMware)
1
-1
/
+1
2018-10-27
tracing: Export trace_dump_stack to modules
Nikolay Borisov
1
-0
/
+1
2018-10-22
Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2018-10-20
tracing: Fix synthetic event to allow semicolon at end
Masami Hiramatsu
1
-1
/
+1
2018-10-20
tracing: Fix synthetic event to accept unsigned modifier
Masami Hiramatsu
1
-6
/
+24
2018-10-17
tracing: Use trace_clock_local() for looping in preemptirq_delay_test.c
Steven Rostedt (VMware)
1
-5
/
+5
2018-10-12
tracing: probeevent: Fix uninitialized used of offset in parse args
Steven Rostedt (VMware)
1
-1
/
+1
2018-10-11
tracing/kprobes: Allow kprobe-events to record module symbol
Masami Hiramatsu
3
-10
/
+68
2018-10-11
tracing/kprobes: Check the probe on unloaded module correctly
Masami Hiramatsu
1
-13
/
+26
2018-10-11
tracing/uprobes: Fix to return -EFAULT if copy_from_user failed
Masami Hiramatsu
1
-1
/
+1
2018-10-11
tracing: probeevent: Add $argN for accessing function args
Masami Hiramatsu
5
-20
/
+49
2018-10-11
tracing: probeevent: Add array type support
Masami Hiramatsu
4
-40
/
+170
2018-10-11
tracing: probeevent: Add symbol type
Masami Hiramatsu
3
-4
/
+18
2018-10-11
tracing: probeevent: Unify fetch_insn processing common part
Masami Hiramatsu
3
-82
/
+63
2018-10-11
tracing: probeevent: Append traceprobe_ for exported function
Masami Hiramatsu
4
-6
/
+6
2018-10-11
tracing: probeevent: Return consumed bytes of dynamic area
Masami Hiramatsu
4
-110
/
+88
2018-10-11
tracing: probeevent: Unify fetch type tables
Masami Hiramatsu
4
-75
/
+39
2018-10-11
tracing: probeevent: Introduce new argument fetching code
Masami Hiramatsu
5
-678
/
+491
2018-10-11
tracing: probeevent: Remove NOKPROBE_SYMBOL from print functions
Masami Hiramatsu
1
-3
/
+1
2018-10-11
tracing: probeevent: Cleanup argument field definition
Masami Hiramatsu
4
-41
/
+29
2018-10-11
tracing: probeevent: Cleanup print argument functions
Masami Hiramatsu
4
-31
/
+29
2018-10-11
trace_uprobe: support reference counter in fd-based uprobe
Song Liu
3
-5
/
+9
2018-10-01
Merge tag 'v4.19-rc6' into for-4.20/block
Jens Axboe
1
-0
/
+2
2018-09-26
tracing: Trivia spelling fix containerof() -> container_of()
Andy Shevchenko
1
-1
/
+1
2018-09-24
trace_uprobe/sdt: Prevent multiple reference counter for same uprobe
Ravi Bangoria
1
-2
/
+35
2018-09-24
uprobes: Support SDT markers having reference count (semaphore)
Ravi Bangoria
2
-4
/
+36
2018-09-24
tracing/kprobe: Remove unneeded extra strchr() from create_trace_kprobe()
Steven Rostedt (VMware)
1
-3
/
+6
2018-09-22
blkcg: remove bio->bi_css and instead use bio->bi_blkg
Dennis Zhou (Facebook)
1
-2
/
+2
2018-09-18
ring-buffer: Allow for rescheduling when removing pages
Vaibhav Nagarnaik
1
-0
/
+2
2018-08-23
Merge tag 'trace-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
3
-1
/
+25
2018-08-22
Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+4
2018-08-21
tracing/kprobes: Fix to check notrace function with correct range
Masami Hiramatsu
1
-1
/
+8
2018-08-21
tracing: Allow gcov profiling on only ftrace subsystem
Masami Hiramatsu
2
-0
/
+17
2018-08-21
Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
35
-423
/
+472
2018-08-17
tracing: Fix SPDX format headers to use C++ style comments
Steven Rostedt (VMware)
8
-8
/
+8
2018-08-17
tracing: Add SPDX License format tags to tracing files
Steven Rostedt (VMware)
20
-102
/
+20
2018-08-17
tracing: Add SPDX License format to bpf_trace.c
Steven Rostedt (VMware)
1
-4
/
+1
2018-08-16
tracing/blktrace: Fix to allow setting same value
Steven Rostedt (VMware)
1
-0
/
+4
2018-08-16
blktrace: Add SPDX License format header
Steven Rostedt (VMware)
1
-13
/
+1
2018-08-16
tracing: Add -mcount-nop option support
Vasily Gorbik
2
-0
/
+7
2018-08-15
Merge tag 'printk-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+3
2018-08-15
Merge tag 'docs-4.19' of git://git.lwn.net/linux
Linus Torvalds
1
-2
/
+2
2018-08-14
Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+3
2018-08-10
uprobes: Use synchronize_rcu() not synchronize_sched()
Steven Rostedt (VMware)
1
-1
/
+1
[next]