aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/ipr.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-27[SCSI] ipr: reorder error handling code to include iounmapGravatar Julia Lawall 1-6/+6
2011-05-24[SCSI] ipr: fix possible false positive detection of stuck interruptGravatar Wayne Boyer 1-6/+6
2011-05-17[SCSI] ipr: Rate limit DMA mapping errorsGravatar Anton Blanchard 1-1/+2
2011-05-01[SCSI] ipr: increase the dump size for 64 bit adaptersGravatar Kleber Sacilotto de Souza 1-15/+65
2011-05-01[SCSI] ipr: improve interrupt service routine performanceGravatar Wayne Boyer 1-29/+39
2011-05-01[SCSI] ipr: remove unneeded volatile declarationsGravatar Wayne Boyer 1-3/+3
2011-05-01[SCSI] ipr: fix synchronous request flags for better performanceGravatar Wayne Boyer 1-1/+2
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 1-3/+6
2011-03-02libata: remove ATA_FLAG_NO_LEGACYGravatar Sergei Shtylyov 1-1/+1
2011-03-02libata: remove ATA_FLAG_MMIOGravatar Sergei Shtylyov 1-2/+1
2011-03-02libata: remove ATA_FLAG_{SRST|SATA_RESET}Gravatar Sergei Shtylyov 1-2/+2
2011-03-02ipr/sas_ata: use mode mask macros from <linux/ata.h>Gravatar Sergei Shtylyov 1-3/+3
2011-02-18[SCSI] ipr: Fix a race on multiple configuration changesGravatar Kleber Sacilotto de Souza 1-2/+5
2011-02-12[SCSI] remove flush_scheduled_work() usagesGravatar Tejun Heo 1-1/+1
2011-01-14Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 1-7/+1
2011-01-10Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2011-01-05[libata] avoid needlessly passing around ptr to SCSI completion funcGravatar Jeff Garzik 1-1/+1
2010-12-23PCI: make pci_restore_state return voidGravatar Jon Mason 1-7/+1
2010-12-21[SCSI] ipr: fix mailbox register definition and add a delay before readingGravatar Wayne Boyer 1-6/+41
2010-12-21[SCSI] ipr: fix lun assignment and comparisonGravatar Wayne Boyer 1-4/+3
2010-11-16SCSI host lock push-downGravatar Jeff Garzik 1-1/+3
2010-10-25[SCSI] ipr: add definitions for a new adapterGravatar Wayne Boyer 1-0/+2
2010-10-07[SCSI] ipr: fix array error loggingGravatar Wayne Boyer 1-5/+5
2010-09-09[SCSI] ipr: reverse the isr optimization changesGravatar Wayne Boyer 1-30/+33
2010-09-05[SCSI] ipr: fix resource address formatting and add attribute for device IDGravatar Wayne Boyer 1-1/+42
2010-07-28[SCSI] ipr: fix resource type update and add sdev and shost attributesGravatar Wayne Boyer 1-2/+68
2010-07-28[SCSI] ipr: fix transition to operational for new adaptersGravatar Wayne Boyer 1-6/+9
2010-07-27[SCSI] ipr: add support for new Obsidian-E embedded adapterGravatar Wayne Boyer 1-0/+2
2010-07-27[SCSI] ipr: add MMIO write to perform BIST for 64 bit adaptersGravatar Wayne Boyer 1-16/+21
2010-07-27[SCSI] ipr: move setting of the allow_restart flag for vsets and disksGravatar Wayne Boyer 1-3/+2
2010-07-27[SCSI] ipr: add endian swap enablement for 64 bit adaptersGravatar Wayne Boyer 1-2/+17
2010-07-21[SCSI] ipr: fix resource path display and formattingGravatar Wayne Boyer 1-18/+33
2010-05-24[SCSI] ipr: improve interrupt service routine performanceGravatar Wayne Boyer 1-33/+30
2010-05-24[SCSI] ipr: set the data list length in the request control blockGravatar Wayne Boyer 1-0/+2
2010-05-24[SCSI] ipr: fix a register read to use the correct address for 64 bit adaptersGravatar Wayne Boyer 1-4/+8
2010-05-24[SCSI] ipr: include the resource path in the IOA status area structureGravatar Wayne Boyer 1-57/+74
2010-05-24[SCSI] ipr: implement fixes for 64 bit adapter supportGravatar Wayne Boyer 1-4/+9
2010-05-21sysfs: add struct file* to bin_attr callbacksGravatar Chris Wright 1-3/+6
2010-05-17libata: kill ATA_FLAG_DISABLEDGravatar Tejun Heo 1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-03[SCSI] ipr: adds PCI ID definitions for new adaptersGravatar Wayne Boyer 1-7/+19
2010-03-03[SCSI] ipr: add support for new IOASCsGravatar Wayne Boyer 1-0/+32
2010-03-03[SCSI] ipr: add support for multiple stages of initializationGravatar Wayne Boyer 1-30/+155
2010-03-03[SCSI] ipr: implement shutdown changes and remove obsolete write cache parameterGravatar Wayne Boyer 1-143/+65
2010-03-03[SCSI] ipr: add hardware assisted smart dump functionalityGravatar Wayne Boyer 1-16/+65
2010-03-03[SCSI] ipr: add error handling updates for the next generation chipGravatar Wayne Boyer 1-10/+247
2010-03-03[SCSI] ipr: update the configuration table code for the next generation chipGravatar Wayne Boyer 1-96/+416
2010-03-03[SCSI] ipr: define new offsets to registers for the next generation chipGravatar Wayne Boyer 1-0/+15
2010-03-03[SCSI] ipr: add support for new adapter command structures for the next gener...Gravatar Wayne Boyer 1-113/+337
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsGravatar Martin K. Petersen 1-1/+1