summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx/qla_os.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-07[SCSI] qla2xxx: Correct issue where vport-state was not updated during an ISP...Seokmann Ju1-0/+15
2008-02-07[SCSI] qla2xxx: Move RISC-interrupt-register modifications to qla2x00_request...Andrew Vasquez1-18/+0
2008-02-07[SCSI] qla2xxx: Consolidate RISC-parity enablement codes.Andrew Vasquez1-12/+0
2008-02-07[SCSI] qla2xxx: Cleanse memory allocation logic during probe.Andrew Vasquez1-230/+98
2008-02-07[SCSI] qla2xxx: Cleanup any outstanding SRB resources during shutdown.Andrew Vasquez1-4/+26
2008-02-07[SCSI] qla2xxx: Add MODULE_FIRMWARE hint for ISP25XX firmware.Andrew Vasquez1-0/+1
2008-02-01PCI: Remove users of pci_enable_device_bars()Benjamin Herrenschmidt1-4/+17
2008-01-30[SCSI] remove use_sg_chainingJames Bottomley1-2/+0
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-51/+29
2008-01-23[SCSI] qla2xxx: Add Fibre Channel Event (FCE) tracing support.Andrew Vasquez1-0/+11
2008-01-23[SCSI] qla2xxx: Trace-Control naming cleanups.Andrew Vasquez1-1/+1
2008-01-23[SCSI] qla2xxx: Code cleanups.Adrian Bunk1-14/+6
2008-01-23[SCSI] qla2xxx: Use completion routines.Marcus Barrow1-19/+3
2008-01-23[SCSI] qla2xxx: Don't schedule the DPC routine to perform an issue-lip request.Andrew Vasquez1-2/+1
2008-01-23[SCSI] qla2xxx: Fix for 32-bit platforms with 64-bit resources.Andrew Vasquez1-15/+7
2008-01-14scsi/qla2xxx/qla_os.c section fixAdrian Bunk1-2/+2
2007-10-23[SCSI] qla2xxx: Make driver (mostly) legacy I/O port free.Andrew Vasquez1-20/+30
2007-10-16[SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori1-0/+2
2007-10-12[SCSI] qla2xxx: Use shost_priv().Andrew Vasquez1-10/+10
2007-10-12[SCSI] qla2xxx: Correct infinite-login-retry issue.Ravi Anand1-1/+3
2007-10-12[SCSI] qla2xxx: Add PCI error recovery support.Seokmann Ju1-0/+114
2007-10-12[SCSI] qla2xxx: Add flash burst-read/write support.Andrew Vasquez1-1/+1
2007-08-15[SCSI] qla2xxx: Allocate enough space for the full PCI descriptor.Andrew Vasquez1-1/+1
2007-07-31[SCSI] qla2xxx: fix panic caused by previous patchSeokmann Ju1-0/+14
2007-07-22Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-133/+247
2007-07-20[SCSI] qla2xxx: Add ISP25XX support.Andrew Vasquez1-2/+68
2007-07-20[SCSI] qla2xxx: Re-factor isp_operations to static structures.Andrew Vasquez1-129/+171
2007-07-20[SCSI] qla2xxx: Generalize iIDMA support.Andrew Vasquez1-0/+2
2007-07-20[SCSI] qla2xxx: Generalize FW-Interface-2 support.Andrew Vasquez1-2/+6
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-15Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-103/+134
2007-07-14[SCSI] qla2xxx: add support for NPIVSeokmann Ju1-96/+133
2007-05-31[SCSI] qla2xxx: convert to use the data buffer accessorsFUJITA Tomonori1-7/+1
2007-05-30[SCSI] qla2xxx: fix timeout in qla2x00_down_timeoutBill Nottingham1-1/+1
2007-05-08[SCSI] qla2xxx: Honor NVRAM port-down-retry-count settings.Andrew Vasquez1-1/+1
2007-05-08[SCSI] qla2xxx: Error-out during probe() if we're unable to complete HBA init...Andrew Vasquez1-3/+1
2007-04-01[SCSI] qla2xxx: Remove duplicate pci_disable_device() callBernhard Walle1-2/+1
2007-03-20[SCSI] qla2xxx: Allow the extended-error-logging flag to be dynamic.Andrew Vasquez1-1/+1
2007-03-20[SCSI] qla2xxx: Add scan_[start|finish]() callbacks for ISP24xx HBAs.Andrew Vasquez1-0/+2
2007-01-31Merge branch 'linus'James Bottomley1-28/+31
2007-01-31[SCSI] qla2xxx: Remove unnecessary spinlock primitive - mbx_reg_lock.Seokmann Ju1-8/+0
2007-01-31[SCSI] qla2xxx: Export OptionROM boot-codes version information.Andrew Vasquez1-0/+2
2007-01-31[SCSI] qla2xxx: Add MSI-X support.Andrew Vasquez1-11/+3
2007-01-03[SCSI] qla2xxx: Correct reset handling logic.Andrew Vasquez1-27/+28
2007-01-03[SCSI] qla2xxx: Correct IOCB queueing mechanism for ISP54XX HBAs.Andrew Vasquez1-1/+3
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-11-22[SCSI] qla2xxx: add asynchronous scsi scanning support.Andrew Vasquez1-4/+29
2006-11-22[SCSI] qla2xxx: defer topology discovery to DPC thread during initialization.Andrew Vasquez1-22/+7
2006-11-22Merge ../scsi-rc-fixes-2.6James Bottomley1-9/+26
2006-11-15[SCSI] qla2xxx: make some functions staticAdrian Bunk1-6/+6