summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_init.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-31scsi: lpfc: Fix setting IRQ affinity with an empty CPU maskJames Smart1-1/+0
2020-08-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+20
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-271/+468
2020-08-04scsi: lpfc: Fix no message shown for lpfc_hdw_queue out of range valueDick Kennedy1-1/+2
2020-08-04scsi: lpfc: Fix FCoE speed reportingDick Kennedy1-2/+13
2020-08-04scsi: lpfc: Add missing misc_deregister() for lpfc_init()Jing Xiangfeng1-2/+5
2020-07-24scsi: lpfc: Add and rename a whole bunch of function parameter descriptionsLee Jones1-21/+24
2020-07-24scsi: lpfc: Use __printf() format notationLee Jones1-0/+1
2020-07-15scsi: lpfc: Quieten some printksAnton Blanchard1-4/+4
2020-07-08scsi: lpfc: Fix less-than-zero comparison of unsigned valueDick Kennedy1-5/+3
2020-07-08scsi: lpfc: Fix interrupt assignments when multiple vectors are supported on ...Dick Kennedy1-6/+16
2020-07-02scsi: lpfc: Add an internal trace log bufferDick Kennedy1-234/+331
2020-07-02scsi: lpfc: Add blk_io_poll support for latency improvmentDick Kennedy1-2/+88
2020-07-02scsi: lpfc: Fix oops due to overrun when reading SLI3 dataDick Kennedy1-6/+8
2020-06-23scsi: lpfc: Avoid another null dereference in lpfc_sli4_hba_unset()SeongJae Park1-1/+2
2020-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-48/+34
2020-05-09lpfc: Commonize lpfc_async_xchg_ctx state and flag definitionsJames Smart1-1/+1
2020-05-09lpfc: Refactor nvmet_rcv_ctx to create lpfc_async_xchg_ctxJames Smart1-1/+1
2020-05-09lpfc: Refactor lpfc nvme headersJames Smart1-3/+0
2020-05-07scsi: lpfc: Change default queue allocation for reduced memory consumptionDick Kennedy1-48/+34
2020-03-29scsi: lpfc: Fix erroneous cpu limit of 128 on I/O statisticsJames Smart1-0/+28
2020-03-26scsi: lpfc: Fix scsi host template for SLI3 vportsJames Smart1-24/+49
2020-03-26scsi: lpfc: Fix lockdep error - register non-static keyJames Smart1-3/+2
2020-02-10scsi: lpfc: Copyright updates for 12.6.0.4 patchesJames Smart1-1/+1
2020-02-10scsi: lpfc: Clean up hba max_lun_queue_depth checksJames Smart1-13/+4
2020-02-10scsi: lpfc: Fix compiler warning on frame sizeJames Smart1-6/+14
2020-02-10scsi: lpfc: Fix release of hwq to clear the eq relationshipJames Smart1-0/+1
2020-01-10Merge tag 'block-ioctl-cleanup-5.6' into 5.6/scsi-queueMartin K. Petersen1-1/+1
2019-12-21scsi: lpfc: Fix unmap of dpp bars affecting next driver loadJames Smart1-0/+2
2019-12-21scsi: lpfc: Fix disablement of FC-AL on lpe35000 modelsJames Smart1-8/+0
2019-12-21scsi: lpfc: Fix Fabric hostname registration if system hostname changesJames Smart1-1/+1
2019-12-19scsi: lpfc: fix spelling mistakes of asynchronousColin Ian King1-1/+1
2019-12-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2019-12-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-210/+744
2019-11-21scsi: lpfc: size cpu map by last cpu id setJames Smart1-1/+1
2019-11-12scsi: lpfc: Initialize cpu_map for not present cpusJames Smart1-1/+18
2019-11-08scsi: lpfc: Fix lpfc_cpumask_of_node_init()Bart Van Assche1-9/+3
2019-11-08scsi: lpfc: Fix a kernel warning triggered by lpfc_sli4_enable_intr()Bart Van Assche1-2/+0
2019-11-06scsi: lpfc: Change default IRQ model on AMD architecturesJames Smart1-118/+332
2019-11-06scsi: lpfc: Add registration for CPU Offline/Online eventsJames Smart1-4/+198
2019-10-28scsi: lpfc: Fix NULL check before mempool_destroy is not neededSaurav Girepunje1-2/+1
2019-10-28scsi: lpfc: fix spelling error in MAGIC_NUMER_xxxJames Smart1-2/+2
2019-10-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-2/+0
2019-10-24scsi: lpfc: Add FC-AL support to lpe32000 modelsJames Smart1-0/+90
2019-10-24scsi: lpfc: Add FA-WWN Async Event reportingJames Smart1-0/+10
2019-10-24scsi: lpfc: Revise interrupt coalescing for missing scenariosJames Smart1-30/+21
2019-10-24scsi: lpfc: Remove lock contention target write pathJames Smart1-12/+4
2019-10-24scsi: lpfc: Fix reporting of read-only fw error errorsJames Smart1-20/+49
2019-10-24scsi: lpfc: fix lpfc_nvmet_mrq to be bound by hdw queue countJames Smart1-4/+2
2019-10-17scsi: lpfc: remove left-over BUILD_NVME definesHannes Reinecke1-2/+0