index
:
Linux Stable
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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
Commit message (
Expand
)
Author
Age
Files
Lines
*
ring-buffer: Prevent overflow of size in ring_buffer_resize()
Steven Rostedt (Red Hat)
2016-06-01
1
-5
/
+4
*
ring-buffer: Use long for nr_pages to avoid overflow failures
Steven Rostedt (Red Hat)
2016-06-01
1
-12
/
+14
*
tracing: Don't display trigger file for events that can't be enabled
Chunyu Hu
2016-05-11
1
-2
/
+7
*
tracing: Fix trace_printk() to print when not using bprintk()
Steven Rostedt (Red Hat)
2016-04-12
1
-0
/
+3
*
tracing: Fix crash from reading trace_pipe with sendfile
Steven Rostedt (Red Hat)
2016-04-12
1
-1
/
+4
*
tracing: Have preempt(irqs)off trace preempt disabled functions
Steven Rostedt (Red Hat)
2016-04-12
1
-2
/
+6
*
tracing: Fix showing function event in available_events
Steven Rostedt (Red Hat)
2016-03-03
1
-1
/
+2
*
ring-buffer: Update read stamp with first real commit on page
Steven Rostedt (Red Hat)
2016-03-03
1
-7
/
+5
*
tracing: Fix setting of start_index in find_next()
Qiu Peiyang
2016-02-17
1
-0
/
+1
*
tracing: Have branch tracer use recursive field of task struct
Steven Rostedt (Red Hat)
2015-08-03
2
-7
/
+11
*
tracing/filter: Do not allow infix to exceed end of string
Steven Rostedt (Red Hat)
2015-08-03
1
-0
/
+6
*
tracing/filter: Do not WARN on operand count going below zero
Steven Rostedt (Red Hat)
2015-08-03
1
-1
/
+3
*
tracing: Have filter check for balanced ops
Steven Rostedt
2015-06-29
1
-2
/
+7
*
ring-buffer-benchmark: Fix the wrong sched_priority of producer
Wang Long
2015-06-22
1
-1
/
+1
*
ring-buffer: Replace this_cpu_*() with __this_cpu_*()
Steven Rostedt
2015-05-06
1
-6
/
+5
*
move d_rcu from overlapping d_child to overlapping d_alias
Al Viro
2015-04-29
2
-3
/
+3
*
tracing: Fix unmapping loop in tracing_mark_write
Vikram Mulukutla
2015-03-06
1
-1
/
+1
*
tracing/syscalls: Ignore numbers outside NR_syscalls' range
Rabin Vincent
2014-11-14
1
-4
/
+4
*
ring-buffer: Fix infinite spin in reading buffer
Steven Rostedt (Red Hat)
2014-10-09
1
-1
/
+1
*
trace: Fix epoll hang when we race with new entries
Josef Bacik
2014-10-05
1
-1
/
+15
*
ring-buffer: Up rb_iter_peek() loop count to 3
Steven Rostedt (Red Hat)
2014-09-17
1
-6
/
+8
*
ring-buffer: Always reset iterator to reader page
Steven Rostedt (Red Hat)
2014-09-17
1
-11
/
+6
*
tracing: Fix wraparound problems in "uptime" trace clock
Tony Luck
2014-07-31
2
-5
/
+6
*
ring-buffer: Fix polling on trace_pipe
Martin Lau
2014-07-28
1
-4
/
+0
*
tracing: Add TRACE_ITER_PRINTK flag check in __trace_puts/__trace_bputs
zhangwei(Jovi)
2014-07-28
1
-0
/
+6
*
tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputs
zhangwei(Jovi)
2014-07-28
1
-2
/
+10
*
tracing: Fix graph tracer with stack tracer on other archs
Steven Rostedt (Red Hat)
2014-07-28
1
-2
/
+2
*
tracing: instance_rmdir() leaks ftrace_event_file->filter
Oleg Nesterov
2014-07-28
1
-0
/
+1
*
ring-buffer: Check if buffer exists before polling
Steven Rostedt (Red Hat)
2014-07-17
3
-10
/
+24
*
tracing: Remove ftrace_stop/start() from reading the trace file
Steven Rostedt (Red Hat)
2014-07-09
1
-2
/
+0
*
tracing: Try again for saved cmdline if failed due to locking
Steven Rostedt (Red Hat)
2014-07-06
1
-6
/
+7
*
ftrace/module: Hardcode ftrace_module_init() call into load_module()
Steven Rostedt (Red Hat)
2014-06-07
1
-23
/
+4
*
tracing: Use rcu_dereference_sched() for trace event triggers
Steven Rostedt (Red Hat)
2014-05-31
1
-1
/
+1
*
tracing/uprobes: Fix uprobe_cpu_buffer memory leak
zhangwei(Jovi)
2014-05-31
1
-0
/
+6
*
blktrace: fix accounting of partially completed requests
Roman Pen
2014-05-31
1
-9
/
+11
*
tracing: Fix traceon trigger condition to actually turn tracing on
Steven Rostedt (Red Hat)
2014-03-25
1
-2
/
+25
*
tracing: Fix array size mismatch in format string
Vaibhav Nagarnaik
2014-03-20
2
-11
/
+2
*
tracing: Do not add event files for modules that fail tracepoints
Steven Rostedt (Red Hat)
2014-03-03
1
-0
/
+10
*
ring-buffer: Fix first commit on sub-buffer having non-zero delta
Steven Rostedt (Red Hat)
2014-02-11
1
-0
/
+7
*
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2014-01-30
1
-7
/
+8
|
\
|
*
Merge tag 'v3.13-rc6' into for-3.14/core
Jens Axboe
2013-12-31
4
-41
/
+46
|
|
\
|
*
|
block: Abstract out bvec iterator
Kent Overstreet
2013-11-23
1
-7
/
+8
*
|
|
Merge tag 'trace-fixes-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2014-01-27
1
-32
/
+81
|
\
\
\
|
*
|
|
tracing: Check if tracing is enabled in trace_puts()
Steven Rostedt (Red Hat)
2014-01-23
1
-0
/
+6
|
*
|
|
tracing: Fix formatting of trace README file
Steven Rostedt (Red Hat)
2014-01-23
1
-52
/
+64
|
*
|
|
tracing/README: Add event file usage to tracing mini-HOWTO
Tom Zanussi
2014-01-22
1
-3
/
+34
*
|
|
|
Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2014-01-22
13
-908
/
+3061
|
\
|
|
|
|
*
|
|
tracing: Fix buggered tee(2) on tracing_pipe
Al Viro
2014-01-19
1
-7
/
+1
|
*
|
|
tracing: Have trace buffer point back to trace_array
Steven Rostedt (Red Hat)
2014-01-14
1
-0
/
+2
|
*
|
|
ftrace: Fix synchronization location disabling and freeing ftrace_ops
Steven Rostedt (Red Hat)
2014-01-13
1
-26
/
+32
[next]