index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
ufs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-31
scsi: ufs: mcq: Added ufshcd_mcq_abort()
Bao D. Nguyen
3
-5
/
+71
2023-05-31
scsi: ufs: mcq: Add support for cleaning up MCQ resources
Bao D. Nguyen
2
-9
/
+66
2023-05-31
scsi: ufs: mcq: Add supporting functions for MCQ abort
Bao D. Nguyen
3
-1
/
+177
2023-05-31
scsi: ufs: core: Update the ufshcd_clear_cmds() functionality
Bao D. Nguyen
1
-16
/
+21
2023-05-31
scsi: ufs: core: Combine 32-bit command_desc_base_addr_lo/hi
Bao D. Nguyen
1
-4
/
+2
2023-05-31
scsi: ufs: Replace all non-returning strlcpy() with strscpy()
Azeem Shaikh
1
-1
/
+1
2023-05-31
scsi: ufs: core: Do not open code SZ_x
Avri Altman
5
-24
/
+24
2023-05-31
Merge patch series "ufs: Do not requeue while ungating the clock"
Martin K. Petersen
4
-64
/
+30
2023-05-31
scsi: ufs: Ungate the clock synchronously
Bart Van Assche
3
-61
/
+29
2023-05-31
scsi: ufs: Declare ufshcd_{hold,release}() once
Bart Van Assche
1
-3
/
+0
2023-05-31
scsi: ufs: Conditionally enable the BLK_MQ_F_BLOCKING flag
Bart Van Assche
1
-0
/
+1
2023-05-22
scsi: ufs: core: Return earlier if ufshcd_hba_init_crypto_capabilities() fails
Keoseong Park
1
-3
/
+5
2023-05-16
scsi: ufs: hwmon: Constify pointers to hwmon_channel_info
Krzysztof Kozlowski
1
-1
/
+1
2023-05-16
scsi: ufs: core: Fix MCQ nr_hw_queues
Po-Wen Kao
1
-1
/
+2
2023-05-16
scsi: ufs: core: Rename symbol sizeof_utp_transfer_cmd_desc()
Po-Wen Kao
2
-6
/
+6
2023-05-16
scsi: ufs: core: Fix MCQ tag calculation
Po-Wen Kao
2
-2
/
+2
2023-05-08
scsi: ufs: ufs-mediatek: Delete some dead code
Dan Carpenter
1
-3
/
+0
2023-05-08
scsi: ufs: core: Change the module parameter macro of use_mcq_mode
Keoseong Park
1
-18
/
+2
2023-05-08
scsi: ufs: core: Fix I/O hang that occurs when BKOPS fails in W-LUN suspend
Keoseong Park
1
-1
/
+9
2023-05-06
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-3
/
+3
2023-04-26
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
6
-50
/
+83
2023-04-24
scsi: ufs: core: mcq: Fix &hwq->cq_lock deadlock issue
Alice Chao
1
-3
/
+3
2023-04-11
scsi: ufs: mcq: Use pointer arithmetic in ufshcd_send_command()
Avri Altman
1
-2
/
+3
2023-04-11
scsi: ufs: mcq: Annotate ufshcd_inc_sq_tail() appropriately
Avri Altman
1
-0
/
+1
2023-04-02
scsi: ufs: ufs-pci: Add support for Intel Lunar Lake
Adrian Hunter
1
-0
/
+1
2023-04-02
scsi: core: Clean up struct ufs_saved_pwr_info
Stanley Chu
1
-4
/
+3
2023-04-02
scsi: Revert "scsi: ufs: core: Initialize devfreq synchronously"
Adrien Thierry
1
-31
/
+16
2023-03-31
Merge branch '6.3/scsi-fixes' into 6.4/scsi-staging
Martin K. Petersen
2
-8
/
+7
2023-03-24
Merge patch series "Constify most SCSI host templates"
Martin K. Petersen
1
-1
/
+1
2023-03-24
scsi: ufs: Declare SCSI host template const
Bart Van Assche
1
-1
/
+1
2023-03-16
scsi: ufs: hisi: Drop of_match_ptr() for ID table
Krzysztof Kozlowski
1
-1
/
+1
2023-03-16
scsi: ufs: exynos: Drop of_match_ptr() for ID table
Krzysztof Kozlowski
1
-1
/
+1
2023-03-16
scsi: ufs: qcom: Add __maybe_unused to OF ID table
Krzysztof Kozlowski
1
-1
/
+1
2023-03-16
scsi: ufs: core: Add trace event for MCQ
Ziqi Chen
1
-3
/
+12
2023-03-16
scsi: ufs: core: Print trs for pending requests in MCQ mode
Ziqi Chen
1
-37
/
+55
2023-03-16
scsi: ufs: core: Set the residual byte count
Bart Van Assche
1
-0
/
+3
2023-03-16
scsi: ufs: core: Disable the reset settle delay
Bart Van Assche
1
-0
/
+1
2023-03-09
scsi: ufs: mcq: Use active_reqs to check busy in clock scaling
Asutosh Das
1
-2
/
+2
2023-03-06
scsi: ufs: mcq: qcom: Clean the return path of ufs_qcom_mcq_config_resource()
Asutosh Das
1
-4
/
+2
2023-03-06
scsi: ufs: mcq: qcom: Fix passing zero to PTR_ERR
Asutosh Das
1
-1
/
+1
2023-03-06
scsi: ufs: ufs-qcom: Remove impossible check
Dan Carpenter
1
-1
/
+1
2023-03-06
scsi: ufs: core: Add soft dependency on governor_simpleondemand
Adrien Thierry
1
-0
/
+1
2023-03-03
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
3
-48
/
+48
2023-02-27
Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-1
/
+1
2023-02-22
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
13
-487
/
+2280
2023-02-21
scsi: ufs: core: Simplify ufshcd_execute_start_stop()
Bart Van Assche
1
-27
/
+8
2023-02-21
scsi: ufs: core: Rely on the block layer for setting RQF_PM
Bart Van Assche
1
-1
/
+1
2023-02-21
scsi: ufs: mcq: Fix incorrectly set queue depth
Asutosh Das
1
-4
/
+6
2023-02-21
scsi: ufs: ufs-mediatek: Guard power management functions with CONFIG_PM
Yangtao Li
1
-0
/
+2
2023-02-21
scsi: ufs: core: Initialize devfreq synchronously
Adrien Thierry
1
-16
/
+31
[prev]
[next]