summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Merge patch series "Update lpfc to revision 14.4.0.1"Martin K. Petersen2024-03-1016-185/+177
| | |\ \
| | | * | scsi: lpfc: Copyright updates for 14.4.0.1 patchesJustin Tee2024-03-102-2/+2
| | | * | scsi: lpfc: Update lpfc version to 14.4.0.1Justin Tee2024-03-101-1/+1
| | | * | scsi: lpfc: Define types in a union for generic void *context3 ptrJustin Tee2024-03-107-39/+51
| | | * | scsi: lpfc: Define lpfc_dmabuf type for ctx_buf ptrJustin Tee2024-03-109-54/+50
| | | * | scsi: lpfc: Define lpfc_nodelist type for ctx_ndlp ptrJustin Tee2024-03-107-39/+36
| | | * | scsi: lpfc: Use a dedicated lock for ras_fwlog stateJustin Tee2024-03-106-28/+32
| | | * | scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up()Justin Tee2024-03-103-20/+19
| | | * | scsi: lpfc: Replace hbalock with ndlp lock in lpfc_nvme_unregister_port()Justin Tee2024-03-101-2/+2
| | | * | scsi: lpfc: Update lpfc_ramp_down_queue_handler() logicJustin Tee2024-03-102-10/+4
| | | * | scsi: lpfc: Remove IRQF_ONESHOT flag from threaded IRQ handlingJustin Tee2024-03-101-1/+1
| | | * | scsi: lpfc: Move NPIV's transport unregistration to after resource clean upJustin Tee2024-03-101-4/+4
| | | * | scsi: lpfc: Remove unnecessary log message in queuecommand pathJustin Tee2024-03-101-10/+0
| | * | | Merge patch series "qla2xxx misc. bug fixes"Martin K. Petersen2024-03-109-95/+138
| | |\ \ \
| | | * | | scsi: qla2xxx: Update version to 10.02.09.200-kNilesh Javali2024-03-101-2/+2
| | | * | | scsi: qla2xxx: Delay I/O Abort on PCI errorQuinn Tran2024-03-101-2/+12
| | | * | | scsi: qla2xxx: Change debug message during driver unloadSaurav Kashyap2024-03-101-1/+1
| | | * | | scsi: qla2xxx: Fix double free of fcportSaurav Kashyap2024-03-101-2/+3
| | | * | | scsi: qla2xxx: Fix double free of the ha->vp_map pointerSaurav Kashyap2024-03-101-0/+1
| | | * | | scsi: qla2xxx: Fix command flush on cable pullQuinn Tran2024-03-101-0/+10
| | | * | | scsi: qla2xxx: NVME|FCP prefer flag not being honoredQuinn Tran2024-03-101-0/+18
| | | * | | scsi: qla2xxx: Update manufacturer detailBikash Hazarika2024-03-101-1/+1
| | | * | | scsi: qla2xxx: Split FCE|EFT trace controlQuinn Tran2024-03-101-61/+41
| | | * | | scsi: qla2xxx: Fix N2N stuck connectionQuinn Tran2024-03-103-23/+13
| | | * | | scsi: qla2xxx: Prevent command send on chip resetQuinn Tran2024-03-102-4/+37
| | * | | | scsi: lpfc: Correct size for cmdwqe/rspwqe for memset()Muhammad Usama Anjum2024-03-101-2/+2
| | * | | | scsi: lpfc: Correct size for wqe for memset()Muhammad Usama Anjum2024-03-101-1/+1
| | * | | | scsi: st: Make st_sysfs_class constantRicardo B. Marliere2024-03-101-2/+2
| | * | | | scsi: ch: Make ch_sysfs_class constantRicardo B. Marliere2024-03-101-10/+10
| | * | | | scsi: cxlflash: Make cxlflash_class constantRicardo B. Marliere2024-03-101-7/+10
| | * | | | scsi: pmcraid: Make pmcraid_class constantRicardo B. Marliere2024-03-101-9/+11
| | * | | | scsi: sg: Make sg_sysfs_class constantRicardo B. Marliere2024-03-101-9/+9
| | * | | | scsi: ufs: core: Add config_scsi_dev vops commentPeter Wang2024-03-101-0/+1
| | * | | | scsi: ufs: qcom: Provide default cycles_in_1us valueDmitry Baryshkov2024-03-101-2/+4
| | * | | | scsi: libsas: Fix disk not being scanned in after being removedXingui Yang2024-03-101-10/+22
| | * | | | scsi: libsas: Add a helper sas_get_sas_addr_and_dev_type()Xingui Yang2024-03-101-7/+12
| | * | | | scsi: target: iscsi: Remove unused variable xfer_lenColin Ian King2024-03-101-2/+1
| | * | | | scsi: ufs: core: Fix MCQ MAC configurationRohit Ner2024-03-101-1/+1
| | |/ / /
* | | | | Merge tag 'i2c-for-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-301-3/+4
|\ \ \ \ \
| * \ \ \ \ Merge tag 'i2c-host-fixes-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kern...Wolfram Sang2024-03-301-3/+4
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | i2c: i801: Fix a refactoring that broke a touchpad on Lenovo P1Maxim Levitsky2024-03-261-3/+4
| |/ / / /
* | | | | Merge tag 'usb-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-03-3027-160/+376
|\ \ \ \ \
| * | | | | USB: core: Fix deadlock in port "disable" sysfs attributeAlan Stern2024-03-261-4/+34
| * | | | | USB: core: Add hub_get() and hub_put() routinesAlan Stern2024-03-262-7/+18
| * | | | | usb: typec: ucsi: Check capabilities before cable and identity discoveryJameson Thies2024-03-262-15/+24
| * | | | | usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before resetChristian A. Ehrhardt2024-03-261-1/+35
| * | | | | usb: typec: ucsi_acpi: Refactor and fix DELL quirkChristian A. Ehrhardt2024-03-261-42/+33
| * | | | | usb: typec: ucsi: Ack unsupported commandsChristian A. Ehrhardt2024-03-261-1/+5
| * | | | | usb: typec: ucsi: Check for notifications after initChristian A. Ehrhardt2024-03-261-1/+9
| * | | | | usb: typec: ucsi: Clear EVENT_PENDING under PPM lockChristian A. Ehrhardt2024-03-261-2/+2