summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2025-11-12Merge patch series "qla2xxx target mode improvements"Martin K. Petersen-338/+1648
2025-11-12scsi: qla2xxx: target: Improve safety of cmd lookup by handleTony Battersby-21/+90
2025-11-12scsi: qla2xxx: target: Add back SRR supportTony Battersby-1/+1141
2025-11-12scsi: qla2xxx: target: Improve cmd loggingTony Battersby-26/+64
2025-11-12scsi: qla2xxx: target: Add cmd->rsp_sentTony Battersby-0/+8
2025-11-12scsi: qla2xxx: target: Fix invalid memory access with big CDBsTony Battersby-9/+81
2025-11-12scsi: qla2xxx: Fix TMR failure handlingTony Battersby-33/+27
2025-11-12scsi: qla2xxx: target: Improve checks in qlt_xmit_response() / qlt_rdy_to_xfer()Tony Battersby-38/+48
2025-11-12scsi: qla2xxx: target: Fix races with aborting commandsTony Battersby-116/+102
2025-11-12scsi: qla2xxx: Clear cmds after chip resetTony Battersby-6/+20
2025-11-12Merge patch series "Optimize the hot path in the UFS driver"Martin K. Petersen-461/+763
2025-11-12PCI/PTM: Enable only if device advertises relevant roleMika Westerberg-0/+23
2025-11-12scsi: qla2xxx: target: Fix term exchange when cmd_sent_to_fw == 1Tony Battersby-21/+31
2025-11-12scsi: qla2xxx: target: Improve debug output for term exchangeTony Battersby-6/+36
2025-11-12scsi: qla2xxx: target: Remove code for unsupported hardwareTony Battersby-27/+5
2025-11-12scsi: qla2xxx: Use reinit_completion on mbx_intr_compTony Battersby-0/+2
2025-11-12scsi: qla2xxx: Fix lost interrupts with qlini_mode=disabledTony Battersby-34/+5
2025-11-12scsi: qla2xxx: Fix initiator mode with qlini_mode=exclusiveTony Battersby-7/+1
2025-11-12scsi: Revert "scsi: qla2xxx: Perform lockless command completion in abort path"Tony Battersby-6/+0
2025-11-12drm/xe/guc: Eliminate RPa frequency cachingSk Anirban-31/+26
2025-11-12drm/xe/guc: Eliminate RPe caching for SLPC parameter handlingSk Anirban-31/+32
2025-11-12vfio: Remove the get_region_info opJason Gunthorpe-28/+22
2025-11-12vfio: Move the remaining drivers to get_region_info_capsJason Gunthorpe-37/+16
2025-11-12vfio/platform: Convert to get_region_info_capsJason Gunthorpe-20/+11
2025-11-12vfio/pci: Convert all PCI drivers to get_region_info_capsJason Gunthorpe-149/+78
2025-11-12vfio/ccw: Convert to get_region_info_capsJason Gunthorpe-48/+7
2025-11-12vfio/gvt: Convert to get_region_info_capsJason Gunthorpe-71/+42
2025-11-12vfio: Add get_region_info_caps opJason Gunthorpe-4/+52
2025-11-12vfio: Require drivers to implement get_region_infoJason Gunthorpe-4/+4
2025-11-12vfio/gvt: Provide a get_region_info opJason Gunthorpe-148/+147
2025-11-12vfio/ccw: Provide a get_region_info opJason Gunthorpe-18/+26
2025-11-12vfio/cdx: Provide a get_region_info opJason Gunthorpe-3/+4
2025-11-12vfio/fsl: Provide a get_region_info opJason Gunthorpe-24/+32
2025-11-12vfio/platform: Provide a get_region_info opJason Gunthorpe-22/+32
2025-11-12vfio/pci: Fill in the missing get_region_info opsJason Gunthorpe-2/+8
2025-11-12vfio/nvgrace: Convert to the get_region_info opJason Gunthorpe-9/+6
2025-11-12vfio/virtio: Convert to the get_region_info opJason Gunthorpe-20/+7
2025-11-12vfio/hisi: Convert to the get_region_info opJason Gunthorpe-24/+21
2025-11-12cxl: Clarify comment in spa_maps_hpa()Dave Jiang-3/+3
2025-11-12cxl: Rename region_res_match_cxl_range() to spa_maps_hpa()Dave Jiang-5/+5
2025-11-12scsi: ufs: core: Switch to scsi_get_internal_cmd()Bart Van Assche-153/+116
2025-11-12scsi: ufs: core: Move code out of ufshcd_wait_for_dev_cmd()Bart Van Assche-9/+12
2025-11-12scsi: ufs: core: Make blk_mq_tagset_busy_iter() skip reserved requestsBart Van Assche-4/+8
2025-11-12scsi: ufs: core: Remove the ufshcd_lrb task_tag memberBart Van Assche-32/+30
2025-11-12scsi: ufs: core: Pass a SCSI pointer instead of an LRB pointerBart Van Assche-10/+11
2025-11-12scsi: ufs: core: Optimize the hot pathBart Van Assche-124/+179
2025-11-12scsi: ufs: core: Do not clear driver-private command dataBart Van Assche-0/+10
2025-11-12scsi: ufs: core: Make the reserved slot a reserved requestBart Van Assche-2/+2
2025-11-12scsi: ufs: core: Use hba->reserved_slotBart Van Assche-1/+1
2025-11-12scsi: ufs: core: Call ufshcd_init_lrb() laterBart Van Assche-26/+27