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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-18
scsi: esp_scsi: De-duplicate PIO routines
Finn Thain
5
-365
/
+179
2018-10-18
scsi: esp_scsi: Eliminate ESP_FLAG_DOING_SLOWCMD
Finn Thain
2
-36
/
+24
2018-10-18
scsi: esp_scsi: Grant disconnect privilege for untagged commands
Finn Thain
1
-10
/
+1
2018-10-18
scsi: esp_scsi: Track residual for PIO transfers
Finn Thain
3
-0
/
+5
2018-10-18
scsi: zorro_esp: Limit DMA transfers to 65535 bytes
Finn Thain
1
-7
/
+1
2018-10-18
scsi: dc395x: use generic DMA API
Christoph Hellwig
1
-22
/
+15
2018-10-18
scsi: dc395x: fix DMA API usage in sg_update_list
Christoph Hellwig
1
-0
/
+5
2018-10-18
scsi: dc395x: fix dma API usage in srb_done
Christoph Hellwig
1
-5
/
+2
2018-10-18
scsi: dc395x: simplify list handling
Christoph Hellwig
1
-126
/
+26
2018-10-18
scsi: myrs: Add Mylex RAID controller (SCSI interface)
Hannes Reinecke
5
-0
/
+4418
2018-10-18
scsi: myrb: Add Mylex RAID controller (block interface)
Hannes Reinecke
5
-0
/
+4636
2018-10-18
scsi: advansys: remove unused variable 'srb_tag' in adv_isr_callback
YueHaibing
1
-2
/
+0
2018-10-18
scsi: core: Remove scsi_block_when_processing_errors: message
Laurence Oberman
1
-3
/
+0
2018-10-18
scsi: ibmvscsi_tgt: Remove target_wait_for_sess_cmd()
Bryant G. Ly
1
-1
/
+0
2018-10-18
scsi: ufs: Schedule clk gating work on correct queue
Evan Green
1
-2
/
+3
2018-10-17
scsi: lpfc: Remove set but not used variables 'tgtp'
YueHaibing
1
-2
/
+0
2018-10-17
scsi: aic94xx: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+5
2018-10-17
scsi: iscsi_tcp: Explicitly cast param in iscsi_sw_tcp_host_get_param
Nathan Chancellor
1
-1
/
+2
2018-10-17
scsi: lpfc: Remove set but not used variable 'psli'
YueHaibing
1
-2
/
+0
2018-10-17
scsi: bfa: Avoid implicit enum conversion in bfad_im_post_vendor_event
Nathan Chancellor
2
-2
/
+2
2018-10-17
scsi: isci: Change sci_controller_start_task's return type to sci_status
Nathan Chancellor
3
-7
/
+7
2018-10-17
scsi: isci: Use proper enumerated type in atapi_d2h_reg_frame_handler
Nathan Chancellor
1
-2
/
+2
2018-10-17
scsi: lpfc: Remove set but not used variables 'fc_hdr' and 'hw_page_size'
YueHaibing
1
-7
/
+0
2018-10-17
scsi: cxgb4i: add DCB support for iSCSI connections
Varun Prakash
2
-1
/
+156
2018-10-17
scsi: megaraid_mbox: remove set but not used variables
YueHaibing
1
-27
/
+0
2018-10-17
scsi: qla2xxx: Simplify conditional check
Nathan Chancellor
1
-2
/
+2
2018-10-17
scsi: bfa: Remove unused functions
Nathan Chancellor
2
-117
/
+0
2018-10-17
scsi: qla2xxx: Remove unnecessary self assignment
Nathan Chancellor
1
-1
/
+0
2018-10-17
scsi: arcmsr: Remove set but not used variables 'id, lun'
YueHaibing
1
-3
/
+0
2018-10-17
scsi: megaraid_sas: fix a missing-check bug
Wenwen Wang
1
-0
/
+3
2018-10-17
scsi: be2iscsi: fix spelling mistake "Retreiving" -> "Retrieving"
Colin Ian King
1
-1
/
+1
2018-10-17
scsi: lpfc: fix spelling mistake "Resrouce" -> "Resource"
Colin Ian King
1
-1
/
+1
2018-10-17
scsi: hisi_sas: Fix spin lock management in slot_index_alloc_quirk_v2_hw()
John Garry
1
-1
/
+3
2018-10-17
scsi: sg: remove bad blk_end_request_all() call
Jens Axboe
1
-1
/
+1
2018-10-17
scsi: osd: initiator should use mq variant of request ending
Jens Axboe
1
-1
/
+1
2018-10-17
scsi: ips: fix missing break in switch
Gustavo A. R. Silva
1
-0
/
+1
2018-10-16
scsi: target/core: Always call transport_complete_callback() upon failure
Bart Van Assche
2
-9
/
+8
2018-10-16
scsi: target/core: Use sg_alloc_table() instead of open-coding it
Bart Van Assche
1
-6
/
+5
2018-10-16
scsi: target/core: Use the SECTOR_SHIFT constant
Bart Van Assche
2
-3
/
+2
2018-10-16
scsi: target/core: Remove the SCF_COMPARE_AND_WRITE_POST flag
Bart Van Assche
2
-7
/
+0
2018-10-16
scsi: target/core: Remove an unused data member from struct xcopy_pt_cmd
Bart Van Assche
1
-3
/
+0
2018-10-16
scsi: target/core: Fix spelling in two source code comments
Bart Van Assche
1
-2
/
+2
2018-10-16
scsi: target: stash sess_err_stats on Data-Out timeout
David Disseldorp
1
-0
/
+1
2018-10-16
scsi: target: split out helper for cxn timeout error stashing
David Disseldorp
3
-30
/
+22
2018-10-16
scsi: target: log NOP ping timeouts as errors
David Disseldorp
1
-3
/
+5
2018-10-16
scsi: target: log Data-Out timeouts as errors
David Disseldorp
1
-5
/
+11
2018-10-16
scsi: target: use ISCSI_IQN_LEN in iscsi_target_stat
David Disseldorp
3
-7
/
+7
2018-10-16
scsi: hisi_sas: Update v3 hw AIP_LIMIT and CFG_AGING_TIME register values
Xiang Chen
1
-0
/
+3
2018-10-16
scsi: hisi_sas: Use block layer tag instead for IPTT
Xiang Chen
5
-40
/
+70
2018-10-16
scsi: hisi_sas: unmask interrupts ent72 and ent74
Xiang Chen
1
-1
/
+1
[next]