index
:
linux-toradex.git
colibri
colibri_vf
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.6-2.0.x-imx
toradex_6.6-2.1.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.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
2013-08-02
tracing: Fix reset of time stamps during trace_clock changes
Alexander Z Lam
2013-08-02
tracing: Make TRACE_ITER_STOP_ON_FREE stop the correct buffer
Alexander Z Lam
2013-08-02
tracing: Fix fields of struct trace_iterator that are zeroed by mistake
Andrew Vagin
2013-08-01
tracing/uprobes: Fail to unregister if probe event files are in use
Steven Rostedt (Red Hat)
2013-07-31
tracing/kprobes: Fail to unregister if probe event files are in use
Steven Rostedt (Red Hat)
2013-07-31
tracing: Add comment to describe special break case in probe_remove_event_call()
Steven Rostedt (Red Hat)
2013-07-31
tracing: trace_remove_event_call() should fail if call/file is in use
Oleg Nesterov
2013-07-30
ftrace: Check module functions being traced on reload
Steven Rostedt (Red Hat)
2013-07-29
ftrace: Consolidate some duplicate code for updating ftrace ops
Steven Rostedt (Red Hat)
2013-07-29
tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_private
Oleg Nesterov
2013-07-29
tracing: Introduce remove_event_file_dir()
Oleg Nesterov
2013-07-29
tracing: Change f_start() to take event_mutex and verify i_private != NULL
Oleg Nesterov
2013-07-29
tracing: Change event_filter_read/write to verify i_private != NULL
Oleg Nesterov
2013-07-29
tracing: Change event_enable/disable_read() to verify i_private != NULL
Oleg Nesterov
2013-07-29
tracing: Turn event/id->i_private into call->event.type
Oleg Nesterov
2013-07-26
tracing: Remove locking trace_types_lock from tracing_reset_all_online_cpus()
Steven Rostedt (Red Hat)
2013-07-24
ftrace: Add check for NULL regs if ops has SAVE_REGS set
Steven Rostedt (Red Hat)
2013-07-24
tracing: Kill trace_cpu struct/members
Oleg Nesterov
2013-07-24
tracing: Change tracing_fops/snapshot_fops to rely on tracing_get_cpu()
Oleg Nesterov
2013-07-24
tracing: Change tracing_entries_fops to rely on tracing_get_cpu()
Oleg Nesterov
2013-07-24
tracing: Change tracing_stats_fops to rely on tracing_get_cpu()
Oleg Nesterov
2013-07-24
tracing: Change tracing_buffers_fops to rely on tracing_get_cpu()
Oleg Nesterov
2013-07-24
tracing: Change tracing_pipe_fops() to rely on tracing_get_cpu()
Oleg Nesterov
2013-07-24
tracing: Introduce trace_create_cpu_file() and tracing_get_cpu()
Oleg Nesterov
2013-07-19
tracing: Kill the unbalanced tr->ref++ in tracing_buffers_open()
Oleg Nesterov
2013-07-19
tracing: Kill trace_array->waiter
Oleg Nesterov
2013-07-18
tracing: Do not (ab)use trace_seq in event_id_read()
Oleg Nesterov
2013-07-18
tracing: Simplify the iteration logic in f_start/f_next
Oleg Nesterov
2013-07-18
tracing: Add ref_data to function and fgraph tracer structs
Steven Rostedt (Red Hat)
2013-07-18
tracing: Miscellaneous fixes for trace_array ref counting
Alexander Z Lam
2013-07-18
tracing: Fix error handling to ensure instances can always be removed
Alexander Z Lam
2013-07-18
tracing/kprobe: Wait for disabling all running kprobe handlers
Masami Hiramatsu
2013-07-18
tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()
Oleg Nesterov
2013-07-18
tracing/syscall: Avoid perf_trace_buf_*() if sys_data->perf_events is empty
Oleg Nesterov
2013-07-18
tracing/function: Avoid perf_trace_buf_*() if event_function.perf_events is e...
Oleg Nesterov
2013-07-18
tracing: Typo fix on ring buffer comments
zhangwei(Jovi)
2013-07-18
tracing: Use trace_seq_puts()/trace_seq_putc() where possible
zhangwei(Jovi)
2013-07-15
tracing: Use correct config guard CONFIG_STACK_TRACER
zhangwei(Jovi)
2013-07-11
Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2013-07-02
tracing: Make tracing_open_generic_{tr,tc}() static
Steven Rostedt (Red Hat)
2013-07-02
tracing: Remove ftrace() function
zhangwei(Jovi)
2013-07-02
tracing: Remove TRACE_EVENT_TYPE enum definition
zhangwei(Jovi)
2013-07-02
tracing: Make tracer_tracing_{off,on,is_on}() static
Steven Rostedt (Red Hat)
2013-07-02
tracing: Fix irqs-off tag display in syscall tracing
zhangwei(Jovi)
2013-07-02
uprobes: Fix return value in error handling path
zhangwei(Jovi)
2013-07-02
tracing: Fix race between deleting buffer and setting events
Steven Rostedt (Red Hat)
2013-07-02
tracing: Add trace_array_get/put() to event handling
Steven Rostedt (Red Hat)
2013-07-02
tracing: Get trace_array ref counts when accessing trace files
Steven Rostedt (Red Hat)
2013-07-02
tracing: Add trace_array_get/put() to handle instance refs better
Steven Rostedt (Red Hat)
2013-07-01
tracing: Protect ftrace_trace_arrays list in trace_events.c
Alexander Z Lam
[next]