summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_sli.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: lpfc: resolve lockdep warningsJames Smart2019-05-131-31/+53
* scsi: lpfc: Change smp_processor_id() into raw_smp_processor_id()Bart Van Assche2019-04-031-3/+3
* scsi: lpfc: Remove unused functionsBart Van Assche2019-04-031-153/+0
* scsi: lpfc: Fix indentation and balance bracesBart Van Assche2019-04-031-3/+3
* scsi: lpfc: Declare local functions staticBart Van Assche2019-04-031-3/+3
* scsi: lpfc: Fixup eq_clr_intr referencesJames Smart2019-03-201-2/+2
* scsi: lpfc: Fix build errorJames Bottomley2019-03-201-6/+0
* scsi: lpfc: Specify node affinity for queue memory allocationJames Smart2019-03-191-4/+6
* scsi: lpfc: Reduce memory footprint for lpfc_queueJames Smart2019-03-191-26/+29
* scsi: lpfc: Correct boot bios information to FDMI registrationJames Smart2019-03-191-17/+68
* scsi: lpfc: Fix mailbox hang on adapter initJames Smart2019-03-191-6/+6
* scsi: lpfc: Convert bootstrap mbx polling from msleep to udelayJames Smart2019-03-191-1/+1
* scsi: lpfc: Coordinate adapter error handling with offline handlingJames Smart2019-03-191-3/+3
* scsi: lpfc: Stop adapter if pci errors detectedJames Smart2019-03-191-2/+9
* scsi: lpfc: Fix nvmet handling of first burst cmdJames Smart2019-03-191-1/+1
* scsi: lpfc: Fix use-after-free mailbox cmd completionJames Smart2019-03-191-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-161-1/+1
|\
| * scsi: lpfc: Correct __lpfc_sli_issue_iocb_s4 lockdep checkJames Smart2019-03-061-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-091-812/+1479
|\|
| * scsi: lpfc: fix a handful of indentation issuesColin Ian King2019-02-131-1/+1
| * scsi: lpfc: Update 12.2.0.0 file copyrights to 2019James Smart2019-02-051-1/+1
| * scsi: lpfc: Rework locking on SCSI io completionJames Smart2019-02-051-9/+33
| * scsi: lpfc: Rework EQ/CQ processing to address interrupt coalescingJames Smart2019-02-051-323/+410
| * scsi: lpfc: cleanup: convert eq_delay to usdelayJames Smart2019-02-051-53/+73
| * scsi: lpfc: Support non-uniform allocation of MSIX vectors to hardware queuesJames Smart2019-02-051-94/+54
| * scsi: lpfc: Allow override of hardware queue selection policiesJames Smart2019-02-051-1/+1
| * scsi: lpfc: Adapt partitioned XRI lists to efficient sharingJames Smart2019-02-051-28/+692
| * scsi: lpfc: Convert ring number to hardware queue for nvme wqe posting.James Smart2019-02-051-12/+14
| * scsi: lpfc: cleanup: Remove unused FCP_XRI_ABORT_EVENT slowpath eventJames Smart2019-02-051-30/+0
| * scsi: lpfc: Partition XRI buffer list across Hardware QueuesJames Smart2019-02-051-57/+31
| * scsi: lpfc: Replace io_channels for nvme and fcp with general hdw_queues per cpuJames Smart2019-02-051-78/+81
| * scsi: lpfc: Remove extra vector and SLI4 queue for ExpresslaneJames Smart2019-02-051-197/+15
| * scsi: lpfc: Implement common IO buffers between NVME and SCSIJames Smart2019-02-051-67/+212
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-01-201-9/+11
|\ \
| * | scsi: lpfc: lpfc_sli: Mark expected switch fall-throughsGustavo A. R. Silva2019-01-081-9/+11
| |/
* / cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-8/+7
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-92/+217
|\
| * scsi: lpfc: Adding ability to reset chip via pci bus resetJames Smart2018-12-191-5/+37
| * scsi: lpfc: Fix discovery failure when PLOGI is deferedJames Smart2018-12-191-2/+6
| * scsi: lpfc: Correct MDS loopback diagnostics supportJames Smart2018-12-191-15/+34
| * scsi: lpfc: do not set queue->page_count to 0 if pc_sli4_params.wqpcnt is inv...Ewan D. Milne2018-12-181-1/+2
| * scsi: lpfc: Fix driver release of fw-logging buffersJames Smart2018-12-071-0/+19
| * scsi: lpfc: Correct code setting non existent bits in sli4 ABORT WQEJames Smart2018-12-071-11/+3
| * scsi: lpfc: Fix kernel Oops due to null pring pointersJames Smart2018-12-071-0/+2
| * scsi: lpfc: Fix discovery failures during port failovers with lots of vportsJames Smart2018-12-071-6/+53
| * scsi: lpfc: refactor mailbox structure context fieldsJames Smart2018-12-071-37/+41
| * scsi: lpfc: Fix panic when FW-log buffsize is not initializedJames Smart2018-12-071-6/+8
| * scsi: lpfc: Use dma_zalloc_coherentSabyasachi Gupta2018-11-211-2/+1
| * scsi: lpfc: add Trunking supportJames Smart2018-11-061-0/+11
| * scsi: lpfc: fcoe: Fix link down issue after 1000+ link bouncesJames Smart2018-11-061-9/+2