summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/lpfc_sli.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-812/+1479
2019-02-14scsi: lpfc: fix a handful of indentation issuesColin Ian King1-1/+1
2019-02-06scsi: lpfc: Update 12.2.0.0 file copyrights to 2019James Smart1-1/+1
2019-02-06scsi: lpfc: Rework locking on SCSI io completionJames Smart1-9/+33
2019-02-06scsi: lpfc: Rework EQ/CQ processing to address interrupt coalescingJames Smart1-323/+410
2019-02-06scsi: lpfc: cleanup: convert eq_delay to usdelayJames Smart1-53/+73
2019-02-06scsi: lpfc: Support non-uniform allocation of MSIX vectors to hardware queuesJames Smart1-94/+54
2019-02-06scsi: lpfc: Allow override of hardware queue selection policiesJames Smart1-1/+1
2019-02-06scsi: lpfc: Adapt partitioned XRI lists to efficient sharingJames Smart1-28/+692
2019-02-06scsi: lpfc: Convert ring number to hardware queue for nvme wqe posting.James Smart1-12/+14
2019-02-06scsi: lpfc: cleanup: Remove unused FCP_XRI_ABORT_EVENT slowpath eventJames Smart1-30/+0
2019-02-06scsi: lpfc: Partition XRI buffer list across Hardware QueuesJames Smart1-57/+31
2019-02-06scsi: lpfc: Replace io_channels for nvme and fcp with general hdw_queues per cpuJames Smart1-78/+81
2019-02-06scsi: lpfc: Remove extra vector and SLI4 queue for ExpresslaneJames Smart1-197/+15
2019-02-06scsi: lpfc: Implement common IO buffers between NVME and SCSIJames Smart1-67/+212
2019-01-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-9/+11
2019-01-09scsi: lpfc: lpfc_sli: Mark expected switch fall-throughsGustavo A. R. Silva1-9/+11
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-8/+7
2018-12-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-92/+217
2018-12-20scsi: lpfc: Adding ability to reset chip via pci bus resetJames Smart1-5/+37
2018-12-20scsi: lpfc: Fix discovery failure when PLOGI is deferedJames Smart1-2/+6
2018-12-20scsi: lpfc: Correct MDS loopback diagnostics supportJames Smart1-15/+34
2018-12-19scsi: lpfc: do not set queue->page_count to 0 if pc_sli4_params.wqpcnt is inv...Ewan D. Milne1-1/+2
2018-12-08scsi: lpfc: Fix driver release of fw-logging buffersJames Smart1-0/+19
2018-12-08scsi: lpfc: Correct code setting non existent bits in sli4 ABORT WQEJames Smart1-11/+3
2018-12-08scsi: lpfc: Fix kernel Oops due to null pring pointersJames Smart1-0/+2
2018-12-08scsi: lpfc: Fix discovery failures during port failovers with lots of vportsJames Smart1-6/+53
2018-12-08scsi: lpfc: refactor mailbox structure context fieldsJames Smart1-37/+41
2018-12-08scsi: lpfc: Fix panic when FW-log buffsize is not initializedJames Smart1-6/+8
2018-11-28scsi: lpfc: fix block guard enablement on SLI3 adaptersMartin Wilck1-1/+0
2018-11-22scsi: lpfc: Use dma_zalloc_coherentSabyasachi Gupta1-2/+1
2018-11-07scsi: lpfc: add Trunking supportJames Smart1-0/+11
2018-11-07scsi: lpfc: fcoe: Fix link down issue after 1000+ link bouncesJames Smart1-9/+2
2018-10-17scsi: lpfc: Remove set but not used variables 'fc_hdr' and 'hw_page_size'YueHaibing1-7/+0
2018-09-12scsi: lpfc: add support to retrieve firmware logsJames Smart1-0/+265
2018-09-12scsi: lpfc: Correct invalid EQ doorbell write on if_type=6James Smart1-5/+1
2018-09-12scsi: lpfc: Correct irq handling via locks when taking adapter offlineJames Smart1-1/+24
2018-09-12scsi: lpfc: Correct soft lockup when running mds diagnosticsJames Smart1-0/+7
2018-08-02scsi: lpfc: Fix ELS abort on SLI-3 adaptersJames Smart1-2/+14
2018-07-11scsi: lpfc: devloss timeout race condition caused null pointer referenceJames Smart1-4/+9
2018-07-11scsi: lpfc: Make PBDE optimizations configurableJames Smart1-4/+4
2018-07-11scsi: lpfc: Fix driver not setting dpp bits correctly in doorbell wordJames Smart1-1/+8
2018-06-26scsi: lpfc: use monotonic timestamps for statisticsArnd Bergmann1-2/+2
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-28/+22
2018-05-29scsi: lpfc: Fix MDS diagnostics failure (Rx < Tx)James Smart1-3/+16
2018-05-08scsi: lpfc: Comment cleanup regarding Broadcom copyright headerJames Smart1-1/+1
2018-05-08scsi: lpfc: Enhance log messages when reporting CQE errorsJames Smart1-7/+16
2018-05-08scsi: lpfc: enhance LE data structure copies to hardwareJames Smart1-14/+42
2018-04-19scsi: lpfc: Fix Abort request WQ selectionJames Smart1-7/+7
2018-04-19scsi: lpfc: Enlarge nvmet asynchronous receive buffer countsJames Smart1-1/+1