index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
ufs
/
ufshcd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: ufs: core: Fix divide by zero in ufshcd_map_queues()
Jinyoung Choi
2022-02-14
1
-1
/
+1
*
scsi: ufs: Use generic error code in ufshcd_set_dev_pwr_mode()
Kiwoong Kim
2022-01-25
1
-3
/
+6
*
scsi: ufs: Modify Tactive time setting conditions
SEO HOYOUNG
2022-01-10
1
-1
/
+1
*
scsi: ufs: core: Fix deadlock issue in ufshcd_wait_for_doorbell_clr()
Bean Huo
2021-12-16
1
-1
/
+2
*
Merge branch '5.16/scsi-fixes' into 5.17/scsi-staging
Martin K. Petersen
2021-12-16
1
-7
/
+1
|
\
|
*
scsi: ufs: core: Fix another task management completion race
Adrian Hunter
2021-11-16
1
-2
/
+1
|
*
scsi: ufs: core: Fix task management completion timeout race
Adrian Hunter
2021-11-16
1
-5
/
+0
|
*
scsi: ufs: core: Improve SCSI abort handling
Bart Van Assche
2021-11-16
1
-0
/
+1
*
|
scsi: ufs: Implement polling support
Bart Van Assche
2021-12-06
1
-18
/
+67
*
|
scsi: ufs: Optimize the command queueing code
Bart Van Assche
2021-12-06
1
-10
/
+23
*
|
scsi: ufs: Stop using the clock scaling lock in the error handler
Bart Van Assche
2021-12-06
1
-2
/
+10
*
|
scsi: ufs: Fix a kernel crash during shutdown
Bart Van Assche
2021-12-06
1
-5
/
+10
*
|
scsi: ufs: Improve SCSI abort handling further
Bart Van Assche
2021-12-06
1
-0
/
+12
*
|
scsi: ufs: Introduce ufshcd_release_scsi_cmd()
Bart Van Assche
2021-12-06
1
-8
/
+14
*
|
scsi: ufs: Remove the 'update_scaling' local variable
Bart Van Assche
2021-12-06
1
-5
/
+2
*
|
scsi: ufs: Remove hba->cmd_queue
Bart Van Assche
2021-12-06
1
-10
/
+1
*
|
scsi: ufs: Fix a deadlock in the error handler
Bart Van Assche
2021-12-06
1
-39
/
+14
*
|
scsi: ufs: Rework ufshcd_change_queue_depth()
Bart Van Assche
2021-12-06
1
-5
/
+1
*
|
scsi: ufs: Remove ufshcd_any_tag_in_use()
Bart Van Assche
2021-12-06
1
-20
/
+1
*
|
scsi: ufs: Fix race conditions related to driver data
Bart Van Assche
2021-12-06
1
-0
/
+7
*
|
scsi: ufs: Remove dead code
Bart Van Assche
2021-12-06
1
-6
/
+1
*
|
scsi: ufs: Remove the sdev_rpmb member
Bart Van Assche
2021-12-06
1
-6
/
+6
*
|
scsi: ufs: Remove is_rpmb_wlun()
Bart Van Assche
2021-12-06
1
-5
/
+0
*
|
scsi: ufs: Let devices remain runtime suspended during system suspend
Adrian Hunter
2021-11-29
1
-5
/
+40
|
/
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-11-12
1
-38
/
+70
|
\
|
*
Merge branch '5.15/scsi-fixes' into 5.16/scsi-queue
Martin K. Petersen
2021-11-03
1
-6
/
+1
|
|
\
|
*
|
scsi: ufs: Add quirk to enable host controller without PH configuration
jongmin jeong
2021-10-27
1
-0
/
+3
|
*
|
scsi: ufs: Add quirk to handle broken UIC command
jongmin jeong
2021-10-27
1
-0
/
+3
|
*
|
scsi: ufs: core: Micro-optimize ufshcd_map_sg()
Bart Van Assche
2021-10-26
1
-6
/
+13
|
*
|
scsi: ufs: core: Add a compile-time structure size check
Bart Van Assche
2021-10-26
1
-0
/
+5
|
*
|
scsi: ufs: core: Remove three superfluous casts
Bart Van Assche
2021-10-26
1
-3
/
+3
|
*
|
scsi: ufs: core: Export ufshcd_schedule_eh_work()
Bart Van Assche
2021-10-26
1
-3
/
+3
|
*
|
scsi: ufs: core: Log error handler activity
Bart Van Assche
2021-10-26
1
-0
/
+24
|
*
|
scsi: ufs: core: Improve static type checking
Bart Van Assche
2021-10-26
1
-4
/
+5
|
*
|
scsi: ufs: Revert "Retry aborted SCSI commands instead of completing these su...
Bart Van Assche
2021-10-26
1
-22
/
+11
*
|
|
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-11-05
1
-212
/
+129
|
\
|
|
|
*
|
scsi: ufs: Call scsi_done() directly
Bart Van Assche
2021-10-16
1
-3
/
+3
|
*
|
scsi: ufs: core: Fix synchronization between scsi_unjam_host() and ufshcd_que...
Adrian Hunter
2021-10-12
1
-0
/
+12
|
*
|
scsi: ufs: mediatek: Support vops pre suspend to disable auto-hibern8
Peter Wang
2021-10-12
1
-2
/
+7
|
*
|
Merge branch '5.15/scsi-fixes' into 5.16/scsi-staging
Martin K. Petersen
2021-10-12
1
-91
/
+80
|
|
\
\
|
*
|
|
scsi: ufs: core: Do not exit ufshcd_err_handler() unless operational or dead
Adrian Hunter
2021-10-04
1
-4
/
+24
|
*
|
|
scsi: ufs: core: Do not exit ufshcd_reset_and_restore() unless operational or...
Adrian Hunter
2021-10-04
1
-13
/
+23
|
*
|
|
scsi: ufs: core: Stop clearing UNIT ATTENTIONS
Bart Van Assche
2021-10-04
1
-183
/
+1
|
*
|
|
scsi: ufs: core: Retry START_STOP on UNIT_ATTENTION
Jaegeuk Kim
2021-10-04
1
-3
/
+9
|
*
|
|
scsi: ufs: core: Remove return statement in void function
Bean Huo
2021-10-04
1
-1
/
+0
|
*
|
|
scsi: ufs: core: Fix ufshcd_probe_hba() prototype to match the definition
Bean Huo
2021-10-04
1
-1
/
+1
|
*
|
|
scsi: ufs: core: Export hibern8 entry and exit functions
Asutosh Das
2021-09-28
1
-2
/
+2
|
*
|
|
scsi: ufs: core: Add temperature notification exception handling
Avri Altman
2021-09-22
1
-0
/
+21
|
*
|
|
scsi: ufs: core: Probe for temperature notification support
Avri Altman
2021-09-22
1
-0
/
+26
*
|
|
|
Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...
Linus Torvalds
2021-11-01
1
-10
/
+10
|
\
\
\
\
[next]