aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAge
* [PATCH] Suspend support for libataJens Axboe2006-01-06
* [PATCH] parport: Kconfig dependency fixesMarko Kohtala2006-01-06
* [PATCH] s390: cleanup KconfigMartin Schwidefsky2006-01-06
* [PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe ca...Dominik Brodowski2006-01-05
* [PATCH] pcmcia: remove dev_list from driversDominik Brodowski2006-01-05
* [PATCH] pcmcia: unify detach, REMOVAL_EVENT handlers into one remove callbackDominik Brodowski2006-01-05
* [PATCH] pcmcia: new suspend coreDominik Brodowski2006-01-05
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-01-04
|\
| * [PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers2006-01-04
| * [PATCH] merge kobject_uevent and kobject_hotplugKay Sievers2006-01-04
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2006-01-04
|\ \
| * | gitignore: misc filesBrian Gerst2006-01-01
* | | Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds2006-01-04
|\ \ \
| * \ \ Merge branch 'master'Jeff Garzik2006-01-03
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'master'Jeff Garzik2005-12-24
| |\ \ \
| * \ \ \ Merge branch 'upstream-fixes'Jeff Garzik2005-12-13
| |\ \ \ \
| * | | | | [PATCH] libata: remove unused qc->waitingTejun Heo2005-12-13
| * | | | | [PATCH] libata: remove unused functionsTejun Heo2005-12-13
| * | | | | [PATCH] libata: use ata_exec_internal()Tejun Heo2005-12-13
| * | | | | [PATCH] libata: implement ata_exec_internal()Tejun Heo2005-12-13
| * | | | | Merge branch 'upstream-fixes'Jeff Garzik2005-12-12
| |\ \ \ \ \
| * | | | | | [PATCH] libata: ata_piix 450NX errataAlan Cox2005-12-12
| * | | | | | Merge branch 'master'Jeff Garzik2005-12-12
| |\ \ \ \ \ \
| * | | | | | | [PATCH] libata: add ata_piix notesAlan Cox2005-12-12
| * | | | | | | [PATCH] libata: err_mask misc fixAlbert Lee2005-12-06
| * | | | | | | [PATCH] libata: determine the err_mask directly in atapi_packet_task()Albert Lee2005-12-06
| * | | | | | | [PATCH] libata: determine the err_mask when the error is foundAlbert Lee2005-12-06
| * | | | | | | [PATCH] libata: move err_mask to ata_queued_cmdAlbert Lee2005-12-06
| * | | | | | | [PATCH] libata: minor patch before moving err_maskAlbert Lee2005-12-06
| * | | | | | | Merge branch 'upstream-fixes'Jeff Garzik2005-12-03
| |\ \ \ \ \ \ \
| * | | | | | | | [PATCH] mark several libata datastructures constArjan van de Ven2005-12-01
| * | | | | | | | Merge branch 'master'Jeff Garzik2005-12-01
| |\ \ \ \ \ \ \ \
| * | | | | | | | | [libata sata_promise] minor whitespace cleanupJeff Garzik2005-11-30
| * | | | | | | | | Merge branch 'master'Jeff Garzik2005-11-29
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | [libata] Print out SATA speed, if link is upJeff Garzik2005-11-20
| * | | | | | | | | | Merge branch 'master'Jeff Garzik2005-11-18
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'upstream-fixes'Jeff Garzik2005-11-17
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'upstream-fixes'Jeff Garzik2005-11-16
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'upstream-fixes'Jeff Garzik2005-11-15
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | [libata ata_piix] cleanup: remove duplicate ata_port_info recordsJeff Garzik2005-11-14
* | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2006-01-04
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | [SCSI] Missing const in sr_vendorMatthew Wilcox2005-12-17
| * | | | | | | | | | | | | [SCSI] Merge sym53c8xx_comm.h and sym53c8xx_defs.h into ncr driverMatthew Wilcox2005-12-16
| * | | | | | | | | | | | | [SCSI] Use spi_print_msg in ncr53c8xx driverMatthew Wilcox2005-12-16
| * | | | | | | | | | | | | [SCSI] 53c700: update endian processing macrosJames Bottomley2005-12-16
| * | | | | | | | | | | | | [SCSI] Add PPR support to spi_print_msgMatthew Wilcox2005-12-15
| * | | | | | | | | | | | | [SCSI] Use ARRAY_SIZE in spi_print_msgMatthew Wilcox2005-12-15
| * | | | | | | | | | | | | [SCSI] Fix printing of two-byte messagesMatthew Wilcox2005-12-15
| * | | | | | | | | | | | | [SCSI] Rename scsi_print_msg to spi_print_msgMatthew Wilcox2005-12-15
| * | | | | | | | | | | | | [SCSI] Move scsi_print_msg to SPI classMatthew Wilcox2005-12-15