summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid/megaraid_mbox.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1Star
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-7/+8
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-191-1/+0Star
* scsi: megaraid_sas: NULL check before some freeing functions is not neededThomas Meyer2018-12-081-6/+3Star
* scsi: megaraid_mbox: switch to generic DMA APIChristoph Hellwig2018-10-181-26/+25Star
* scsi: megaraid_mbox: remove set but not used variablesYueHaibing2018-10-171-27/+0Star
* scsi: megaraid_mbox: remove bogus use of pci_dma_sync_sg_* APIsChristoph Hellwig2018-10-161-34/+1Star
* scsi: megaraid: fix spelling mistake "maibox" -> "mailbox"Colin Ian King2018-09-261-2/+2
* scsi: megaraid: Convert timers to use timer_setup()Kees Cook2017-11-011-14/+12Star
* scsi: megaraid_mbox: drop duplicate bus reset and device reset functionHannes Reinecke2017-08-251-2/+0Star
* scsi: megaraid: Replace PCI pool old APIRomain Perier2017-08-071-15/+15
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-20/+1Star
* scsi: don't allow setting of queue_depth bigger than can_queueChristoph Hellwig2014-11-241-2/+0Star
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-1/+1
* scsi: use pci_zalloc_consistentJoe Perches2014-08-091-9/+7Star
* [SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen2013-11-291-0/+1
* SCSI: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-141-6/+0Star
* scsi/megaraid fixed several typos in commentsMatthias Schid2013-08-201-5/+5
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-3/+3
* [SCSI] megaraid: remove a spurious IRQ enableDan Carpenter2012-07-201-1/+1
* scsi: Fix up files implicitly depending on module.h inclusionPaul Gortmaker2011-11-011-0/+1
* doc: fix broken referencesPaul Bolle2011-09-271-1/+1
* [SCSI] remove cmd->serial_number litterChristoph Hellwig2011-05-011-22/+15Star
* Fix common misspellingsLucas De Marchi2011-03-311-3/+3
* SCSI host lock push-downJeff Garzik2010-11-161-3/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-101-1/+1
|\
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | [SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie2009-12-041-1/+6
|/
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-1/+1
* [SCSI] replace __FUNCTION__ with __func__Harvey Harrison2008-07-271-8/+8
* [SCSI] megaraid_mbox: fix Dell CERC firmware problemHannes Reinecke2008-04-301-0/+17
* SCSI: convert struct class_device to struct deviceTony Jones2008-04-201-6/+7
* drivers/scsi/: Spelling fixesJoe Perches2008-02-031-5/+5
* [SCSI] remove use_sg_chainingJames Bottomley2008-01-301-1/+0Star
* [SCSI] megaraid: fix section mismatchRandy Dunlap2008-01-231-3/+3
* [SG] Update drivers to use sg helpersJens Axboe2007-10-221-8/+4Star
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-1/+1
* [SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori2007-10-161-0/+1
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-10/+4Star
* [SCSI] megaraid_mbox: use mutex instead of semaphoreMatthias Kaehlcke2007-07-151-3/+3
* [SCSI] megaraid: convert to use the data buffer accessorsFUJITA Tomonori2007-06-011-121/+44Star
* [SCSI] megaraid: fix kernel-docRandy Dunlap2007-01-131-145/+140Star
* [SCSI] megaraid_{mm,mbox}: init fix for kdumpSumant Patro2007-01-131-28/+112
* [PATCH] scsi: megaraid_{mm,mbox}: 64-bit DMA capability fixAndrey Mirkin2006-10-161-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* Merge ../linux-2.6James Bottomley2006-08-281-6/+36
|\
| * [SCSI] megaraid_{mm,mbox}: a fix on INQUIRY with EVPDJu, Seokmann2006-07-281-0/+8
| * [SCSI] megaraid_{mm,mbox}: 64-bit DMA capability checkerJu, Seokmann2006-07-281-6/+28