summaryrefslogtreecommitdiff
path: root/drivers/scsi/arcmsr
AgeCommit message (Expand)Author
2017-08-10arcmsr: add const to bin_attribute structuresBhumika Goyal
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-08scsi: arcmsr: Use pci_alloc_irq_vectorsChristoph Hellwig
2016-10-26scsi: arcmsr: Send SYNCHRONIZE_CACHE command to firmwareChing Huang
2016-09-26scsi: arcmsr: Simplify user_len checkingBorislav Petkov
2016-09-15scsi: arcmsr: Buffer overflow in arcmsr_iop_message_xfer()Dan Carpenter
2015-11-30arcmsr: change driver version to v1.30.00.22-20151126Ching Huang
2015-11-30arcmsr: Split dma resource allocation to a new functionChing Huang
2015-11-30arcmsr: more readability improvementsChing Huang
2015-11-30arcmsr: changes driver version numberChing Huang
2015-11-30arcmsr: adds code to support new Areca adapter ARC1203Ching Huang
2015-11-30arcmsr: make code more readableChing Huang
2015-11-30arcmsr: fixes not release allocated resourceChing Huang
2015-11-30arcmsr: fixed getting wrong configuration dataChing Huang
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-08-10cleanup IORESOURCE_CACHEABLE vs ioremap()Dan Williams
2015-08-07scsi/arcmsr: Fix typos in error logNik Nyby
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig
2014-09-25arcmsr: simplify ioctl data read/writeChing Huang
2014-09-16arcmsr: simplify of updating doneq_index and postq_indexChing Huang
2014-09-16arcmsr: call scsi_scan_host at the end of host initializationChing Huang
2014-09-16arcmsr: add support new adapter ARC12x4 seriesChing Huang
2014-09-16arcmsr: modify some character stringsChing Huang
2014-09-16arcmsr: fix sparse warnings and errorsChing Huang
2014-09-16arcmsr: fix ioctl data read/write error for adapter type CChing Huang
2014-09-16arcmsr: revise allocation of second dma_coherent_handle for type BChing Huang
2014-09-16arcmsr: rename functions and variablesChing Huang
2014-09-16arcmsr: clear outbound doorbell buffer completelyChing Huang
2014-09-16arcmsr: modify printing adapter model number and F/W messagesChing Huang
2014-09-16arcmsr: remove calling arcmsr_hbb_enable_driver_modeChing Huang
2014-09-16arcmsr: revise message_isr_bh_fn to remove duplicate codeChing Huang
2014-09-16arcmsr: store adapter type in PCI id tableChing Huang
2014-09-16arcmsr: return status of abort commandChing Huang
2014-09-16arcmsr: limit max. number of SCSI command requestChing Huang
2014-09-16arcmsr: add code to support hibernationChing Huang
2014-09-16arcmsr: add code to support MSI-X and MSI interruptChing Huang
2014-09-16arcmsr: fix command timeout under heavy loadChing Huang
2014-07-17scsi: use 64-bit LUNsHannes Reinecke
2014-03-15[SCSI] arcmsr: upper 32 of dma address lostDan Carpenter
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
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo
2012-07-20[SCSI] arcmsr: fix misuse of | instead of &Dan Carpenter
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-20scsi: remove the second argument of k[un]map_atomic()Cong Wang
2011-05-01[SCSI] arcmsr: simplify assumptions in dma_alloc_coherent()Tomas Henzl
2011-05-01[SCSI] arcmsr: simplify some double loops in sleeping functionsTomas Henzl
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2011-02-12[SCSI] remove flush_scheduled_work() usagesTejun Heo