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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-06
scsi: ufs: core: Remove redundant call in ufshcd_add_command_trace()
Bean Huo
1
-6
/
+3
2021-08-06
scsi: qla2xxx: Remove redundant initialization of variable num_cnt
Colin Ian King
1
-1
/
+1
2021-08-06
scsi: qla2xxx: Fix use after free in debug code
Dan Carpenter
1
-2
/
+2
2021-08-03
scsi: target: core: Drop unnecessary se_cmd ASC/ASCQ members
David Disseldorp
2
-64
/
+55
2021-08-03
scsi: target: sbp: Drop incorrect ASC/ASCQ usage
David Disseldorp
1
-2
/
+2
2021-08-03
scsi: target: core: Avoid using lun_tg_pt_gp after unlock
David Disseldorp
1
-5
/
+5
2021-08-03
scsi: target: tcmu: Add new feature KEEP_BUF
Bodo Stroesser
1
-11
/
+139
2021-08-03
scsi: ufs: Add fault injection support
Bart Van Assche
5
-0
/
+110
2021-08-03
scsi: ufs: Retry aborted SCSI commands instead of completing these successfully
Bart Van Assche
1
-12
/
+23
2021-08-03
scsi: ufs: Synchronize SCSI and UFS error handling
Bart Van Assche
2
-51
/
+55
2021-08-03
scsi: ufs: Request sense data asynchronously
Bart Van Assche
1
-31
/
+33
2021-08-03
scsi: ufs: Fix the SCSI abort handler
Bart Van Assche
1
-35
/
+19
2021-08-03
scsi: ufs: Optimize SCSI command processing
Bart Van Assche
2
-11
/
+20
2021-08-03
scsi: ufs: Optimize serialization of setup_xfer_req() calls
Bart Van Assche
2
-13
/
+2
2021-08-03
scsi: ufs: Revert "Utilize Transfer Request List Completion Notification Regi...
Bart Van Assche
3
-43
/
+15
2021-08-03
scsi: ufs: Inline ufshcd_outstanding_req_clear()
Bart Van Assche
1
-11
/
+1
2021-08-03
scsi: ufs: Remove several wmb() calls
Bart Van Assche
1
-11
/
+0
2021-08-03
scsi: ufs: Improve static type checking for the host controller state
Bart Van Assche
2
-17
/
+23
2021-08-03
scsi: ufs: Verify UIC locking requirements at runtime
Bart Van Assche
2
-8
/
+10
2021-08-03
scsi: ufs: Remove ufshcd_valid_tag()
Bart Van Assche
1
-32
/
+10
2021-08-03
scsi: ufs: Use DECLARE_COMPLETION_ONSTACK() where appropriate
Bart Van Assche
1
-6
/
+3
2021-08-03
scsi: ufs: Rename the second ufshcd_probe_hba() argument
Bart Van Assche
1
-4
/
+4
2021-08-03
scsi: ufs: Only include power management code if necessary
Bart Van Assche
2
-0
/
+12
2021-08-03
scsi: ufs: Reduce power management code duplication
Bart Van Assche
12
-196
/
+41
2021-08-03
scsi: ufs: Fix memory corruption by ufshcd_read_desc_param()
Bart Van Assche
1
-3
/
+5
2021-08-01
scsi: ufs: ufshpb: Make host mode parameters configurable
Avri Altman
2
-16
/
+292
2021-08-01
scsi: ufs: ufshpb: Add support for host control mode
Avri Altman
1
-6
/
+0
2021-08-01
scsi: ufs: ufshpb: Do not send umap_all in host control mode
Avri Altman
1
-1
/
+2
2021-08-01
scsi: ufs: ufshpb: Limit the number of in-flight map requests
Avri Altman
2
-0
/
+12
2021-08-01
scsi: ufs: ufshpb: Add "cold" regions timer
Avri Altman
2
-3
/
+79
2021-08-01
scsi: ufs: ufshpb: Add HPB dev reset response
Avri Altman
2
-1
/
+32
2021-08-01
scsi: ufs: ufshpb: Region inactivation in host mode
Avri Altman
2
-7
/
+41
2021-08-01
scsi: ufs: ufshpb: Make eviction depend on region's reads
Avri Altman
1
-1
/
+17
2021-08-01
scsi: ufs: ufshpb: Add reads counter
Avri Altman
2
-6
/
+97
2021-08-01
scsi: ufs: ufshpb: Transform set_dirty to iterate_rgn
Avri Altman
1
-8
/
+10
2021-08-01
scsi: ufs: ufshpb: Add host control mode support to rsp_upiu
Avri Altman
2
-1
/
+35
2021-08-01
scsi: ufs: ufshpb: Cache HPB Control mode on init
Avri Altman
3
-3
/
+9
2021-08-01
scsi: ufs: ufshpb: Add HPB 2.0 support
Daejun Park
6
-74
/
+647
2021-08-01
scsi: ufs: ufshpb: Prepare HPB read for cached sub-region
Daejun Park
3
-3
/
+260
2021-08-01
scsi: ufs: ufshpb: L2P map management for HPB read
Daejun Park
4
-15
/
+1178
2021-08-01
scsi: ufs: ufshpb: Introduce Host Performance Buffer feature
Daejun Park
8
-0
/
+849
2021-08-01
scsi: qla4xxx: Convert uses of __constant_cpu_to_<foo> to cpu_to_<foo>
Dwaipayan Ray
5
-28
/
+28
2021-08-01
scsi: BusLogic: Use %X for u32 sized integer rather than %lX
Colin Ian King
1
-1
/
+1
2021-08-01
scsi: BusLogic: Avoid unbounded vsprintf() use
Maciej W. Rozycki
1
-1
/
+1
2021-08-01
scsi: BusLogic: Fix missing pr_cont() use
Maciej W. Rozycki
1
-2
/
+2
2021-08-01
scsi: bsg: Fix commands without data transfer in scsi_bsg_sg_io_fn()
Christoph Hellwig
1
-0
/
+1
2021-07-31
scsi: ufs: Allow async suspend/resume callbacks
Vincent Palomares
1
-0
/
+1
2021-07-31
scsi: lpfc: Fix possible ABBA deadlock in nvmet_xri_aborted()
James Smart
1
-4
/
+7
2021-07-31
scsi: qla2xxx: Fix spelling mistakes "allloc" -> "alloc"
Colin Ian King
1
-2
/
+2
2021-07-31
scsi: bsg: Move the whole request execution into the SCSI/transport handlers
Christoph Hellwig
1
-30
/
+39
[prev]
[next]