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
/
bfa
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-31
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
18
-180
/
+144
2018-01-11
scsi: bfa: use ARRAY_SIZE for array sizing calculation on array __pciids
Colin Ian King
1
-1
/
+1
2018-01-04
scsi: bfa: Use zeroing allocator rather than allocator/memset
Himanshu Jha
2
-8
/
+3
2017-12-15
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
3
-4
/
+18
2017-12-12
scsi: bfa: convert to strlcpy/strlcat
Arnd Bergmann
8
-98
/
+84
2017-12-08
scsi: bfa: fix type conversion warning
Arnd Bergmann
3
-4
/
+16
2017-12-05
scsi: bfa: remove unused pointer 'port'
Colin Ian King
1
-3
/
+0
2017-12-05
scsi: bfa: use 64-bit times in bfa_aen_entry_s ABI
Arnd Bergmann
1
-2
/
+2
2017-12-05
scsi: bfa: try to sanitize vendor netlink events
Arnd Bergmann
2
-11
/
+24
2017-12-05
scsi: bfa: replace bfa_get_log_time() with ktime_get_real_seconds()
Arnd Bergmann
1
-22
/
+10
2017-12-05
scsi: bfa: document overflow of io_profile_start_time
Arnd Bergmann
3
-6
/
+5
2017-12-05
scsi: bfa: improve bfa_ioc_send_enable/disable data
Arnd Bergmann
1
-3
/
+5
2017-12-05
scsi: bfa: use proper time accessor for stats_reset_time
Arnd Bergmann
4
-25
/
+9
2017-12-05
scsi: bfa: use ktime_get_real_ts64 for firmware timestamp
Arnd Bergmann
1
-3
/
+3
2017-11-29
scsi: bfa: fix access to bfad_im_port_s
Johannes Thumshirn
1
-2
/
+4
2017-11-22
treewide: setup_timer() -> timer_setup()
Kees Cook
2
-4
/
+4
2017-11-22
treewide: init_timer() -> setup_timer()
Kees Cook
1
-3
/
+1
2017-11-15
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2
-9
/
+3
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-17
scsi: bfa: don't reset max_segments for every bsg request
Christoph Hellwig
1
-7
/
+0
2017-10-17
scsi: bfa: integer overflow in debugfs
Dan Carpenter
1
-2
/
+3
2017-08-26
scsi: bfa: move bus reset to target reset
Hannes Reinecke
1
-22
/
+15
2017-04-21
scsi: bfa: use designated initializers
Kees Cook
1
-10
/
+21
2017-04-20
scsi: bfa: remove bfa_module_s madness
Christoph Hellwig
5
-298
/
+108
2017-02-28
scripts/spelling.txt: add "aligment" pattern and fix typo instances
Masahiro Yamada
1
-1
/
+1
2017-02-21
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
3
-139
/
+48
2017-02-07
scsi: remove eh_timed_out methods in the transport template
Christoph Hellwig
1
-0
/
+2
2017-01-18
Merge remote-tracking branch 'mkp-scsi/fixes' into fixes
James Bottomley
1
-1
/
+1
2017-01-17
scsi: bfa: fix wrongly initialized variable in bfad_im_bsg_els_ct_request()
Johannes Thumshirn
1
-1
/
+1
2017-01-10
scsi: bfa: remove bfa_fcs_mod_s
Christoph Hellwig
2
-139
/
+46
2017-01-09
Merge remote-tracking branch 'mkp-scsi/fixes' into fixes
James Bottomley
2
-4
/
+4
2017-01-06
scsi: bfa: Increase requested firmware version to 3.2.5.1
Benjamin Poirier
2
-4
/
+4
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-11-22
scsi: bfa: turn bfa_mem_{kva,dma}_setup into inline functions
Arnd Bergmann
1
-13
/
+17
2016-11-18
scsi: fc: use bsg_job_done
Johannes Thumshirn
1
-2
/
+2
2016-11-18
scsi: change FC drivers to use 'struct bsg_job'
Johannes Thumshirn
2
-7
/
+7
2016-11-18
scsi: fc: provide fc_bsg_to_shost() helper
Johannes Thumshirn
1
-4
/
+2
2016-11-18
scsi: fc: Export fc_bsg_jobdone and use it in FC drivers
Johannes Thumshirn
1
-2
/
+4
2016-11-18
scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directly
Johannes Thumshirn
1
-17
/
+23
2016-09-02
scsi: bfa: Do not dereference port before it is null checked
Colin Ian King
1
-2
/
+2
2016-05-20
scripts/spelling.txt: add "fimware" misspelling
Kees Cook
1
-1
/
+1
2016-05-10
bfa: fix bfa_fcb_itnim_alloc() error handling
Dan Carpenter
3
-6
/
+8
2016-02-24
bfa: deinline __bfa_trc() and __bfa_trc32()
Denys Vlasenko
2
-37
/
+23
2016-02-24
bfa: use strncpy() instead of memcpy()
Dan Carpenter
1
-1
/
+1
2015-12-03
bfa: Update driver version to 3.2.25.0
Anil Gurumurthy
1
-1
/
+1
2015-12-03
bfa: File header and user visible string changes
Anil Gurumurthy
39
-89
/
+84
2015-12-03
bfa: Fix for crash when bfa_itnim is NULL
Anil Gurumurthy
1
-0
/
+26
2015-12-03
bfa: Update copyright messages
Anil Gurumurthy
39
-78
/
+117
2015-11-10
scsi: use host wide tags by default
Christoph Hellwig
1
-2
/
+0
2015-09-06
bfa: Fix incorrect de-reference of pointer
Anil Gurumurthy
1
-1
/
+1
[next]