summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid/megaraid_sas_fusion.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-01-201-1/+2
|\
| * scsi: megaraid_sas: Retry reads of outbound_intr_status regShivasharan S2019-01-111-1/+2
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+3
|/
* scsi: megaraid: fix out-of-bound array accessesQian Cai2018-12-201-1/+1
* scsi: megaraid_sas: add retry logic in megasas_readlShivasharan S2018-12-191-11/+17
* scsi: megaraid_sas: changes to function prototypesShivasharan S2018-12-191-24/+24
* scsi: megaraid_sas: Fix Ventura series based checksShivasharan S2018-12-191-11/+11
* scsi: megaraid_sas: NULL check before some freeing functions is not neededThomas Meyer2018-12-071-8/+4
* scsi: megaraid_sas_fusion: Mark expected switch fall-throughGustavo A. R. Silva2018-11-281-1/+1
* scsi: megaraid_sas: increase timeout for IOC INIT to 180secondsShivasharan S2018-11-061-1/+1
* scsi: megaraid_sas: Remove double endian conversionShivasharan S2018-11-061-3/+1
* scsi: megaraid_sas: Re-use max_mfi_cmds to calculate queue sizesShivasharan S2018-11-061-3/+1
* scsi: megaraid_sas: Rename scratch_pad registersShivasharan S2018-11-061-21/+21
* scsi: megaraid_sas: Remove spin lock for dpc operationShivasharan S2018-11-061-6/+1
* scsi: megaraid_sas: optimize raid context access in IO pathShivasharan S2018-11-061-43/+31
* scsi: megaraid_sas: Update copyright informationShivasharan S2018-11-061-8/+6
* scsi: megaraid_sas: Add support for FW snap dumpShivasharan S2018-11-061-8/+58
* scsi: megaraid_sas: Add watchdog thread to detect Firmware faultShivasharan S2018-11-061-48/+127
* scsi: megaraid_sas: switch to generic DMA APIChristoph Hellwig2018-10-171-8/+8
* scsi: megaraid_sas: Support FW provided TM timeout valuesShivasharan S2018-06-181-7/+29
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-4/+6
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-101-3/+5
|\
| * scsi: megaraid_sas: Increase timeout by 1 sec for non-RAID fastpath IOsShivasharan S2018-04-181-0/+3
| * scsi: megaraid_sas: Use zeroing memory allocator than allocator/memsetHimanshu Jha2018-04-181-3/+2
* | scsi: megaraid_sas: Do not log an error if FW successfully initializes.Vinson Lee2018-04-181-3/+3
|/
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-1/+1
|\
| * block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-081-1/+1
* | scsi: megaraid_sas: fix selection of reply queueMing Lei2018-03-141-8/+4
* | scsi: megaraid_sas: Do not use 32-bit atomic request descriptor for Ventura c...Shivasharan S2018-02-151-28/+14
|/
* scsi: megaraid_sas: NVMe passthrough command supportShivasharan S2018-01-221-0/+7
* scsi: megaraid: use ktime_get_real for firmware timeArnd Bergmann2018-01-221-4/+3
* scsi: megaraid_sas: re-work DCMD refire codeShivasharan S2018-01-101-17/+38
* scsi: megaraid_sas: Selectively apply stream detection based on IO typeShivasharan S2018-01-101-10/+14
* scsi: megaraid_sas: Update LD map after populating drv_map driver map copyShivasharan S2018-01-101-1/+1
* scsi: megaraid_sas: memset IOC INIT frame using correct sizeShivasharan S2018-01-101-1/+1
* scsi: megaraid_sas: zero out IOC INIT and stream detection memoryShivasharan S2018-01-101-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-11-141-178/+498
|\
| * scsi: megaraid_sas: fix spelling mistake: "thershold" -> "threshold"Colin Ian King2017-11-031-1/+1
| * scsi: megaraid_sas: Add support for 64bit consistent DMAShivasharan S2017-10-251-72/+312
| * scsi: megaraid_sas: Do not limit queue_depth to 1k in non-RDPQ modeShivasharan S2017-10-251-4/+0
| * scsi: megaraid_sas: Retry with reduced queue depth when alloc fails for highe...Shivasharan S2017-10-251-39/+67
| * scsi: megaraid_sas: Resize MFA frame used for IOC INIT to 4kShivasharan S2017-10-251-9/+56
| * scsi: megaraid_sas: Update current host time to FW during IOC InitShivasharan S2017-10-251-0/+7
| * scsi: megaraid_sas: Pre-allocate frequently used DMA buffersShivasharan S2017-10-251-16/+3
| * scsi: megaraid_sas: reduce size of fusion_context and use kmalloc for allocationShivasharan S2017-10-251-14/+29
| * scsi: megaraid_sas: replace is_ventura with adapter_type checksShivasharan S2017-10-251-13/+13
| * scsi: megaraid_sas: Remove redundant checks for ctrl_contextShivasharan S2017-10-251-4/+4
| * scsi: megaraid_sas: use adapter_type for all gen controllersShivasharan S2017-10-251-9/+9
* | scsi: megaraid: Convert timers to use timer_setup()Kees Cook2017-11-011-12/+3
|/
OpenPOWER on IntegriCloud