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
2021-11-16
bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs
Dmitrii Banshchikov
1
-2
/
+0
2021-11-11
Merge tag 'trace-v5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2
-1
/
+7
2021-11-10
ftrace/direct: Fix lockup in modify_ftrace_direct_multi
Jiri Olsa
1
-1
/
+2
2021-11-10
ring-buffer: Protect ring_buffer_reset() from reentrancy
Steven Rostedt (VMware)
1
-0
/
+5
2021-11-09
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2021-11-09
sections: move and rename core_kernel_data() to is_kernel_core_data()
Kefeng Wang
1
-1
/
+1
2021-11-03
Merge tag 'trace-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
3
-182
/
+549
2021-11-02
Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-17
/
+85
2021-11-02
Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
27
-360
/
+1478
2021-11-02
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-14
/
+4
2021-11-02
tracing/histogram: Document hist trigger variables
Kalesh Singh
1
-0
/
+11
2021-11-02
tracing/histogram: Optimize division by constants
Kalesh Singh
1
-1
/
+104
2021-11-02
tracing/osnoise: Remove PREEMPT_RT ifdefs from inside functions
Daniel Bristot de Oliveira
1
-9
/
+4
2021-11-02
tracing/osnoise: Remove STACKTRACE ifdefs from inside functions
Daniel Bristot de Oliveira
1
-15
/
+29
2021-11-02
tracing/osnoise: Allow multiple instances of the same tracer
Daniel Bristot de Oliveira
1
-23
/
+78
2021-11-02
tracing/osnoise: Remove TIMERLAT ifdefs from inside functions
Daniel Bristot de Oliveira
1
-44
/
+106
2021-11-02
tracing/osnoise: Support a list of trace_array *tr
Daniel Bristot de Oliveira
1
-69
/
+192
2021-11-02
tracing/osnoise: Use start/stop_per_cpu_kthreads() on osnoise_cpus_write()
Daniel Bristot de Oliveira
1
-5
/
+2
2021-11-02
tracing/osnoise: Split workload start from the tracer start
Daniel Bristot de Oliveira
1
-23
/
+36
2021-11-02
tracing/osnoise: Improve comments about barrier need for NMI callbacks
Daniel Bristot de Oliveira
1
-1
/
+7
2021-11-02
tracing/osnoise: Do not follow tracing_cpumask
Daniel Bristot de Oliveira
1
-18
/
+6
2021-11-02
bpf: Factor out helpers for ctx access checking
Hou Tao
1
-14
/
+2
2021-11-01
Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+4
2021-10-30
tracing/histogram: Fix semicolon.cocci warnings
kernel test robot
1
-1
/
+1
2021-10-29
tracing: Fix misspelling of "missing"
Steven Rostedt (VMware)
1
-1
/
+1
2021-10-29
ftrace: Fix kernel-doc formatting issues
Steven Rostedt (VMware)
1
-8
/
+10
2021-10-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2021-10-28
tracing: Do not warn when connecting eprobe to non existing event
Steven Rostedt (VMware)
1
-2
/
+2
2021-10-27
tracing: Show size of requested perf buffer
Robin H. Johnson
1
-1
/
+2
2021-10-27
ftrace: do CPU checking after preemption disabled
王贇
1
-3
/
+3
2021-10-27
ftrace: disable preemption when recursion locked
王贇
2
-15
/
+5
2021-10-27
tracing/histogram: Optimize division by a power of 2
Kalesh Singh
1
-0
/
+4
2021-10-27
tracing/histogram: Covert expr to const if both operands are constants
Kalesh Singh
1
-30
/
+74
2021-10-27
tracing/histogram: Simplify handling of .sym-offset in expressions
Kalesh Singh
1
-26
/
+17
2021-10-27
tracing: Fix operator precedence for hist triggers expression
Kalesh Singh
1
-70
/
+140
2021-10-27
tracing: Add division and multiplication support for hist triggers
Kalesh Singh
1
-1
/
+71
2021-10-27
tracing: Add support for creating hist trigger variables from literal
Kalesh Singh
1
-1
/
+70
2021-10-26
tracing/hwlat: Make some internal symbols static
Wang ShaoBo
1
-2
/
+2
2021-10-26
tracing: Fix missing trace_boot_init_histograms kstrdup NULL checks
Mathieu Desnoyers
1
-0
/
+4
2021-10-26
trace/timerlat: Add migrate-disabled field to the timerlat header
Daniel Bristot de Oliveira
1
-5
/
+6
2021-10-26
trace/osnoise: Add migrate-disabled field to the osnoise header
Daniel Bristot de Oliveira
1
-7
/
+7
2021-10-26
ftrace: Make ftrace_profile_pages_init static
chongjiapeng
1
-1
/
+1
2021-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
4
-13
/
+65
2021-10-22
bpf: Add bpf_skc_to_unix_sock() helper
Hengqi Chen
1
-0
/
+2
2021-10-21
tracing: use %ps format string to print symbols
Arnd Bergmann
1
-10
/
+5
2021-10-21
ftrace/direct: Do not disable when switching direct callers
Steven Rostedt (VMware)
1
-14
/
+20
2021-10-21
ftrace: Add multi direct modify interface
Jiri Olsa
1
-0
/
+62
2021-10-21
ftrace: Add multi direct register/unregister interface
Jiri Olsa
1
-0
/
+142
2021-10-21
ftrace: Add ftrace_add_rec_direct function
Jiri Olsa
1
-27
/
+37
2021-10-21
tracing: Fix selftest config check for function graph start up test
Steven Rostedt (VMware)
1
-1
/
+5
[next]