index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-18
Merge branches 'tracing/branch-tracer' and 'tracing/urgent' into tracing/core
Ingo Molnar
3
-5
/
+1
2008-11-18
kernel/profile.c: fix section mismatch warning
Rakib Mullick
1
-1
/
+1
2008-11-17
tracing: branch tracer, fix writing to trace/trace_options
Aneesh Kumar K.V
2
-4
/
+0
2008-11-17
Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-r...
Ingo Molnar
39
-429
/
+841
2008-11-16
markers/tracpoints: fix non-modular build
Ingo Molnar
2
-0
/
+8
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
function tracing: fix wrong pos computing when read buffer has been fulfilled
walimis
1
-11
/
+15
2008-11-16
tracing/function-return-tracer: support for dynamic ftrace on function return...
Frederic Weisbecker
6
-155
/
+211
2008-11-16
tracing/function-return-tracer: add a barrier to ensure return stack index is...
Frederic Weisbecker
1
-0
/
+1
2008-11-16
Merge branch 'tracing/ftrace' into tracing/function-return-tracer
Ingo Molnar
18
-164
/
+284
2008-11-16
tracing/branch-tracer: fix a trace recursion on branch tracer
Frederic Weisbecker
1
-2
/
+2
2008-11-16
tracing/ftrace: change the type of the init() callback
Frederic Weisbecker
13
-24
/
+88
2008-11-16
tracing/ftrace: fix unexpected -EINVAL when longest tracer name is set
Frederic Weisbecker
1
-5
/
+7
2008-11-16
ftrace: make filtered functions effective on setting
Steven Rostedt
1
-1
/
+1
2008-11-16
ftrace: fix dyn ftrace filter
Steven Rostedt
1
-47
/
+36
2008-11-16
ftrace: allow NULL pointers in mcount_loc
Steven Rostedt
1
-0
/
+8
2008-11-16
ftrace: pass module struct to arch dynamic ftrace functions
Steven Rostedt
5
-54
/
+100
2008-11-16
ftrace: replace raw_local_irq_save with local_irq_save
Steven Rostedt
2
-4
/
+4
2008-11-16
ftrace: do not process freed records
Steven Rostedt
1
-2
/
+6
2008-11-16
ftrace: disable ftrace on anomalies in trace start and stop
Steven Rostedt
1
-37
/
+44
2008-11-16
ftrace: remove condition from ftrace_record_ip
Steven Rostedt
1
-1
/
+1
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-13
tracing/function-return-tracer: call prepare_ftrace_return by registers
Frederic Weisbecker
2
-5
/
+1
2008-11-13
tracing/function-return-tracer: make the function return tracer lockless
Frederic Weisbecker
1
-38
/
+5
2008-11-13
ftrace: rename trace_unlikely.c file
Steven Rostedt
2
-1
/
+1
2008-11-13
ftrace: add tracer called branch
Steven Rostedt
3
-0
/
+67
[next]