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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-16
scsi: iscsi: Don't destroy session if there are outstanding connections
Nick Black
2
-3
/
+27
2020-01-16
scsi: ufs-mediatek: add apply_dev_quirks variant operation
Stanley Chu
1
-0
/
+11
2020-01-16
scsi: ufs: pass device information to apply_dev_quirks
Stanley Chu
3
-8
/
+10
2020-01-16
scsi: BusLogic: use %lX for unsigned long rather than %X
Colin Ian King
1
-55
/
+55
2020-01-16
scsi: ufs: remove "errors" word in ufshcd_print_err_hist()
Stanley Chu
1
-1
/
+1
2020-01-16
scsi: ufs: add device reset history for vendor implementations
Stanley Chu
2
-3
/
+8
2020-01-16
scsi: ufs: fix empty check of error history
Stanley Chu
1
-1
/
+1
2020-01-10
scsi: lpfc: Make lpfc_defer_acc_rsp static
YueHaibing
1
-1
/
+1
2020-01-10
Merge tag 'block-ioctl-cleanup-5.6' into 5.6/scsi-queue
Martin K. Petersen
274
-1381
/
+2886
2020-01-03
compat_ioctl: move HDIO ioctl handling into drivers/ide
Arnd Bergmann
5
-27
/
+54
2020-01-03
compat_ioctl: scsi: handle HDIO commands from drivers
Arnd Bergmann
9
-0
/
+33
2020-01-03
compat_ioctl: move cdrom commands into cdrom.c
Arnd Bergmann
4
-6
/
+45
2020-01-03
compat_ioctl: scsi: move ioctl handling into drivers
Arnd Bergmann
6
-74
/
+140
2020-01-03
compat_ioctl: ide: floppy: add handler
Arnd Bergmann
4
-0
/
+59
2020-01-03
compat_ioctl: add scsi_compat_ioctl
Arnd Bergmann
1
-14
/
+40
2020-01-03
compat_ioctl: block: handle cdrom compat ioctl in non-cdrom drivers
Arnd Bergmann
5
-0
/
+7
2020-01-03
compat_ioctl: cdrom: handle CDROM_LAST_WRITTEN
Arnd Bergmann
2
-26
/
+5
2020-01-03
compat_ioctl: move CDROMREADADIO to cdrom.c
Arnd Bergmann
1
-3
/
+25
2020-01-03
compat_ioctl: move CDROM_SEND_PACKET handling into scsi
Arnd Bergmann
1
-4
/
+2
2020-01-03
compat_ioctl: ubd, aoe: use blkdev_compat_ptr_ioctl
Arnd Bergmann
1
-0
/
+1
2020-01-03
compat: scsi: sg: fix v3 compat read/write interface
Arnd Bergmann
1
-67
/
+59
2020-01-03
scsi: mpt3sas: Update drive version to 33.100.00.00
Sreekanth Reddy
1
-2
/
+2
2020-01-03
scsi: mpt3sas: Remove usage of device_busy counter
Sreekanth Reddy
1
-1
/
+17
2020-01-03
scsi: mpt3sas: Print function name in which cmd timed out
Sreekanth Reddy
5
-33
/
+38
2020-01-03
scsi: mpt3sas: Optimize mpt3sas driver logging
Sreekanth Reddy
5
-78
/
+110
2020-01-03
scsi: mpt3sas: print in which path firmware fault occurred
Sreekanth Reddy
3
-17
/
+25
2020-01-03
scsi: mpt3sas: Handle CoreDump state from watchdog thread
Sreekanth Reddy
3
-7
/
+91
2020-01-03
scsi: mpt3sas: Add support IOCs new state named COREDUMP
Sreekanth Reddy
2
-4
/
+118
2020-01-03
scsi: mpt3sas: renamed _base_after_reset_handler function
Sreekanth Reddy
4
-14
/
+29
2020-01-03
scsi: mpt3sas: Add support for NVMe shutdown
Sreekanth Reddy
2
-1
/
+142
2020-01-03
scsi: mpt3sas: Update MPI Headers to v02.00.57
Sreekanth Reddy
4
-6
/
+34
2020-01-03
scsi: ufs-mediatek: configure and enable clk-gating
Stanley Chu
1
-0
/
+22
2020-01-03
scsi: ufs-mediatek: configure customized auto-hibern8 timer
Stanley Chu
1
-0
/
+8
2020-01-03
scsi: ufs: export ufshcd_auto_hibern8_update for vendor usage
Stanley Chu
3
-20
/
+19
2020-01-03
scsi: ufs-mediatek: introduce reference clock control
Stanley Chu
2
-6
/
+78
2020-01-03
scsi: ufs-mediatek: add device reset implementation
Stanley Chu
2
-0
/
+42
2020-01-03
scsi: ufs: sysfs: Use the correct style for SPDX License Identifier
Nishad Kamdar
1
-2
/
+2
2020-01-03
scsi: mylex: Use the correct style for SPDX License Identifier
Nishad Kamdar
2
-4
/
+4
2020-01-03
scsi: ufs: Remove the SCSI timeout handler
Bart Van Assche
1
-36
/
+0
2020-01-03
scsi: ufs: Fix a race condition in the tracing code
Bart Van Assche
1
-1
/
+1
2020-01-03
scsi: ufs: Make ufshcd_prepare_utp_scsi_cmd_upiu() easier to read
Bart Van Assche
1
-4
/
+4
2020-01-03
scsi: ufs: Make ufshcd_add_command_trace() easier to read
Bart Van Assche
1
-6
/
+6
2020-01-03
scsi: ufs: Fix indentation in ufshcd_query_attr_retry()
Bart Van Assche
1
-1
/
+1
2020-01-03
scsi: ufs: use ufshcd_vops_dbg_register_dump for vendor specific dumps
Stanley Chu
1
-2
/
+1
2020-01-03
scsi: ufs: unify scsi_block_requests usage
Stanley Chu
1
-2
/
+2
2020-01-03
scsi: sd_zbc: Rename sd_zbc_check_zones()
Damien Le Moal
1
-14
/
+13
2020-01-03
scsi: sd_zbc: Simplify sd_zbc_check_zones()
Damien Le Moal
1
-13
/
+2
2020-01-03
scsi: qla2xxx: Use get_unaligned_*() instead of open-coding these functions
Bart Van Assche
5
-18
/
+17
2020-01-03
scsi: qla2xxx: Fix the endianness of the qla82xx_get_fw_size() return type
Bart Van Assche
1
-4
/
+3
2020-01-03
scsi: qla2xxx: Improve readability of the code that handles qla_flt_header
Bart Van Assche
4
-15
/
+15
[next]