index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ufs
Age
Commit message (
Expand
)
Author
Files
Lines
43 hours
scsi: ufs: core: Fix RPMB region size detection for UFS 2.2
Alexey Charkov
1
-0
/
+20
43 hours
scsi: ufs: core: Move link recovery for hibern8 exit failure to wl_resume
Peter Wang
1
-9
/
+9
10 days
scsi: ufs: core: Flush exception handling work when RPM level is zero
Thomas Yen
1
-0
/
+2
10 days
scsi: ufs: mediatek: Fix page faults in ufs_mtk_clk_scale() trace event
Keita Morisaki
1
-3
/
+3
2026-02-26
scsi: ufs: host: mediatek: Require CONFIG_PM
Arnd Bergmann
2
-9
/
+4
2026-01-23
scsi: ufs: amd-versal2: Fix PHY initialization in HCE enable notify
Ajay Neeli
1
-1
/
+1
2026-01-04
scsi: ufs: host: mediatek: Make read-only array scale_us static const
Colin Ian King
1
-1
/
+1
2026-01-04
scsi: ufs: core: Configure MCQ after link startup
Bart Van Assche
1
-3
/
+4
2025-12-16
scsi: ufs: core: Add ufshcd_update_evt_hist() for UFS suspend error
Seunghwan Baek
1
-1
/
+4
2025-12-08
scsi: ufs: qcom: Fix confusing cleanup.h syntax
Krzysztof Kozlowski
1
-4
/
+2
2025-12-08
scsi: ufs: core: Fix a deadlock in the frequency scaling code
Bart Van Assche
1
-4
/
+3
2025-12-08
scsi: ufs: core: Fix an error handler crash
Bart Van Assche
1
-11
/
+14
2025-12-03
scsi: ufs: core: Fix RPMB link error by reversing Kconfig dependencies
Bean Huo
1
-0
/
+1
2025-11-29
scsi: ufs: core: Fix EH failure after W-LUN resume error
Brian Kao
1
-8
/
+28
2025-11-20
Merge patch series "Add OP-TEE based RPMB driver for UFS devices"
Martin K. Petersen
4
-14
/
+364
2025-11-19
Merge branch 6.18/scsi-fixes into 6.19/scsi-staging
Martin K. Petersen
5
-28
/
+105
2025-11-19
scsi: ufs: rockchip: Fix compile error without CONFIG_GPIOLIB
Shawn Lin
1
-0
/
+1
2025-11-19
scsi: ufs: rockchip: Reset controller on PRE_CHANGE of hce enable notify
Shawn Lin
1
-6
/
+13
2025-11-19
scsi: ufs: core: Use scsi_device_busy()
Bart Van Assche
1
-2
/
+2
2025-11-19
scsi: ufs: core: Fix single doorbell mode support
Bart Van Assche
1
-1
/
+6
2025-11-12
scsi: ufs: core: Remove an unnecessary NULL pointer check
Bart Van Assche
1
-1
/
+1
2025-11-12
Merge patch series "Optimize the hot path in the UFS driver"
Martin K. Petersen
4
-424
/
+470
2025-11-12
scsi: ufs: core: Switch to scsi_get_internal_cmd()
Bart Van Assche
3
-153
/
+116
2025-11-12
scsi: ufs: core: Move code out of ufshcd_wait_for_dev_cmd()
Bart Van Assche
1
-9
/
+12
2025-11-12
scsi: ufs: core: Make blk_mq_tagset_busy_iter() skip reserved requests
Bart Van Assche
1
-4
/
+8
2025-11-12
scsi: ufs: core: Remove the ufshcd_lrb task_tag member
Bart Van Assche
1
-32
/
+30
2025-11-12
scsi: ufs: core: Pass a SCSI pointer instead of an LRB pointer
Bart Van Assche
1
-10
/
+11
2025-11-12
scsi: ufs: core: Optimize the hot path
Bart Van Assche
4
-124
/
+179
2025-11-12
scsi: ufs: core: Do not clear driver-private command data
Bart Van Assche
1
-0
/
+10
2025-11-12
scsi: ufs: core: Make the reserved slot a reserved request
Bart Van Assche
1
-2
/
+2
2025-11-12
scsi: ufs: core: Use hba->reserved_slot
Bart Van Assche
1
-1
/
+1
2025-11-12
scsi: ufs: core: Call ufshcd_init_lrb() later
Bart Van Assche
1
-26
/
+27
2025-11-12
scsi: ufs: core: Allocate the SCSI host earlier
Bart Van Assche
1
-5
/
+12
2025-11-12
scsi: ufs: core: Rework the SCSI host queue depth calculation code
Bart Van Assche
3
-22
/
+22
2025-11-12
scsi: ufs: core: Rework ufshcd_eh_device_reset_handler()
Bart Van Assche
1
-46
/
+38
2025-11-12
scsi: ufs: core: Rework ufshcd_mcq_compl_pending_transfer()
Bart Van Assche
1
-34
/
+46
2025-11-12
scsi: ufs: core: Change the monitor function argument types
Bart Van Assche
1
-22
/
+22
2025-11-12
scsi: ufs: core: Only call ufshcd_should_inform_monitor() for SCSI commands
Bart Van Assche
1
-3
/
+4
2025-11-12
scsi: ufs: core: Change the type of one ufshcd_send_command() argument
Bart Van Assche
1
-7
/
+6
2025-11-12
scsi: ufs: core: Change the type of one ufshcd_add_command_trace() argument
Bart Van Assche
1
-6
/
+6
2025-11-12
scsi: ufs: core: Only call ufshcd_add_command_trace() for SCSI commands
Bart Van Assche
1
-5
/
+3
2025-11-12
scsi: ufs: core: Change the type of one ufshcd_add_cmd_upiu_trace() argument
Bart Van Assche
1
-4
/
+5
2025-11-12
scsi: ufs: core: Move an assignment in ufshcd_mcq_process_cqe()
Bart Van Assche
1
-1
/
+2
2025-11-10
scsi: ufs: core: Add OP-TEE based RPMB driver for UFS devices
Bean Huo
4
-4
/
+350
2025-11-10
scsi: ufs: core: fix incorrect buffer duplication in ufshcd_read_string_desc()
Bean Huo
1
-1
/
+1
2025-11-10
scsi: ufs: core: Convert string descriptor format macros to enum
Bean Huo
2
-9
/
+13
2025-11-08
scsi: ufs: ti-j721e: Add suspend-resume support
Thomas Richard (TI.com)
1
-8
/
+29
2025-10-29
scsi: ufs: core: Fix invalid probe error return value
Adrian Hunter
1
-2
/
+2
2025-10-29
scsi: ufs: ufs-pci: Set UFSHCD_QUIRK_PERFORM_LINK_STARTUP_ONCE for Intel ADL
Adrian Hunter
1
-1
/
+2
2025-10-29
scsi: ufs: core: Add a quirk to suppress link_startup_again
Adrian Hunter
1
-1
/
+2
[next]