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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ftrace: inject markers via trace_marker file
Pekka Paalanen
2008-10-14
2
-5
/
+75
*
mmiotrace: handle TRACE_PRINT entries
Pekka Paalanen
2008-10-14
3
-20
/
+53
*
x86 mmiotrace: implement mmiotrace_printk()
Pekka Paalanen
2008-10-14
1
-0
/
+5
*
ftrace: add trace_vprintk()
Pekka Paalanen
2008-10-14
2
-6
/
+19
*
ftrace: move mmiotrace functions out of trace.c
Pekka Paalanen
2008-10-14
3
-53
/
+50
*
ftrace: fix unlocking of hash
Steven Rostedt
2008-10-14
1
-1
/
+2
*
ftrace: make it depend on DEBUG_KERNEL
Ingo Molnar
2008-10-14
1
-0
/
+7
*
ftrace: sched_switch: show the wakee's cpu
Peter Zijlstra
2008-10-14
2
-3
/
+10
*
ftrace: make ftrace_printk usable with the other tracers
Peter Zijlstra
2008-10-14
2
-3
/
+6
*
ftrace: print continue index fix
Steven Rostedt
2008-10-14
1
-5
/
+10
*
ftrace: binary and not logical for continue test
Steven Rostedt
2008-10-14
1
-3
/
+3
*
ftrace: make output nicely spaced for up to 999 cpus
Michael Ellerman
2008-10-14
1
-14
/
+14
*
stack tracer: depends on DEBUG_KERNEL
Ingo Molnar
2008-10-14
1
-0
/
+1
*
ftrace: stack trace add indexes
Steven Rostedt
2008-10-14
1
-17
/
+73
*
ftrace: remove direct reference to mcount in trace code
Steven Rostedt
2008-10-14
1
-1
/
+9
*
ftrace: add stack tracer
Steven Rostedt
2008-10-14
3
-0
/
+264
*
ftrace: clean up macro usage
Ingo Molnar
2008-10-14
1
-1
/
+1
*
ftrace: fix build failure
Stephen Rothwell
2008-10-14
1
-2
/
+2
*
ftrace: add necessary locking for ftrace records
Steven Rostedt
2008-10-14
1
-14
/
+30
*
ftrace: do not init module on ftrace disabled
Steven Rostedt
2008-10-14
1
-2
/
+2
*
ftrace: fix some mistakes in error messages
Frédéric Weisbecker
2008-10-14
1
-5
/
+5
*
ftrace: dump out ftrace buffers to console on panic
Steven Rostedt
2008-10-14
1
-1
/
+174
*
ftrace: ftrace_printk doc moved
Steven Rostedt
2008-10-14
1
-16
/
+0
*
ftrace: printk formatting infrastructure
Steven Rostedt
2008-10-14
3
-33
/
+262
*
ftrace: new continue entry - separate out from trace_entry
Steven Rostedt
2008-10-14
3
-136
/
+160
*
ftrace: remove old pointers to mcount
Steven Rostedt
2008-10-14
2
-6
/
+38
*
ftrace: do not show freed records in available_filter_functions
Steven Rostedt
2008-10-14
1
-6
/
+4
*
ftrace: enable mcount recording for modules
Steven Rostedt
2008-10-14
2
-0
/
+16
*
ftrace: mcount call site on boot nops core
Steven Rostedt
2008-10-14
1
-43
/
+105
*
ftrace: create __mcount_loc section
Steven Rostedt
2008-10-14
1
-0
/
+8
*
ftrace: ignore functions that cannot be kprobe-ed
Ingo Molnar
2008-10-14
1
-1
/
+1
*
tracepoints: use TABLE_SIZE macro
Mathieu Desnoyers
2008-10-14
1
-3
/
+3
*
tracing: clean up tracepoints kconfig structure
Ingo Molnar
2008-10-14
1
-0
/
+1
*
ftrace: port to tracepoints
Mathieu Desnoyers
2008-10-14
2
-197
/
+58
*
tracing, sched: LTTng instrumentation - scheduler
Mathieu Desnoyers
2008-10-14
5
-12
/
+26
*
tracing: Kernel Tracepoints
Mathieu Desnoyers
2008-10-14
3
-1
/
+542
*
tty: Fix abusers of current->sighand->tty
Alan Cox
2008-10-13
2
-6
/
+5
*
tty: Move tty_write_message out of kernel/printk
Alan Cox
2008-10-13
1
-16
/
+0
*
tty: Add a kref count
Alan Cox
2008-10-13
2
-4
/
+5
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
2008-10-11
26
-468
/
+900
|
\
|
*
Merge phase #4 (X2APIC, APIC unification, CPU identification unification) of ...
Linus Torvalds
2008-10-11
2
-1
/
+76
|
|
\
|
|
*
Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-D
Ingo Molnar
2008-10-11
1
-0
/
+68
|
|
|
\
|
|
|
*
Merge commit 'v2.6.27-rc6' into x86/unify-cpu-detect
Ingo Molnar
2008-09-10
10
-168
/
+361
|
|
|
|
\
|
|
|
*
\
Merge branch 'x86/core' into x86/unify-cpu-detect
Ingo Molnar
2008-09-05
2
-1
/
+76
|
|
|
|
\
\
|
|
|
|
*
\
Merge branch 'core/resources' into x86/core
Ingo Molnar
2008-09-04
1
-0
/
+68
|
|
|
|
|
\
\
|
|
|
|
|
*
|
IO resources: add reserve_region_with_split()
Yinghai Lu
2008-09-04
1
-0
/
+68
|
|
|
|
*
|
|
Merge branch 'linus' into x86/core
H. Peter Anvin
2008-09-04
13
-157
/
+173
|
|
|
|
|
\
|
|
|
|
|
|
*
|
|
Merge branch 'x86/cpu' into x86/core
H. Peter Anvin
2008-09-04
20
-88
/
+135
|
|
|
|
|
\
\
\
|
|
*
|
|
\
\
\
Merge branch 'x86/apic' into x86-v28-for-linus-phase4-B
Ingo Molnar
2008-10-11
1
-1
/
+8
|
|
|
\
\
\
\
\
\
|
|
|
|
|
/
/
/
/
|
|
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
Merge branch 'linus' into x86/core
Ingo Molnar
2008-08-14
34
-441
/
+724
|
|
|
|
\
\
\
\
\
[next]