aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aic94xx (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-14aic94xx_sds: rename FLASH_SIZEAndrew Morton1-2/+2
2007-10-16aic94xx: sg chaining supportJens Axboe1-3/+3
2007-10-15Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds3-37/+19
2007-10-12[SCSI] aic94xx: fix SSP IU status print-outJeff Garzik1-1/+1
2007-10-12[SCSI] aic94xx: Free scsi host on errorMatthew Wilcox1-8/+9
2007-10-12[SCSI] aic94xx: Add new PCI ID for ASC58300Gilbert Wu2-28/+9
2007-10-02aic94xx: fix DMA data direction for SMP requestsJeff Garzik1-2/+2
2007-07-26[SCSI] libsas: Remove PCI dependenciesJeff Garzik1-3/+1
2007-07-22Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds3-8/+17
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-2/+2
2007-07-18[SCSI] libsas, aic94xx: fix dma mapping cockups with ATAJames Bottomley1-2/+2
2007-07-18[SCSI] aic94xx: Don't call pci_map_sg for already-mapped scatterlistsDarrick J. Wong1-6/+13
2007-07-18[SCSI] libsas: fixup NCQ for SATA disksJames Bottomley1-1/+0
2007-07-18[SCSI] aic94xx: SATA tag mask not set correctlyDarrick J. Wong1-1/+1
2007-07-18[SCSI] Add SATA support to libsasDarrick J. Wong1-0/+3
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-7/+2
2007-05-22[SCSI] aic94xx: asd_clear_nexus should fail if the cleared task does not completeDarrick J. Wong1-4/+10
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-1/+1
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+0
2007-02-16[SCSI] aic94xx: tie driver to the major number of the sequencer firmwareJames Bottomley2-3/+11
2007-02-14[PATCH] Scheduled removal of SA_xxx interrupt flags fixupsThomas Gleixner1-1/+1
2007-02-11Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds11-100/+164
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day1-2/+1
2007-02-03[SCSI] aic94xx: update for v28 firmwareWu, Gilbert3-3/+6
2007-02-03[SCSI] aic94xx: Add default bus reset handlerDarrick J. Wong1-0/+1
2007-02-03[SCSI] aic94xx: Remove TMF result code mungingDarrick J. Wong1-8/+1
2007-01-27[SCSI] aic94xx: Register eh_device_reset_handlerDarrick J. Wong1-0/+1
2007-01-27[SCSI] aic94xx: fix typos and update verison numberAlexis Bruemmer2-6/+6
2007-01-13[SCSI] aic94xx: Scan SAS devices asynchronouslyDarrick J. Wong1-13/+28
2007-01-13[SCSI] aic94xx: Lock DDB read/write accessesDarrick J. Wong2-8/+11
2007-01-13[SCSI] aic94xx: Fix DDB and SCB initializationDarrick J. Wong3-11/+25
2007-01-13[SCSI] aic94xx: Match request_firmware with release_firmwareDarrick J. Wong3-0/+9
2007-01-13[SCSI] aic94xx: Remove workqueue code from REQ_TASK_ABORT/REQ_DEVICE_RESET codeDarrick J. Wong1-56/+66
2007-01-13[SCSI] aic94xx: Don't eat TMF_QUERY_TASK resultsDarrick J. Wong1-0/+5
2007-01-13[SCSI] aic94xx: Set lldd_max_execute_num in sas_haDarrick J. Wong1-0/+1
2007-01-13[SCSI] libsas: Don't give scsi_cmnds to the EH if they never made it to the SAS LLDD or have already returnedDarrick J. Wong1-0/+9
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter3-5/+5
2006-12-06Actually update the fixed up compile failures.David Howells1-4/+5
2006-12-05Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2-17/+112
2006-11-30Fix misc .c/.h comment typosMatt LaPlante2-3/+3
2006-11-22Merge ../scsi-rc-fixes-2.6James Bottomley8-10/+109
2006-11-22[SCSI] aic94xx: fix pointer to integer conversion warningJames Bottomley1-1/+1
2006-11-22[PATCH] aic94xx: delete ascb timers when freeing queuesDarrick J. Wong1-0/+9
2006-11-22[PATCH] aic94xx: handle REQ_DEVICE_RESETDarrick J. Wong1-7/+44
2006-11-15[SCSI] aic94xx: handle REQ_TASK_ABORTDarrick J. Wong1-17/+66
2006-11-09[SCSI] aic94xx SCSI timeout fixmalahal@us.ibm.com7-6/+106
2006-10-25[SCSI] aic94xx: Supermicro motherboards supportSergey Kononenko3-4/+3
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2-3/+2
2006-10-04Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2-8/+34
2006-10-04[SCSI] SCSI aic94xx: handle sysfs errorsJeff Garzik1-8/+33