summaryrefslogtreecommitdiff
path: root/drivers/ufs/core
AgeCommit message (Expand)Author
5 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
5 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
14 daysMerge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-04Merge branch 'pm-runtime'Rafael J. Wysocki
2026-02-03scsi: ufs: core: Flush exception handling work when RPM level is zeroThomas Yen
2026-02-03scsi: ufs: core: Use a host-wide tagset in SDB modeBart Van Assche
2026-01-23Merge patch series "ufs: ufs-qcom: Add support firmware managed platforms"Martin K. Petersen
2026-01-23scsi: ufs: core: Enforce minimum PM level for sysfs configurationRam Kumar Dwivedi
2026-01-23scsi: Change the return type of the .queuecommand() callbackBart Van Assche
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap
2026-01-16scsi: ufs: core: Handle sentinel value for dHIDAvailableSizeKeoseong Park
2026-01-11Merge patch series "Call scsi_host_busy() after the SCSI host has been added"Martin K. Petersen
2026-01-11scsi: ufs: core: Only call scsi_host_busy() after the SCSI host has been addedBart Van Assche
2026-01-11Merge patch series "scsi: Make use of bus callbacks"Martin K. Petersen
2026-01-11scsi: ufs: core: Convert to SCSI bus methodsUwe Kleine-König
2026-01-11scsi: core: Pass a struct scsi_driver to scsi_{,un}register_driver()Uwe Kleine-König
2026-01-08scsi: ufs: core: Discard pm_runtime_put() return valuesRafael J. Wysocki
2026-01-04scsi: ufs: core: Configure MCQ after link startupBart Van Assche
2025-12-16scsi: ufs: core: Add ufshcd_update_evt_hist() for UFS suspend errorSeunghwan Baek
2025-12-16scsi: ufs: core: mcq: Use ufshcd_rmwl() instead of open-coding itvamshi gajjela
2025-12-08scsi: ufs: core: Fix a deadlock in the frequency scaling codeBart Van Assche
2025-12-08scsi: ufs: core: Fix an error handler crashBart Van Assche
2025-11-29scsi: ufs: core: Fix EH failure after W-LUN resume errorBrian Kao
2025-11-20Merge patch series "Add OP-TEE based RPMB driver for UFS devices"Martin K. Petersen
2025-11-19Merge branch 6.18/scsi-fixes into 6.19/scsi-stagingMartin K. Petersen
2025-11-19scsi: ufs: core: Use scsi_device_busy()Bart Van Assche
2025-11-19scsi: ufs: core: Fix single doorbell mode supportBart Van Assche
2025-11-12scsi: ufs: core: Remove an unnecessary NULL pointer checkBart Van Assche
2025-11-12scsi: ufs: core: Switch to scsi_get_internal_cmd()Bart Van Assche
2025-11-12scsi: ufs: core: Move code out of ufshcd_wait_for_dev_cmd()Bart Van Assche
2025-11-12scsi: ufs: core: Make blk_mq_tagset_busy_iter() skip reserved requestsBart Van Assche
2025-11-12scsi: ufs: core: Remove the ufshcd_lrb task_tag memberBart Van Assche
2025-11-12scsi: ufs: core: Pass a SCSI pointer instead of an LRB pointerBart Van Assche
2025-11-12scsi: ufs: core: Optimize the hot pathBart Van Assche
2025-11-12scsi: ufs: core: Do not clear driver-private command dataBart Van Assche
2025-11-12scsi: ufs: core: Make the reserved slot a reserved requestBart Van Assche
2025-11-12scsi: ufs: core: Use hba->reserved_slotBart Van Assche
2025-11-12scsi: ufs: core: Call ufshcd_init_lrb() laterBart Van Assche
2025-11-12scsi: ufs: core: Allocate the SCSI host earlierBart Van Assche
2025-11-12scsi: ufs: core: Rework the SCSI host queue depth calculation codeBart Van Assche
2025-11-12scsi: ufs: core: Rework ufshcd_eh_device_reset_handler()Bart Van Assche
2025-11-12scsi: ufs: core: Rework ufshcd_mcq_compl_pending_transfer()Bart Van Assche
2025-11-12scsi: ufs: core: Change the monitor function argument typesBart Van Assche
2025-11-12scsi: ufs: core: Only call ufshcd_should_inform_monitor() for SCSI commandsBart Van Assche
2025-11-12scsi: ufs: core: Change the type of one ufshcd_send_command() argumentBart Van Assche
2025-11-12scsi: ufs: core: Change the type of one ufshcd_add_command_trace() argumentBart Van Assche
2025-11-12scsi: ufs: core: Only call ufshcd_add_command_trace() for SCSI commandsBart Van Assche
2025-11-12scsi: ufs: core: Change the type of one ufshcd_add_cmd_upiu_trace() argumentBart Van Assche
2025-11-12scsi: ufs: core: Move an assignment in ufshcd_mcq_process_cqe()Bart Van Assche