summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-07-27[SCSI] qla2xxx: Handle outstanding mbx cmds on hung f/w scenarios.Santosh Vernekar4-24/+78
2010-07-27[SCSI] qla2xxx: Do not enable VP in non fabric topology.Lalit Chandivade1-1/+2
2010-07-27[SCSI] qla2xxx: Support for loading Unified ROM Image (URI) format firmware f...Harish Zunjarrao3-7/+215
2010-07-27[SCSI] qla2xxx: Make the FC port capability mutual exclusive.Andrew Vasquez1-2/+2
2010-07-27[SCSI] qla2xxx: Add internal loopback support for ISP81xx.Sarang Radke7-17/+269
2010-07-27[SCSI] qla2xxx: Limit rport-flaps during link-disruptions.Giridhar Malavali1-3/+5
2010-07-27[SCSI] qla2xxx: Correct async-srb issues.Andrew Vasquez2-7/+15
2010-07-27[SCSI] qla2xxx: Correct use-after-free oops seen during EH-abort.Giridhar Malavali2-1/+31
2010-07-27[SCSI] qla2xxx: Fix cpu-affinity usage for non-capable ISPs.Giridhar Malavali1-4/+4
2010-07-27[SCSI] qla2xxx: Add portid to async-request messages.Andrew Vasquez2-16/+31
2010-07-27[SCSI] qla2xxx: Clear drive active CRB register when not in use.Giridhar Malavali6-5/+13
2010-07-27[SCSI] hpsa: fix block fetch table problem.Stephen M. Cameron1-1/+20
2010-07-27[SCSI] hpsa: expose controller firmware revision via /sys.Stephen M. Cameron1-0/+20
2010-07-27[SCSI] hpsa: remove unused firm_ver member of the per-hba structureStephen M. Cameron2-7/+0
2010-07-27[SCSI] hpsa: factor out hpsa_enter_performant_modeStephen M. Cameron1-24/+30
2010-07-27[SCSI] hpsa: remove unused variable trans_offsetStephen M. Cameron1-2/+0
2010-07-27[SCSI] hpsa: factor out hpsa_wait_for_mode_change_ackStephen M. Cameron1-23/+17
2010-07-27[SCSI] hpsa: mark hpsa_mark_hpsa_put_ctlr_into_performant_mode as __devinitStephen M. Cameron1-2/+2
2010-07-27[SCSI] hpsa: clean up debug ifdefsStephen M. Cameron1-6/+2
2010-07-27[SCSI] hpsa: check that simple mode is supportedStephen M. Cameron1-0/+5
2010-07-27[SCSI] hpsa: factor out hpsa_enter_simple_modeStephen M. Cameron1-27/+35
2010-07-27[SCSI] hpsa: factor out hpsa_p600_dma_prefetch_quirkStephen M. Cameron1-11/+15
2010-07-27[SCSI] hpsa: factor out hpsa_enable_scsi_prefetchStephen M. Cameron1-9/+13
2010-07-27[SCSI] hpsa: factor out hpsa-CISS-signature-presentStephen M. Cameron1-5/+13
2010-07-27[SCSI] hpsa: hpsa factor out hpsa_find_board_paramsStephen M. Cameron1-21/+25
2010-07-27[SCSI] hpsa: fix leak of ioremapped memory in hpsa_pci_init error path.Stephen M. Cameron1-1/+12
2010-07-27[SCSI] hpsa: factor out hpsa_find_cfgtablesStephen M. Cameron1-20/+30
2010-07-27[SCSI] hpsa: factor out hpsa_wait_for_board_readyStephen M. Cameron1-12/+17
2010-07-27[SCSI] hpsa: factor out hpsa_find_memory_BARStephen M. Cameron1-15/+19
2010-07-27[SCSI] hpsa: remove redundant board_id parameter from hpsa_interrupt_modeStephen M. Cameron1-9/+4
2010-07-27[SCSI] hpsa: factor out hpsa_board_disabledStephen M. Cameron1-7/+9
2010-07-27[SCSI] hpsa: factor out hpsa_lookup_board_idStephen M. Cameron1-27/+31
2010-07-27[SCSI] hpsa: save pdev pointer in per hba structure early to avoid passing it...Stephen M. Cameron1-37/+38
2010-07-27[SCSI] hptiop: Eliminate a NULL pointer dereferenceJulia Lawall1-1/+1
2010-07-27[SCSI] mptsas: fix hangs caused by ATA pass-throughRyan Kuester1-0/+2
2010-07-27[SCSI] mpt2sas: DIF Type 2 Protection SupportEric Moore2-8/+14
2010-07-27[SCSI] ibmvscsi: Fix oops when an interrupt is pending during probeAnton Blanchard1-6/+7
2010-07-22[SCSI] zfcp: Update status read mempoolChristof Schmitt2-1/+10
2010-07-22[SCSI] zfcp: Do not wait for SBALs on stopped queueChristof Schmitt2-6/+9
2010-07-22[SCSI] zfcp: Fix check whether unchained ct_els is possibleSwen Schillig1-1/+1
2010-07-22[SCSI] ipr: fix resource path display and formattingWayne Boyer2-20/+36
2010-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds6-9/+63
2010-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds4-90/+12
2010-06-12PCI: hotplug/cpqphp, fix NULL dereferenceJiri Slaby1-0/+7
2010-06-12Revert "PCI: create function symlinks in /sys/bus/pci/slots/N/"Jesse Barnes2-85/+0
2010-06-12PCI: change resource collision messages from KERN_ERR to KERN_INFOBjorn Helgaas1-5/+5
2010-06-11Merge branch 'wimax-2.6.35.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller1-1/+1
2010-06-11wimax/i2400m: fix missing endian correction read in fw loaderInaky Perez-Gonzalez1-1/+1
2010-06-11Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...Linus Torvalds3-10/+11
2010-06-11net8139: fix a race at the end of NAPIFigo.zhang2-2/+2