summaryrefslogtreecommitdiffstats
path: root/drivers/message
Commit message (Expand)AuthorAgeFilesLines
* scsi: message: fusion: Fix 'physical' typosBjorn Helgaas2021-01-262-2/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-12-166-26/+41
|\
| * scsi: message: fusion: Remove in_interrupt() usage in mptsas_cleanup_fw_event...Sebastian Andrzej Siewior2020-12-012-10/+36
| * scsi: message: fusion: Remove in_interrupt() usage in mpt_config()Thomas Gleixner2020-12-014-15/+5
| * scsi: message: fusion: Remove unneeded breakTom Rix2020-10-261-1/+0
* | scsi: mptfusion: Fix null pointer dereferences in mptscsih_remove()Helge Deller2020-10-261-5/+8
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-143-9/+5
|\
| * scsi: mptscsih: Remove set but not used 'timeleft'Jason Yan2020-09-011-2/+1
| * scsi: mptctl: Remove unneeded cast from memory allocationLi Heng2020-08-201-3/+2
| * scsi: mptfc: Remove unneeded cast from memory allocationLi Heng2020-08-201-4/+2
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-233-6/+6
|/
* scsi: mptfusion: Don't use GFP_ATOMIC for larger DMA allocationsChristoph Hellwig2020-06-261-21/+20
* scsi: mptscsih: Fix read sense data sizeTomas Henzl2020-06-241-3/+1
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-7/+7
* scsi: docs: fusion: get rid of a doc build warningMauro Carvalho Chehab2020-04-131-3/+5
* scsi: message: fusion: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-261-1/+1
* scsi: fusion: fix if-statement empty body warningRandy Dunlap2020-03-111-2/+3
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-191-163/+50
|\
| * scsi: mptfusion: Fix double fetch bug in ioctlDan Carpenter2020-01-151-163/+50
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-111-2/+1
|\
| * scsi: message: fusion: Use kmemdup instead of memcpy and kmallocBharath Vedartham2019-06-181-2/+1
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* scsi: mptscsih: Mark expected switch fall-throughsGustavo A. R. Silva2019-04-031-0/+2
* scsi: mptfusion: remove set, but not used, variablesYueHaibing2019-03-191-5/+0
* scsi: mptfusion: mark expected switch fall-throughGustavo A. R. Silva2019-03-191-1/+1
* scsi: mptfusion: fix indentation issuesColin Ian King2019-03-193-20/+20
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-183-3/+0
* scsi: mptfusion: Remove unnecessary parenthesesNathan Chancellor2018-09-281-2/+2
* scsi: message: fusion: fix a few trivial spelling mistakesColin Ian King2018-09-113-9/+9
* scsi: message: fusion: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai2018-07-302-2/+2
* scsi: mptctl: change strncpy+truncation to strlcpyDominique Martinet2018-07-301-2/+2
* scsi: mptfusion: mark expected switch fall-throughsGustavo A. R. Silva2018-07-102-0/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-3/+4
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-105-6/+6
|\
| * scsi: mptlan: Fix mpt_lan_sdu_send()'s return typeLuc Van Oostenryck2018-05-141-1/+1
| * scsi: mptsas: fix spelling mistake: "matchs" -> "matches"Colin Ian King2018-05-081-1/+1
| * scsi: mptfusion: fix spelling mistake: "initators" -> "initiators"Colin Ian King2018-05-081-1/+1
| * scsi: mptfc: fix spelling mistake in macro namesColin Ian King2018-04-192-3/+3
* | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-46/+11
|\ \
| * | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-46/+11
* | | block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig2018-05-291-1/+1
|/ /
* / scsi: mptsas: Disable WRITE SAMEMartin K. Petersen2018-04-181-0/+1
|/
* treewide: Align function definition open/close bracesJoe Perches2018-03-261-1/+1
* scsi: mptfusion: Add bounds check in mptctl_hp_targetinfo()Dan Carpenter2018-01-301-0/+2
* scsi: mptsas: remove duplicated assignment to pointer headColin Ian King2018-01-171-1/+0
* scsi: mptfusion: Use snprintf() instead of open coded divisionsAndy Shevchenko2018-01-171-18/+7
* scsi: mptfusion: use strlcpy() instead of strncpy()Xiongfeng Wang2018-01-081-1/+1
* scsi: fusion: clean up some indentationsColin Ian King2017-12-071-28/+29
* Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-2/+2
|\