summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/arcmsr
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* scsi: arcmsr: Use pci_alloc_irq_vectorsChristoph Hellwig2016-11-082-54/+33
* scsi: arcmsr: Send SYNCHRONIZE_CACHE command to firmwareChing Huang2016-10-261-9/+0
* scsi: arcmsr: Simplify user_len checkingBorislav Petkov2016-09-261-6/+8
* scsi: arcmsr: Buffer overflow in arcmsr_iop_message_xfer()Dan Carpenter2016-09-151-1/+7
* arcmsr: change driver version to v1.30.00.22-20151126Ching Huang2015-11-301-1/+1
* arcmsr: Split dma resource allocation to a new functionChing Huang2015-11-301-82/+93
* arcmsr: more readability improvementsChing Huang2015-11-301-47/+26
* arcmsr: changes driver version numberChing Huang2015-11-301-1/+1
* arcmsr: adds code to support new Areca adapter ARC1203Ching Huang2015-11-302-5/+31
* arcmsr: make code more readableChing Huang2015-11-302-7/+10
* arcmsr: fixes not release allocated resourceChing Huang2015-11-301-1/+5
* arcmsr: fixed getting wrong configuration dataChing Huang2015-11-301-10/+10
* Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-4/+1
|\
| * cleanup IORESOURCE_CACHEABLE vs ioremap()Dan Williams2015-08-101-4/+1
* | scsi/arcmsr: Fix typos in error logNik Nyby2015-08-071-1/+1
|/
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-7/+2
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-1/+1
* arcmsr: simplify ioctl data read/writeChing Huang2014-09-253-229/+119
* arcmsr: simplify of updating doneq_index and postq_indexChing Huang2014-09-161-81/+40
* arcmsr: call scsi_scan_host at the end of host initializationChing Huang2014-09-161-5/+9
* arcmsr: add support new adapter ARC12x4 seriesChing Huang2014-09-162-9/+860
* arcmsr: modify some character stringsChing Huang2014-09-161-13/+11
* arcmsr: fix sparse warnings and errorsChing Huang2014-09-161-38/+40
* arcmsr: fix ioctl data read/write error for adapter type CChing Huang2014-09-163-239/+442
* arcmsr: revise allocation of second dma_coherent_handle for type BChing Huang2014-09-162-14/+26
* arcmsr: rename functions and variablesChing Huang2014-09-162-119/+121
* arcmsr: clear outbound doorbell buffer completelyChing Huang2014-09-161-4/+14
* arcmsr: modify printing adapter model number and F/W messagesChing Huang2014-09-161-9/+9
* arcmsr: remove calling arcmsr_hbb_enable_driver_modeChing Huang2014-09-161-12/+6
* arcmsr: revise message_isr_bh_fn to remove duplicate codeChing Huang2014-09-161-106/+54
* arcmsr: store adapter type in PCI id tableChing Huang2014-09-161-40/+41
* arcmsr: return status of abort commandChing Huang2014-09-161-5/+11
* arcmsr: limit max. number of SCSI command requestChing Huang2014-09-162-11/+25
* arcmsr: add code to support hibernationChing Huang2014-09-161-0/+76
* arcmsr: add code to support MSI-X and MSI interruptChing Huang2014-09-162-12/+76
* arcmsr: fix command timeout under heavy loadChing Huang2014-09-162-102/+98
* scsi: use 64-bit LUNsHannes Reinecke2014-07-171-4/+4
* [SCSI] arcmsr: upper 32 of dma address lostDan Carpenter2014-03-151-4/+3
* [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-1/+0
* workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-2/+2
* [SCSI] arcmsr: fix misuse of | instead of &Dan Carpenter2012-07-201-2/+2
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* scsi: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-4/+4
* [SCSI] arcmsr: simplify assumptions in dma_alloc_coherent()Tomas Henzl2011-05-011-7/+5
* [SCSI] arcmsr: simplify some double loops in sleeping functionsTomas Henzl2011-05-011-74/+52
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-03-171-2/+2
|\
| * [SCSI] remove flush_scheduled_work() usagesTejun Heo2011-02-121-2/+2
* | [SCSI] arcmsr: Fix the issue of system hangup after commands timeout on ARC-1200NickCheng2011-01-243-78/+49
|/