index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
advansys.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-11
Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+1
2019-06-20
scsi: advansys: use sg helper to iterate over scatterlist
Ming Lei
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2018-12-18
scsi: remove the use_clustering flag
Christoph Hellwig
1
-2
/
+2
2018-12-18
scsi: flip the default on use_clustering
Christoph Hellwig
1
-8
/
+0
2018-10-17
scsi: advansys: remove unused variable 'srb_tag' in adv_isr_callback
YueHaibing
1
-2
/
+0
2018-09-20
scsi: advansys: Remove unnecessary parentheses
Nathan Chancellor
1
-1
/
+1
2018-06-26
scsi: read host_busy via scsi_host_busy()
Ming Lei
1
-4
/
+4
2018-06-19
scsi: core: remove Scsi_Cmnd typedef
Johannes Thumshirn
1
-1
/
+1
2017-04-04
scsi: advansys: fix uninitialized data access
Arnd Bergmann
1
-11
/
+10
2016-11-08
scsi: advansys: fix build warning for PCI=n
Arnd Bergmann
1
-0
/
+3
2015-12-03
Merge branch 'mkp-fixes' into fixes
James Bottomley
1
-1
/
+1
2015-11-18
advansys: fix big-endian builds
Arnd Bergmann
1
-1
/
+1
2015-11-09
scsi: use host wide tags by default
Christoph Hellwig
1
-6
/
+0
2015-06-13
advansys: fix compilation errors and warnings when CONFIG_PCI is not set
Johannes Thumshirn
1
-1
/
+4
2015-05-25
advansys: Update to version 3.5 and remove compilation warning
Hannes Reinecke
1
-20
/
+7
2015-05-25
advansys: Remove call to dma_cache_sync()
Hannes Reinecke
1
-5
/
+5
2015-05-25
advansys: use spin_lock_irqsave() in interrupt handler
Hannes Reinecke
1
-2
/
+3
2015-05-25
advansys: Check for DMA mapping errors
Hannes Reinecke
1
-5
/
+22
2015-05-25
advansys: Remove cmd_per_lun setting
Hannes Reinecke
1
-18
/
+0
2015-05-25
advansys: Remove obsolete virtual memory mapping comment
Hannes Reinecke
1
-10
/
+0
2015-05-25
advansys: Remove 'a_flag'
Hannes Reinecke
1
-25
/
+7
2015-05-25
advansys: rename 'ASC_RQ_XX' to 'ADV_RQ_XX'
Hannes Reinecke
1
-9
/
+9
2015-05-25
advansys: Remove CC_VERY_LONG_SG_LIST
Hannes Reinecke
1
-238
/
+5
2015-05-25
advansys: Remove ASC_SCSI_REQ_Q
Hannes Reinecke
1
-21
/
+10
2015-05-25
advansys: scsi_q1->data_addr is little endian
Hannes Reinecke
1
-4
/
+4
2015-05-25
advansys: cleanup function return codes
Hannes Reinecke
1
-22
/
+13
2015-05-25
advansys: Make AscIsrChipHalted() a void function
Hannes Reinecke
1
-17
/
+13
2015-05-25
advansys: remove 'ERR' definition
Hannes Reinecke
1
-6
/
+5
2015-05-25
advansys: Remove 'TRUE' and 'FALSE' definitions
Hannes Reinecke
1
-41
/
+38
2015-05-25
advansys: use standard data types
Hannes Reinecke
1
-106
/
+66
2015-05-25
advansys: use 'bool' instead of 'int'
Hannes Reinecke
1
-16
/
+16
2015-05-25
advansys: Use dma_pool for sg elements
Hannes Reinecke
1
-63
/
+45
2015-05-25
advansys: Use DMA-API for mapping request blocks
Hannes Reinecke
1
-54
/
+54
2015-05-25
advansys: Use DMA-API for carrier buffer
Hannes Reinecke
1
-133
/
+103
2015-05-25
advansys: use DMA-API for mapping sense buffer
Hannes Reinecke
1
-9
/
+16
2015-05-25
advansys: use shared host tag map for command lookup
Hannes Reinecke
1
-146
/
+79
2015-05-25
advansys: use host_reset
Hannes Reinecke
1
-16
/
+11
2015-02-02
scsi: print single-character strings with seq_putc
Rasmus Villemoes
1
-17
/
+17
2015-02-02
scsi: merge consecutive seq_puts calls
Rasmus Villemoes
1
-28
/
+15
2015-02-02
advansys: replace seq_printf with seq_puts
Rasmus Villemoes
1
-80
/
+75
2014-12-04
scsi: remove MSG_*_TAG defines
Christoph Hellwig
1
-4
/
+4
2014-11-24
scsi: drop reason argument from ->change_queue_depth
Christoph Hellwig
1
-5
/
+3
2014-11-12
scsi: don't set tagging state from scsi_adjust_queue_depth
Christoph Hellwig
1
-5
/
+2
2014-07-25
scsi: convert host_busy to atomic_t
Christoph Hellwig
1
-2
/
+2
2014-07-17
scsi: use 64-bit value for 'max_luns'
Hannes Reinecke
1
-1
/
+1
2013-10-25
[SCSI] advansys: Remove 'last_reset' references
Hannes Reinecke
1
-4
/
+4
2013-04-09
advansys: fix buggered formats - unsigned long != u32 on 64bit
Al Viro
1
-13
/
+13
2013-04-09
advansys: switch to ->show_info()
Al Viro
1
-837
/
+327
2013-01-03
Drivers: scsi: remove __dev* attributes.
Greg Kroah-Hartman
1
-77
/
+75
[next]