aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion/mptbase.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-18scsi: message: fusion: Use kmemdup instead of memcpy and kmallocBharath Vedartham1-2/+1
2019-03-19scsi: mptfusion: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-09-28scsi: mptfusion: Remove unnecessary parenthesesNathan Chancellor1-2/+2
2018-09-11scsi: message: fusion: fix a few trivial spelling mistakesColin Ian King1-4/+4
2018-07-30scsi: message: fusion: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai1-1/+1
2018-07-10scsi: 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-08scsi: mptfusion: use strlcpy() instead of strncpy()Xiongfeng Wang1-1/+1
2017-12-07scsi: 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-24scsi: fusion: fix spelling mistake: "Persistancy" -> "Persistency"Colin Ian King1-1/+1
2016-11-17scsi: mptfusion: Fix printk continuationsHelge Deller1-7/+7
2016-11-08scsi: fusion: print lan address via %pMRAndy Shevchenko1-10/+4
2016-09-02scsi: mpt: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-3/+4
2016-02-23mptbase: fixup error handling paths in mpt_attach()Ewan D. Milne1-7/+33
2016-02-23mptfusion: 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-25mptfusion: tweak null pointer checksJoe Lawrence1-6/+4
2014-07-25mptfusion: make adapter prod_name[] a pointerJoe Lawrence1-6/+5
2014-07-25mptfusion: 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-05-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-8/+4
2012-05-31drivers/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-27PCI: 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
2011-08-27[SCSI] mptfusion: Fix for device offline while doing aggressive HBA resetkashyap.desai@lsi.com1-3/+26
2011-08-27[SCSI] mptfusion: Better handling of DEAD IOC PCI-E Link down error conditionkashyap.desai@lsi.com1-1/+62
2011-04-26treewide: cleanup continuations and remove logging message whitespaceJoe Perches1-12/+10
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2011-02-12[SCSI] mptfusion: Support SAS2.0 Devices with SAS1.0 ControllersKashyap, Desai1-1/+6
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-09-05[SCSI] drivers/message/fusion: Return -ENOMEM on memory allocation failureJulia Lawall1-1/+3
2010-08-14fusion: add function parameter names to kernel-docRandy Dunlap1-0/+2
2010-08-14fusion: fix non-kernel-doc comment blockRandy Dunlap1-1/+1
2010-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+1
2010-08-12Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-2/+1
2010-08-11fusion: fix kernel-doc warningsRandy Dunlap1-2/+0
2010-08-11mpt fusion: convert to seq_fileAlexey Dobriyan1-117/+119
2010-08-11param: use module_param in drivers/message/fusion/mptbase.cRusty Russell1-2/+1
2010-08-11[SCSI] drivers/message/fusion: Adjust confusing if indentationJulia Lawall1-1/+1
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2