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.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
2005-10-29
[SCSI] use sfoo_printk() in drivers
Jeff Garzik
21
-160
/
+149
2005-10-29
[SCSI] use {sdev,scmd,starget,shost}_printk in generic code
Jeff Garzik
7
-39
/
+33
2005-10-29
[SCSI] kill unused scsi_scan_single_target()
Jeff Garzik
1
-13
/
+0
2005-10-29
[SCSI] Add an 'Issue LIP' device attribute in fc_transport class
Andrew Vasquez
4
-13
/
+48
2005-10-29
[SCSI] mptsas: white space fixes and version bump
Christoph Hellwig
2
-10
/
+13
2005-10-29
[SCSI] mptsas: add support for PHY resets
Christoph Hellwig
2
-0
/
+100
2005-10-29
[SCSI] sas: add support for PHY resets
Christoph Hellwig
1
-2
/
+41
2005-10-29
[SCSI] sas: add flag for locally attached PHYs
Christoph Hellwig
2
-3
/
+10
2005-10-29
[SCSI] sr: remove dead code
Jayachandran C
1
-1
/
+1
2005-10-29
[SCSI] Fix issue reported by coverity in drivers/scsi/scsi_ioctl.c
Jayachandran C
1
-2
/
+2
2005-10-29
[SCSI] mptsas: support link error attributes
Christoph Hellwig
1
-73
/
+153
2005-10-29
[SCSI] qla2xxx: put back label erroneously removed by eh_active patch
James Bottomley
1
-1
/
+1
2005-10-28
[SCSI] scsi_transport_sas: support link error attributes
Christoph Hellwig
1
-1
/
+30
2005-10-28
[SCSI] sgiwd93: small fixes
Ralf Baechle
2
-27
/
+2
2005-10-28
[SCSI] dec_esp: Use the right address space macro
Ralf Baechle
1
-5
/
+7
2005-10-28
[SCSI] dec_esp: Use physical addresses
Ralf Baechle
1
-4
/
+7
2005-10-28
[SCSI] dec_esp: Fix mapping of ESP.
Ralf Baechle
1
-1
/
+1
2005-10-28
[SCSI] qla2xxx: fix unnecessary activation of blk tag queue
James Bottomley
1
-26
/
+1
2005-10-28
[SCSI] qla2xxx: fix compile warning
Andrew Vasquez
1
-0
/
+2
2005-10-28
[SCSI] move the mid-layer printk's over to shost/starget/sdev_printk
James Bottomley
14
-119
/
+86
2005-10-28
[SCSI] qla2xxx: remove eh_active checks in qla2xxx error handling
Andrew Vasquez
1
-26
/
+15
2005-10-28
[SCSI] avoid overflows in disk size calculations
James Bottomley
1
-4
/
+3
2005-10-28
[SCSI] qla2xxx: Resync with latest released ISP23xx/63xx firmware -- 3.03.18.
James Bottomley
3
-21052
/
+21098
2005-10-28
[SCSI] qla2xxx: Update license.
Andrew Vasquez
27
-393
/
+113
2005-10-28
[SCSI] qla2xxx: Use midlayer's int_to_scsilun() function.
Andrew Vasquez
2
-4
/
+3
2005-10-28
[SCSI] qla2xxx: Add support to dynamically enable/disable ZIO.
Andrew Vasquez
7
-41
/
+146
2005-10-28
[SCSI] qla2xxx: Correct issue where fcport is prematurely marked DEAD.
Andrew Vasquez
1
-1
/
+1
2005-10-28
[SCSI] aacraid: Newer adapter communication iterface support
Mark Haverkamp
11
-219
/
+454
2005-10-28
Merge HEAD from ../scsi-misc-2.6-old
James Bottomley
13
-296
/
+5206
2005-10-28
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
18
-11
/
+1047
2005-10-28
[SCSI] aacraid: remove compiler warning
Mark Haverkamp
1
-2
/
+2
2005-10-28
[SCSI] aacraid: fix struct element cpu order
Mark Haverkamp
2
-2
/
+2
2005-10-28
[SCSI] aacraid: fix inquiry page
Mark Haverkamp
1
-11
/
+38
2005-10-28
[SCSI] aacraid: Use DMA mask defines
James Bottomley
2
-9
/
+9
2005-10-28
Merge branch 'sx8' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/mis...
Linus Torvalds
1
-14
/
+37
2005-10-28
Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...
Linus Torvalds
20
-774
/
+3784
2005-10-28
Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...
Linus Torvalds
121
-4034
/
+6078
2005-10-28
Merge branch 'elevator-switch' of git://brick.kernel.dk/data/git/linux-2.6-block
Linus Torvalds
2
-158
/
+61
2005-10-28
Merge branch 'generic-dispatch' of git://brick.kernel.dk/data/git/linux-2.6-b...
Linus Torvalds
6
-773
/
+376
2005-10-28
Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-block
Linus Torvalds
2
-16
/
+22
2005-10-28
[ARM] 2897/2: PXA2xx IRDA support
Nicolas Pitre
3
-0
/
+882
2005-10-28
[ARM] 2921/1: Support for the RTC / nvram on the Comdial MP1000
Jon Ringle
1
-1
/
+109
2005-10-28
[ARM] 3029/1: Add HWUART support for PXA 255/26x
Matt Reimer
1
-1
/
+20
2005-10-28
[ARM] 2919/1: CS8900A ethernet driver modifications for the Comdial MP1000
Jon Ringle
3
-3
/
+15
2005-10-28
[ARM] 2918/1: [update] Base port of Comdial MP1000 platfrom
Jon Ringle
1
-0
/
+9
2005-10-28
[PATCH] gfp_t: remaining bits of drivers/*
Al Viro
8
-8
/
+8
2005-10-28
[PATCH] gfp_t: drivers/net
Al Viro
6
-8
/
+9
2005-10-28
[PATCH] gfp_t: drivers/infiniband
Al Viro
4
-4
/
+4
2005-10-28
[PATCH] gfp_t: drivers/scsi
Al Viro
12
-18
/
+24
2005-10-28
[PATCH] gfp_t: drivers/usb
Al Viro
34
-89
/
+89
[next]