summaryrefslogtreecommitdiff
path: root/drivers/scsi/megaraid/megaraid_mbox.c
AgeCommit message (Expand)Author
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig
2018-12-07scsi: megaraid_sas: NULL check before some freeing functions is not neededThomas Meyer
2018-10-17scsi: megaraid_mbox: switch to generic DMA APIChristoph Hellwig
2018-10-16scsi: megaraid_mbox: remove set but not used variablesYueHaibing
2018-10-15scsi: megaraid_mbox: remove bogus use of pci_dma_sync_sg_* APIsChristoph Hellwig
2018-09-25scsi: megaraid: fix spelling mistake "maibox" -> "mailbox"Colin Ian King
2017-11-01scsi: megaraid: Convert timers to use timer_setup()Kees Cook
2017-08-25scsi: megaraid_mbox: drop duplicate bus reset and device reset functionHannes Reinecke
2017-08-07scsi: megaraid: Replace PCI pool old APIRomain Perier
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig
2014-11-24scsi: don't allow setting of queue_depth bigger than can_queueChristoph Hellwig
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig
2014-08-08scsi: use pci_zalloc_consistentJoe Perches
2013-11-29[SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen
2013-10-14SCSI: remove unnecessary pci_set_drvdata()Jingoo Han
2013-08-20scsi/megaraid fixed several typos in commentsMatthias Schid
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman
2012-07-20[SCSI] megaraid: remove a spurious IRQ enableDan Carpenter
2011-10-31scsi: Fix up files implicitly depending on module.h inclusionPaul Gortmaker
2011-09-27doc: fix broken referencesPaul Bolle
2011-05-01[SCSI] remove cmd->serial_number litterChristoph Hellwig
2011-03-31Fix common misspellingsLucas De Marchi
2010-11-16SCSI host lock push-downJeff Garzik
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-12-04[SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang
2008-07-27[SCSI] replace __FUNCTION__ with __func__Harvey Harrison
2008-04-29[SCSI] megaraid_mbox: fix Dell CERC firmware problemHannes Reinecke
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones
2008-02-03drivers/scsi/: Spelling fixesJoe Perches
2008-01-30[SCSI] remove use_sg_chainingJames Bottomley
2008-01-23[SCSI] megaraid: fix section mismatchRandy Dunlap
2007-10-22[SG] Update drivers to use sg helpersJens Axboe
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day
2007-10-16[SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau
2007-07-14[SCSI] megaraid_mbox: use mutex instead of semaphoreMatthias Kaehlcke
2007-05-31[SCSI] megaraid: convert to use the data buffer accessorsFUJITA Tomonori
2007-01-13[SCSI] megaraid: fix kernel-docRandy Dunlap
2007-01-13[SCSI] megaraid_{mm,mbox}: init fix for kdumpSumant Patro
2006-10-16[PATCH] scsi: megaraid_{mm,mbox}: 64-bit DMA capability fixAndrey Mirkin
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-08-27Merge ../linux-2.6James Bottomley
2006-07-28[SCSI] megaraid: Add support for change_queue_depthbrking@charter.net
2006-07-28[SCSI] megaraid_{mm,mbox}: a fix on INQUIRY with EVPDJu, Seokmann