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-05-23
ftrace: move enums to ftrace.h and make helper function global
Thomas Gleixner
2
-16
/
+23
2008-05-23
x86: add a list for custom page fault handlers.
Pekka Paalanen
3
-0
/
+73
2008-05-23
ftrace: dont write protect kernel text
Steven Rostedt
2
-2
/
+12
2008-05-23
ftrace: fix the fault label in updating code
Steven Rostedt
1
-2
/
+2
2008-05-23
ftrace: selftest protect againt max flip
Steven Rostedt
1
-3
/
+7
2008-05-23
ftrace: fix mutex unlock in trace output
Steven Rostedt
1
-1
/
+3
2008-05-23
ftrace: add UNINTERRUPTIBLE state for kftraced on disable
Steven Rostedt
1
-4
/
+2
2008-05-23
ftrace: restrict tracing to HAVE_FTRACE architectures
Ingo Molnar
1
-0
/
+4
2008-05-23
ftrace: use Makefile to remove tracing from lockdep
Steven Rostedt
2
-13
/
+21
2008-05-23
ftrace: remove function tracing from spinlock debug
Steven Rostedt
1
-1
/
+2
2008-05-23
ftrace: user raw_spin_lock in tracing
Steven Rostedt
2
-22
/
+31
2008-05-23
ftrace: irqsoff use raw_smp_processor_id
Steven Rostedt
1
-9
/
+10
2008-05-23
ftrace: remove add-hoc code
Ingo Molnar
3
-58
/
+2
2008-05-23
ftrace: fix dynamic ftrace selftest
Steven Rostedt
4
-6
/
+13
2008-05-23
ftrace: add TRACE_STACK and TRACE_SPECIAL to selftest validation
Steven Rostedt
1
-1
/
+3
2008-05-23
ftrace: printk and trace irqsoff and wakeups
Steven Rostedt
2
-25
/
+14
2008-05-23
ftrace: remove wakeup from function trace
Steven Rostedt
1
-2
/
+0
2008-05-23
ftrace: make it more available in the Kconfig
Ingo Molnar
1
-3
/
+1
2008-05-23
ftrace: fix wakeup callback
Peter Zijlstra
1
-1
/
+1
2008-05-23
ftrace: trace next state
Peter Zijlstra
2
-10
/
+26
2008-05-23
ftrace: sched special
Ingo Molnar
4
-3
/
+36
2008-05-23
ftrace: sched tree fix
Ingo Molnar
1
-14
/
+21
2008-05-23
ftrace: include cpu in stacktrace
Ingo Molnar
1
-15
/
+11
2008-05-23
ftrace: iter ctrl fix
Ingo Molnar
1
-0
/
+5
2008-05-23
ftrace: fix cmdline tracing
Ingo Molnar
1
-4
/
+4
2008-05-23
ftrace: make use of tracing_cpumask
Ingo Molnar
1
-31
/
+64
2008-05-23
ftrace: add tracing_cpumask
Ingo Molnar
1
-8
/
+70
2008-05-23
ftrace: trace scheduler rbtree
Ingo Molnar
3
-2
/
+6
2008-05-23
ftrace: fix __trace_special()
Ingo Molnar
2
-12
/
+12
2008-05-23
ftrace: fix wakeups
Ingo Molnar
3
-4
/
+31
2008-05-23
ftrace: trace curr/next tasks
Ingo Molnar
1
-1
/
+12
2008-05-23
ftrace: sched tracer, trace full rbtree
Ingo Molnar
5
-52
/
+108
2008-05-23
ftrace: make nostacktrace the default
Ingo Molnar
1
-1
/
+1
2008-05-23
ftrace: sched tracer fix
Ingo Molnar
3
-17
/
+4
2008-05-23
ftrace: add stack tracing
Ingo Molnar
4
-18
/
+99
2008-05-23
ftrace: add wakeup events to sched tracer
Ingo Molnar
5
-5
/
+88
2008-05-23
ftrace: remove notrace
Ingo Molnar
8
-130
/
+130
2008-05-23
ftrace: disable -pg for the tracer itself
Ingo Molnar
1
-0
/
+8
2008-05-23
ftrace: do not profile lib/string.o
Steven Rostedt
1
-0
/
+8
2008-05-23
ftrace: remove address of function names
Steven Rostedt
1
-2
/
+2
2008-05-23
ftrace: cleanups
Ingo Molnar
3
-4
/
+5
2008-05-23
ftrace: add trace_function api for other tracers to use
Steven Rostedt
4
-11
/
+17
2008-05-23
ftrace: allow the event pipe to be polled
Soeren Sandmann Pedersen
1
-1
/
+38
2008-05-23
ftrace: build fix
Ingo Molnar
1
-5
/
+5
2008-05-23
ftrace: build fix
Ingo Molnar
1
-0
/
+6
2008-05-23
ftrace: introduce the "hex" output method
Ingo Molnar
1
-1
/
+92
2008-05-23
ftrace: build fix
Ingo Molnar
2
-46
/
+67
2008-05-23
ftrace: use cpu clock again
Ingo Molnar
1
-53
/
+1
2008-05-23
ftrace: enabled tracing by default
Steven Rostedt
1
-1
/
+3
2008-05-23
ftrace: disable tracing on failure
Steven Rostedt
3
-9
/
+110
[prev]
[next]