summaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion/mptbase.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: message: fusion: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai2018-07-311-1/+1
* scsi: mptfusion: mark expected switch fall-throughsGustavo A. R. Silva2018-07-111-0/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-101-1/+1
|\
| * scsi: mptfusion: fix spelling mistake: "initators" -> "initiators"Colin Ian King2018-05-081-1/+1
* | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-46/+11Star
|/
* scsi: mptfusion: use strlcpy() instead of strncpy()Xiongfeng Wang2018-01-091-1/+1
* scsi: fusion: clean up some indentationsColin Ian King2017-12-081-28/+29
* treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-2/+2
* scsi: fusion: fix string overflow warningArnd Bergmann2017-08-071-4/+4
* scsi: fusion: fix spelling mistake: "Persistancy" -> "Persistency"Colin Ian King2017-04-251-1/+1
* scsi: mptfusion: Fix printk continuationsHelge Deller2016-11-181-7/+7
* scsi: fusion: print lan address via %pMRAndy Shevchenko2016-11-081-10/+4Star
* scsi: mpt: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-021-3/+4
* mptbase: fixup error handling paths in mpt_attach()Ewan D. Milne2016-02-241-7/+33
* mptfusion: hide unused seq_mpt_print_ioc_summary functionArnd Bergmann2016-02-241-0/+2
* fusion: remove dead MTRR codeLuis R. Rodriguez2015-06-131-24/+0Star
* fusion: fix excess parameter kernel-doc warningRandy Dunlap2014-09-161-1/+0Star
* mptfusion: simplify roundingRasmus Villemoes2014-09-161-6/+1Star
* mptfusion: tweak null pointer checksJoe Lawrence2014-07-251-6/+4Star
* mptfusion: make adapter prod_name[] a pointerJoe Lawrence2014-07-251-6/+5Star
* mptfusion: mark file-private functions as staticJoe Lawrence2014-07-251-1/+1
* fusion: Add free msg frames to the head, not tail of listMatthew Wilcox2014-05-281-1/+1
* MPT / PCI: Use pci_stop_and_remove_bus_device_locked()Rafael J. Wysocki2014-01-141-1/+1
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-2/+2
* [SCSI] Fusion MPT: disable pci device when mpt map resoures failedHanjun Guo2012-09-141-7/+11
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-06-011-8/+4Star
|\
| * drivers/message/fusion: use pci_dev->revisionSergei Shtylyov2012-06-011-8/+4Star
* | [SCSI] mptfusion: unlock on error in mpt_config()Dan Carpenter2012-05-221-0/+1
|/
* PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu2012-02-271-1/+1
* [SCSI] fusion: ensure NUL-termination of MptCallbacksName elementsFerenc Wagner2011-12-151-3/+4
* [SCSI] mptfusion: Fix for device offline while doing aggressive HBA resetkashyap.desai@lsi.com2011-08-271-3/+26
* [SCSI] mptfusion: Better handling of DEAD IOC PCI-E Link down error conditionkashyap.desai@lsi.com2011-08-271-1/+62
* treewide: cleanup continuations and remove logging message whitespaceJoe Perches2011-04-261-12/+10Star
* Fix common misspellingsLucas De Marchi2011-03-311-3/+3
* [SCSI] mptfusion: Support SAS2.0 Devices with SAS1.0 ControllersKashyap, Desai2011-02-121-1/+6
* tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* [SCSI] drivers/message/fusion: Return -ENOMEM on memory allocation failureJulia Lawall2010-09-051-1/+3
* fusion: add function parameter names to kernel-docRandy Dunlap2010-08-151-0/+2
* fusion: fix non-kernel-doc comment blockRandy Dunlap2010-08-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-08-141-1/+1
|\
| * [SCSI] drivers/message/fusion: Adjust confusing if indentationJulia Lawall2010-08-111-1/+1
* | Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2010-08-121-2/+1Star
|\ \
| * | param: use module_param in drivers/message/fusion/mptbase.cRusty Russell2010-08-111-2/+1Star
| |/
* | fusion: fix kernel-doc warningsRandy Dunlap2010-08-111-2/+0Star
* | mpt fusion: convert to seq_fileAlexey Dobriyan2010-08-111-117/+119
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-051-2/+2
|\
| * fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-161-2/+2
* | [SCSI] mptfusion: release resources in error return pathTomas Henzl2010-07-281-0/+3
* | [SCSI] mptfusion: Extra debug prints added relavent to Device missing delay e...Kashyap, Desai2010-07-281-11/+16
* | [SCSI] mptfusion: print Doorbell register in a case of hard reset and timeoutKei Tokunaga2010-07-271-5/+8