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
/
aic7xxx
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-24
scsi: drop reason argument from ->change_queue_depth
Christoph Hellwig
2
-4
/
+4
2014-11-12
scsi: don't set tagging state from scsi_adjust_queue_depth
Christoph Hellwig
2
-11
/
+4
2014-11-12
scsi: always assign block layer tags if enabled
Christoph Hellwig
2
-10
/
+12
2014-11-12
scsi: remove abuses of scsi_populate_tag
Christoph Hellwig
2
-18
/
+1
2014-11-12
scsi: add new scsi-command flag for tagged commands
Christoph Hellwig
1
-1
/
+1
2014-08-26
treewide: Fix typo in printk
Masanari Iida
1
-1
/
+1
2014-07-26
aic7xxx: Use kstrdup
Himangi Saraogi
3
-6
/
+3
2014-07-18
scsi: use 64-bit LUNs
Hannes Reinecke
5
-11
/
+12
2014-06-10
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Linus Torvalds
1
-13
/
+5
2014-05-26
aic7xxx: Remove obsolete preprocessor define
Paul Bolle
1
-10
/
+0
2014-05-19
aic79xx: fix misuse of static variables
Mathias Krause
1
-13
/
+5
2014-05-05
aic7xxx: Spelling s/termnation/termination/
Geert Uytterhoeven
1
-1
/
+1
2014-03-20
[SCSI] remove deprecated IRQF_DISABLED from SCSI
Michael Opdenacker
1
-1
/
+0
2013-09-11
[SCSI] aic7xxx: fix swapped arguments in ahc_find_pci_device
Dave Jones
1
-1
/
+1
2013-04-09
aic7xxx: switch to ->show_info()
Al Viro
3
-126
/
+48
2013-04-09
aic79xx: switch to ->show_info()
Al Viro
3
-131
/
+53
2012-09-01
scsi: fix various printk and comment typos
Masanari Iida
1
-1
/
+1
2012-03-31
Documentation: remove references to /etc/modprobe.conf
Lucas De Marchi
2
-8
/
+8
2012-02-05
aic7xxx: Fix typo in aic7xxx
Masanari Iida
2
-3
/
+3
2011-12-02
treewide: Fix typos in various parts of the kernel, and fix some comments.
Justin P. Mattock
1
-1
/
+1
2011-10-11
aic7xxx: fix Kconfig references to READMEs
Paul Bolle
2
-4
/
+2
2011-05-10
treewide: fix a few typos in comments
Justin P. Mattock
2
-2
/
+2
2011-03-31
Fix common misspellings
Lucas De Marchi
13
-63
/
+63
2011-01-19
Comment typo fixes for 'descriptor'
Justin P. Mattock
2
-2
/
+2
2011-01-19
scsi: Remove unnecessary casts of void ptr returning alloc function return va...
Jesper Juhl
1
-1
/
+1
2010-11-17
SCSI host lock push-down
Jeff Garzik
2
-2
/
+6
2010-07-28
[SCSI] aic7xxx: Remove OS utility wrappers
Pekka Enberg
15
-738
/
+712
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2
-0
/
+2
2010-01-17
[SCSI] aic79xx: check for non-NULL scb in ahd_handle_nonpkt_busfree
Hannes Reinecke
1
-22
/
+31
2009-12-04
tree-wide: fix assorted typos all over the place
André Goddard Rosa
3
-3
/
+3
2009-11-09
tree-wide: fix typos "selct" + "slect" -> "select"
Uwe Kleine-König
4
-4
/
+4
2009-09-21
trivial: fix typo in aic7xxx comment
Uwe Kleine-Koenig
1
-1
/
+1
2009-06-15
[SCSI] aic79xx: make driver respect nvram for IU and QAS settings
James Bottomley
1
-7
/
+3
2009-04-07
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
2
-5
/
+5
2009-04-07
dma-mapping: replace all DMA_39BIT_MASK macro with DMA_BIT_MASK(39)
Yang Hongyang
1
-2
/
+2
2009-04-07
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
Yang Hongyang
1
-1
/
+1
2009-04-03
[SCSI] replace __inline with inline
Harvey Harrison
8
-134
/
+129
2009-04-03
[SCSI] aic7xxx: leaves timer running on init failure
Hannes Reinecke
2
-10
/
+4
2008-10-23
[SCSI] aic7xxx: Take the LED out of diagnostic mode on PM resume
thomas schorpp
1
-0
/
+7
2008-10-23
[SCSI] aic79xx: user visible misuse wrong SI units (not disk size!)
Alan Cox
2
-5
/
+5
2008-10-23
[SCSI] aic79xx: fix shadowed variables
Harvey Harrison
1
-4
/
+0
2008-10-23
[SCSI] aic79xx: fix shadowed variables, add statics
Harvey Harrison
1
-9
/
+4
2008-10-23
[SCSI] aic7xxx: update *_shipped files
Denys Vlasenko
4
-4197
/
+133
2008-10-23
[SCSI] aic7xxx: update .reg files
Denys Vlasenko
2
-0
/
+309
2008-10-23
[SCSI] aic7xxx: introduce "dont_generate_debug_code" keyword in aicasm parser
Denys Vlasenko
4
-1
/
+16
2008-04-29
scsi: fix integer as NULL pointer warnings
Harvey Harrison
2
-3
/
+3
2008-04-27
[SCSI] aic7xxx: add const
Denys Vlasenko
13
-66
/
+61
2008-04-27
[SCSI] aic7xxx: add static
Denys Vlasenko
12
-257
/
+195
2008-04-27
[SCSI] aic7xxx: Update _shipped files
Hannes Reinecke
5
-2544
/
+401
2008-04-27
[SCSI] aic7xxx: teach aicasm to not emit unused debug code/data
Hannes Reinecke
7
-16
/
+185
[next]