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: make CALLER_ADDRx overwriteable
Uwe Kleine-Koenig
2009-03-02
14
-20
/
+34
*
tracing: add print format to event trace format files
Steven Rostedt
2009-03-02
1
-0
/
+2
*
tracing: add trace name and id to event formats
Steven Rostedt
2009-03-02
1
-1
/
+5
*
tracing: add ftrace headers to event format files
Steven Rostedt
2009-03-02
1
-1
/
+26
*
tracing: add format file to describe event struct fields
Steven Rostedt
2009-03-02
4
-1
/
+110
*
tracing: make trace_seq_reset global and rename to trace_seq_init
Steven Rostedt
2009-03-02
2
-12
/
+13
*
tracing: add protection around modify trace event fields
Steven Rostedt
2009-03-02
1
-0
/
+7
*
tracing: add TRACE_FIELD_SPECIAL to record complex entries
Steven Rostedt
2009-03-02
4
-1
/
+26
*
tracing: create the C style tracing for the irq subsystem
Steven Rostedt
2009-02-28
1
-4
/
+15
*
tracing: create the C style tracing for the sched subsystem
Steven Rostedt
2009-02-28
2
-25
/
+97
*
tracing: add raw fast tracing interface for trace events
Steven Rostedt
2009-02-28
2
-25
/
+181
*
tracing: add raw trace point recording infrastructure
Steven Rostedt
2009-02-28
7
-59
/
+350
*
tracing: add interface to write into current tracer buffer
Steven Rostedt
2009-02-28
2
-0
/
+20
*
tracing: add subsystem sched for sched events
Steven Rostedt
2009-02-28
1
-0
/
+5
*
tracing: add subsystem irq for irq events
Steven Rostedt
2009-02-28
1
-0
/
+5
*
tracing: make the set_event and available_events subsystem aware
Steven Rostedt
2009-02-28
1
-3
/
+40
*
tracing: add subsystem level to trace events
Steven Rostedt
2009-02-28
3
-0
/
+54
*
tracing: move trace point formats to files in include/trace directory
Steven Rostedt
2009-02-28
3
-8
/
+10
*
tracing: replace kzalloc with kcalloc
Steven Rostedt
2009-02-27
1
-1
/
+1
*
tracing: use newline separator for trace options list
Steven Rostedt
2009-02-27
1
-7
/
+6
*
tracing: use pointer error returns for __tracing_open
Steven Rostedt
2009-02-27
1
-22
/
+24
*
tracing: add protection around open use of current_tracer
Steven Rostedt
2009-02-26
1
-6
/
+14
*
tracing: add tracer dependent options to options directory
Steven Rostedt
2009-02-26
1
-1
/
+173
*
tracing: add options directory and core option files
Steven Rostedt
2009-02-26
1
-0
/
+117
*
Merge branch 'sched/clock' into tracing/ftrace
Ingo Molnar
2009-02-26
3
-25
/
+39
|
\
|
*
x86: set X86_FEATURE_TSC_RELIABLE
Ingo Molnar
2009-02-26
1
-1
/
+7
|
*
sched: allow architectures to specify sched_clock_stable
Ingo Molnar
2009-02-26
2
-25
/
+30
*
|
tracing: implement trace_clock_*() APIs
Ingo Molnar
2009-02-26
4
-3
/
+123
*
|
sched: sched_clock() improvement: use in_nmi()
Ingo Molnar
2009-02-26
1
-0
/
+8
*
|
tracing, genirq: add irq enter and exit trace events
Jason Baron
2009-02-26
4
-0
/
+34
*
|
tracing/core: make the per cpu trace files in per cpu directories
Frederic Weisbecker
2009-02-26
1
-11
/
+14
*
|
Merge branch 'tip/tracing/ftrace' of ssh://master.kernel.org/pub/scm/linux/ke...
Ingo Molnar
2009-02-26
3
-17
/
+18
|
\
\
|
*
|
tracing: wrap arguments with PARAMS
Steven Rostedt
2009-02-25
1
-1
/
+2
|
*
|
tracing: rename DEFINE_TRACE_FMT to just TRACE_FORMAT
Steven Rostedt
2009-02-25
3
-16
/
+16
|
|
|
|
\
\
*
-
.
\
\
Merge branches 'tracing/ftrace', 'tracing/hw-branch-tracing' and 'linus' into...
Ingo Molnar
2009-02-26
191
-1190
/
+11708
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
*
Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...
Linus Torvalds
2009-02-24
1
-1
/
+1
|
|
|
\
|
|
|
*
proc: fix PG_locked reporting in /proc/kpageflags
Helge Bahmann
2009-02-24
1
-1
/
+1
|
|
*
|
Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6
Linus Torvalds
2009-02-24
10
-11
/
+23
|
|
|
\
\
|
|
|
*
|
Add i2c_board_info for RiscPC PCF8583
Russell King
2009-02-24
2
-1
/
+8
|
|
|
*
|
i2c: Make sure i2c_algo_bit_data.timeout is HZ-independent
Jean Delvare
2009-02-24
3
-3
/
+3
|
|
|
*
|
i2c-dev: Clarify the unit of ioctl I2C_TIMEOUT
Jean Delvare
2009-02-24
3
-3
/
+7
|
|
|
*
|
i2c: Timeouts reach -1
Roel Kluin
2009-02-24
2
-3
/
+3
|
|
|
*
|
i2c: Fix misplaced parentheses
Roel Kluin
2009-02-24
1
-1
/
+2
|
|
|
|
/
|
|
*
|
Merge branch 'firedtv-merge' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2009-02-24
18
-7
/
+2936
|
|
|
\
\
|
|
|
*
|
firedtv: dvb_frontend_info for FireDTV S2, fix "frequency limits undefined" e...
Beat Michel Liechti
2009-02-24
1
-0
/
+1
|
|
|
*
|
firedtv: massive refactoring
Stefan Richter
2009-02-24
17
-2331
/
+1895
|
|
|
*
|
firedtv: rename files, variables, functions from firesat to firedtv
Rambaldi
2009-02-24
20
-515
/
+515
|
|
|
*
|
firedtv: Use DEFINE_SPINLOCK
Julia Lawall
2009-02-24
1
-1
/
+1
|
|
|
*
|
firedtv: fix registration - adapter number could only be zero
Henrik Kurelid
2009-02-24
1
-1
/
+1
|
|
|
*
|
firedtv: use length_field() of PMT as length
Henrik Kurelid
2009-02-24
1
-7
/
+13
[next]