aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ipr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-29[SCSI] ipr: update PCI ID definitions for new adaptersWayne Boyer1-7/+7
2012-02-18[SCSI] ipr: fix eeh recovery for 64-bit adaptersKleber Sacilotto de Souza1-6/+18
2012-01-06PCI: Rework config space blocking servicesJan Kiszka1-7/+60
2011-10-31[SCSI] ipr: add definitions for additional adapterWayne Boyer1-0/+2
2011-10-20[SCSI] ipr: Fix BUG on adapter dump timeoutBrian King1-1/+3
2011-10-16[SCSI] ipr: Add support to flash FPGA and flash back DRAM imagesWayne Boyer1-8/+2
2011-09-22[SCSI] ipr: Stop reading adapter dump prematurelyBrian King1-4/+11
2011-08-27[SCSI] ipr: Always initiate hard reset in kdump kernelAnton Blanchard1-1/+1
2011-07-27[SCSI] ipr: reorder error handling code to include iounmapJulia Lawall1-6/+6
2011-05-24[SCSI] ipr: fix possible false positive detection of stuck interruptWayne Boyer1-6/+6
2011-05-17[SCSI] ipr: Rate limit DMA mapping errorsAnton Blanchard1-1/+2
2011-05-01[SCSI] ipr: increase the dump size for 64 bit adaptersKleber Sacilotto de Souza1-15/+65
2011-05-01[SCSI] ipr: improve interrupt service routine performanceWayne Boyer1-29/+39
2011-05-01[SCSI] ipr: remove unneeded volatile declarationsWayne Boyer1-3/+3
2011-05-01[SCSI] ipr: fix synchronous request flags for better performanceWayne Boyer1-1/+2
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-3/+6
2011-03-02libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov1-1/+1
2011-03-02libata: remove ATA_FLAG_MMIOSergei Shtylyov1-2/+1
2011-03-02libata: remove ATA_FLAG_{SRST|SATA_RESET}Sergei Shtylyov1-2/+2
2011-03-02ipr/sas_ata: use mode mask macros from <linux/ata.h>Sergei Shtylyov1-3/+3
2011-02-18[SCSI] ipr: Fix a race on multiple configuration changesKleber Sacilotto de Souza1-2/+5
2011-02-12[SCSI] remove flush_scheduled_work() usagesTejun Heo1-1/+1
2011-01-14Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-7/+1
2011-01-10Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds1-1/+1
2011-01-05[libata] avoid needlessly passing around ptr to SCSI completion funcJeff Garzik1-1/+1
2010-12-23PCI: make pci_restore_state return voidJon Mason1-7/+1
2010-12-21[SCSI] ipr: fix mailbox register definition and add a delay before readingWayne Boyer1-6/+41
2010-12-21[SCSI] ipr: fix lun assignment and comparisonWayne Boyer1-4/+3
2010-11-16SCSI host lock push-downJeff Garzik1-1/+3