aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ipr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-01Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+5
2014-03-19[SCSI] ipr: Add new CCIN definition for Grand Canyon supportWendy Xiong1-0/+6
2014-03-19[SCSI] ipr: Format HCAM overlay ID 0x21Wendy Xiong1-0/+39
2014-03-19[SCSI] ipr: Use pci_enable_msi_range() and pci_enable_msix_range()Alexander Gordeev1-29/+18
2014-03-19[SCSI] ipr: Get rid of superfluous call to pci_disbale_msi/msix()Alexander Gordeev1-2/+0
2014-03-19[SCSI] ipr: Handle early EEHBrian King1-89/+176
2014-03-19[SCSI] ipr: Add new CCIN definition for new hardware supportWendy Xiong1-0/+2
2014-03-19[SCSI] ipr: Remove extended delay bit on GSCSI reads/writes opsWendy Xiong1-1/+5
2014-03-13block: remove old blk_iopoll_enabled variableJens Axboe1-10/+5
2013-12-19[SCSI] ipr: Increase msi-x interrupt vectors to 16wenxiong@linux.vnet.ibm.com1-1/+1
2013-11-29[SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen1-1/+2
2013-08-26[SCSI] ipr: Add sereral new CCIN definitions for new adapters supportwenxiong@linux.vnet.ibm.com1-0/+14
2013-06-26[SCSI] ipr: IOA Status Code(IOASC) updatewenxiong@linux.vnet.ibm.com1-1/+39
2013-06-26[SCSI] ipr: qc_fill_rtf() method should not store alternate status registerSergei Shtylyov1-1/+0
2013-06-26[SCSI] ipr: possible irq lock inversion dependency detectedwenxiong@linux.vnet.ibm.com1-8/+9
2013-06-04[SCSI] ipr: Avoid target_destroy accessing memory after it was freedwenxiong@linux.vnet.ibm.com1-16/+0
2013-05-02[SCSI] ipr: SATA DVD probing failed with 64bit adapterwenxiong@linux.vnet.ibm.com1-2/+2
2013-05-02[SCSI] ipr: Need to reset adapter after the 6th EEH errorwenxiong@linux.vnet.ibm.com1-2/+10
2013-04-06[SCSI] ipr: dlpar failed when adding an adapter backwenxiong@linux.vnet.ibm.com1-0/+1
2013-04-06[SCSI] ipr: fix addition of abort command to HRRQ free queueKleber Sacilotto de Souza1-1/+1
2013-04-06[SCSI] ipr: ipr_test_msi() fails when running with msi-x enabled adapterwenxiong@linux.vnet.ibm.com1-2/+8
2013-02-24[SCSI] ipr: Fix oops while resetting an ipr adapterBrian King1-10/+23
2013-01-30[SCSI] ipr: Fix sparse error in ipr driverwenxiong@linux.vnet.ibm.com1-52/+17
2013-01-30[SCSI] ipr: Implement block iopollwenxiong@linux.vnet.ibm.com1-49/+172
2013-01-30[SCSI] ipr: Reduce lock contentionwenxiong@linux.vnet.ibm.com1-95/+228
2013-01-30[SCSI] ipr: Add support for MSI-X and distributed completionwenxiong@linux.vnet.ibm.com1-167/+549
2013-01-30[SCSI] ipr: Resource path error logging cleanupBrian King1-25/+53
2013-01-30[SCSI] ipr: Handler ID memory allocation failure at module load timeBrian King1-0/+7
2013-01-30[SCSI] ipr: Add sereral new CCIN definitions for new adapters supportwenxiong@linux.vnet.ibm.com1-0/+10
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman1-17/+15
2012-10-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-9/+9
2012-10-02Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-50/+118
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2012-09-24[SCSI] ipr: trivial: fix small coding style issuesKleber Sacilotto de Souza1-33/+33
2012-09-14[SCSI] ipr: remove an unneeded checkDan Carpenter1-7/+5
2012-09-14[SCSI] ipr: missing unlock before a returnDan Carpenter1-2/+5
2012-09-07scsi: make pci error handlers constStephen Hemminger1-1/+1
2012-09-05powerpc: Rename 64-bit PVR constants to PVR_fooMichael Ellerman1-9/+9
2012-09-01ipr: fix small coding style issuesKleber Sacilotto de Souza1-33/+33
2012-08-24[SCSI] ipr: Reduce interrupt lock timeBrian King1-14/+46
2012-08-24[SCSI] ipr: Reduce queuecommand lock timeBrian King1-27/+63
2012-08-24[SCSI] libsas, ipr: cleanup ata_host flags initialization via ata_host_initDan Williams1-2/+1
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-04-23[SCSI] libsas, libata: fix start of life for a sas ata_portDan Williams1-1/+5
2012-03-28[SCSI] ipr: Increase alignment boundary of command blocksBrian King1-1/+1
2012-03-28[SCSI] ipr: Increase max concurrent oustanding commandsBrian King1-0/+17
2012-03-28[SCSI] ipr: Remove unnecessary memory barriersBrian King1-12/+4
2012-03-28[SCSI] ipr: Remove unnecessary interrupt clearing on new adaptersBrian King1-6/+15
2012-03-28[SCSI] ipr: Fix target id allocation re-use problemBrian King1-8/+9