aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion/mptbase.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-21trivial: fix typos "man[ae]g?ment" -> "management"Uwe Kleine-Koenig1-2/+2
2009-09-12[SCSI] mptsas : PAE Kernel more than 4 GB kernel panicKashyap, Desai1-5/+5
2009-08-22[SCSI] mptsas : Code cleanup of host page alloc and diag reset.Kashyap, Desai1-54/+30
2009-06-19convert some DMA_nnBIT_MASK() callersAndrew Morton1-4/+4
2009-06-14fusion: fix recent kernel-doc problemsRandy Dunlap1-2/+1
2009-06-09[SCSI] mpt fusion: RAID device handling and Dual port Raid support is addedKashyap, Desai1-0/+167
2009-06-09[SCSI] mpt fusion: Put IOC into ready state if it not already in ready stateKashyap, Desai1-0/+16
2009-06-09[SCSI] mpt fusion: Code Cleanup patchKashyap, Desai1-133/+283
2009-06-09[SCSI] mpt fusion: Firmware event implementation using seperate WorkQueueKashyap, Desai1-0/+10
2009-06-09[SCSI] mpt fusion: Adding DeviceResetCtx for internal Device reset frameKashyap, Desai1-2/+11
2009-06-09[SCSI] mpt fusion: rewrite taskmgmt request and completion routinesKashyap, Desai1-14/+66
2009-06-09[SCSI] mpt fusion: rewrite of all internal generated functionsKashyap, Desai1-0/+2
2009-06-09[SCSI] mpt fusion: config path optimized, completion queue is usedKashyap, Desai1-241/+215
2009-06-09[SCSI] mpt fusion: Optimized SendEvent notification Using Doorbell instead FIFOKashyap, Desai1-34/+42
2009-06-09[SCSI] mpt fusion: Added support for MPT discovery completion checkKashyap, Desai1-0/+56
2009-06-09[SCSI] mpt fusion: Fixing 1078 data corruption issue for 36GB memory regionKashyap, Desai1-50/+237
2009-04-21scsi: mpt: suppress debugobjects warningEric Paris1-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-02-22[SCSI] mpt: fix disable lsi sas to use msi as defaultYinghai Lu1-2/+2
2009-01-13[SCSI] mpt fusion: Add Firmware debug supportKashyap, Desai1-0/+37
2009-01-13[SCSI] mpt fusion: Add separate msi enable disable for FC,SPI,SASKashyap, Desai1-13/+37
2008-12-29[SCSI] fusion: use ARRAY_SIZEJulia Lawall1-6/+6
2008-12-29[SCSI] fusion: remove excess kernel-doc notationRandy Dunlap1-3/+0
2008-07-27[SCSI] replace __FUNCTION__ with __func__Harvey Harrison1-12/+12
2008-07-21driver core: remove KOBJ_NAME_LEN defineKay Sievers1-1/+2
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-3/+88
2008-07-12[SCSI] mpt fusion : Adding FAULT Reset polling workPrakash, Sathya1-0/+86
2008-07-12[SCSI] fusion: default MSI to disabled for SPI and FC controllersJames Bottomley1-3/+8
2008-06-05[SCSI] mpt fusion : Updated copyright statment with 2008 includedPrakash, Sathya1-1/+1
2008-06-05[SCSI] mpt fusion: make struct mpt_proc_root_dir staticAdrian Bunk1-2/+1
2008-04-07[SCSI] mpt fusion: fix up msi_enable in mpt_suspendJames Bottomley1-1/+1
2008-04-07[SCSI] mpt fusion: convert inactive_list_mutex to a mutexMatthias Kaehlcke1-5/+5
2008-04-07[SCSI] mpt fusion: Enable MSI by default for SAS controllersPrakash, Sathya1-5/+12
2008-03-18[SCSI] mpt fusion: Power Management fixes for MPT SAS PCI-E controllersPrakash, Sathya1-120/+156
2008-03-03docbook: fix fusion source filesRandy Dunlap1-12/+13
2008-02-22[SCSI] mptbase: fix use-after-free'sAdrian Bunk1-2/+2
2008-02-11[SCSI] mpt fusion: Request I/O resources only when requiredPrakash, Sathya1-7/+43
2008-02-11[SCSI] mpt fusion: Avoid racing when mptsas and mptcl module are loaded in parallelPrakash, Sathya1-1/+3
2008-01-23[SCSI] mpt fusion: Fix for module unload problem in flash less controller environmentPrakash, Sathya1-42/+52
2007-10-12[SCSI] mpt fusion: Fix sparse warningsEric Moore1-11/+16
2007-10-12[SCSI] mpt fusion: adding/removing white spaceEric Moore1-11/+11
2007-10-12[SCSI] mpt fusion: standardize printks and debug infoEric Moore1-141/+138
2007-10-12[SCSI] mpt fusion: fix two potential mem leaksJesper Juhl1-6/+7
2007-10-12[SCSI] mpt fusion: Change company name from LSI Logic to LSIPrakash, Sathya1-3/+3
2007-10-12[SCSI] mpt fusion: Change call back indices to u8 from intPrakash, Sathya1-101/+119
2007-10-12[SCSI] mpt fusion: Usage of high priority request FIFO to send task management commandsPrakash, Sathya1-0/+33
2007-10-12[SCSI] mpt fusion: Add support for ATTO 4LD: Rebranded LSI 53C1030Eric Moore1-0/+32
2007-07-31[SCSI] mpt fusion: make logging a global sysfs parameterJames Bottomley1-1/+16
2007-07-28[SCSI] mpt fusion: Changes in mptbase.c for logging supportPrakash, Sathya1-233/+234