summaryrefslogtreecommitdiff
path: root/drivers/message/fusion/mptbase.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-01scsi: message: fusion: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh1-2/+2
2023-04-14scsi: message: fusion: Mark mpt_halt_firmware() __noreturnJosh Poimboeuf1-1/+1
2022-04-07scsi: message: fusion: Remove redundant variable dmpColin Ian King1-2/+2
2022-01-10scsi: message: fusion: mptbase: Use dma_alloc_coherent()Christophe JAILLET1-20/+32
2022-01-10scsi: message: fusion: Use dma_alloc_coherent() in mpt_alloc_fw_memory()Christophe JAILLET1-1/+2
2022-01-10scsi: message: fusion: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET1-44/+50
2021-12-07scsi: mptfusion: Remove redundant variable rColin Ian King1-4/+2
2021-10-13scsi: message: fusion: Remove unused mpt_pci driver .probe() 'id' parameterUwe Kleine-König1-5/+2
2021-05-15scsi: message: fusion: Remove redundant assignment to rcJiapeng Chong1-2/+0
2021-04-13scsi: message: fusion: Remove unused local variable 'status'Jiapeng Chong1-2/+1
2021-03-25scsi: message: fusion: Remove unnecessary castWang Qing1-3/+3
2020-12-01scsi: message: fusion: Remove in_interrupt() usage in mpt_config()Thomas Gleixner1-12/+2
2020-10-27scsi: message: fusion: Remove unneeded breakTom Rix1-1/+0
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-06-27scsi: mptfusion: Don't use GFP_ATOMIC for larger DMA allocationsChristoph Hellwig1-21/+20
2020-04-13scsi: docs: fusion: get rid of a doc build warningMauro Carvalho Chehab1-3/+5
2019-06-19scsi: message: fusion: Use kmemdup instead of memcpy and kmallocBharath Vedartham1-2/+1
2019-03-20scsi: mptfusion: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-09-28scsi: mptfusion: Remove unnecessary parenthesesNathan Chancellor1-2/+2
2018-09-12scsi: message: fusion: fix a few trivial spelling mistakesColin Ian King1-4/+4
2018-07-31scsi: message: fusion: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai1-1/+1
2018-07-11scsi: mptfusion: mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-46/+11
2018-05-08scsi: mptfusion: fix spelling mistake: "initators" -> "initiators"Colin Ian King1-1/+1
2018-01-09scsi: mptfusion: use strlcpy() instead of strncpy()Xiongfeng Wang1-1/+1
2017-12-08scsi: fusion: clean up some indentationsColin Ian King1-28/+29
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-2/+2
2017-08-07scsi: fusion: fix string overflow warningArnd Bergmann1-4/+4
2017-04-25scsi: fusion: fix spelling mistake: "Persistancy" -> "Persistency"Colin Ian King1-1/+1
2016-11-18scsi: mptfusion: Fix printk continuationsHelge Deller1-7/+7
2016-11-09scsi: fusion: print lan address via %pMRAndy Shevchenko1-10/+4
2016-09-02scsi: mpt: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-3/+4
2016-02-24mptbase: fixup error handling paths in mpt_attach()Ewan D. Milne1-7/+33
2016-02-24mptfusion: hide unused seq_mpt_print_ioc_summary functionArnd Bergmann1-0/+2
2015-06-13fusion: remove dead MTRR codeLuis R. Rodriguez1-24/+0
2014-09-16fusion: fix excess parameter kernel-doc warningRandy Dunlap1-1/+0
2014-09-16mptfusion: simplify roundingRasmus Villemoes1-6/+1
2014-07-26mptfusion: tweak null pointer checksJoe Lawrence1-6/+4
2014-07-26mptfusion: make adapter prod_name[] a pointerJoe Lawrence1-6/+5
2014-07-26mptfusion: mark file-private functions as staticJoe Lawrence1-1/+1
2014-05-28fusion: Add free msg frames to the head, not tail of listMatthew Wilcox1-1/+1
2014-01-14MPT / PCI: Use pci_stop_and_remove_bus_device_locked()Rafael J. Wysocki1-1/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-2/+2
2012-09-14[SCSI] Fusion MPT: disable pci device when mpt map resoures failedHanjun Guo1-7/+11
2012-06-01Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-8/+4
2012-06-01drivers/message/fusion: use pci_dev->revisionSergei Shtylyov1-8/+4
2012-05-22[SCSI] mptfusion: unlock on error in mpt_config()Dan Carpenter1-0/+1
2012-02-28PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu1-1/+1
2011-12-15[SCSI] fusion: ensure NUL-termination of MptCallbacksName elementsFerenc Wagner1-3/+4