summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-09-12Merge patch series "Update lpfc to revision 14.4.0.5"Martin K. Petersen12-99/+226
2024-09-12scsi: lpfc: Update lpfc version to 14.4.0.5Justin Tee1-1/+1
2024-09-12scsi: lpfc: Support loopback tests with VMID enabledJustin Tee4-4/+70
2024-09-12scsi: lpfc: Revise TRACE_EVENT log flag severities from KERN_ERR to KERN_WARNINGJustin Tee2-71/+64
2024-09-12scsi: lpfc: Ensure DA_ID handling completion before deleting an NPIV instanceJustin Tee3-7/+55
2024-09-12scsi: lpfc: Fix kref imbalance on fabric ndlps from dev_loss_tmo handlerJustin Tee1-6/+4
2024-09-12scsi: lpfc: Restrict support for 32 byte CDBs to specific HBAsJustin Tee3-4/+22
2024-09-12scsi: lpfc: Update phba link state conditional before sending CMF_SYNC_WQEJustin Tee1-3/+6
2024-09-12scsi: lpfc: Add ELS_RSP cmd to the list of WQEs to flush in lpfc_els_flush_cmd()Justin Tee1-3/+4
2024-09-12Merge patch series "mpi3mr: Few Enhancements and minor fix"Martin K. Petersen6-26/+119
2024-09-12scsi: mpi3mr: Update driver version to 8.12.0.0.50Ranjan Kumar1-2/+2
2024-09-12scsi: mpi3mr: Improve wait logic while controller transitions to READY stateRanjan Kumar1-14/+11
2024-09-12scsi: mpi3mr: Update MPI Headers to revision 34Ranjan Kumar4-7/+52
2024-09-12scsi: mpi3mr: Use firmware-provided timestamp update intervalRanjan Kumar3-2/+30
2024-09-12scsi: mpi3mr: Enhance the Enable Controller retry logicRanjan Kumar1-1/+24
2024-09-12net: ena: Extend customer metrics reporting supportDavid Arinzon5-78/+344
2024-09-12net: ena: Add ENA Express metrics supportDavid Arinzon6-34/+137
2024-09-12scsi: sd: Fix off-by-one error in sd_read_block_characteristics()Martin Wilck1-1/+1
2024-09-12scsi: pm8001: Do not overwrite PCI queue mappingDaniel Wagner1-2/+4
2024-09-12scsi: scsi_debug: Remove a useless memset()Christophe JAILLET1-1/+0
2024-09-12scsi: pmcraid: Convert comma to semicolonChen Ni1-1/+1
2024-09-12scsi: sd: Retry START STOP UNIT commandsBart Van Assche1-0/+29
2024-09-12scsi: mpi3mr: A performance fixTomas Henzl2-2/+2
2024-09-12scsi: ufs: qcom: Update MODE_MAX cfg_bw valueManish Pandey1-1/+1
2024-09-12scsi: mpt3sas: Remove trailing space after \n newlineColin Ian King1-3/+2
2024-09-12scsi: lpfc: Remove trailing space after \n newlineColin Ian King1-2/+2
2024-09-12scsi: qedf: Remove trailing space after \n newlineColin Ian King1-1/+1
2024-09-12scsi: hisi_sas: Remove trailing space after \n newlineColin Ian King1-1/+1
2024-09-12scsi: megaraid_sas: Remove trailing space after \n newlineColin Ian King1-1/+1
2024-09-12scsi: pm8001: Remove trailing space after \n newlineColin Ian King1-1/+1
2024-09-12scsi: zalon: Remove trailing space after \n newlineColin Ian King1-1/+1
2024-09-12scsi: fusion: mptctl: Use min() macroYan Zhen1-1/+1
2024-09-12scsi: libcxgbi: Remove an unused field in struct cxgbi_deviceChristophe JAILLET1-3/+0
2024-09-12scsi: ibmvfc: Add max_sectors module parameterBrian King2-4/+19
2024-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski150-677/+1418
2024-09-12scsi: sd: Remove duplicate included header file linux/bio-integrity.hHongbo Li1-1/+0
2024-09-12scsi: st: Fix input/output error on empty drive resetRafael Rocha1-2/+3
2024-09-12Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+1
2024-09-12drm/xe: Fix missing conversion to xe_display_pm_runtime_resumeMaarten Lankhorst1-1/+1
2024-09-12drm/xe/xe2hpg: Add Wa_15016589081Tejas Upadhyay2-0/+5
2024-09-12drm/xe: Don't keep stale pointer to bo->ggtt_nodeMichal Wajdeczko1-2/+5
2024-09-12drm/xe: fix missing 'xe_vm_put'Dafna Hirschfeld1-1/+3
2024-09-12drm/xe: fix build warning with CONFIG_PM=nArnd Bergmann1-0/+4
2024-09-12Bluetooth: btintel_pcie: Allocate memory for driver private dataKiran K1-1/+1
2024-09-12Merge tag 'hwmon-for-v6.11-rc8' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+20
2024-09-12hwmon: (sch5636) Print unknown ID in error string via %*pEAndy Shevchenko1-2/+1
2024-09-12hwmon: (sht21) Use %*ph to print small bufferAndy Shevchenko1-4/+1
2024-09-12vfio/pci: clean up a type in vfio_pci_ioctl_pci_hot_reset_groups()Dan Carpenter1-1/+1
2024-09-12Merge tag 'riscv-for-linus-6.11-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+6
2024-09-12Merge tag 'net-6.11-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds17-122/+209