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
2015-05-31
hpsa: add support sending aborts to physical devices via the ioaccel2 path
Stephen Cameron
3
-8
/
+135
2015-05-31
hpsa: do not print ioaccel2 warning messages about unusual completions.
Robert Elliott
1
-24
/
+0
2015-05-31
hpsa: clean up some error reporting output in abort handler
Robert Elliott
1
-9
/
+15
2015-05-31
hpsa: clean up driver init
Robert Elliott
1
-86
/
+157
2015-05-31
hpsa: correct return values from driver functions.
Robert Elliott
1
-5
/
+5
2015-05-31
hpsa: do not check cmd_alloc return value - it cannnot return NULL
Robert Elliott
1
-62
/
+15
2015-05-31
hpsa: add more ioaccel2 error handling, including underrun statuses.
Joe Handzik
2
-5
/
+32
2015-05-31
hpsa: add ioaccel sg chaining for the ioaccel2 path
Webb Scales
2
-10
/
+116
2015-05-31
hpsa: refactor freeing of resources into more logical functions
Robert Elliott
1
-48
/
+56
2015-05-31
hpsa: clean up error handling
Robert Elliott
1
-34
/
+58
2015-05-31
hpsa: break hpsa_free_irqs_and_disable_msix into two functions
Robert Elliott
1
-17
/
+18
2015-05-31
hpsa: Get queue depth from identify physical bmic for physical disks.
Joe Handzik
1
-20
/
+13
2015-05-31
hpsa: use ioaccel2 path to submit IOs to physical drives in HBA mode.
Joe Handzik
2
-1
/
+10
2015-05-31
hpsa: print accurate SSD Smart Path Enabled status
Robert Elliott
1
-4
/
+8
2015-05-31
hpsa: factor out hpsa_ioaccel_submit function
Webb Scales
1
-25
/
+66
2015-05-31
hpsa: try resubmitting down raid path on task set full
Stephen Cameron
1
-2
/
+1
2015-05-31
hpsa: do not ignore return value of hpsa_register_scsi
Stephen Cameron
1
-1
/
+3
2015-05-31
hpsa: factor out hpsa_init_cmd function
Stephen Cameron
2
-26
/
+53
2015-05-31
hpsa: make function names consistent
Robert Elliott
1
-6
/
+8
2015-05-31
hpsa: allow lockup detected to be viewed via sysfs
Stephen Cameron
1
-0
/
+17
2015-05-31
hpsa: hpsa decode sense data for io and tmf
Stephen Cameron
2
-35
/
+119
2015-05-31
hpsa: decrement h->commands_outstanding in fail_all_outstanding_cmds
Stephen Cameron
1
-0
/
+1
2015-05-31
hpsa: clean up aborts
Stephen Cameron
2
-33
/
+147
2015-05-31
hpsa: rework controller command submission
Webb Scales
2
-85
/
+254
2015-05-31
hpsa: clean up host, channel, target, lun prints
Webb Scales
1
-35
/
+35
2015-05-31
hpsa: add masked physical devices into h->dev[] array
Stephen Cameron
3
-121
/
+141
2015-05-31
hpsa: dont meddle with hw which isn't ours (cciss)
Tomas Henzl
1
-10
/
+11
2015-05-31
cciss: correct the non-resettable board list
Tomas Henzl
1
-2
/
+21
2015-05-31
cciss: remove duplicate entries from board_type struct
Tomas Henzl
1
-4
/
+0
2015-05-26
advansys: Update to version 3.5 and remove compilation warning
Hannes Reinecke
3
-21
/
+9
2015-05-26
advansys: Remove call to dma_cache_sync()
Hannes Reinecke
2
-6
/
+6
2015-05-26
advansys: use spin_lock_irqsave() in interrupt handler
Hannes Reinecke
1
-2
/
+3
2015-05-26
advansys: Check for DMA mapping errors
Hannes Reinecke
1
-5
/
+22
2015-05-26
advansys: Remove cmd_per_lun setting
Hannes Reinecke
1
-18
/
+0
2015-05-26
advansys: Remove obsolete virtual memory mapping comment
Hannes Reinecke
1
-10
/
+0
2015-05-26
advansys: Remove 'a_flag'
Hannes Reinecke
1
-25
/
+7
2015-05-26
advansys: rename 'ASC_RQ_XX' to 'ADV_RQ_XX'
Hannes Reinecke
1
-9
/
+9
2015-05-26
advansys: Remove CC_VERY_LONG_SG_LIST
Hannes Reinecke
1
-238
/
+5
2015-05-26
advansys: Remove ASC_SCSI_REQ_Q
Hannes Reinecke
1
-21
/
+10
2015-05-26
advansys: scsi_q1->data_addr is little endian
Hannes Reinecke
1
-4
/
+4
2015-05-26
advansys: cleanup function return codes
Hannes Reinecke
1
-22
/
+13
2015-05-26
advansys: Make AscIsrChipHalted() a void function
Hannes Reinecke
1
-17
/
+13
2015-05-25
advansys: remove 'ERR' definition
Hannes Reinecke
1
-6
/
+5
2015-05-25
advansys: Remove 'TRUE' and 'FALSE' definitions
Hannes Reinecke
1
-41
/
+38
2015-05-25
advansys: use standard data types
Hannes Reinecke
1
-106
/
+66
2015-05-25
advansys: use 'bool' instead of 'int'
Hannes Reinecke
1
-16
/
+16
2015-05-25
advansys: Use dma_pool for sg elements
Hannes Reinecke
1
-63
/
+45
2015-05-25
advansys: Use DMA-API for mapping request blocks
Hannes Reinecke
1
-54
/
+54
2015-05-25
advansys: Use DMA-API for carrier buffer
Hannes Reinecke
1
-133
/
+103
2015-05-25
advansys: use DMA-API for mapping sense buffer
Hannes Reinecke
1
-9
/
+16
[next]