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.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
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2006-12-07
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
25
-38
/
+38
2006-12-07
[PATCH] slab: remove SLAB_DMA
Christoph Lameter
4
-6
/
+6
2006-12-07
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
35
-71
/
+71
2006-12-07
[PATCH] slab: remove SLAB_ATOMIC
Christoph Lameter
40
-91
/
+91
2006-12-07
[PATCH] slab: remove SLAB_NOIO
Christoph Lameter
1
-1
/
+1
2006-12-07
[PATCH] add numa node information to struct device
Christoph Hellwig
2
-0
/
+2
2006-12-07
[PATCH] mm: incorrect VM_FAULT_OOM returns from drivers
Nick Piggin
1
-4
/
+4
2006-12-07
[PATCH] drm-sis linkage fix
Andrew Morton
1
-0
/
+1
2006-12-07
[PATCH] ... and then some more work_struct-induced breakage (ibmvscsi)
Al Viro
1
-4
/
+6
2006-12-07
[PATCH] ... and more work_struct-induced breakage (mips)
Al Viro
2
-5
/
+13
2006-12-07
[PATCH] More work_struct induced breakage (s390)
Al Viro
6
-24
/
+21
2006-12-06
[PATCH] drivers/{char|isdn}: work_struct-induced breakage
Al Viro
6
-23
/
+22
2006-12-06
[PATCH] hamradio/dmascc: fix up work_struct-induced breakage
Al Viro
1
-4
/
+4
2006-12-06
Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6
Linus Torvalds
2
-3
/
+40
2006-12-06
Merge git://git.infradead.org/users/dhowells/workq-2.6
Linus Torvalds
243
-1338
/
+1613
2006-12-06
[PATCH] m68knommu: ColdFire serial driver fixes
Greg Ungerer
1
-3
/
+51
2006-12-06
Actually update the fixed up compile failures.
David Howells
3
-11
/
+17
2006-12-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
121
-1961
/
+4837
2006-12-06
sh: Clock framework tidying.
Paul Mundt
1
-3
/
+3
2006-12-06
sh: More flexible + SH7780 earlyprintk SCIF support.
Paul Mundt
1
-0
/
+1
2006-12-06
sh: Add support for SH7206 and SH7619 CPU subtypes.
Yoshinori Sato
1
-0
/
+36
2006-12-06
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
72
-1076
/
+4461
2006-12-06
Merge master.kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
Linus Torvalds
49
-885
/
+376
2006-12-05
[SCSI] aic79xx: Add ASC-29320LPE ids to driver
Salyzyn, Mark
3
-1
/
+9
2006-12-05
WorkQueue: Fix up arch-specific work items where possible
David Howells
13
-53
/
+71
2006-12-05
[SCSI] stex: version update
Ed Lin
1
-4
/
+2
2006-12-05
[SCSI] stex: change wait loop code
Ed Lin
1
-21
/
+20
2006-12-05
[SCSI] stex: add new device type support
Ed Lin
1
-7
/
+21
2006-12-05
[SCSI] stex: update device id info
Ed Lin
2
-11
/
+33
2006-12-05
[SCSI] stex: adjust default queue length
Ed Lin
1
-1
/
+10
2006-12-05
[SCSI] stex: add value check in hard reset routine
Ed Lin
1
-1
/
+1
2006-12-05
[SCSI] stex: fix controller_info command handling
Ed Lin
1
-0
/
+1
2006-12-05
[SCSI] stex: fix biosparam calculation
Ed Lin
1
-3
/
+3
2006-12-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
122
-1285
/
+5600
2006-12-05
[SCSI] megaraid: fix MMIO casts
Jeff Garzik
2
-6
/
+10
2006-12-05
[SCSI] tgt: fix undefined flush_dcache_page() problem
akpm@osdl.org
1
-0
/
+2
2006-12-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
500
-25427
/
+36894
2006-12-05
[PATCH] remote memory corruptor in ibmtr.c
Al Viro
1
-1
/
+1
2006-12-05
Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc
Linus Torvalds
21
-120
/
+1449
2006-12-05
[PATCH] pcmcia: at91_cf update
Andrew Victor
1
-32
/
+3
2006-12-05
[PATCH] pcmcia: fix m32r_cfc.c compilation
Adrian Bunk
1
-1
/
+1
2006-12-05
[PATCH] pcmcia: ds.c debug enhancements
Dominik Brodowski
1
-16
/
+81
2006-12-05
[PATCH] pcmcia: at91_cf update
Andrew Victor
1
-14
/
+20
2006-12-05
[PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation
Dominik Brodowski
43
-568
/
+46
2006-12-05
[PATCH] pcmcia: remove prod_id indirection
Dominik Brodowski
7
-88
/
+40
2006-12-05
[PATCH] pcmcia: remove manf_id and card_id indirection
Dominik Brodowski
10
-85
/
+45
2006-12-05
[PATCH] pcmcia: IDs for Elan serial PCMCIA devcies
Tony Olech
2
-0
/
+25
2006-12-05
[PATCH] pcmcia: allow for four multifunction subdevices
Dominik Brodowski
1
-2
/
+2
2006-12-05
[PATCH] pcmcia: handle __copy_from_user() return value in ioctl
Dominik Brodowski
1
-1
/
+6
2006-12-05
[PATCH] pcmcia: multifunction card handling fixes
Dominik Brodowski
1
-66
/
+87
[next]