aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ipr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-24[SCSI] ipr: improve interrupt service routine performanceWayne Boyer1-33/+30
2010-05-24[SCSI] ipr: set the data list length in the request control blockWayne Boyer1-0/+2
2010-05-24[SCSI] ipr: fix a register read to use the correct address for 64 bit adaptersWayne Boyer1-4/+8
2010-05-24[SCSI] ipr: include the resource path in the IOA status area structureWayne Boyer1-57/+74
2010-05-24[SCSI] ipr: implement fixes for 64 bit adapter supportWayne Boyer1-4/+9
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-3/+6
2010-05-17libata: kill ATA_FLAG_DISABLEDTejun Heo1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-03[SCSI] ipr: adds PCI ID definitions for new adaptersWayne Boyer1-7/+19
2010-03-03[SCSI] ipr: add support for new IOASCsWayne Boyer1-0/+32
2010-03-03[SCSI] ipr: add support for multiple stages of initializationWayne Boyer1-30/+155
2010-03-03[SCSI] ipr: implement shutdown changes and remove obsolete write cache parameterWayne Boyer1-143/+65
2010-03-03[SCSI] ipr: add hardware assisted smart dump functionalityWayne Boyer1-16/+65
2010-03-03[SCSI] ipr: add error handling updates for the next generation chipWayne Boyer1-10/+247
2010-03-03[SCSI] ipr: update the configuration table code for the next generation chipWayne Boyer1-96/+416
2010-03-03[SCSI] ipr: define new offsets to registers for the next generation chipWayne Boyer1-0/+15
2010-03-03[SCSI] ipr: add support for new adapter command structures for the next generation chipWayne Boyer1-113/+337
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen1-1/+1
2009-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-0/+1
2009-12-15Subject: Re: [PATCH] strstrip incorrectly marked __must_checkKOSAKI Motohiro1-2/+2
2009-12-10[SCSI] ipr: fix EEH recoveryKleber Sacilotto de Souza1-0/+1
2009-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+6
2009-12-04[SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie1-1/+6
2009-11-06[SCSI] ipr: add workaround for MSI interrupts on P7Wayne Boyer1-9/+33
2009-06-21ipr: differentiate pci-x and pci-e based adaptersWayne Boyer1-15/+17
2009-06-21ipr: add test for MSI interrupt supportWayne Boyer1-7/+101
2009-05-23[SCSI] ipr: fix PCI permanent error handlerKleber S. Souza1-0/+1
2009-05-20[SCSI] ipr: ipr_remove() marked __devexitKleber S. Souza1-2/+2
2009-04-27[SCSI] ipr: Fix sleeping function called with interrupts disabledBrian King1-4/+9
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-03-12[SCSI] ipr: Expose debug and fastfail parametersWayne Boyer1-2/+2
2009-03-12[SCSI] ipr: add message to error tableWayne Boyer1-0/+2
2009-03-12[SCSI] ipr: add MSI supportWayne Boyer1-0/+7
2009-01-16[libata] get-identity ioctl: Fix use of invalid memory pointerJeff Garzik1-1/+1
2009-01-02[SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-12-29[SCSI] ipr: fix lockdep warning from ipr_ioa_reset_doneMark Nelson1-2/+2
2008-12-29[SCSI] advansys, arcmsr, ipr, nsp32, qla1280, stex: use pci_ioremap_bar()Arjan van de Ven1-1/+1
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-11/+5
2008-10-23[SCSI] ipr: use memory_read_from_buffer()Akinobu Mita1-11/+5
2008-10-20PCI: remove dynids.use_driver_dataMilton Miller1-1/+0
2008-10-09block: unify request timeout handlingJens Axboe1-1/+2
2008-07-11[SCSI] ipr: Fix HDIO_GET_IDENTITY oops for SATA devicesBrian King1-1/+5
2008-04-29[SCSI] ipr: Rename ipr's state scsi host attribute to prevent collisionsBrian King1-1/+1
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones1-65/+75
2008-04-17libata: kill ata_noop_dev_select()Tejun Heo1-1/+0
2008-04-17libata: remove check_status from non-SFF driversTejun Heo1-28/+0
2008-04-17libata: replace tf_read with qc_fill_rtf for non-SFF driversTejun Heo1-29/+30
2008-04-17libata: add qc_fill_rtf port operationTejun Heo1-0/+1
2008-04-17libata: rename SFF port opsTejun Heo1-4/+4
2008-04-17libata: make reset related methods proper port operationsTejun Heo1-1/+2