summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_init.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: lpfc: fix spelling mistakes of asynchronousColin Ian King2019-12-191-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-12-081-1/+1
|\
| * scsi: lpfc: size cpu map by last cpu id setJames Smart2019-11-211-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-12-021-210/+744
|\|
| * scsi: lpfc: Initialize cpu_map for not present cpusJames Smart2019-11-121-1/+18
| * scsi: lpfc: Fix lpfc_cpumask_of_node_init()Bart Van Assche2019-11-081-9/+3
| * scsi: lpfc: Fix a kernel warning triggered by lpfc_sli4_enable_intr()Bart Van Assche2019-11-081-2/+0
| * scsi: lpfc: Change default IRQ model on AMD architecturesJames Smart2019-11-061-118/+332
| * scsi: lpfc: Add registration for CPU Offline/Online eventsJames Smart2019-11-061-4/+198
| * scsi: lpfc: Fix NULL check before mempool_destroy is not neededSaurav Girepunje2019-10-281-2/+1
| * scsi: lpfc: fix spelling error in MAGIC_NUMER_xxxJames Smart2019-10-281-2/+2
| * scsi: lpfc: Add FC-AL support to lpe32000 modelsJames Smart2019-10-241-0/+90
| * scsi: lpfc: Add FA-WWN Async Event reportingJames Smart2019-10-241-0/+10
| * scsi: lpfc: Revise interrupt coalescing for missing scenariosJames Smart2019-10-241-30/+21
| * scsi: lpfc: Remove lock contention target write pathJames Smart2019-10-241-12/+4
| * scsi: lpfc: Fix reporting of read-only fw error errorsJames Smart2019-10-241-20/+49
| * scsi: lpfc: fix lpfc_nvmet_mrq to be bound by hdw queue countJames Smart2019-10-241-4/+2
| * scsi: lpfc: Update async event loggingJames Smart2019-09-301-6/+11
| * scsi: lpfc: Fix device recovery errors after PLOGI failuresJames Smart2019-09-301-17/+23
| * scsi: lpfc: Fix NVME io abort failures causing hangsJames Smart2019-09-301-6/+3
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-10-251-2/+0
|\ \ | |/ |/|
| * scsi: lpfc: remove left-over BUILD_NVME definesHannes Reinecke2019-10-171-2/+0
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-09-211-497/+429
|\|
| * scsi: lpfc: Remove bg debugfs buffersJames Smart2019-08-291-70/+0
| * scsi: lpfc: Resolve checker warning for lpfc_new_io_buf()James Smart2019-08-291-10/+1
| * scsi: lpfc: Merge per-protocol WQ/CQ pairs into single per-cpu pairJames Smart2019-08-191-221/+75
| * scsi: lpfc: Add NVMe sequence level error recovery supportJames Smart2019-08-191-0/+8
| * scsi: lpfc: Support dynamic unbounded SGL lists on G7 hardware.James Smart2019-08-191-113/+200
| * scsi: lpfc: Migrate to %px and %pf in kernel print callsJames Smart2019-08-191-9/+9
| * scsi: lpfc: Fix sli4 adapter initialization with MSIJames Smart2019-08-191-8/+9
| * scsi: lpfc: Fix nvme sg_seg_cnt display if HBA does not support NVMEJames Smart2019-08-191-0/+1
| * scsi: lpfc: Fix hang when downloading fw on port enabled for nvmeJames Smart2019-08-191-0/+4
| * scsi: lpfc: Fix crash due to port reset racing vs adapter error handlingJames Smart2019-08-191-4/+3
| * scsi: lpfc: Fix sg_seg_cnt for HBAs that don't support NVMEJames Smart2019-08-191-0/+9
| * scsi: lpfc: Fix oops when fewer hdwqs than cpusJames Smart2019-08-191-55/+89
| * scsi: lpfc: Fix failure to clear non-zero eq_delay after io rate reductionJames Smart2019-08-191-11/+21
| * scsi: lpfc: Fix crash on driver unload in wq freeJames Smart2019-08-191-6/+5
| * scsi: lpfc: Limit xri count for kdump environmentJames Smart2019-08-191-0/+5
* | scsi: lpfc: Mitigate high memory pre-allocation by SCSI-MQJames Smart2019-08-191-4/+6
* | scsi: lpfc: Fix crash when cpu count is 1 and null irq affinity maskJames Smart2019-08-071-2/+21
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-121-1/+1
|\
| * scripts/spelling.txt: drop "sepc" from the misspelling listPaul Walmsley2019-07-121-1/+1
* | scsi: lpfc: Make some symbols staticYueHaibing2019-06-181-1/+1
* | scsi: lpfc: Remove set but not used variables 'qp'YueHaibing2019-06-181-2/+0
* | scsi: lpfc: Use *_pool_zalloc rather than *_pool_allocThomas Meyer2019-06-181-4/+3
* | scsi: lpfc: Fix BFS crash with DIX enabledJames Smart2019-06-181-2/+4
* | scsi: lpfc: Fix poor use of hardware queues if fewer irq vectorsJames Smart2019-06-181-95/+226
* | scsi: lpfc: Fix oops when driver is loaded with 1 interrupt vectorJames Smart2019-06-181-9/+134
* | scsi: lpfc: Fix incorrect logical link speed on trunks when links downJames Smart2019-06-181-2/+8
* | scsi: lpfc: Rework misleading nvme not supported in firmware messageJames Smart2019-06-181-18/+37