summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla4xxx/ql4_nx.c
AgeCommit message (Expand)Author
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-02-12scsi: qla4xxx: Move an array from a .h into a .c fileBart Van Assche
2018-01-04scsi: qla4xxx: Use zeroing allocator rather than allocator/memsetHimanshu Jha
2016-12-07scsi: qla4xxx: switch to pci_alloc_irq_vectorsChristoph Hellwig
2016-11-08scsi: qla4xxx: print MAC and SID via %p[mM][R]Oleksandr Khoshaba
2016-09-02scsi: qla4xxx: Mark symbols static where possibleBaoyou Xie
2015-10-15move io-64-nonatomic*.h out of asm-genericChristoph Hellwig
2014-07-30qla4xxx: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev
2014-05-19qla4xxx: Check for correct return statusVikas Chaudhary
2014-05-19qla4xxx: qla4xxx: Move qla4_8xxx_ms_mem_write_128b to ql4_nx.cVikas Chaudhary
2014-05-19qla4xxx: Added PEX DMA Support for ISP8022 AdapterTej Parkash
2014-05-19qla4xxx: Added new opcodes for 84XX Minidump templateTej Parkash
2014-03-15[SCSI] qla4xxx: Reduce rom-lock contention during reset recovery.Vikas Chaudhary
2014-03-15[SCSI] qla4xxx: Driver not able to collect minidump for ISP84xxTej Parkash
2014-03-15[SCSI] qla4xxx: Fix processing response queue during probeTej Parkash
2014-03-15[SCSI] qla4xxx: Correctly handle msleep_interruptibleVikas Chaudhary
2014-03-15[SCSI] qla4xxx: Use IDC_CTRL bit1 directly instead of AF_83XX_NO_FWDUMP flag.Vikas Chaudhary
2014-03-15[SCSI] qla4xxx: ISP8xxx: Correct retry of adapter initializationNilesh Javali
2013-09-03[SCSI] qla4xxx: Return error if minidump data collection failsVikas Chaudhary
2013-09-03[SCSI] qla4xxx: Fix the minidump data collection check in for loopSantosh Vernekar
2013-09-03[SCSI] qla4xxx: Add pex-dma support for capturing minidumpSantosh Vernekar
2013-09-03[SCSI] qla4xxx: Update Copyright headerVikas Chaudhary
2013-09-03[SCSI] qla4xxx: Added support for ISP8042Vikas Chaudhary
2013-04-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2013-04-11[SCSI] qla4xxx: Add flash node mgmt supportAdheer Chandravanshi
2013-04-11[SCSI] qla4xxx: Assign correct CHAP table address to FLTVikas Chaudhary
2013-03-18treewide: Fix typos in printk and commentMasanari Iida
2013-01-30[SCSI] qla4xxx: Re-register IRQ handler while retrying initialize of adapterPoornima Vonti
2013-01-30[SCSI] qla4xxx: Correct the validation to check in get_sys_info mailboxNilesh Javali
2013-01-29[SCSI] qla4xxx: Fix MBOX intr switching from polling to intr mode for ISP83XXVikas Chaudhary
2012-10-02Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2012-09-24[SCSI] qla4xxx: Update idc reg in case of PCI AERVikas Chaudhary
2012-09-24[SCSI] qla4xxx: Print correct IDC versionVikas Chaudhary
2012-09-24[SCSI] qla4xxx: Update Copyright headerVikas Chaudhary
2012-09-24[SCSI] qla4xxx: Added support for ISP83XXVikas Chaudhary
2012-09-24[SCSI] qla4xxx: Added new function qla4_8xxx_get_minidumpVikas Chaudhary
2012-09-24[SCSI] qla4xxx: Set IDC version in correct wayVikas Chaudhary
2012-09-24[SCSI] qla4xxx: Added new functions in isp_opsVikas Chaudhary
2012-09-24[SCSI] qla4xxx: Clean-up and optimize macrosVikas Chaudhary
2012-09-24[SCSI] qla4xxx: Rename 82XX macrosVikas Chaudhary
2012-09-24[SCSI] qla4xxx: Update func name from ql4_ to qla4_Vikas Chaudhary
2012-09-24[SCSI] qla4xxx: Update structure and variable namesVikas Chaudhary
2012-09-24[SCSI] qla4xxx: Update function name from 8xxx to 82xxVikas Chaudhary
2012-09-14[SCSI] qla4xxx: Fix gcc warning for x86 systemVikas Chaudhary
2012-08-23[SCSI] qla4xxx: Use PCI Express Capability accessorsJiang Liu
2012-07-20[SCSI] qla4xxx: remove unnecessary read of PCI_CAP_ID_EXPJon Mason
2012-05-30[SCSI] qla4xxx: Capture minidump for ISP82XX on firmware failureTej Parkash
2012-03-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds
2012-02-21asm-generic: architecture independent readq/writeq for 32bit environmentHitoshi Mitake