index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ufs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2025-10-29
scsi: ufs: ufs-pci: Fix S0ix/S3 for Intel controllers
Adrian Hunter
1
-2
/
+65
2025-10-29
scsi: ufs: core: Revert "Make HID attributes visible"
Bart Van Assche
3
-4
/
+1
2025-10-23
scsi: ufs: core: Reduce link startup failure logging
Bart Van Assche
1
-5
/
+1
2025-10-23
scsi: ufs: core: Fix a race condition related to the "hid" attribute group
Bart Van Assche
1
-1
/
+1
2025-10-23
scsi: ufs: ufs-qcom: Fix UFS OCP issue during UFS power down (PC=3)
Nitin Rawat
1
-1
/
+14
2025-10-21
scsi: ufs: core: Declare tx_lanes witout initialization
Wonkon Kim
1
-1
/
+1
2025-10-21
scsi: ufs: core: Initialize value of an attribute returned by uic cmd
Wonkon Kim
1
-2
/
+2
2025-10-21
scsi: ufs: core: Fix error handler host_sem issue
Peter Wang
1
-8
/
+14
2025-10-11
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
3
-4
/
+15
2025-10-03
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
12
-204
/
+545
2025-09-30
scsi: ufs: sysfs: Make HID attributes visible
Daniel Lee
3
-1
/
+4
2025-09-29
scsi: ufs: core: Fix PM QoS mutex initialization
Marek Szyprowski
1
-3
/
+3
2025-09-29
scsi: ufs: core: Fix runtime suspend error deadlock
Peter Wang
1
-0
/
+8
2025-09-24
Merge patch series "Add DT-based gear and rate limiting support"
Martin K. Petersen
3
-6
/
+49
2025-09-24
scsi: ufs: ufs-qcom: Add support for limiting HS gear and rate
Ram Kumar Dwivedi
1
-0
/
+13
2025-09-24
scsi: ufs: pltfrm: Add DT support to limit HS gear and gear rate
Ram Kumar Dwivedi
2
-0
/
+34
2025-09-24
scsi: ufs: ufs-qcom: Remove redundant re-assignment to hs_rate
Ram Kumar Dwivedi
1
-6
/
+2
2025-09-24
scsi: ufs: core: Fix data race in CPU latency PM QoS request handling
Zhongqiu Han
2
-0
/
+11
2025-09-24
scsi: ufs: core: Change MCQ interrupt enable flow
Peter Wang
2
-11
/
+12
2025-09-16
scsi: ufs: core: Disable timestamp functionality if not supported
Bart Van Assche
1
-1
/
+5
2025-09-15
scsi: ufs: ufs-qcom: Disable lane clocks during phy hibern8
Palash Kambar
1
-0
/
+10
2025-09-15
scsi: ufs: exynos: Correct sync pattern mask timing comment
Alok Tiwari
1
-1
/
+1
2025-09-09
Merge patch series "Simplify MCQ resource mapping"
Martin K. Petersen
2
-115
/
+85
2025-09-09
scsi: ufs: ufs-qcom: Refactor MCQ register dump logic
Nitin Rawat
1
-15
/
+19
2025-09-09
scsi: ufs: ufs-qcom: Streamline UFS MCQ resource mapping
Nitin Rawat
2
-100
/
+66
2025-09-09
Merge patch series "ufs: host: mediatek: Power Management and stability enhancements"
Martin K. Petersen
3
-31
/
+144
2025-09-09
scsi: ufs: host: mediatek: Fix device power control
Peter Wang
1
-0
/
+7
2025-09-09
scsi: ufs: host: mediatek: Fix unbalanced IRQ enable issue
Peter Wang
1
-0
/
+1
2025-09-09
scsi: ufs: host: mediatek: Fix adapt issue after PA_Init
Alice Chao
1
-0
/
+11
2025-09-09
scsi: ufs: host: mediatek: Return error directly on idle wait timeout
Sanjeev Y
1
-4
/
+16
2025-09-09
scsi: ufs: host: mediatek: Disable auto-hibern8 during power mode changes
Peter Wang
1
-23
/
+30
2025-09-09
scsi: ufs: host: mediatek: Support UFS PHY runtime PM and correct sequence
Peter Wang
2
-6
/
+48
2025-09-09
scsi: ufs: host: mediatek: Correct resume flow for LPM and MTCMOS
Alice Chao
1
-2
/
+2
2025-09-09
scsi: ufs: host: mediatek: Correct system PM flow
Peter Wang
1
-3
/
+14
2025-09-09
scsi: ufs: host: mediatek: Enhance recovery on resume failure
Peter Wang
1
-1
/
+14
2025-09-09
scsi: ufs: host: mediatek: Enhance recovery on hibernation exit failure
Peter Wang
2
-4
/
+13
2025-09-09
scsi: ufs: mcq: Fix memory allocation checks for SQE and CQE
Alok Tiwari
1
-2
/
+2
2025-09-09
scsi: ufs: ufs-qcom: Align programming sequence of Shared ICE for UFS controller v5
Palash Kambar
2
-1
/
+22
2025-08-30
scsi: ufs: core: Move the tracing enumeration types into a new file
Bart Van Assche
2
-0
/
+25
2025-08-30
scsi: ufs: exynos: fsd: Gate ref_clk and put UFS device in reset on suspend
Bharat Uppal
1
-0
/
+8
2025-08-19
scsi: ufs: core: Only collect timestamps if monitoring is enabled
Bart Van Assche
1
-10
/
+16
2025-08-18
scsi: ufs: ufs-qcom: Fix ESI null pointer dereference
Nitin Rawat
1
-24
/
+15
2025-08-18
scsi: ufs: core: Rename ufshcd_wait_for_doorbell_clr()
Bart Van Assche
1
-2
/
+2
2025-08-18
scsi: ufs: core: Fix the return value documentation
Bart Van Assche
1
-24
/
+38
2025-08-18
scsi: ufs: core: Remove WARN_ON_ONCE() call from ufshcd_uic_cmd_compl()
Bart Van Assche
1
-1
/
+1
2025-08-18
scsi: ufs: core: Fix IRQ lock inversion for the SCSI host lock
Bart Van Assche
1
-5
/
+3
2025-08-18
scsi: ufs: core: Improve IOPS
Bart Van Assche
1
-1
/
+3
[next]