summaryrefslogtreecommitdiff
path: root/drivers/scsi/megaraid/megaraid_sas_fusion.c
AgeCommit message (Expand)Author
2019-05-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-04-18scsi: megaraid_sas: fix spelling mistake "oustanding" -> "outstanding"Colin Ian King
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-02-26scsi: megaraid_sas: Remove a bunch of set but not used variablesYueHaibing
2019-02-04scsi: megaraid_sas: Add support for DEVICE_LIST DCMD in driverShivasharan S
2019-01-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2019-01-11scsi: megaraid_sas: Retry reads of outbound_intr_status regShivasharan S
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-12-20scsi: megaraid: fix out-of-bound array accessesQian Cai
2018-12-19scsi: megaraid_sas: add retry logic in megasas_readlShivasharan S
2018-12-19scsi: megaraid_sas: changes to function prototypesShivasharan S
2018-12-19scsi: megaraid_sas: Fix Ventura series based checksShivasharan S
2018-12-07scsi: megaraid_sas: NULL check before some freeing functions is not neededThomas Meyer
2018-11-28scsi: megaraid_sas_fusion: Mark expected switch fall-throughGustavo A. R. Silva
2018-11-06scsi: megaraid_sas: increase timeout for IOC INIT to 180secondsShivasharan S
2018-11-06scsi: megaraid_sas: Remove double endian conversionShivasharan S
2018-11-06scsi: megaraid_sas: Re-use max_mfi_cmds to calculate queue sizesShivasharan S
2018-11-06scsi: megaraid_sas: Rename scratch_pad registersShivasharan S
2018-11-06scsi: megaraid_sas: Remove spin lock for dpc operationShivasharan S
2018-11-06scsi: megaraid_sas: optimize raid context access in IO pathShivasharan S
2018-11-06scsi: megaraid_sas: Update copyright informationShivasharan S
2018-11-06scsi: megaraid_sas: Add support for FW snap dumpShivasharan S
2018-11-06scsi: megaraid_sas: Add watchdog thread to detect Firmware faultShivasharan S
2018-10-17scsi: megaraid_sas: switch to generic DMA APIChristoph Hellwig
2018-06-18scsi: megaraid_sas: Support FW provided TM timeout valuesShivasharan S
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-04-18scsi: megaraid_sas: Do not log an error if FW successfully initializes.Vinson Lee
2018-04-18scsi: megaraid_sas: Increase timeout by 1 sec for non-RAID fastpath IOsShivasharan S
2018-04-18scsi: megaraid_sas: Use zeroing memory allocator than allocator/memsetHimanshu Jha
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-03-14scsi: megaraid_sas: fix selection of reply queueMing Lei
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche
2018-02-15scsi: megaraid_sas: Do not use 32-bit atomic request descriptor for Ventura c...Shivasharan S
2018-01-22scsi: megaraid_sas: NVMe passthrough command supportShivasharan S
2018-01-22scsi: megaraid: use ktime_get_real for firmware timeArnd Bergmann
2018-01-10scsi: megaraid_sas: re-work DCMD refire codeShivasharan S
2018-01-10scsi: megaraid_sas: Selectively apply stream detection based on IO typeShivasharan S
2018-01-10scsi: megaraid_sas: Update LD map after populating drv_map driver map copyShivasharan S
2018-01-10scsi: megaraid_sas: memset IOC INIT frame using correct sizeShivasharan S
2018-01-10scsi: megaraid_sas: zero out IOC INIT and stream detection memoryShivasharan S
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-11-03scsi: megaraid_sas: fix spelling mistake: "thershold" -> "threshold"Colin Ian King
2017-11-01scsi: megaraid: Convert timers to use timer_setup()Kees Cook
2017-10-25scsi: megaraid_sas: Add support for 64bit consistent DMAShivasharan S
2017-10-25scsi: megaraid_sas: Do not limit queue_depth to 1k in non-RDPQ modeShivasharan S
2017-10-25scsi: megaraid_sas: Retry with reduced queue depth when alloc fails for highe...Shivasharan S
2017-10-25scsi: megaraid_sas: Resize MFA frame used for IOC INIT to 4kShivasharan S