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.12.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
Commit message (
Expand
)
Author
Age
Files
Lines
*
tracing: Add missing function triggers dump and cpudump to README
Steven Rostedt (Red Hat)
2014-04-10
1
-0
/
+2
*
tracing: Fix anonymous unions in struct ftrace_event_call
Mathieu Desnoyers
2014-04-09
3
-7
/
+19
*
tracepoint: Fix sparse warnings in tracepoint.c
Mathieu Desnoyers
2014-04-09
3
-5
/
+9
*
tracepoint: Simplify tracepoint module search
Steven Rostedt (Red Hat)
2014-04-08
2
-7
/
+5
*
tracepoint: Use struct pointer instead of name hash for reg/unreg tracepoints
Mathieu Desnoyers
2014-04-08
9
-352
/
+331
*
Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2014-04-03
36
-591
/
+739
|
\
|
*
tracing: Add BUG_ON when stack end location is over written
Aaron Tomlin
2014-03-24
1
-0
/
+3
|
*
tracepoint: Remove unused API functions
Mathieu Desnoyers
2014-03-21
2
-235
/
+5
|
*
Revert "tracing: Move event storage for array from macro to standalone function"
Steven Rostedt (Red Hat)
2014-03-21
5
-29
/
+30
|
*
ftrace: Constify ftrace_text_reserved
Sasha Levin
2014-03-11
2
-3
/
+3
|
*
tracepoints: API doc update to tracepoint_probe_register() return value
Mathieu Desnoyers
2014-03-11
1
-1
/
+11
|
*
tracepoints: API doc update to data argument
Mathieu Desnoyers
2014-03-11
1
-0
/
+4
|
*
ftrace: Fix compilation warning about control_ops_free
Jiri Slaby
2014-03-11
1
-5
/
+5
|
*
ftrace/x86: BUG when ftrace recovery fails
Petr Mladek
2014-03-07
1
-3
/
+15
|
*
ftrace: Warn on error when modifying ftrace function
Petr Mladek
2014-03-07
1
-5
/
+12
|
*
ftrace: Remove freelist from struct dyn_ftrace
Jiri Slaby
2014-03-07
1
-5
/
+2
|
*
ftrace: Do not pass data to ftrace_dyn_arch_init
Jiri Slaby
2014-03-07
15
-19
/
+16
|
*
ftrace: Pass retval through return in ftrace_dyn_arch_init()
Jiri Slaby
2014-03-07
14
-41
/
+2
|
*
ftrace: Inline the code from ftrace_dyn_table_alloc()
Jiri Slaby
2014-03-07
1
-19
/
+6
|
*
ftrace: Cleanup of global variables ftrace_new_pgs and ftrace_update_cnt
Jiri Slaby
2014-03-07
1
-17
/
+8
|
*
tracing: Evaluate len expression only once in __dynamic_array macro
Filipe Brandenburger
2014-03-07
1
-2
/
+4
|
*
tracing: Correctly expand len expressions from __dynamic_array macro
Filipe Brandenburger
2014-03-07
1
-1
/
+1
|
*
tracing/module: Replace include of tracepoint.h with jump_label.h in module.h
Steven Rostedt (Red Hat)
2014-03-07
1
-1
/
+1
|
*
tracing: Fix event header migrate.h to include tracepoint.h
Steven Rostedt (Red Hat)
2014-03-07
1
-0
/
+2
|
*
tracing: Fix event header writeback.h to include tracepoint.h
Steven Rostedt (Red Hat)
2014-03-07
1
-0
/
+1
|
*
tracing: Warn if a tracepoint is not set via debugfs
Steven Rostedt
2014-03-07
1
-1
/
+10
|
*
tracing: Use helper functions in event assignment to shrink macro size
Steven Rostedt
2014-03-07
3
-16
/
+51
|
*
tracing: Move event storage for array from macro to standalone function
Steven Rostedt
2014-03-07
5
-26
/
+33
|
*
tracing: Move raw output code from macro to standalone function
Steven Rostedt
2014-03-07
3
-9
/
+37
|
*
ftrace/x86: Have ftrace_write() return -EPERM and clean up callers
Steven Rostedt (Red Hat)
2014-03-07
1
-19
/
+8
|
*
tracepoint: Do not waste memory on mods with no tracepoints
Steven Rostedt (Red Hat)
2014-03-03
1
-0
/
+6
|
*
ftrace/x86: One more missing sync after fixup of function modification failure
Petr Mladek
2014-03-03
1
-1
/
+1
|
*
ftrace/x86: Run a sync after fixup on failure
Steven Rostedt (Red Hat)
2014-03-03
1
-2
/
+3
|
*
ftrace: Have static function trace clear ENABLED flag on unregister
Steven Rostedt (Red Hat)
2014-02-20
1
-1
/
+7
|
*
tracing: Add trace_clock=<clock> kernel parameter
Steven Rostedt
2014-02-20
1
-16
/
+45
|
*
tracing/uprobes: Support mix of ftrace and perf
Namhyung Kim
2014-02-20
1
-8
/
+1
|
*
tracing/uprobes: Support event triggering
Namhyung Kim
2014-02-20
1
-2
/
+4
|
*
tracing/uprobes: Support ftrace_event_file base multibuffer
zhangwei(Jovi)
2014-02-20
3
-38
/
+101
|
*
tracing/uprobes: Move argument fetching to uprobe_dispatcher()
Namhyung Kim
2014-02-20
1
-37
/
+56
|
*
tracing/uprobes: Rename uprobe_{trace,perf}_print() functions
Namhyung Kim
2014-02-20
1
-6
/
+6
|
*
ftrace: Allow for function tracing instance to filter functions
Steven Rostedt (Red Hat)
2014-02-20
5
-14
/
+96
|
*
ftrace: Pass in global_ops for use with filtering files
Steven Rostedt (Red Hat)
2014-02-20
1
-4
/
+8
|
*
ftrace: Allow instances to use function tracing
Steven Rostedt (Red Hat)
2014-02-20
2
-40
/
+81
|
*
tracing: Convert tracer->enabled to counter
Steven Rostedt (Red Hat)
2014-02-20
2
-4
/
+4
|
*
tracing: Disable tracers before deletion of instance
Steven Rostedt (Red Hat)
2014-02-20
1
-0
/
+18
|
*
ftrace: Copy ops private to global_ops private
Steven Rostedt (Red Hat)
2014-02-20
1
-9
/
+8
|
*
ftrace: Add private data to ftrace_ops
Steven Rostedt (Red Hat)
2014-02-20
1
-0
/
+12
|
*
tracing: Only let top level have option files
Steven Rostedt (Red Hat)
2014-02-20
1
-3
/
+5
|
*
tracing: Set up infrastructure to allow tracers for instances
Steven Rostedt (Red Hat)
2014-02-20
3
-16
/
+60
|
*
tracing: Pass trace_array to flag_changed callback
Steven Rostedt (Red Hat)
2014-02-20
4
-4
/
+8
[next]