index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ufs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-04
scsi: ufs: core: Fix error return with query response
Seunghui Lee
1
-1
/
+6
2025-02-04
scsi: ufs: core: Fix use-after free in init error and remove paths
André Draszik
3
-31
/
+30
2025-02-04
scsi: ufs: Fix toggling of clk_gating.state when clock gating is not allowed
Avri Altman
1
-1
/
+1
2025-02-04
scsi: ufs: core: Ensure clk_gating.lock is used only after initialization
Avri Altman
1
-2
/
+6
2025-02-04
Merge branch '6.14/scsi-queue' into 6.14/scsi-fixes
Martin K. Petersen
1
-19
/
+1
2025-01-31
Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+5
2025-01-31
block: force noio scope in blk_mq_freeze_queue
Christoph Hellwig
1
-2
/
+5
2025-01-27
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
4
-220
/
+217
2025-01-21
scsi: ufs: core: Simplify temperature exception event handling
Avri Altman
1
-19
/
+1
2025-01-21
Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+0
2025-01-11
scsi: ufs: bsg: Set bsg_queue to NULL after removal
Guixin Liu
1
-0
/
+1
2025-01-11
scsi: ufs: bsg: Delete bsg_dev when setting up bsg fails
Guixin Liu
1
-0
/
+1
2025-01-11
scsi: Revert "scsi: ufs: core: Probe for EXT_IID support"
Avri Altman
1
-33
/
+0
2025-01-10
Merge branch '6.13/scsi-fixes' into 6.14/scsi-staging
Martin K. Petersen
16
-61
/
+117
2025-01-06
block: remove BLK_MQ_F_NO_SCHED
Christoph Hellwig
1
-1
/
+0
2025-01-02
scsi: ufs: crypto: Remove ufs_hba_variant_ops::program_key
Eric Biggers
1
-14
/
+6
2025-01-02
scsi: ufs: qcom: Convert to use UFSHCD_QUIRK_CUSTOM_CRYPTO_PROFILE
Eric Biggers
1
-19
/
+72
2025-01-02
scsi: ufs: crypto: Add ufs_hba_from_crypto_profile()
Eric Biggers
1
-4
/
+2
2025-01-02
scsi: ufs: qcom: Fix crypto key eviction
Eric Biggers
1
-10
/
+8
2025-01-02
scsi: ufs: qcom: Power down the controller/device during system suspend for S...
Manivannan Sadhasivam
2
-0
/
+6
2025-01-02
scsi: ufs: qcom: Allow passing platform specific OF data
Manivannan Sadhasivam
2
-4
/
+13
2025-01-02
scsi: ufs: core: Honor runtime/system PM levels if set by host controller dri...
Manivannan Sadhasivam
1
-3
/
+6
2025-01-02
scsi: ufs: qcom: Power off the PHY if it was already powered on in ufs_qcom_p...
Manivannan Sadhasivam
3
-15
/
+5
2024-12-10
scsi: ufs: core: Update compl_time_stamp_local_clock after completing a cqe
liuderong
1
-0
/
+1
2024-12-10
scsi: ufs: core: Do not hold any lock in ufshcd_hba_stop()
Avri Altman
1
-8
/
+2
2024-12-05
Merge patch series "Replace the "slave_*" function names"
Martin K. Petersen
1
-10
/
+10
2024-12-04
scsi: Rename .device_configure() into .sdev_configure()
Bart Van Assche
1
-4
/
+4
2024-12-04
scsi: Rename .slave_alloc() and .slave_destroy()
Bart Van Assche
1
-6
/
+6
2024-12-04
scsi: ufs: core: Add missing post notify for power mode change
Peter Wang
1
-3
/
+4
2024-12-04
scsi: ufs: core: sysfs: Prevent div by zero
Gwendal Grignou
1
-0
/
+6
2024-12-04
scsi: ufs: core: Introduce a new clock_scaling lock
Avri Altman
1
-71
/
+61
2024-12-04
scsi: ufs: core: Introduce a new clock_gating lock
Avri Altman
1
-57
/
+52
2024-12-04
scsi: ufs: core: Prepare to introduce a new clock_gating lock
Avri Altman
1
-4
/
+7
2024-12-04
scsi: ufs: core: Introduce ufshcd_has_pending_tasks()
Avri Altman
1
-4
/
+9
2024-12-02
Merge branch '6.13/scsi-queue' into 6.13/scsi-fixes
Martin K. Petersen
14
-36
/
+76
2024-11-26
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
9
-361
/
+439
2024-11-21
Merge patch series "scsi: ufs: Bug fixes for ufs core and platform drivers"
Martin K. Petersen
11
-26
/
+29
2024-11-21
scsi: ufs: pltfrm: Dellocate HBA during ufshcd_pltfrm_remove()
Manivannan Sadhasivam
1
-0
/
+1
2024-11-21
scsi: ufs: pltfrm: Drop PM runtime reference count after ufshcd_remove()
Manivannan Sadhasivam
6
-5
/
+2
2024-11-21
scsi: ufs: pltfrm: Disable runtime PM during removal of glue drivers
Manivannan Sadhasivam
10
-20
/
+22
2024-11-21
scsi: ufs: qcom: Only free platform MSIs when ESI is enabled
Manivannan Sadhasivam
1
-1
/
+3
2024-11-21
scsi: ufs: core: Cancel RTC work during ufshcd_remove()
Manivannan Sadhasivam
1
-0
/
+1
2024-11-21
scsi: ufs: core: Add ufshcd_send_bsg_uic_cmd() for UFS BSG
Ziqi Chen
3
-1
/
+38
2024-11-21
scsi: ufs: Switch back to struct platform_driver::remove()
Uwe Kleine-König
9
-9
/
+9
2024-11-21
Merge branch '6.12/scsi-fixes' into 6.13/scsi-staging
Martin K. Petersen
1
-2
/
+8
2024-11-08
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-2
/
+8
2024-11-07
scsi: ufs: core: Restore SM8650 support
Bart Van Assche
1
-1
/
+2
2024-11-07
scsi: ufs: Replace deprecated PCI functions
Philipp Stanner
2
-10
/
+6
2024-11-07
scsi: ufs: ufs-mediatek: Configure individual LU queue flags
Ed Tsai
2
-0
/
+13
2024-11-07
Merge branch '6.12/scsi-fixes' into 6.13/scsi-staging
Martin K. Petersen
2
-23
/
+13
[next]