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
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-22
tracing/boot: Replace strlcpy with strscpy
Azeem Shaikh
1
-4
/
+4
2023-06-22
tracing/timerlat: Add user-space interface
Daniel Bristot de Oliveira
2
-5
/
+377
2023-06-22
tracing/osnoise: Skip running osnoise if all instances are off
Daniel Bristot de Oliveira
1
-3
/
+28
2023-06-22
tracing/osnoise: Switch from PF_NO_SETAFFINITY to migrate_disable
Daniel Bristot de Oliveira
1
-0
/
+68
2023-06-22
ftrace: Show all functions with addresses in available_filter_functions_addrs
Jiri Olsa
1
-0
/
+37
2023-06-21
function_graph: Support recording and printing the return value of function
Donglin Peng
5
-11
/
+148
2023-06-21
fgraph: Add declaration of "struct fgraph_ret_regs"
Steven Rostedt (Google)
1
-0
/
+3
2023-06-21
Merge tag 'trace-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2
-84
/
+208
2023-06-14
tracing/user_events: Add auto cleanup and future persist flag
Beau Belgrave
1
-13
/
+126
2023-06-14
tracing/user_events: Track refcount consistently via put/get
Beau Belgrave
1
-28
/
+41
2023-06-14
tracing/user_events: Store register flags on events
Beau Belgrave
1
-6
/
+10
2023-06-14
tracing/user_events: Remove user_ns walk for groups
Beau Belgrave
1
-37
/
+5
2023-06-14
tracing/user_events: Fix the incorrect trace record for empty arguments events
sunliming
1
-2
/
+2
2023-06-14
tracing: Modify print_fields() for fields output order
sunliming
1
-1
/
+1
2023-06-14
tracing/user_events: Handle matching arguments that is null from dyn_events
sunliming
1
-0
/
+2
2023-06-14
tracing/user_events: Prevent same name but different args event
sunliming
1
-6
/
+30
2023-06-10
mm/gup: remove unused vmas parameter from pin_user_pages_remote()
Lorenzo Stoakes
1
-1
/
+1
2023-06-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+12
2023-06-08
Merge tag 'net-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-1
/
+11
2023-06-08
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-1
/
+11
2023-06-07
bpf: Add extra path pointer check to d_path helper
Jiri Olsa
1
-1
/
+11
2023-06-06
tracing/probes: Add BTF retval type support
Masami Hiramatsu (Google)
2
-7
/
+63
2023-06-06
tracing/probes: Add $arg* meta argument for all function args
Masami Hiramatsu (Google)
4
-12
/
+212
2023-06-06
tracing/probes: Support function parameters if BTF is available
Masami Hiramatsu (Google)
6
-31
/
+270
2023-06-06
tracing/probes: Move event parameter fetching code to common parser
Masami Hiramatsu (Google)
6
-132
/
+155
2023-06-06
tracing/probes: Add tracepoint support on fprobe_events
Masami Hiramatsu (Google)
5
-16
/
+151
2023-06-06
tracing/probes: Add fprobe events for tracing function entry and exit.
Masami Hiramatsu (Google)
9
-7
/
+1100
2023-06-06
tracing/probes: Avoid setting TPARG_FL_FENTRY and TPARG_FL_RETURN
Masami Hiramatsu (Google)
2
-1
/
+6
2023-06-06
fprobe: Pass return address to the handlers
Masami Hiramatsu (Google)
3
-6
/
+9
2023-06-03
Merge tag 'probes-fixes-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2023-06-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-60
/
+149
2023-05-31
tracing/probe: trace_probe_primary_from_call(): checked list_first_entry
Pietro Borrello
1
-1
/
+1
2023-05-31
ftrace: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-9
/
+9
2023-05-29
tracing: Have function_graph selftest call cond_resched()
Steven Rostedt (Google)
1
-0
/
+10
2023-05-29
tracing: Only make selftest conditionals affect the global_trace
Steven Rostedt (Google)
1
-2
/
+8
2023-05-29
tracing: Make tracing_selftest_running/delete nops when not used
Steven Rostedt (Google)
1
-1
/
+4
2023-05-29
tracing: Have tracer selftests call cond_resched() before running
Steven Rostedt (Google)
1
-0
/
+7
2023-05-29
tracing: Move setting of tracing_selftest_running out of register_tracer()
Steven Rostedt (Google)
1
-4
/
+16
2023-05-26
tracing: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
5
-10
/
+10
2023-05-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-17
/
+60
2023-05-24
trace: Convert trace/seq to use copy_splice_read()
David Howells
1
-1
/
+1
2023-05-24
tracing: Rename stacktrace field to common_stacktrace
Steven Rostedt (Google)
3
-7
/
+13
2023-05-24
tracing/histograms: Allow variables to have some modifiers
Steven Rostedt (Google)
1
-7
/
+16
2023-05-24
tracing/user_events: Document user_event_mm one-shot list usage
Beau Belgrave
1
-1
/
+22
2023-05-24
tracing/user_events: Rename link fields for clarity
Beau Belgrave
1
-18
/
+22
2023-05-24
tracing/user_events: Remove RCU lock while pinning pages
Linus Torvalds
1
-6
/
+7
2023-05-24
tracing/user_events: Split up mm alloc and attach
Linus Torvalds
1
-11
/
+18
2023-05-23
tracing/timerlat: Always wakeup the timerlat thread
Daniel Bristot de Oliveira
1
-0
/
+2
2023-05-23
tracing/user_events: Use long vs int for atomic bit ops
Beau Belgrave
1
-7
/
+8
2023-05-18
fprobe: add recursion detection in fprobe_exit_handler
Ze Gao
1
-0
/
+14
[prev]
[next]