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
*
ftrace: Fix kmemleak in unregister_ftrace_graph
Shu Wang
2017-10-12
1
-14
/
+0
*
tracing: Erase irqsoff trace with empty write
Bo Yan
2017-10-05
1
-2
/
+8
*
tracing: Fix trace_pipe behavior for instance traces
Tahsin Erdogan
2017-10-05
1
-1
/
+1
*
tracing: Apply trace_clock changes to instance max buffer
Baohong Liu
2017-09-27
1
-1
/
+1
*
tracing: Add barrier to trace_printk() buffer nesting modification
Steven Rostedt (VMware)
2017-09-27
1
-1
/
+7
*
ftrace: Fix memleak when unregistering dynamic ops when tracing disabled
Steven Rostedt (VMware)
2017-09-27
1
-4
/
+6
*
ftrace: Fix selftest goto location on error
Steven Rostedt (VMware)
2017-09-27
1
-1
/
+1
*
ftrace: Check for null ret_stack on profile function graph entry function
Steven Rostedt (VMware)
2017-08-30
1
-0
/
+4
*
tracing: Fix freeing of filter in create_filter() when set_str is false
Steven Rostedt (VMware)
2017-08-30
1
-0
/
+4
*
tracing: Fix kmemleak in tracing_map_array_free()
Chunyu Hu
2017-08-30
1
-4
/
+7
*
tracing: Call clear_boot_tracer() at lateinit_sync
Steven Rostedt (VMware)
2017-08-30
1
-1
/
+1
*
bpf: fix bpf_trace_printk on 32 bit archs
Daniel Borkmann
2017-08-30
1
-4
/
+30
*
tracing: Fix kmemleak in instance_rmdir
Chunyu Hu
2017-07-27
1
-0
/
+1
*
ftrace: Fix uninitialized variable in match_records()
Dan Carpenter
2017-07-27
1
-1
/
+1
*
tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate results
Pavankumar Kondeti
2017-07-21
1
-1
/
+1
*
tracing/kprobes: Allow to create probe with a module name starting with a digit
Sabrina Dubroca
2017-07-12
1
-13
/
+8
*
tracing/kprobes: Enforce kprobes teardown after testing
Thomas Gleixner
2017-05-25
1
-0
/
+5
*
ring-buffer: Have ring_buffer_iter_empty() return true when empty
Steven Rostedt (VMware)
2017-04-27
1
-2
/
+14
*
tracing: Allocate the snapshot buffer before enabling probe
Steven Rostedt (VMware)
2017-04-27
1
-3
/
+5
*
ftrace: Fix function pid filter on instances
Namhyung Kim
2017-04-21
3
-0
/
+12
*
ftrace: Fix removing of second function probe
Steven Rostedt (VMware)
2017-04-21
1
-4
/
+16
*
ring-buffer: Fix return value check in test_ringbuffer()
Wei Yongjun
2017-04-12
1
-4
/
+4
*
fs: Better permission checking for submounts
Eric W. Biederman
2017-03-15
1
-2
/
+2
*
tracing: Fix hwlat kthread migration
Steven Rostedt (VMware)
2017-02-09
1
-3
/
+5
*
fgraph: Handle a case where a tracer ignores set_graph_notrace
Steven Rostedt (Red Hat)
2017-01-09
1
-3
/
+14
*
ftrace: Add more checks for FTRACE_FL_DISABLED in processing ip records
Steven Rostedt (Red Hat)
2016-11-14
1
-0
/
+22
*
ftrace: Ignore FTRACE_FL_DISABLED while walking dyn_ftrace records
Alexei Starovoitov
2016-11-14
1
-1
/
+1
*
Disable the __builtin_return_address() warning globally after all
Linus Torvalds
2016-10-12
1
-4
/
+0
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2016-10-07
1
-4
/
+2
|
\
|
*
tracing/syscalls: fix multiline in error message text
Colin Ian King
2016-09-29
1
-4
/
+2
*
|
Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2016-10-06
11
-9
/
+783
|
\
\
|
*
|
tracing: Call traceoff trigger after event is recorded
Masami Hiramatsu
2016-09-23
1
-0
/
+1
|
*
|
tracing: Have max_latency be defined for HWLAT_TRACER as well
Steven Rostedt (Red Hat)
2016-09-12
2
-3
/
+5
|
*
|
tracing: Add NMI tracing in hwlat detector
Steven Rostedt (Red Hat)
2016-09-02
3
-3
/
+72
|
*
|
tracing: Have hwlat trace migrate across tracing_cpumask CPUs
Steven Rostedt (Red Hat)
2016-09-02
1
-0
/
+55
|
*
|
tracing: Added hardware latency tracer
Steven Rostedt (Red Hat)
2016-09-02
7
-1
/
+642
|
*
|
ftrace: Access ret_stack->subtime only in the function profiler
Namhyung Kim
2016-09-01
2
-1
/
+6
|
*
|
function_graph: Handle TRACE_BPUTS in print_graph_comment
Namhyung Kim
2016-09-01
1
-0
/
+5
|
*
|
tracing/uprobe: Drop isdigit() check in create_trace_uprobe
Dmitry Safonov
2016-09-01
1
-4
/
+0
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2016-10-05
1
-35
/
+125
|
\
\
\
|
*
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-10-02
1
-13
/
+16
|
|
\
\
\
|
*
|
|
|
bpf: add BPF_CALL_x macros for declaring helpers
Daniel Borkmann
2016-09-09
1
-39
/
+36
|
*
|
|
|
bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macros
Daniel Borkmann
2016-09-09
1
-6
/
+6
|
*
|
|
|
bpf: introduce BPF_PROG_TYPE_PERF_EVENT program type
Alexei Starovoitov
2016-09-02
1
-0
/
+61
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-08-30
1
-1
/
+1
|
|
\
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-08-18
1
-3
/
+3
|
|
\
\
\
\
|
*
|
|
|
|
bpf: allow bpf_get_prandom_u32() to be used in tracing
Alexei Starovoitov
2016-08-12
1
-0
/
+2
|
*
|
|
|
|
bpf: Add bpf_current_task_under_cgroup helper
Sargun Dhillon
2016-08-12
1
-0
/
+30
*
|
|
|
|
|
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2016-10-03
2
-7
/
+65
|
\
\
\
\
\
\
|
*
\
\
\
\
\
Merge branch 'x86/urgent' into x86/asm
Thomas Gleixner
2016-09-30
1
-13
/
+16
|
|
\
\
\
\
\
\
|
|
|
|
_
|
_
|
/
/
|
|
|
/
|
|
|
|
[next]