index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.18.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
2026-02-08
tracing: Move pid filtering into trace_pid.c
Steven Rostedt
2026-02-08
tracing: Move trace_printk functions out of trace.c and into trace_printk.c
Steven Rostedt
2026-02-08
tracing: Use system_state in trace_printk_init_buffers()
Steven Rostedt
2026-02-08
tracing: Have trace_printk functions use flags instead of using global_trace
Steven Rostedt
2026-02-08
tracing: Make tracing_update_buffers() take NULL for global_trace
Steven Rostedt
2026-02-08
tracing: Make printk_trace global for tracing system
Steven Rostedt
2026-02-08
tracing: Move ftrace_trace_stack() out of trace.c and into trace.h
Steven Rostedt
2026-02-08
tracing: Move __trace_buffer_{un}lock_*() functions to trace.h
Steven Rostedt
2026-02-08
tracing: Make tracing_selftest_running global to the tracing subsystem
Steven Rostedt
2026-02-08
tracing: Make tracing_disabled global for tracing system
Steven Rostedt
2026-02-08
tracing: Clean up use of trace_create_maxlat_file()
Steven Rostedt
2026-02-08
tracing: Move tracing_set_filter_buffering() into trace_events_hist.c
Steven Rostedt
2026-02-08
tracing: Have all triggers expect a file parameter
Steven Rostedt
2026-02-06
tracing/kprobes: Skip setup_boot_kprobe_events() when no cmdline event
Yaxiong Tian
2026-02-06
blktrace: Make init_blk_tracer() asynchronous
Yaxiong Tian
2026-02-06
tracing: Rename `eval_map_wq` and allow other parts of tracing use it
Yaxiong Tian
2026-02-05
tracing: Fix ftrace event field alignments
Steven Rostedt
2026-02-03
block: don't use strcpy to copy blockdev name
Johannes Thumshirn
2026-02-02
ftrace: Fix direct_functions leak in update_ftrace_direct_del
Jiri Olsa
2026-01-31
tracing: remove size parameter in __trace_puts()
Steven Rostedt
2026-01-30
tracing: Add kerneldoc to trace_event_buffer_reserve()
Steven Rostedt
2026-01-30
bpf: Have __bpf_trace_run() use rcu_read_lock_dont_migrate()
Steven Rostedt
2026-01-28
tracing: Remove duplicate ENABLE_EVENT_STR and DISABLE_EVENT_STR macros
Steven Rostedt
2026-01-28
tracing: Up the hist stacktrace size from 16 to 31
Steven Rostedt
2026-01-28
tracing: Remove notrace from trace_event_raw_event_synth()
Steven Rostedt
2026-01-28
tracing: Have hist_debug show what function a field uses
Steven Rostedt
2026-01-29
tracing: kprobe-event: Return directly when trace kprobes is empty
sunliming
2026-01-28
bpf,x86: Use single ftrace_ops for direct calls
Jiri Olsa
2026-01-28
ftrace: Factor ftrace_ops ops_func interface
Jiri Olsa
2026-01-28
ftrace: Add update_ftrace_direct_mod function
Jiri Olsa
2026-01-28
ftrace: Add update_ftrace_direct_del function
Jiri Olsa
2026-01-28
ftrace: Add update_ftrace_direct_add function
Jiri Olsa
2026-01-28
ftrace: Export some of hash related functions
Jiri Olsa
2026-01-28
ftrace: Make alloc_and_copy_ftrace_hash direct friendly
Jiri Olsa
2026-01-28
ftrace,bpf: Remove FTRACE_OPS_FL_JMP ftrace_ops flag
Jiri Olsa
2026-01-26
tracing: Disable trace_printk buffer on warning too
Steven Rostedt
2026-01-26
ftrace: Introduce and use ENTRIES_PER_PAGE_GROUP macro
Guenter Roeck
2026-01-26
tracing: Have show_event_trigger/filter format a bit more in columns
Steven Rostedt
2026-01-26
ring-buffer: Use a housekeeping CPU to wake up waiters
Petr Tesarik
2026-01-26
tracing: Check the return value of tracing_update_buffers()
Steven Rostedt
2026-01-26
tracing: Add show_event_triggers to expose active event triggers
Aaron Tomlin
2026-01-26
tracing: Add show_event_filters to expose active event filters
Aaron Tomlin
2026-01-26
tracing: Replace use of system_wq with system_dfl_wq
Marco Crivellari
2026-01-26
tracing: Add bitmask-list option for human-readable bitmask display
Aaron Tomlin
2026-01-26
tracing: Remove redundant call to event_trigger_reset_filter() in event_hist_...
Steven Rostedt
2026-01-26
tracing: Properly process error handling in event_hist_trigger_parse()
Miaoqian Lin
2026-01-24
bpf: support fsession for bpf_session_is_return
Menglong Dong
2026-01-24
bpf: change prototype of bpf_session_{cookie,is_return}
Menglong Dong
2026-01-24
bpf: use the least significant byte for the nr_args in trampoline
Menglong Dong
2026-01-23
function_graph: Fix args pointer mismatch in print_graph_retval()
Donglin Peng
[prev]
[next]