summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aacraid
AgeCommit message (Expand)AuthorLines
2012-07-20[SCSI] aacraid: Series 7 Async. (performance) mode supportMahesh Rajashekhara-125/+357
2012-07-20[SCSI] aacraid: Fix endian issues in core and SRC portions of driverBen Collins-19/+31
2012-07-20[SCSI] aacraid: Relax the tight timeout loop on fib commandsBen Collins-3/+6
2012-07-20[SCSI] aacraid: Better handling of in-flight events on thread stopBen Collins-1/+11
2012-07-20[SCSI] aacraid: Use resource_size_t for IO mem pointers and offsetsBen Collins-14/+14
2012-04-23[SCSI] aacraid: add an iounmap call to aac_src_ioremapTomas Henzl-0/+2
2012-02-19[SCSI] aacraid: Added Sync.mode to support series 7/8/9 controllersMahesh Rajashekhara-63/+338
2012-01-08drivers/scsi/aacraid/commctrl.c: fix mem leak in aac_send_raw_srb()Jesper Juhl-0/+1
2011-11-11[SCSI] aacraid: controller hangs if kernel uses non-default ASPM policyVasily Averin-0/+4
2011-10-31scsi: Fix up files implicitly depending on module.h inclusionPaul Gortmaker-0/+1
2011-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds-3/+4
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+0
2011-10-20[SCSI] aacraid: use lower snprintf() limitDan Carpenter-3/+4
2011-09-22[SCSI] aacraid: reset should disable MSI interruptVasily Averin-0/+2
2011-09-15Remove unneeded version.h includes from drivers/scsi/Jesper Juhl-1/+0
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds-2/+1
2011-04-19aacraid: Drop __TIME__ usageMichal Marek-2/+1
2011-03-31Fix common misspellingsLucas De Marchi-4/+4
2011-03-23[SCSI] aacraid: Add new code for PMC-Sierra's SRC based controller familyMahesh Rajashekhara-59/+898
2011-03-17scsi: change to new flag variablematt mooney-1/+1
2010-12-22Merge branch 'master' into for-nextJiri Kosina-1/+3
2010-11-16SCSI host lock push-downJeff Garzik-1/+3
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König-1/+1
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds-1/+1
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds-2/+2
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-0/+1
2010-09-23drivers/scsi: Remove unnecessary casts of private_dataJoe Perches-1/+1
2010-09-16[SCSI] aacraid: semaphore cleanupThomas Gleixner-2/+2
2010-09-15scsi: autoconvert trivial BKL users to private mutexArnd Bergmann-7/+8
2010-08-11drivers: scsi: use newly introduced hex_to_bin() methodAndy Shevchenko-3/+2
2010-07-28[SCSI] aacraid: Do not set DMA mask to 32 bit first if adapter only supports 31Rolf Eike Beer-6/+8
2010-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds-2/+2
2010-05-25[SCSI] aacraid: Eliminate use after freeJulia Lawall-2/+2
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds-3/+8
2010-05-17scsi: Push down BKL into ioctl functionsArnd Bergmann-3/+8
2010-05-16[SCSI] aacraid: add an ifdef'd device delete case instead of taking the devic...Rajashekhara, Mahesh-1/+11
2010-05-16[SCSI] aacraid: prohibit access to array container spaceRajashekhara, Mahesh-0/+34
2010-05-16[SCSI] aacraid: add support for handling ATA pass-through commands.Rajashekhara, Mahesh-2/+16
2010-05-16[SCSI] aacraid: expose physical devices for models with newer firmwareRajashekhara, Mahesh-0/+15
2010-05-16[SCSI] aacraid: respond automatically to volumes added by config toolRajashekhara, Mahesh-1/+11
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-2/+0
2010-01-17[SCSI] aacraid: fix File System going into read-only modePenchala Narasimha Reddy Chilakala, ERS-HCLTech-45/+154
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-4/+4
2009-12-04[SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie-1/+5
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa-4/+4
2009-04-13Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang-1/+1
2009-04-07dma-mapping: replace all DMA_31BIT_MASK macro with DMA_BIT_MASK(31)Yang Hongyang-4/+4
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang-8/+8
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang-2/+2