summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_init.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: lpfc: Change lpfc_nodelist nlp_flag member into a bitmaskJustin Tee2024-11-031-14/+10
* scsi: lpfc: Remove NLP_RELEASE_RPI flag from nodelist structureJustin Tee2024-11-031-25/+11
* scsi: lpfc: Add cleanup of nvmels_wq after HBA resetJustin Tee2024-11-031-0/+1
* scsi: lpfc: Call lpfc_sli4_queue_unset() in restart and rmmod pathsJustin Tee2024-11-031-0/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-09-291-5/+27
|\
| * scsi: lpfc: Support loopback tests with VMID enabledJustin Tee2024-09-131-2/+9
| * scsi: lpfc: Restrict support for 32 byte CDBs to specific HBAsJustin Tee2024-09-131-3/+18
* | dma-mapping: don't return errors from dma_set_max_seg_sizeChristoph Hellwig2024-08-291-6/+1
|/
* scsi: lpfc: Add support for 32 byte CDBsJustin Tee2024-05-071-4/+7
* scsi: lpfc: Change lpfc_hba hba_flag member into a bitmaskJustin Tee2024-05-071-63/+44
* scsi: lpfc: Introduce rrq_list_lock to protect active_rrq_listJustin Tee2024-05-071-0/+1
* scsi: lpfc: Define lpfc_dmabuf type for ctx_buf ptrJustin Tee2024-03-101-4/+4
* scsi: lpfc: Use a dedicated lock for ras_fwlog stateJustin Tee2024-03-101-0/+3
* scsi: lpfc: Remove IRQF_ONESHOT flag from threaded IRQ handlingJustin Tee2024-03-101-1/+1
* scsi: lpfc: Copyright updates for 14.4.0.0 patchesJustin Tee2024-02-061-1/+1
* scsi: lpfc: Change lpfc_vport load_flag member into a bitmaskJustin Tee2024-02-061-37/+27
* scsi: lpfc: Change lpfc_vport fc_flag member into a bitmaskJustin Tee2024-02-061-28/+25
* scsi: lpfc: Protect vport fc_nodes list with an explicit spin lockJustin Tee2024-02-061-1/+1
* scsi: lpfc: Change nlp state statistic counters into atomic_tJustin Tee2024-02-061-1/+10
* scsi: lpfc: Move handling of reset congestion statistics eventsJustin Tee2024-02-061-3/+6
* scsi: lpfc: Fix possible file string name overflow when updating firmwareJustin Tee2023-11-151-2/+2
* scsi: lpfc: Use topology_core_id()Thomas Gleixner2023-10-101-1/+1
* x86/cpu: Move phys_proc_id into topology infoThomas Gleixner2023-10-101-5/+1
* scsi: lpfc: Refactor cpu affinity assignment pathsJustin Tee2023-07-231-24/+7
* scsi: lpfc: Abort outstanding ELS cmds when mailbox timeout error is detectedJustin Tee2023-07-231-3/+17
* scsi: lpfc: Pull out fw diagnostic dump log message from driver's trace bufferJustin Tee2023-07-231-1/+1
* scsi: lpfc: Enhance congestion statistics collectionJustin Tee2023-06-011-164/+62
* scsi: lpfc: Change firmware upgrade logging to KERN_NOTICE instead of TRACE_E...Justin Tee2023-06-011-12/+12
* scsi: lpfc: Replace blk_irq_poll intr handler with threaded IRQJustin Tee2023-05-081-11/+15
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-04-271-8/+9
|\
| * scsi: lpfc: Silence an incorrect device outputJun Chen2023-04-121-0/+1
| * scsi: lpfc: Fix ioremap issues in lpfc_sli4_pci_mem_setup()Shuchang Li2023-04-121-4/+6
| * Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen2023-04-011-0/+2
| |\
| * \ Merge patch series "PCI/AER: Remove redundant Device Control Error Reporting ...Martin K. Petersen2023-03-101-1/+0
| |\ \
| | * | scsi: lpfc: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-101-1/+0
| * | | scsi: lpfc: Skip waiting for register ready bits when in unrecoverable stateJustin Tee2023-03-101-3/+2
| |/ /
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2023-03-111-0/+2
|\ \ \ | | |/ | |/|
| * | scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read()Justin Tee2023-03-071-0/+2
| |/
* / cpumask: fix incorrect cpumask scanning result checksLinus Torvalds2023-03-061-7/+7
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-03-031-2/+2
|\
| * scsi: lpfc: Fix double word in commentsBo Liu2023-02-221-2/+2
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-02-221-16/+78
|\|
| * scsi: lpfc: Copyright updates for 14.2.0.10 patchesJustin Tee2023-01-121-1/+1
| * scsi: lpfc: Introduce new attention types for lpfc_sli4_async_fc_evt() handlerJustin Tee2023-01-121-15/+70
| * scsi: lpfc: Set max DMA segment size to HBA supported SGE lengthJustin Tee2023-01-121-0/+7
* | net: add missing includes of linux/sched/clock.hJakub Kicinski2023-01-271-0/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-12-141-8/+8
|\
| * scsi: lpfc: Remove linux/msi.h includeThomas Gleixner2022-11-241-1/+0
| * scsi: lpfc: Fix MI capability display in cmf_info sysfs attributeJustin Tee2022-11-171-0/+3
| * scsi: lpfc: Fix WQ|CQ|EQ resource checkJustin Tee2022-11-171-7/+5