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
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
/
scsi
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-09
scsi: arcmsr: Separate 'set dma mask' as a function
Ching Huang
1
-21
/
+30
2019-01-09
scsi: arcmsr: Add an option of set dma_mask_64 for ACB_ADAPTER_TYPE_A
Ching Huang
1
-0
/
+4
2019-01-09
scsi: arcmsr: Update ACB_ADAPTER_TYPE_D for >4GB ccb addressing
Ching Huang
1
-6
/
+18
2019-01-09
scsi: arcmsr: Update ACB_ADAPTER_TYPE_C for >4GB ccb addressing
Ching Huang
1
-12
/
+15
2019-01-09
scsi: arcmsr: Update ACB_ADAPTER_TYPE_B for >4GB ccb addressing
Ching Huang
1
-5
/
+17
2019-01-09
scsi: arcmsr: Update ACB_ADAPTER_TYPE_A for >4GB ccb addressing
Ching Huang
1
-5
/
+20
2019-01-09
scsi: arcmsr: Update arcmsr_alloc_ccb_pool for ccb buffer address above 4GB
Ching Huang
2
-9
/
+19
2019-01-09
scsi: arcmsr: Merge arcmsr_alloc_io_queue to arcmsr_alloc_ccb_pool
Ching Huang
1
-50
/
+77
2019-01-09
scsi: arcmsr: Rename arcmsr_free_mu to arcmsr_free_io_queue
Ching Huang
1
-4
/
+4
2019-01-09
scsi: arcmsr: Rename acb structure member roundup_ccbsize to ioqueue_size
Ching Huang
2
-10
/
+10
2019-01-09
scsi: gdth: use generic DMA API
Christoph Hellwig
2
-33
/
+31
2019-01-09
scsi: gdth: remove interrupt coalescing support
Christoph Hellwig
1
-139
/
+12
2019-01-09
scsi: gdth: remove dead code under #ifdef GDTH_IOCTL_PROC
Christoph Hellwig
2
-107
/
+0
2019-01-09
scsi: gdth: remove dead dma statistics code
Christoph Hellwig
2
-26
/
+0
2019-01-09
scsi: gdth: remove dead rtc code
Christoph Hellwig
1
-32
/
+0
2019-01-09
scsi: gdth: remove direct serial port access
Christoph Hellwig
1
-70
/
+0
2019-01-09
scsi: gdth: remove ISA and EISA support
Christoph Hellwig
3
-717
/
+24
2019-01-09
scsi: gdth: remove gdth_{alloc,free}_ioctl
Christoph Hellwig
3
-57
/
+25
2019-01-09
scsi: gdth: reuse dma coherent allocation in gdth_show_info
Christoph Hellwig
1
-15
/
+5
2019-01-09
scsi: gdth: refactor ioc_general
Christoph Hellwig
1
-118
/
+132
2019-01-04
Remove 'type' argument from access_ok() function
Linus Torvalds
3
-12
/
+10
2018-12-29
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
206
-2852
/
+6851
2018-12-29
Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block
Linus Torvalds
37
-936
/
+321
2018-12-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-2
/
+1
2018-12-23
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-4
/
+19
2018-12-21
scsi: isci: request: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2018-12-21
scsi: isci: remote_node_context: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-2
/
+2
2018-12-21
scsi: isci: remote_device: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-2
/
+2
2018-12-21
scsi: isci: phy: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-12-21
scsi: iscsi: Capture iscsi debug messages using tracepoints
Fred Herard
4
-1
/
+51
2018-12-21
scsi: myrb: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+3
2018-12-21
scsi: megaraid: fix out-of-bound array accesses
Qian Cai
2
-2
/
+2
2018-12-21
scsi: mpt3sas: mpt3sas_scsih: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-12-21
scsi: fcoe: remove set but not used variable 'port'
YueHaibing
1
-4
/
+0
2018-12-21
scsi: smartpqi: call pqi_free_interrupts() in pqi_shutdown()
Yanjiang Jin
1
-0
/
+1
2018-12-21
scsi: smartpqi: fix build warnings
Don Brace
1
-1
/
+3
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-3
/
+3
2018-12-20
scsi: smartpqi: update driver version
Don Brace
1
-2
/
+2
2018-12-20
scsi: smartpqi: add ofa support
Mahesh Rajashekhara
4
-43
/
+634
2018-12-20
scsi: smartpqi: increase fw status register read timeout
Mahesh Rajashekhara
1
-1
/
+1
2018-12-20
scsi: smartpqi: bump driver version
Don Brace
1
-3
/
+3
2018-12-20
scsi: smartpqi: add smp_utils support
Don Brace
3
-60
/
+324
2018-12-20
scsi: smartpqi: correct lun reset issues
Kevin Barnett
1
-0
/
+3
2018-12-20
scsi: smartpqi: correct volume status
Dave Carroll
1
-0
/
+3
2018-12-20
scsi: smartpqi: do not offline disks for transient did no connect conditions
Dave Carroll
1
-2
/
+2
2018-12-20
scsi: smartpqi: allow for larger raid maps
Ajish Koshy
1
-31
/
+28
2018-12-20
scsi: smartpqi: check for null device pointers
Mahesh Rajashekhara
2
-3
/
+64
2018-12-20
scsi: smartpqi: add support for huawei controllers
Ajish Koshy
1
-0
/
+24
2018-12-20
scsi: smartpqi: enhance numa node detection
Sagar Biradar
1
-3
/
+7
2018-12-20
scsi: smartpqi: wake up drives after os resumes from suspend
Dave Carroll
1
-0
/
+2
[prev]
[next]