| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: aic7xxx: improve the Kconfig entry | Christoph Hellwig | 2019-04-29 | 1 | -1/+1 |
* | scsi: aic7xxx: fix spelling mistake "recevied" -> "received" | Colin Ian King | 2019-04-18 | 1 | -1/+1 |
* | scsi: remove unneeded header search paths | Masahiro Yamada | 2019-01-29 | 1 | -1/+0 |
* | scsi: aic7xxx: aic79xx: mark expected switch fall-through | Gustavo A. R. Silva | 2019-01-11 | 1 | -5/+9 |
* | scsi: flip the default on use_clustering | Christoph Hellwig | 2018-12-18 | 2 | -2/+0 |
* | scsi: aic7xxx: remove set but not used variable 'shared_scb_data' | YueHaibing | 2018-09-17 | 1 | -2/+0 |
* | scsi: aic7xxx: remove unused redundant variable num_chip_names | Colin Ian King | 2018-09-11 | 2 | -2/+0 |
* | scsi: aic7xxx: Fix build using bare-metal toolchain | Sam Protsenko | 2018-08-30 | 15 | -147/+1 |
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 2018-06-14 | 1 | -4/+4 |
|\ |
|
| * | scsi: aic7xxx: aic79xx: fix potential null pointer dereference on ahd | Colin Ian King | 2018-06-07 | 1 | -4/+4 |
* | | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-12 | 1 | -2/+2 |
* | | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2018-06-12 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'fixes' into misc | James Bottomley | 2018-04-03 | 1 | -34/+0 |
|\ |
|
| * | scsi: aic7xxx: remove aiclib.c | Corentin Labbe | 2018-01-30 | 1 | -34/+0 |
* | | scsi: aic7xxx: aic79xx: remove VLAs | Stephen Kitt | 2018-03-15 | 5 | -14/+11 |
|/ |
|
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2017-11-14 | 2 | -2/+2 |
|\ |
|
| * | scsi: aic7xxx: make a couple of functions static | Colin Ian King | 2017-10-16 | 2 | -2/+2 |
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-11-13 | 3 | -32/+9 |
|\ \ |
|
| * | | scsi: aic7xxx: Convert timers to use timer_setup() | Kees Cook | 2017-11-01 | 3 | -32/+9 |
| |/ |
|
* / | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 2 | -0/+2 |
|/ |
|
* | scsi: aic7xxx: regenerate firmware files | Michał Mirosław | 2017-08-10 | 3 | -1102/+227 |
* | scsi: aic7xxx: fix firmware build deps | Michał Mirosław | 2017-08-07 | 1 | -2/+4 |
* | scsi: aic7xxx: remove empty function | Michał Mirosław | 2017-08-07 | 3 | -7/+0 |
* | scsi: aic7xxx: fix firmware build with O=path | Jakub Kicinski | 2017-07-24 | 2 | -30/+35 |
* | scsi: aic7xxx: fix order of arguments in function prototype | Colin Ian King | 2017-04-19 | 1 | -2/+2 |
* | scripts/spelling.txt: add "disble(d)" pattern and fix typo instances | Masahiro Yamada | 2017-03-09 | 1 | -1/+1 |
* | treewide: Fix printk() message errors | Masanari Iida | 2016-12-14 | 1 | -1/+1 |
* | aic7xxx: Fix queue depth handling | Alan | 2016-02-23 | 1 | -0/+1 |
* | aic7xxx: Avoid name collision with <linux/list.h> | Michal Marek | 2016-01-05 | 5 | -14/+4 |
* | scsi: use host wide tags by default | Christoph Hellwig | 2015-11-09 | 2 | -2/+0 |
* | aic7xxx: Fix typo in error message | Nik Nyby | 2015-08-07 | 1 | -1/+1 |
* | aic7xxx: replace kmalloc/memset by kzalloc | Michael Opdenacker | 2015-04-09 | 4 | -12/+7 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2015-02-11 | 2 | -32/+30 |
|\ |
|
| * | scsi: print single-character strings with seq_putc | Rasmus Villemoes | 2015-02-02 | 2 | -10/+10 |
| * | scsi: replace seq_printf with seq_puts | Rasmus Villemoes | 2015-02-02 | 2 | -32/+30 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2015-02-10 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | scsi: aic7xxx: fix comment | Geert Uytterhoeven | 2015-01-20 | 1 | -1/+1 |
* | | scsi: drop reason argument from ->change_queue_depth | Christoph Hellwig | 2014-11-24 | 2 | -4/+4 |
* | | scsi: don't set tagging state from scsi_adjust_queue_depth | Christoph Hellwig | 2014-11-12 | 2 | -11/+4 |
* | | scsi: always assign block layer tags if enabled | Christoph Hellwig | 2014-11-12 | 2 | -10/+12 |
* | | scsi: remove abuses of scsi_populate_tag | Christoph Hellwig | 2014-11-12 | 2 | -18/+1 |
* | | scsi: add new scsi-command flag for tagged commands | Christoph Hellwig | 2014-11-12 | 1 | -1/+1 |
|/ |
|
* | treewide: Fix typo in printk | Masanari Iida | 2014-08-26 | 1 | -1/+1 |
* | aic7xxx: Use kstrdup | Himangi Saraogi | 2014-07-25 | 3 | -6/+3 |
* | scsi: use 64-bit LUNs | Hannes Reinecke | 2014-07-17 | 5 | -11/+12 |
* | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 2014-06-09 | 1 | -13/+5 |
|\ |
|
| * | aic79xx: fix misuse of static variables | Mathias Krause | 2014-05-19 | 1 | -13/+5 |
* | | aic7xxx: Remove obsolete preprocessor define | Paul Bolle | 2014-05-26 | 1 | -10/+0 |
* | | aic7xxx: Spelling s/termnation/termination/ | Geert Uytterhoeven | 2014-05-05 | 1 | -1/+1 |
|/ |
|
* | [SCSI] remove deprecated IRQF_DISABLED from SCSI | Michael Opdenacker | 2014-03-19 | 1 | -1/+0 |