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
2009-04-03
[SCSI] fcoe, libfcoe: Add support for FIP. FCoE discovery and keep-alive.
Joe Eykholt
4
-137
/
+1499
2009-04-03
[SCSI] fcoe: Add a header file defining the FIP protocol for FCoE.
Joe Eykholt
1
-0
/
+237
2009-04-03
[SCSI] fcoe, libfc: fix double fcoe_softc memory alloc
Vasu Dev
2
-36
/
+19
2009-04-03
[SCSI] fcoe: cleans up libfcoe.h and adds fcoe.h for fcoe module
Vasu Dev
3
-144
/
+105
2009-04-03
[SCSI] fcoe: moves common FCoE library API functions to libfcoe module
Vasu Dev
2
-64
/
+67
2009-04-03
[SCSI] fcoe, libfc: add libfcoe module
Vasu Dev
6
-3
/
+35
2009-04-03
[SCSI] fcoe: renames libfcoe.c to fcoe.c as the only fcoe module file
Vasu Dev
2
-5
/
+0
2009-04-03
[SCSI] fcoe: removes default sw transport code file fcoe_sw.c
Vasu Dev
4
-539
/
+494
2009-04-03
[SCSI] fcoe: removes fc_transport_fcoe.[ch] code files
Vasu Dev
2
-497
/
+0
2009-04-03
[SCSI] fcoe: prep work to completely remove fc_transport_fcoe code
Vasu Dev
4
-54
/
+13
2009-04-03
[SCSI] fcoe: create/destroy fcoe Rx threads on CPU hotplug events
Robert Love
1
-47
/
+199
2009-04-03
[SCSI] fcoe: Use per-CPU kernel function for dev_stats instead of an array
Robert Love
5
-145
/
+53
2009-04-03
[SCSI] fcoe: Use percpu kernel funcs for struct fcoe_percpu_s
Robert Love
2
-52
/
+43
2009-04-03
[SCSI] fcoe: Initialize all possilbe skb_queue(s) when module is loaded
Robert Love
2
-10
/
+13
2009-04-03
[SCSI] osd_uld: Remove creation of osd_scsi class symlink
Boaz Harrosh
1
-6
/
+0
2009-04-03
[SCSI] libosd: fix blk_put_request called from within request_end_io
Boaz Harrosh
1
-18
/
+24
2009-04-03
[SCSI] fix recovered error handling
James Bottomley
3
-16
/
+16
2009-04-03
[SCSI] aic7xxx: leaves timer running on init failure
Hannes Reinecke
2
-10
/
+4
2009-04-03
[SCSI] qla2xxx: Update version number to 8.03.01-k1.
Andrew Vasquez
1
-2
/
+2
2009-04-03
[SCSI] qla2xxx: Get FLT address in dword format.
Harish Zunjarrao
1
-2
/
+2
2009-04-03
[SCSI] qla2xxx: Correct several PCI-EEH issues.
Seokmann Ju
3
-3
/
+18
2009-04-03
[SCSI] qla2xxx: Don't cache VPD data for newer ISPs.
Andrew Vasquez
2
-2
/
+7
2009-04-03
[SCSI] qla2xxx: Explicitly set the execution-throttle with recent ISPs.
Andrew Vasquez
2
-4
/
+9
2009-04-03
[SCSI] qla2xxx: Reduce request queue-size overhead with recent ISPs.
Andrew Vasquez
2
-64
/
+6
2009-04-03
[SCSI] qla2xxx: Always use an FLT's NVRAM/VPD region information.
Andrew Vasquez
6
-16
/
+45
2009-04-03
[SCSI] qla2xxx: Drop use of IRQF_DISABLE.
Giridhar Malavali
1
-1
/
+1
2009-04-03
[SCSI] qla2xxx: Add EDC-update support.
Joe Carnuccio
5
-0
/
+238
2009-04-03
[SCSI] qla2xxx: Export flash-block-size for application support.
Lalit Chandivade
1
-0
/
+13
2009-04-03
[SCSI] qla2xxx: Cleanup unused flags and #defines.
Shyam Sundar
5
-127
/
+15
2009-04-03
[SCSI] qla2xxx: Remove implicit ISP-abort after a flash update.
Lalit Chandivade
2
-4
/
+14
2009-04-03
[SCSI] qla2xxx: Add reset capabilities for application support.
Lalit Chandivade
4
-0
/
+84
2009-04-03
[SCSI] qla2xxx: Correct ISP abort semantics for NVRAM, VPD, and flash update.
Lalit Chandivade
6
-1
/
+57
2009-04-03
[SCSI] qla2xxx: Add Flash-Access-Control support for recent ISPs.
Joe Carnuccio
6
-14
/
+184
2009-04-03
[SCSI] qla2xxx: Ensure the timer and DPC routines complete prior to midlayer ...
Andrew Vasquez
1
-19
/
+30
2009-04-03
[SCSI] qla2xxx: Correct abort-semantics in qla2x00_abort_all_cmds().
Andrew Vasquez
1
-1
/
+1
2009-04-03
[SCSI] qla2xxx: Update MPI/PHY version retrieval codes.
Andrew Vasquez
5
-12
/
+32
2009-04-03
[SCSI] qla2xxx: Preserve an fcport's loop-id after terminate_rport_io().
Andrew Vasquez
1
-3
/
+1
2009-04-03
[SCSI] qla2xxx: Pass in optional extended-initialization control block.
Andrew Vasquez
5
-7
/
+54
2009-04-03
[SCSI] qla2xxx: Always (re)read firmware version/capabilities information.
Andrew Vasquez
1
-5
/
+8
2009-04-03
[SCSI] qla2xxx: Use byte-address while reading FC boot code versions from flash.
Harish Zunjarrao
1
-1
/
+1
2009-04-03
[SCSI] qla2xxx: Correct over-allocation of firmware-dump buffer.
Giridhar Malavali
1
-1
/
+1
2009-04-03
[SCSI] qla2xxx: Initialize FCE debugfs codes with the proper vha structure.
Giridhar Malavali
1
-2
/
+2
2009-04-03
[SCSI] qla2xxx: Consolidate queuecommand implementations.
Giridhar Malavali
3
-108
/
+7
2009-04-03
[SCSI] qla2xxx: Refactor request/response-queue register handling.
Andrew Vasquez
5
-78
/
+31
2009-04-03
[SCSI] ibmvfc: Driver version 1.0.5
Brian King
1
-2
/
+2
2009-04-03
[SCSI] ibmvfc: Improve ADISC timeout handling
Brian King
2
-3
/
+106
2009-04-03
[SCSI] ibmvfc: Show host maxframe_size
Brian King
1
-0
/
+1
2009-04-03
[SCSI] ibmvfc: Fixup module parms attributes
Brian King
1
-1
/
+1
2009-04-03
[SCSI] ibmvfc: Fix dropped interrupts
Brian King
2
-2
/
+24
2009-04-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
57
-268
/
+337
[next]