summaryrefslogtreecommitdiff
path: root/drivers/ufs
AgeCommit message (Expand)AuthorFilesLines
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
13 daysMerge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds10-40/+202
13 daysMerge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2026-02-10Merge tag 'pm-6.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-2/+2
2026-02-04Merge branch 'pm-runtime'Rafael J. Wysocki1-2/+2
2026-02-04scsi: ufs: host: mediatek: Require CONFIG_PMArnd Bergmann2-9/+4
2026-02-04scsi: ufs: mediatek: Fix page faults in ufs_mtk_clk_scale() trace eventKeita Morisaki1-3/+3
2026-02-04scsi: ufs: core: Flush exception handling work when RPM level is zeroThomas Yen1-0/+2
2026-02-04scsi: ufs: core: Use a host-wide tagset in SDB modeBart Van Assche3-8/+2
2026-01-24scsi: ufs: amd-versal2: Fix PHY initialization in HCE enable notifyAjay Neeli1-1/+1
2026-01-24Merge patch series "ufs: ufs-qcom: Add support firmware managed platforms"Martin K. Petersen3-2/+157
2026-01-24scsi: ufs: ufs-qcom: Add support for firmware-managed resource abstractionRam Kumar Dwivedi2-1/+156
2026-01-24scsi: ufs: core: Enforce minimum PM level for sysfs configurationRam Kumar Dwivedi1-1/+1
2026-01-24scsi: Change the return type of the .queuecommand() callbackBart Van Assche1-3/+4
2026-01-21kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2026-01-17scsi: ufs: core: Handle sentinel value for dHIDAvailableSizeKeoseong Park1-0/+4
2026-01-17scsi: ufs: exynos: Call phy_notify_state() from hibern8 callbacksPeter Griffin1-0/+10
2026-01-12Merge patch series "Call scsi_host_busy() after the SCSI host has been added"Martin K. Petersen1-2/+4
2026-01-12scsi: ufs: core: Only call scsi_host_busy() after the SCSI host has been addedBart Van Assche1-2/+4
2026-01-12Merge patch series "scsi: Make use of bus callbacks"Martin K. Petersen1-11/+11
2026-01-12scsi: ufs: core: Convert to SCSI bus methodsUwe Kleine-König1-9/+9
2026-01-12scsi: core: Pass a struct scsi_driver to scsi_{,un}register_driver()Uwe Kleine-König1-2/+2
2026-01-08scsi: ufs: core: Discard pm_runtime_put() return valuesRafael J. Wysocki1-2/+2
2026-01-04scsi: ufs: host: mediatek: Make read-only array scale_us static constColin Ian King1-1/+1
2026-01-04scsi: ufs: core: Configure MCQ after link startupBart Van Assche1-3/+4
2025-12-17scsi: ufs: core: Add ufshcd_update_evt_hist() for UFS suspend errorSeunghwan Baek1-1/+4
2025-12-17scsi: ufs: core: mcq: Use ufshcd_rmwl() instead of open-coding itvamshi gajjela1-2/+1
2025-12-09scsi: ufs: qcom: Fix confusing cleanup.h syntaxKrzysztof Kozlowski1-4/+2
2025-12-09scsi: ufs: core: Fix a deadlock in the frequency scaling codeBart Van Assche1-4/+3
2025-12-09scsi: ufs: core: Fix an error handler crashBart Van Assche1-11/+14
2025-12-03scsi: ufs: core: Fix RPMB link error by reversing Kconfig dependenciesBean Huo1-0/+1
2025-11-29scsi: ufs: core: Fix EH failure after W-LUN resume errorBrian Kao1-8/+28
2025-11-20Merge patch series "Add OP-TEE based RPMB driver for UFS devices"Martin K. Petersen4-14/+364
2025-11-20Merge branch 6.18/scsi-fixes into 6.19/scsi-stagingMartin K. Petersen5-28/+105
2025-11-20scsi: ufs: rockchip: Fix compile error without CONFIG_GPIOLIBShawn Lin1-0/+1
2025-11-20scsi: ufs: rockchip: Reset controller on PRE_CHANGE of hce enable notifyShawn Lin1-6/+13
2025-11-19scsi: ufs: core: Use scsi_device_busy()Bart Van Assche1-2/+2
2025-11-19scsi: ufs: core: Fix single doorbell mode supportBart Van Assche1-1/+6
2025-11-13scsi: ufs: core: Remove an unnecessary NULL pointer checkBart Van Assche1-1/+1
2025-11-13Merge patch series "Optimize the hot path in the UFS driver"Martin K. Petersen4-424/+470
2025-11-13scsi: ufs: core: Switch to scsi_get_internal_cmd()Bart Van Assche3-153/+116
2025-11-13scsi: ufs: core: Move code out of ufshcd_wait_for_dev_cmd()Bart Van Assche1-9/+12
2025-11-13scsi: ufs: core: Make blk_mq_tagset_busy_iter() skip reserved requestsBart Van Assche1-4/+8
2025-11-13scsi: ufs: core: Remove the ufshcd_lrb task_tag memberBart Van Assche1-32/+30
2025-11-13scsi: ufs: core: Pass a SCSI pointer instead of an LRB pointerBart Van Assche1-10/+11
2025-11-13scsi: ufs: core: Optimize the hot pathBart Van Assche4-124/+179
2025-11-13scsi: ufs: core: Do not clear driver-private command dataBart Van Assche1-0/+10
2025-11-13scsi: ufs: core: Make the reserved slot a reserved requestBart Van Assche1-2/+2
2025-11-13scsi: ufs: core: Use hba->reserved_slotBart Van Assche1-1/+1