summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/lpfc_init.c
AgeCommit message (Expand)Author
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-04-28scsi: lpfc: Notify FC transport of rport disappearance during PCI fcn resetJustin Tee
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-03scsi: lpfc: Convert timeouts to secs_to_jiffies()Easwar Hariharan
2025-02-24scsi: lpfc: switch lpfc_irq_rebalance() to using cpumask_next_wrap()Yury Norov
2025-02-24cpumask: deprecate cpumask_next_wrap()Yury Norov
2025-02-18scsi: Switch to use hrtimer_setup()Nam Cao
2025-02-03scsi: lpfc: Copyright updates for 14.4.0.8 patchesJustin Tee
2025-02-03scsi: lpfc: Free phba irq in lpfc_sli4_enable_msi() when pci_irq_vector() failsJustin Tee
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-01-12scsi: lpfc: convert timeouts to secs_to_jiffies()Easwar Hariharan
2025-01-02scsi: lpfc: Update definition of firmware configuration mbox cmdsJustin Tee
2025-01-02scsi: lpfc: Change lpfc_nodelist save_flags member into a bitmaskJustin Tee
2024-11-02scsi: lpfc: Change lpfc_nodelist nlp_flag member into a bitmaskJustin Tee
2024-11-02scsi: lpfc: Remove NLP_RELEASE_RPI flag from nodelist structureJustin Tee
2024-11-02scsi: lpfc: Add cleanup of nvmels_wq after HBA resetJustin Tee
2024-11-02scsi: lpfc: Call lpfc_sli4_queue_unset() in restart and rmmod pathsJustin Tee
2024-09-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2024-09-12scsi: lpfc: Support loopback tests with VMID enabledJustin Tee
2024-09-12scsi: lpfc: Restrict support for 32 byte CDBs to specific HBAsJustin Tee
2024-08-29dma-mapping: don't return errors from dma_set_max_seg_sizeChristoph Hellwig
2024-05-06scsi: lpfc: Add support for 32 byte CDBsJustin Tee
2024-05-06scsi: lpfc: Change lpfc_hba hba_flag member into a bitmaskJustin Tee
2024-05-06scsi: lpfc: Introduce rrq_list_lock to protect active_rrq_listJustin Tee
2024-03-10scsi: lpfc: Define lpfc_dmabuf type for ctx_buf ptrJustin Tee
2024-03-10scsi: lpfc: Use a dedicated lock for ras_fwlog stateJustin Tee
2024-03-10scsi: lpfc: Remove IRQF_ONESHOT flag from threaded IRQ handlingJustin Tee
2024-02-05scsi: lpfc: Copyright updates for 14.4.0.0 patchesJustin Tee
2024-02-05scsi: lpfc: Change lpfc_vport load_flag member into a bitmaskJustin Tee
2024-02-05scsi: lpfc: Change lpfc_vport fc_flag member into a bitmaskJustin Tee
2024-02-05scsi: lpfc: Protect vport fc_nodes list with an explicit spin lockJustin Tee
2024-02-05scsi: lpfc: Change nlp state statistic counters into atomic_tJustin Tee
2024-02-05scsi: lpfc: Move handling of reset congestion statistics eventsJustin Tee
2023-11-15scsi: lpfc: Fix possible file string name overflow when updating firmwareJustin Tee
2023-10-10scsi: lpfc: Use topology_core_id()Thomas Gleixner
2023-10-10x86/cpu: Move phys_proc_id into topology infoThomas Gleixner
2023-07-23scsi: lpfc: Refactor cpu affinity assignment pathsJustin Tee
2023-07-23scsi: lpfc: Abort outstanding ELS cmds when mailbox timeout error is detectedJustin Tee
2023-07-23scsi: lpfc: Pull out fw diagnostic dump log message from driver's trace bufferJustin Tee
2023-05-31scsi: lpfc: Enhance congestion statistics collectionJustin Tee
2023-05-31scsi: lpfc: Change firmware upgrade logging to KERN_NOTICE instead of TRACE_E...Justin Tee
2023-05-08scsi: lpfc: Replace blk_irq_poll intr handler with threaded IRQJustin Tee
2023-04-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-04-11scsi: lpfc: Silence an incorrect device outputJun Chen
2023-04-11scsi: lpfc: Fix ioremap issues in lpfc_sli4_pci_mem_setup()Shuchang Li
2023-03-31Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen
2023-03-10Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2023-03-09Merge patch series "PCI/AER: Remove redundant Device Control Error Reporting ...Martin K. Petersen