aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-06Merge tag 'pci-v6.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-09-16Merge patch series "Update lpfc to revision 14.4.0.11"Martin K. Petersen1-7/+0
2025-09-16scsi: lpfc: Remove ndlp kref decrement clause for F_Port_Ctrl in lpfc_cleanupJustin Tee1-7/+0
2025-08-19scsi: lpfc: use min() to improve codeQianfeng Rong1-4/+1
2025-08-13PCI/ERR: Remove remnants of .link_reset() callbackLukas Wunner1-1/+1
2025-06-23scsi: lpfc: Modify end-of-life adapters' model descriptionsJustin Tee1-19/+36
2025-06-23scsi: lpfc: Simplify error handling for failed lpfc_get_sli4_parameters cmdJustin Tee1-24/+5
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-4/+5
2025-04-28scsi: lpfc: Notify FC transport of rport disappearance during PCI fcn resetJustin Tee1-0/+3
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-10/+10
2025-03-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-6/+8
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+3
2025-03-03scsi: lpfc: Convert timeouts to secs_to_jiffies()Easwar Hariharan1-5/+5
2025-02-24scsi: lpfc: switch lpfc_irq_rebalance() to using cpumask_next_wrap()Yury Norov1-1/+1
2025-02-24cpumask: deprecate cpumask_next_wrap()Yury Norov1-1/+1
2025-02-18scsi: Switch to use hrtimer_setup()Nam Cao1-4/+3
2025-02-03scsi: lpfc: Copyright updates for 14.4.0.8 patchesJustin Tee1-1/+1
2025-02-03scsi: lpfc: Free phba irq in lpfc_sli4_enable_msi() when pci_irq_vector() failsJustin Tee1-0/+2
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds1-9/+9
2025-01-12scsi: lpfc: convert timeouts to secs_to_jiffies()Easwar Hariharan1-9/+9
2025-01-02scsi: lpfc: Update definition of firmware configuration mbox cmdsJustin Tee1-5/+2
2025-01-02scsi: lpfc: Change lpfc_nodelist save_flags member into a bitmaskJustin Tee1-2/+2
2024-11-02scsi: lpfc: Change lpfc_nodelist nlp_flag member into a bitmaskJustin Tee1-14/+10
2024-11-02scsi: lpfc: Remove NLP_RELEASE_RPI flag from nodelist structureJustin Tee1-25/+11
2024-11-02scsi: lpfc: Add cleanup of nvmels_wq after HBA resetJustin Tee1-0/+1
2024-11-02scsi: lpfc: Call lpfc_sli4_queue_unset() in restart and rmmod pathsJustin Tee1-0/+2
2024-09-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+27
2024-09-12scsi: lpfc: Support loopback tests with VMID enabledJustin Tee1-2/+9
2024-09-12scsi: lpfc: Restrict support for 32 byte CDBs to specific HBAsJustin Tee1-3/+18
2024-08-29dma-mapping: don't return errors from dma_set_max_seg_sizeChristoph Hellwig1-6/+1
2024-05-06scsi: lpfc: Add support for 32 byte CDBsJustin Tee1-4/+7
2024-05-06scsi: lpfc: Change lpfc_hba hba_flag member into a bitmaskJustin Tee1-63/+44
2024-05-06scsi: lpfc: Introduce rrq_list_lock to protect active_rrq_listJustin Tee1-0/+1
2024-03-10scsi: lpfc: Define lpfc_dmabuf type for ctx_buf ptrJustin Tee1-4/+4
2024-03-10scsi: lpfc: Use a dedicated lock for ras_fwlog stateJustin Tee1-0/+3
2024-03-10scsi: lpfc: Remove IRQF_ONESHOT flag from threaded IRQ handlingJustin Tee1-1/+1
2024-02-05scsi: lpfc: Copyright updates for 14.4.0.0 patchesJustin Tee1-1/+1
2024-02-05scsi: lpfc: Change lpfc_vport load_flag member into a bitmaskJustin Tee1-37/+27
2024-02-05scsi: lpfc: Change lpfc_vport fc_flag member into a bitmaskJustin Tee1-28/+25
2024-02-05scsi: lpfc: Protect vport fc_nodes list with an explicit spin lockJustin Tee1-1/+1
2024-02-05scsi: lpfc: Change nlp state statistic counters into atomic_tJustin Tee1-1/+10
2024-02-05scsi: lpfc: Move handling of reset congestion statistics eventsJustin Tee1-3/+6
2023-11-15scsi: lpfc: Fix possible file string name overflow when updating firmwareJustin Tee1-2/+2
2023-10-10scsi: lpfc: Use topology_core_id()Thomas Gleixner1-1/+1
2023-10-10x86/cpu: Move phys_proc_id into topology infoThomas Gleixner1-5/+1
2023-07-23scsi: lpfc: Refactor cpu affinity assignment pathsJustin Tee1-24/+7
2023-07-23scsi: lpfc: Abort outstanding ELS cmds when mailbox timeout error is detectedJustin Tee1-3/+17
2023-07-23scsi: lpfc: Pull out fw diagnostic dump log message from driver's trace bufferJustin Tee1-1/+1
2023-05-31scsi: lpfc: Enhance congestion statistics collectionJustin Tee1-164/+62
2023-05-31scsi: lpfc: Change firmware upgrade logging to KERN_NOTICE instead of TRACE_E...Justin Tee1-12/+12