index
:
platform/kernel/linux-stable
linux-3.14.y
sandbox/rkrypa/tizen-netfilter-backport-3.10
sandbox/rkrypa/tizen-netfilter-backport-3.14
sandbox/rkrypa/tizen-netfilter-backport-3.4
sandbox/rkrypa/tizen-netfilter-backport-4.0
sandbox/rkrypa/tizen-security-backport-3.10
sandbox/rkrypa/tizen-security-backport-3.14
sandbox/rkrypa/tizen-security-backport-3.4
sandbox/rkrypa/tizen-security-backport-4.0
sandbox/rkrypa/tizen-security-backport-4.4
tizen
tizen_3.14.20
tizen_3.14.25
upstream
upstream_ltsi
Domain: System / Kernel;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-16
tracepoints: format documentation
Ingo Molnar
1
-40
/
+47
2008-11-16
tracepoints, docs: marker_synchronize_unregister->tracepoint_synchronize_unre...
Mathieu Desnoyers
1
-1
/
+1
2008-11-16
tracepoints: documentation fix for teardown
Mathieu Desnoyers
1
-4
/
+6
2008-11-16
tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()
Mathieu Desnoyers
11
-25
/
+66
2008-11-16
tracepoints: use modules notifiers
Mathieu Desnoyers
2
-5
/
+29
2008-11-16
tracepoints: do not put arguments in name
Mathieu Desnoyers
1
-5
/
+3
2008-11-16
tracepoints: use unregister return value
Mathieu Desnoyers
1
-4
/
+6
2008-11-16
tracepoints: use rcu_*_sched_notrace
Mathieu Desnoyers
1
-2
/
+2
2008-11-16
tracepoints: fix disable
Mathieu Desnoyers
1
-0
/
+1
2008-11-16
tracepoints: samples, fix teardown
Mathieu Desnoyers
2
-0
/
+2
2008-11-16
markers: create DEFINE_MARKER and GET_MARKER (new API)
Mathieu Desnoyers
2
-16
/
+37
2008-11-16
markers: auto enable tracepoints (new API : trace_mark_tp())
Mathieu Desnoyers
3
-3
/
+96
2008-11-16
markers: use module notifier
Mathieu Desnoyers
2
-4
/
+29
2008-11-16
markers: use rcu_*_sched_notrace and notrace
Mathieu Desnoyers
1
-7
/
+9
2008-11-16
markers: add missing stdargs.h include, needed due to va_list usage
Arnaldo Carvalho de Melo
1
-0
/
+1
2008-11-16
markers: fix unregister
Mathieu Desnoyers
1
-5
/
+7
2008-11-16
rcu: add rcu_read_*_sched_notrace()
Mathieu Desnoyers
1
-0
/
+2
2008-11-16
Merge branches 'tracing/fastboot', 'tracing/ftrace' and 'tracing/urgent' into...
Ingo Molnar
5
-44
/
+55
2008-11-13
tracing/fastboot: put error message on stderr
Stephen Hemminger
1
-5
/
+7
2008-11-13
ftrace: remove unnecessary if condition of __unregister_ftrace_function
walimis
1
-2
/
+1
2008-11-13
tracing: fix mmiotrace resizing crash
Ingo Molnar
1
-0
/
+6
2008-11-13
ftrace: CPU buffer start annotation clean ups
Steven Rostedt
2
-1
/
+16
2008-11-13
ftrace: rename iter_ctrl to trace_options
Steven Rostedt
2
-16
/
+16
2008-11-13
ftrace: show buffer size in kilobytes
Steven Rostedt
2
-18
/
+9
2008-11-13
ftrace: rename trace_entries to buffer_size_kb
Steven Rostedt
2
-11
/
+11
2008-11-13
Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/function...
Ingo Molnar
4
-46
/
+15
2008-11-12
tracing/function-return-tracer: call prepare_ftrace_return by registers
Frederic Weisbecker
2
-5
/
+1
2008-11-12
tracing/function-return-tracer: make the function return tracer lockless
Frederic Weisbecker
1
-38
/
+5
2008-11-12
ftrace: rename trace_unlikely.c file
Steven Rostedt
2
-1
/
+1
2008-11-12
ftrace: add tracer called branch
Steven Rostedt
3
-0
/
+67
2008-11-12
ftrace: rename unlikely iter_ctrl to branch
Steven Rostedt
3
-45
/
+45
2008-11-12
trace: rename unlikely profiler to branch profiler
Steven Rostedt
9
-27
/
+27
2008-11-12
tracing/fastboot: fix perlcritic warning
Stephen Hemminger
1
-2
/
+2
2008-11-12
tracing: finetune branch-tracer output
Ingo Molnar
1
-2
/
+2
2008-11-12
tracing: branch tracer, fix vdso crash
Ingo Molnar
3
-8
/
+10
2008-11-12
tracing: branch tracer, tweak output
Ingo Molnar
1
-2
/
+2
2008-11-12
tracing: likely/unlikely branch annotation tracer
Steven Rostedt
5
-0
/
+210
2008-11-12
tracing: profile likely and unlikely annotations
Steven Rostedt
6
-3
/
+261
2008-11-12
Merge branches 'tracing/fastboot', 'tracing/function-return-tracer' and 'trac...
Ingo Molnar
1
-12
/
+17
2008-11-12
ring-buffer: fix deadlock from reader_lock in read_start
Steven Rostedt
1
-12
/
+17
2008-11-12
ring-buffer: no preempt for sched_clock()
Steven Rostedt
1
-1
/
+7
2008-11-12
tracing/fastboot: Use the ring-buffer timestamp for initcall entries
Frederic Weisbecker
4
-59
/
+144
2008-11-12
tracing/fastboot: move boot tracer structs and funcs into their own header.
Frederic Weisbecker
4
-41
/
+45
2008-11-12
Merge branch 'tracing/function-return-tracer' into tracing/fastboot
Ingo Molnar
16
-16
/
+506
2008-11-12
Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/core
Ingo Molnar
182
-3617
/
+6930
2008-11-11
ring-buffer: clean up warn ons
Steven Rostedt
1
-86
/
+57
2008-11-11
Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
Ingo Molnar
3
-6
/
+106
2008-11-11
ring-buffer: buffer record on/off switch
Steven Rostedt
3
-6
/
+106
2008-11-11
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-6
/
+26
2008-11-11
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-26
/
+48
[next]