summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2005-10-28[SCSI] move the mid-layer printk's over to shost/starget/sdev_printkJames Bottomley
2005-10-28[SCSI] qla2xxx: remove eh_active checks in qla2xxx error handlingAndrew Vasquez
2005-10-28[SCSI] avoid overflows in disk size calculationsJames Bottomley
2005-10-28[SCSI] qla2xxx: Resync with latest released ISP23xx/63xx firmware -- 3.03.18.James Bottomley
2005-10-28[SCSI] qla2xxx: Update license.Andrew Vasquez
2005-10-28[SCSI] qla2xxx: Use midlayer's int_to_scsilun() function.Andrew Vasquez
2005-10-28[SCSI] qla2xxx: Add support to dynamically enable/disable ZIO.Andrew Vasquez
2005-10-28[SCSI] qla2xxx: Correct issue where fcport is prematurely marked DEAD.Andrew Vasquez
2005-10-28[SCSI] aacraid: Newer adapter communication iterface supportMark Haverkamp
2005-10-28Merge HEAD from ../scsi-misc-2.6-old James Bottomley
2005-10-28Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2005-10-28[SCSI] aacraid: remove compiler warningMark Haverkamp
2005-10-28[SCSI] aacraid: fix struct element cpu orderMark Haverkamp
2005-10-28[SCSI] aacraid: fix inquiry pageMark Haverkamp
2005-10-28[SCSI] aacraid: Use DMA mask definesJames Bottomley
2005-10-28Merge branch 'sx8' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/mis...Linus Torvalds
2005-10-28Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds
2005-10-28Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds
2005-10-28Merge branch 'elevator-switch' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds
2005-10-28Merge branch 'generic-dispatch' of git://brick.kernel.dk/data/git/linux-2.6-b...Linus Torvalds
2005-10-28Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds
2005-10-28[ARM] 2897/2: PXA2xx IRDA supportNicolas Pitre
2005-10-28[ARM] 2921/1: Support for the RTC / nvram on the Comdial MP1000Jon Ringle
2005-10-28[ARM] 3029/1: Add HWUART support for PXA 255/26xMatt Reimer
2005-10-28[ARM] 2919/1: CS8900A ethernet driver modifications for the Comdial MP1000Jon Ringle
2005-10-28[ARM] 2918/1: [update] Base port of Comdial MP1000 platfromJon Ringle
2005-10-28[PATCH] gfp_t: remaining bits of drivers/*Al Viro
2005-10-28[PATCH] gfp_t: drivers/netAl Viro
2005-10-28[PATCH] gfp_t: drivers/infinibandAl Viro
2005-10-28[PATCH] gfp_t: drivers/scsiAl Viro
2005-10-28[PATCH] gfp_t: drivers/usbAl Viro
2005-10-28[PATCH] gfp_t: dma-mapping (parisc)Al Viro
2005-10-28[PATCH] gfp_t: block layer coreAl Viro
2005-10-28[ARM] 3044/1: Fix sparse warnings about incompatible pointer types for regist...Ian Campbell
2005-10-28[ARM] Fix sparse warningsRussell King
2005-10-28[ARM] 3/4: Remove asm/hardware.h from SA1100 io.hRussell King
2005-10-28[ARM] 3/4: Remove asm/hardware.h from Versatile and Integrator io.hRussell King
2005-10-28[ARM] 2/4: Remove asm/hardware.h from asm-arm/arch-ebsa110/io.hRussell King
2005-10-28[BLOCK] Leftover reference to ->max_back_kbJens Axboe
2005-10-28[BLOCK] elevator switch fixes/cleanupJens Axboe
2005-10-28[BLOCK] Reimplement elevator switchTejun Heo
2005-10-28[BLOCK] kill generic max_back_kb handlingTejun Heo
2005-10-28[PATCH] 04/05 remove last_merge handling from ioschedsTejun Heo
2005-10-28[PATCH] 03/05 move last_merge handlin into generic elevator codeTejun Heo
2005-10-28[PATCH] 02/05: update ioscheds to use generic dispatch queueJens Axboe
2005-10-28[PATCH] elevator: leftover function declarationJens Axboe
2005-10-28[PATCH] generic dispatch fixesJens Axboe
2005-10-28[PATCH] 01/05 Implement generic dispatch queueTejun Heo
2005-10-28[PATCH] fix try_module_get race in elevator_findTejun Heo
2005-10-28Following the same idea, it occurs to me that we should only updateChen, Kenneth W