aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_os.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 initialization.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
2006-10-25[SCSI] qla2xxx: Correct QUEUE_FULL handling.Andrew Vasquez1-2/+19
2006-10-25[SCSI] qla2xxx: Workaround D3 power-management issues.Andrew Vasquez1-3/+3
2006-10-25[SCSI] Maintain module-parameter name consistency with qla2xxx/qla4xxx.Andrew Vasquez1-4/+4
2006-10-05[PATCH] fix qla{2,4} build errorFrederik Deweerdt1-4/+4
2006-10-03[SCSI] qla2xxx: Stall mid-layer error handlers while rport is blocked.Andrew Vasquez1-0/+25
2006-10-03[SCSI] qla2xxx: Add MODULE_FIRMWARE tags.Andrew Vasquez1-5/+16
2006-10-03[SCSI] qla2xxx: Add iIDMA support.Andrew Vasquez1-1/+1
2006-08-26[SCSI] qla2xxx: Correct PLOGI retry logic.Andrew Vasquez1-3/+0
2006-08-06[SCSI] qla2xxx: Fix to allow to reset devices using sg interface (sg_reset).Vladislav Bolkhovitin1-9/+3
2006-07-03Merge ../scsi-misc-2.6James Bottomley1-60/+65
2006-07-02[PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30[SCSI] small whitespace cleanup for qlogic driverJesper Juhl1-2/+2
2006-06-26[SCSI] qla2xxx: Convert from pci_module_init() to pci_register_driver().Andrew Vasquez1-30/+8
2006-06-26[SCSI] qla2xxx: Add support for extended error logging.Andrew Vasquez1-3/+9
2006-06-26[SCSI] qla2xxx: Cleanup DEBUG macro usage.Andrew Vasquez1-4/+4
2006-06-26[SCSI] qla2xxx: Remove no-op IOCTL codes and macros.Andrew Vasquez1-14/+0
2006-06-26[SCSI] qla2xxx: Add DMI (Diagnostics Monitoring Interface) support.Andrew Vasquez1-0/+23
2006-06-26[SCSI] qla2xxx: Rework firmware-trace facilities.Andrew Vasquez1-7/+19
2006-06-10Merge ../linux-2.6James Bottomley1-8/+11
2006-05-20[SCSI] qla2xxx: Consolidate firmware-dump handling across ISPs.Andrew Vasquez1-6/+1
2006-05-20[SCSI] qla2xxx: Consolidate "qla2xxx" string usage to a #define.Andrew Vasquez1-7/+8
2006-05-20[SCSI] qla2xxx: Use PCI_DEVICE() for pci_device_id definition.Andrew Vasquez1-22/+11
2006-05-20[SCSI] qla2xxx: Remove obsolete firmware-loader-module support.Andrew Vasquez1-37/+17
2006-05-20[SCSI] qla2xxx: Remove unused port-type RSCN handling code.Andrew Vasquez1-31/+0