index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
2015-08-04
tracing: Have branch tracer use recursive field of task struct
Steven Rostedt (Red Hat)
2015-08-04
tracing/filter: Do not allow infix to exceed end of string
Steven Rostedt (Red Hat)
2015-08-04
tracing/filter: Do not WARN on operand count going below zero
Steven Rostedt (Red Hat)
2015-06-23
tracing: Have filter check for balanced ops
Steven Rostedt
2015-06-23
ring-buffer-benchmark: Fix the wrong sched_priority of producer
Wang Long
2015-05-04
ring-buffer: Replace this_cpu_*() with __this_cpu_*()
Steven Rostedt
2015-03-01
tracing: Fix unmapping loop in tracing_mark_write
Vikram Mulukutla
2015-01-29
move d_rcu from overlapping d_child to overlapping d_alias
Al Viro
2014-11-13
tracing/syscalls: Ignore numbers outside NR_syscalls' range
Rabin Vincent
2014-10-13
ring-buffer: Fix infinite spin in reading buffer
Steven Rostedt (Red Hat)
2014-10-13
trace: Fix epoll hang when we race with new entries
Josef Bacik
2014-09-17
ring-buffer: Up rb_iter_peek() loop count to 3
Steven Rostedt (Red Hat)
2014-09-17
ring-buffer: Always reset iterator to reader page
Steven Rostedt (Red Hat)
2014-07-30
tracing: Fix wraparound problems in "uptime" trace clock
Tony Luck
2014-07-29
ring-buffer: Fix polling on trace_pipe
Martin Lau
2014-07-29
tracing: Add TRACE_ITER_PRINTK flag check in __trace_puts/__trace_bputs
zhangwei(Jovi)
2014-07-29
tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputs
zhangwei(Jovi)
2014-07-29
tracing: Fix graph tracer with stack tracer on other archs
Steven Rostedt (Red Hat)
2014-07-18
ring-buffer: Check if buffer exists before polling
Steven Rostedt (Red Hat)
2014-07-18
tracing: Remove ftrace_stop/start() from reading the trace file
Steven Rostedt (Red Hat)
2014-07-17
tracing: Try again for saved cmdline if failed due to locking
Steven Rostedt (Red Hat)
2014-06-06
ftrace/module: Hardcode ftrace_module_init() call into load_module()
Steven Rostedt (Red Hat)
2014-05-29
blktrace: fix accounting of partially completed requests
Roman Pen
2014-03-31
tracing: Fix array size mismatch in format string
Vaibhav Nagarnaik
2014-03-22
tracing: Do not add event files for modules that fail tracepoints
Steven Rostedt (Red Hat)
2014-03-12
blktrace: Send BLK_TN_PROCESS events to all running traces
Jan Kara
2014-02-22
ring-buffer: Fix first commit on sub-buffer having non-zero delta
Steven Rostedt (Red Hat)
2014-02-13
ftrace: Have function graph only trace based on global_ops filters
Steven Rostedt (Red Hat)
2014-02-13
ftrace: Fix synchronization location disabling and freeing ftrace_ops
Steven Rostedt (Red Hat)
2014-02-13
ftrace: Synchronize setting function_trace_op with ftrace_trace_function
Steven Rostedt (Red Hat)
2014-02-13
tracing: Check if tracing is enabled in trace_puts()
Steven Rostedt (Red Hat)
2014-02-13
tracing: Have trace buffer point back to trace_array
Steven Rostedt (Red Hat)
2014-01-09
ftrace: Initialize the ftrace profiler for each possible cpu
Miao Xie
2013-12-04
ftrace: Fix function graph with loading of modules
Steven Rostedt (Red Hat)
2013-11-29
perf/ftrace: Fix paranoid level for enabling function tracer
Steven Rostedt
2013-11-20
tracing: Fix potential out-of-bounds in trace_get_user()
Steven Rostedt
2013-09-09
Merge tag 'trace-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2013-09-03
ftrace: Fix a slight race in modifying what function callback gets traced
Steven Rostedt (Red Hat)
2013-09-03
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Ingo Molnar
2013-08-22
tracing: Make tracing_cpumask available for all instances
Alexander Z Lam
2013-08-21
tracing: Kill the !CONFIG_MODULES code in trace_events.c
Oleg Nesterov
2013-08-21
tracing: Don't pass file_operations array to event_create_dir()
Oleg Nesterov
2013-08-21
tracing: Kill trace_create_file_ops() and friends
Oleg Nesterov
2013-08-21
tracing/syscalls: Annotate raw_init function with __init
Li Zefan
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)
[next]