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
/
pm8001
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-16
scsi: Wire up ata_scsi_dma_need_drain for SAS HBA drivers
Christoph Hellwig
1
-0
/
+1
2020-03-17
scsi: pm80xx: Introduce read and write length for IOCTL payload structure
Viswas G
4
-21
/
+22
2020-03-17
scsi: pm80xx: sysfs attribute for non fatal dump
Deepak Ukey
4
-0
/
+180
2020-03-17
scsi: pm80xx: Cleanup initialization loading fail path
Peter Chang
1
-6
/
+11
2020-03-17
scsi: pm80xx: Free the tag when mpi_set_phy_profile_resp is received
yuuzheng
1
-3
/
+7
2020-03-17
scsi: pm80xx: Deal with kexec reboots
Vikram Auradkar
2
-9
/
+54
2020-03-17
scsi: pm80xx: Increase request sg length
Peter Chang
2
-3
/
+4
2020-01-30
scsi: pm80xx: fix spelling mistake "to" -> "too"
Colin Ian King
1
-1
/
+1
2020-01-03
compat_ioctl: scsi: handle HDIO commands from drivers
Arnd Bergmann
1
-0
/
+3
2019-12-08
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-2
/
+1
2019-12-04
Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-2
/
+2
2019-11-27
scsi: pm80xx: Remove unused include of linux/version.h
YueHaibing
1
-1
/
+0
2019-11-27
scsi: pm80xx: fix logic to break out of loop when register value is 2 or 3
Colin Ian King
1
-1
/
+1
2019-11-20
scsi: pm80xx: Modified the logic to collect fatal dump
Deepak Ukey
2
-59
/
+195
2019-11-20
scsi: pm80xx: Tie the interrupt name to the module instance
Vikram Auradkar
2
-5
/
+8
2019-11-20
scsi: pm80xx: Controller fatal error through sysfs
Deepak Ukey
1
-0
/
+20
2019-11-20
scsi: pm80xx: Do not request 12G sas speeds
peter chang
3
-17
/
+22
2019-11-20
scsi: pm80xx: Cleanup command when a reset times out
peter chang
1
-13
/
+37
2019-11-20
scsi: pm80xx: Fix command issue sizing
peter chang
3
-40
/
+79
2019-11-20
scsi: pm80xx: Fix dereferencing dangling pointer
Vikram Auradkar
1
-6
/
+6
2019-11-20
scsi: pm80xx: Increase timeout for pm80xx mpi_uninit_check
ianyar
2
-2
/
+5
2019-11-20
scsi: pm80xx: Squashed logging cleanup changes
peter chang
5
-37
/
+170
2019-11-20
scsi: pm80xx: Convert 'long' mdelay to msleep
Vikram Auradkar
1
-2
/
+2
2019-11-20
scsi: pm80xx: Initialize variable used as return status
John Sperbeck
1
-1
/
+1
2019-11-20
scsi: pm80xx: Make phy enable completion as NULL
peter chang
1
-1
/
+3
2019-11-20
scsi: pm80xx: Fix for SATA device discovery
peter chang
1
-0
/
+2
2019-11-02
scsi: pm8001: Fix Use plain integer as NULL pointer
Saurav Girepunje
1
-1
/
+1
2019-10-14
PCI: Add PCI_STD_NUM_BARS for the number of standard BARs
Denis Efremov
2
-2
/
+2
2019-08-08
scsi: pm80xx: remove redundant assignments to variable rc
Colin Ian King
1
-10
/
+3
2019-07-12
scsi: pm80xx: Fixed kernel panic during error recovery for SATA drive
Deepak Ukey
3
-2
/
+8
2019-06-27
scsi: pm80xx: Modified the logic to collect IOP event logs
Deepak Ukey
1
-16
/
+17
2019-06-27
scsi: pm80xx: Event log size through sysfs
Deepak Ukey
1
-0
/
+19
2019-06-20
scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander()
John Garry
4
-6
/
+5
2019-06-19
scsi: pm8001: Fix typo in code comments
Weitao Hou
1
-1
/
+1
2019-04-04
scsi: pm8001: fix spelling mistake, interupt -> interrupt
Colin Ian King
4
-7
/
+7
2019-04-04
scsi: pm8001: clean up dead code when PM8001_USE_MSIX is defined
Colin Ian King
2
-12
/
+16
2019-03-26
scsi: pm8001: remove set but not used variables 'param, sas_ha'
YueHaibing
1
-4
/
+0
2019-03-19
scsi: pm8001: clean up various indentation issues
Colin Ian King
3
-28
/
+28
2019-01-20
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-1
/
+1
2019-01-09
scsi: pm80xx: reduce indentation
Julia Lawall
1
-1
/
+1
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-2
/
+2
2018-12-19
scsi: flip the default on use_clustering
Christoph Hellwig
1
-1
/
+0
2018-10-18
scsi: pm8001: switch to generic DMA API
Christoph Hellwig
4
-49
/
+31
2018-09-17
scsi: pm80xx: Remove set but not used variable 'page_code'
YueHaibing
1
-2
/
+1
2018-09-17
scsi: pm80xx: Remove set but not used variable 'device_id'
YueHaibing
1
-4
/
+0
2018-09-12
scsi: pm80xx: Update driver version to 0.1.39
Deepak Ukey
1
-1
/
+1
2018-09-12
scsi: pm80xx: Fixed system hang issue during kexec boot
Deepak Ukey
5
-6
/
+91
2018-09-12
scsi: pm80xx: Corrected dma_unmap_sg() parameter
Deepak Ukey
1
-1
/
+1
2018-09-12
scsi: pm80xx: Fix for phy enable/disable functionality
Deepak Ukey
7
-17
/
+49
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
[next]