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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-10
tracing: convert the sched trace points to the TRACE_EVENT macros
Steven Rostedt
1
-76
/
+246
2009-03-10
tracing: new format for specialized trace points
Steven Rostedt
2
-16
/
+35
2009-03-10
tracing: replace TP<var> with TP_<var>
Steven Rostedt
7
-121
/
+121
2009-03-09
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...
Linus Torvalds
1
-1
/
+0
2009-03-09
Revert "[CPUFREQ] Disable sysfs ui for p4-clockmod."
Dave Jones
1
-1
/
+0
2009-03-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2
-10
/
+18
2009-03-09
tracing: optimize trace_printk()
Ingo Molnar
1
-2
/
+8
2009-03-09
tracing: trace_printk() fix, move format array to data section
Ingo Molnar
1
-1
/
+1
2009-03-08
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...
Linus Torvalds
1
-6
/
+1
2009-03-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
3
-1
/
+3
2009-03-08
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+4
2009-03-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-1
/
+1
2009-03-08
Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'tracing...
Ingo Molnar
35
-150
/
+650
2009-03-08
Input: serio - fix protocol number for TouchIT213
Dmitry Torokhov
1
-1
/
+1
2009-03-07
[SCSI] libfc: Cleanup libfc_function_template comments
Robert Love
1
-41
/
+66
2009-03-07
[SCSI] libfc: Don't violate transport template for rogue port creation
Robert Love
1
-0
/
+5
2009-03-07
[SCSI] libfc: rport retry on LS_RJT from certain ELS
Chris Leech
1
-0
/
+5
2009-03-07
[SCSI] libfc, fcoe: fixed locking issues with lport->lp_mutex around lport->l...
Vasu Dev
1
-10
/
+2
2009-03-07
[SCSI] libfc: Pass lport in exch_mgr_reset
Abhijeet Joglekar
1
-2
/
+2
2009-03-06
tracing/core: drop the old trace_printk() implementation in favour of trace_b...
Frederic Weisbecker
3
-29
/
+32
2009-03-06
tracing: add trace_bprintk()
Lai Jiangshan
3
-0
/
+35
2009-03-06
tracing: infrastructure for supporting binary record
Lai Jiangshan
1
-0
/
+3
2009-03-06
Merge branch 'core/printk' into tracing/ftrace
Ingo Molnar
2
-0
/
+24
2009-03-06
vsprintf: add binary printf
Lai Jiangshan
1
-0
/
+7
2009-03-06
tracing, Text Edit Lock - Architecture Independent Code
Mathieu Desnoyers
1
-0
/
+6
2009-03-06
Merge branch 'x86/core' into tracing/textedit
Ingo Molnar
34
-150
/
+644
2009-03-06
tracing, power-trace: make it build even if the power-tracer is turned off
Ingo Molnar
1
-2
/
+0
2009-03-06
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
2
-16
/
+28
2009-03-06
Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into trac...
Ingo Molnar
1
-6
/
+7
2009-03-06
x86, percpu: setup reserved percpu area for x86_64
Tejun Heo
1
-23
/
+12
2009-03-06
percpu, module: implement reserved allocation and use it for module percpu va...
Tejun Heo
1
-4
/
+6
2009-03-06
percpu: use negative for auto for pcpu_setup_first_chunk() arguments
Tejun Heo
1
-2
/
+3
2009-03-06
percpu: cosmetic renames in pcpu_setup_first_chunk()
Tejun Heo
1
-1
/
+1
2009-03-06
percpu: clean up percpu constants
Tejun Heo
1
-11
/
+13
2009-03-05
Merge branch 'x86/urgent' into x86/core
Ingo Molnar
5
-0
/
+35
2009-03-05
ata: add CFA specific identify data words
Sergei Shtylyov
1
-0
/
+2
2009-03-05
tracing: add tracing_on/tracing_off to kernel.h
Steven Rostedt
2
-16
/
+28
2009-03-05
remove stale comment from <linux/hdreg.h>
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2009-03-05
ide: allow to wrap interrupt handler
Stanislaw Gruszka
1
-0
/
+1
2009-03-05
libata: align ap->sector_buf
Tejun Heo
1
-1
/
+2
2009-03-05
libata: fix dma_unmap_sg misuse
FUJITA Tomonori
1
-0
/
+1
2009-03-05
libata: change drive ready wait after hard reset to 5s
Stuart Hayes
1
-1
/
+1
2009-03-05
tracing/function-graph-tracer: use the more lightweight local clock
Frederic Weisbecker
1
-6
/
+7
2009-03-05
Merge commit 'v2.6.29-rc7' into core/locking
Ingo Molnar
57
-180
/
+301
2009-03-05
tracing: move utility functions from ftrace.h to kernel.h
Ingo Molnar
2
-56
/
+60
2009-03-05
tracing: rename ftrace_printk() => trace_printk()
Ingo Molnar
1
-9
/
+9
2009-03-05
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
6
-1
/
+39
2009-03-05
vlan: Fix vlan-in-vlan crashes.
David S. Miller
1
-0
/
+1
2009-03-04
tracing: add lockdep tracepoints for lock acquire/release
Peter Zijlstra
4
-0
/
+55
2009-03-04
Merge branch 'core/locking' into tracing/ftrace
Ingo Molnar
4
-49
/
+102
[prev]
[next]