aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-04-01fix a typo in the AIC7XXX_DEBUG_MASK help textAdrian Bunk1-1/+1
2006-03-31Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds5-24/+22
2006-03-31[PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi1-1/+1
2006-03-31[PATCH] libata: fix ata_xfer_tbl terminationTejun Heo1-1/+1
2006-03-31[PATCH] libata: make ata_qc_issue complete failed qcsTejun Heo3-18/+12
2006-03-31[PATCH] libata: fix ata_qc_issue failure pathTejun Heo1-3/+3
2006-03-31[PATCH] ata_piix: fix ich6/m_map_dbTejun Heo1-2/+2
2006-03-31Merge branch 'master'Jeff Garzik2-2/+2
2006-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2-2/+2
2006-03-30[libata] ahci: add ATI SB600 PCI IDsJeff Garzik1-0/+4
2006-03-30[PARISC] I/O-Space must be ioremap_nocache()'dHelge Deller2-2/+2
2006-03-29Merge branch 'mv-merge'Jeff Garzik1-18/+24
2006-03-29[PATCH] sata_mv: three bug fixesMark Lord1-18/+23
2006-03-29[PATCH] libata: ata_dev_init_params() fixesAlbert Lee1-6/+8
2006-03-29[PATCH] libata: Fix interesting use of "extern" and also some bracketingAlan Cox1-2/+2
2006-03-29[PATCH] libata: Simplex and other mode filtering logicAlan Cox1-2/+29
2006-03-29[PATCH] libata - ATA is both ATA and CFAAlan Cox1-1/+1
2006-03-29[PATCH] libata: Add ->set_mode hook for odd driversAlan Cox1-1/+5
2006-03-29[PATCH] libata: BMDMA handling updatesAlan Cox1-4/+22
2006-03-29[PATCH] libata: kill trailing whitespaceTejun Heo1-1/+1
2006-03-29Merge branch 'master'Jeff Garzik28-69/+75
2006-03-29Merge ../linux-2.6Paul Mackerras18-34/+56
2006-03-28[PATCH] Typo fixesAlexey Dobriyan1-1/+1
2006-03-28[PATCH] Replace 0xff.. with correct DMA_xBIT_MASKMatthias Gehre14-24/+38
2006-03-28[PATCH] drivers/scsi/*: use time_after() and friendsMarcelo Feitoza Parisi5-6/+11
2006-03-28[PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt1-1/+1
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern1-3/+6
2006-03-26[PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson3-7/+5
2006-03-26[PATCH] mempool: use common mempool kmalloc allocatorMatthew Dobson1-18/+4
2006-03-25[PATCH] git-scsi-misc: min() warning fixAndrew Morton1-1/+1
2006-03-25[PATCH] Remove MODULE_PARMRusty Russell4-8/+8
2006-03-24[PATCH] libata: add FIXME above ata_dev_xfermask()Tejun Heo1-0/+4
2006-03-24[PATCH] libata: cosmetic changes in ata_bus_softreset()Tejun Heo1-5/+4
2006-03-24[PATCH] libata: kill E.D.D.Tejun Heo1-85/+13
2006-03-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds10-503/+540
2006-03-24[PATCH] s/;;/;/gAlexey Dobriyan1-1/+1
2006-03-24[PATCH] remove ISA legacy functions: drivers/scsi/in2000.cAl Viro1-6/+18
2006-03-24[PATCH] remove ISA legacy functions: drivers/scsi/g_NCR5380.cAl Viro2-13/+38
2006-03-24[PATCH] libata: Remove dependence on host_set->dev for SASBrian King1-6/+7
2006-03-24[PATCH] libata: ata_scsi_ioctl cleanupBrian King1-13/+0
2006-03-24[PATCH] libata: ata_scsi_queuecmd cleanupBrian King1-14/+18
2006-03-24[libata] export ata_dev_pair; trim trailing whitespaceJeff Garzik6-47/+48
2006-03-24[PATCH] libata: add ata_dev_pair helperAlan Cox1-0/+17
2006-03-24[PATCH] Make libata not powerdown drivers on PM_EVENT_FREEZE.Nigel Cunningham3-5/+6
2006-03-24[PATCH] libata: make ata_set_mode() responsible for failure handlingTejun Heo1-20/+36
2006-03-24[PATCH] libata: use ata_dev_disable() in ata_bus_probe()Tejun Heo1-3/+1
2006-03-24[PATCH] libata: implement ata_dev_disable()Tejun Heo1-0/+9
2006-03-24[PATCH] libata: check if port is disabled after internal commandTejun Heo1-0/+16
2006-03-24[PATCH] libata: make per-dev transfer mode limits per-devTejun Heo2-2/+2
2006-03-24[PATCH] libata: add per-dev pio/mwdma/udma_maskTejun Heo1-18/+25