index
:
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.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
*
tracing/kprobes: Fix __init annotation
Arnd Bergmann
2017-02-02
1
-1
/
+1
*
tracing: Fix hwlat kthread migration
Steven Rostedt (VMware)
2017-01-31
1
-3
/
+5
*
clocksource: Use a plain u64 instead of cycle_t
Thomas Gleixner
2016-12-25
5
-13
/
+13
*
Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2016-12-15
17
-249
/
+675
|
\
|
*
kprobes/trace: Fix kprobe selftest for newer gcc
Marcin Nowakowski
2016-12-12
1
-5
/
+23
|
*
tracing/kprobes: Add a helper method to return number of probe hits
Marcin Nowakowski
2016-12-12
1
-6
/
+13
|
*
tracing/rb: Init the CPU mask on allocation
Sebastian Andrzej Siewior
2016-12-12
1
-1
/
+1
|
*
tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate results
Pavankumar Kondeti
2016-12-12
1
-1
/
+1
|
*
tracing/fgraph: Have wakeup and irqsoff tracers ignore graph functions too
Steven Rostedt (Red Hat)
2016-12-09
4
-7
/
+42
|
*
fgraph: Handle a case where a tracer ignores set_graph_notrace
Steven Rostedt (Red Hat)
2016-12-09
1
-3
/
+14
|
*
tracing: Replace kmap with copy_from_user() in trace_marker writing
Steven Rostedt (Red Hat)
2016-12-09
1
-102
/
+37
|
*
tracing: Allow benchmark to be enabled at early_initcall()
Steven Rostedt (Red Hat)
2016-12-09
1
-1
/
+12
|
*
tracing: Have system enable return error if one of the events fail
Steven Rostedt (Red Hat)
2016-12-09
1
-2
/
+11
|
*
tracing: Do not start benchmark on boot up
Steven Rostedt (Red Hat)
2016-12-09
1
-1
/
+11
|
*
tracing: Have the reg function allow to fail
Steven Rostedt (Red Hat)
2016-12-09
2
-2
/
+3
|
*
ring-buffer: Force rb_end_commit() and rb_set_commit_to_write() inline
Steven Rostedt (Red Hat)
2016-11-23
1
-2
/
+2
|
*
ring-buffer: Froce rb_update_write_stamp() to be inlined
Steven Rostedt (Red Hat)
2016-11-23
1
-2
/
+2
|
*
ring-buffer: Force inline of hotpath helper functions
Steven Rostedt (Red Hat)
2016-11-23
1
-8
/
+8
|
*
tracing: Make __buffer_unlock_commit() always_inline
Steven Rostedt (Red Hat)
2016-11-23
5
-21
/
+32
|
*
tracing: Make tracepoint_printk a static_key
Steven Rostedt (Red Hat)
2016-11-23
2
-40
/
+78
|
*
ring-buffer: Always inline rb_event_data()
Steven Rostedt (Red Hat)
2016-11-23
1
-1
/
+1
|
*
ring-buffer: Make rb_reserve_next_event() always inlined
Steven Rostedt (Red Hat)
2016-11-23
1
-1
/
+1
|
*
tracing: Create a always_inlined __trace_buffer_lock_reserve()
Steven Rostedt (Red Hat)
2016-11-23
1
-39
/
+48
|
*
tracing: Add error checks to creation of event files
Steven Rostedt (Red Hat)
2016-11-22
1
-9
/
+21
|
*
tracing: Add hook to function tracing for other subsystems to use
Chunyan Zhang
2016-11-22
1
-1
/
+128
|
*
tracing: Add new trace_marker_raw
Steven Rostedt
2016-11-15
4
-31
/
+181
|
*
tracing: Allow wakeup_dl tracer to be used by instances
Zhou Chengming
2016-11-14
1
-0
/
+1
|
*
tracing/filter: Define op as the enum that it is
Steven Rostedt (Red Hat)
2016-11-14
1
-10
/
+12
|
*
tracing: Optimise comparison filters and fix binary and for 64 bit
Steven Rostedt (Red Hat)
2016-11-14
1
-32
/
+48
|
*
ftrace: Support full glob matching
Masami Hiramatsu
2016-11-14
5
-2
/
+25
*
|
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-12-13
1
-7
/
+7
|
\
\
|
*
|
block: better op and flags encoding
Christoph Hellwig
2016-10-28
1
-7
/
+7
*
|
|
Merge tag 'pstore-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-12-13
1
-0
/
+17
|
\
\
\
|
*
|
|
ftrace: Provide API to use global filtering for ftrace ops
Joel Fernandes
2016-11-15
1
-0
/
+17
|
|
/
/
*
|
|
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-12-12
1
-0
/
+1
|
\
\
\
|
*
|
|
trace: Add an option for boot clock as trace clock
Joel Fernandes
2016-11-29
1
-0
/
+1
|
|
/
/
*
|
|
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-12-12
2
-92
/
+60
|
\
\
\
|
*
|
|
tracing/rb: Init the CPU mask on allocation
Sebastian Andrzej Siewior
2016-12-07
1
-1
/
+1
|
*
|
|
tracing/rb: Convert to hotplug state machine
Sebastian Andrzej Siewior
2016-12-02
2
-91
/
+59
|
|
/
/
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-22
1
-1
/
+23
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
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
|
|
/
*
/
bpf: add helper for retrieving current numa node id
Daniel Borkmann
2016-10-22
1
-0
/
+2
|
/
*
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
[next]