aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-06-291-4/+4
|\
| * [PATCH] 64bit resource: fix up printks for resources in misc driversGreg Kroah-Hartman2006-06-271-4/+4
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-06-2713-107/+170
|\ \
| * | [PATCH] ata_piix: add ICH6/7/8 to KconfigAuke Kok2006-06-261-1/+1
| * | [PATCH] sata_sil: disable hotplug interrupts on two ATI IXPsTejun Heo2006-06-261-6/+23
| * | [PATCH] libata: cosmetic updatesTejun Heo2006-06-261-29/+32
| * | [PATCH] libata reduce timeoutsAndrew Morton2006-06-261-1/+6
| * | [PATCH] libata: make two functions globalTejun Heo2006-06-262-2/+4
| * | [PATCH] libata: update ata_do_simple_cmd()Tejun Heo2006-06-261-14/+43
| * | [PATCH] libata: move ata_do_simple_cmd() below ata_exec_internal()Tejun Heo2006-06-261-23/+23
| * | [PATCH] libata: clear EH action on device detachTejun Heo2006-06-261-0/+4
| * | [PATCH] libata: implement and use ata_deh_dev_action()Tejun Heo2006-06-261-1/+8
| * | [PATCH] libata: move ata_eh_clear_action() upwardTejun Heo2006-06-261-25/+25
| * | [libata] sata_vsc: partially revert a PCI ID-related commitJeff Garzik2006-06-261-7/+3
| * | [libata] Bump versionsJeff Garzik2006-06-2610-10/+10
| |/
* | [PATCH] Remove redundant NULL checks before [kv]free - in drivers/Jesper Juhl2006-06-271-3/+1
* | [PATCH] spin/rwlock init cleanupsIngo Molnar2006-06-271-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-2610-17/+12
|\
| * spelling fixesAndreas Mohr2006-06-266-10/+10
| * remove the bouncing email address of David CampbellAdrian Bunk2006-06-264-7/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2006-06-261-5/+5
|\ \
| * | kconfig: remove leading whitespace in menu promptsRoman Zippel2006-06-091-5/+5
* | | Merge branch 'x86-64'Linus Torvalds2006-06-261-1/+4
|\ \ \
| * | | [PATCH] x86_64: Rename IOMMU option, fix help and mark option embedded.Andi Kleen2006-06-261-1/+4
| | |/ | |/|
* | | [PATCH] drivers: use list_move()Akinobu Mita2006-06-262-4/+2
|/ /
* | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2006-06-251-0/+1
|\ \
| * | IB/iser: iSER Kconfig and MakefileOr Gerlitz2006-06-221-0/+1
* | | [PATCH] advansys section fixesRandy Dunlap2006-06-251-3/+3
* | | [PATCH] megaraid_mbox: fix section mismatch warningsRandy Dunlap2006-06-251-1/+1
* | | [PATCH] wd7000: fix section mismatch warningsRandy.Dunlap2006-06-251-1/+1
* | | [PATCH] m68k: convert mac irq codeRoman Zippel2006-06-252-10/+4
* | | [PATCH] m68k: Add the generic dma API functionsRoman Zippel2006-06-251-4/+4
* | | [SCSI] qlogicpti: Convert to new SBUS device framework.David S. Miller2006-06-231-175/+186
* | | [SCSI] esp: Fix bug in esp_remove_common.David S. Miller2006-06-231-4/+1
* | | [SCSI] sparc: Port esp to new SBUS driver layer.David S. Miller2006-06-232-165/+157
* | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-06-2325-2179/+6027
|\ \ \
| * | | [libata] conversion to new debug scheme, part 1 of $NBorislav Petkov2006-06-231-26/+47
| * | | [PATCH] libata: Add ata_scsi_dev_disabledBrian King2006-06-221-10/+31
| * | | [libata] Add host lock to struct ata_portJeff Garzik2006-06-224-73/+72
| * | | [PATCH] libata: implement per-dev EH action mask eh_info->dev_action[]Tejun Heo2006-06-221-16/+69
| * | | [PATCH] libata-dev: move the CDB-intr DMA blacklistingAlbert Lee2006-06-221-10/+9
| * | | [PATCH] ahci: disable NCQ support on vt8251Tejun Heo2006-06-221-2/+4
| * | | [libata] ahci: add JMicron PCI IDsJeff Garzik2006-06-221-0/+6
| * | | [libata] sata_nv: add PCI IDsJeff Garzik2006-06-221-0/+4
| * | | [libata] ahci: Add NVIDIA PCI IDs.Jeff Garzik2006-06-221-0/+18
| * | | Merge branch 'master' into upstreamJeff Garzik2006-06-22122-45064/+6361
| |\ \ \
| * | | | [PATCH] libata: convert several bmdma-style controllers to new EH, take #3Tejun Heo2006-06-204-16/+21
| * | | | [PATCH] sata_via: convert to new EH, take #3Tejun Heo2006-06-201-6/+6
| * | | | [libata] sata_nv: s/spin_lock_irqsave/spin_lock/ in irq handlerJeff Garzik2006-06-201-6/+4
| * | | | [PATCH] sata_nv: add hotplug supportTejun Heo2006-06-201-1/+8