summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid/megaraid_sas_base.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-05Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds1-2/+1
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-04-03Merge branch 'fixes' into miscJames Bottomley1-3/+36
2018-03-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-3/+36
2018-03-14scsi: megaraid_sas: fix selection of reply queueMing Lei1-3/+36
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche1-1/+1
2018-03-06scsi: megaraid: Use dma_pool_zalloc()Souptick Joarder1-2/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-01-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-88/+83
2018-01-22scsi: megaraid_sas: NVMe passthrough command supportShivasharan S1-1/+29
2018-01-10scsi: megaraid_sas: re-work DCMD refire codeShivasharan S1-2/+4
2018-01-10scsi: megaraid_sas: Expose fw_cmds_outstanding through sysfsShivasharan S1-0/+13
2018-01-10scsi: megaraid_sas: Update LD map after populating drv_map driver map copyShivasharan S1-8/+12
2018-01-10scsi: megaraid_sas: Use megasas_wait_for_adapter_operational to detect contro...Shivasharan S1-58/+2
2018-01-10scsi: megaraid_sas: Avoid firing DCMDs while OCR is in progressShivasharan S1-3/+2
2018-01-10scsi: megaraid_sas: unload flag should be set after scsi_remove_host is calledShivasharan S1-1/+1
2018-01-10scsi: megaraid_sas: Reset ldio_outstanding in megasas_resumeShivasharan S1-0/+1
2018-01-10scsi: megaraid_sas: Return the DCMD status from megasas_get_seq_numShivasharan S1-14/+18
2018-01-10scsi: megaraid_sas: zero out IOC INIT and stream detection memoryShivasharan S1-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-394/+631
2017-11-03scsi: megaraid: Remove redundant code in megasas_alloc_cmdsYisheng Xie1-2/+0
2017-11-01scsi: megaraid: Convert timers to use timer_setup()Kees Cook1-22/+13
2017-10-25scsi: megaraid_sas: Add support for 64bit consistent DMAShivasharan S1-77/+168
2017-10-25scsi: megaraid_sas: Incorrect processing of IOCTL frames for SMP/STP commandsShivasharan S1-4/+18
2017-10-25scsi: megaraid_sas: Move controller memory allocations and DMA mask settings ...Shivasharan S1-15/+28
2017-10-25scsi: megaraid_sas: Move initialization of instance parameters inside newly c...Shivasharan S1-58/+61
2017-10-25scsi: megaraid_sas: remove instance->ctrl_infoShivasharan S1-29/+14
2017-10-25scsi: megaraid_sas: Pre-allocate frequently used DMA buffersShivasharan S1-50/+97
2017-10-25scsi: megaraid_sas: Create separate functions for allocating and freeing cont...Shivasharan S1-83/+103
2017-10-25scsi: megaraid_sas: Create separate functions to allocate ctrl memoryShivasharan S1-46/+76
2017-10-25scsi: megaraid_sas: replace is_ventura with adapter_type checksShivasharan S1-5/+4
2017-10-25scsi: megaraid_sas: replace instance->ctrl_context checks with instance->adap...Shivasharan S1-27/+37
2017-10-25scsi: megaraid_sas: Add support for Crusader controllersShivasharan S1-22/+29
2017-10-25scsi: megaraid_sas: use adapter_type for all gen controllersShivasharan S1-34/+54
2017-09-07Merge branch 'fixes' into miscJames Bottomley1-1/+1
2017-08-24scsi: megaraid_sas: call megasas_dump_frame with correct IO frame sizeShivasharan S1-1/+1
2017-08-24scsi: megaraid_sas: Return pended IOCTLs with cmd_status MFI_STAT_WRONG_STATE...Shivasharan S1-1/+4
2017-08-24scsi: megaraid_sas: use vmalloc for crash dump buffers and driver's local RAI...Shivasharan S1-3/+9
2017-08-24scsi: megaraid_sas: Check valid aen class range to avoid kernel panicShivasharan S1-0/+8
2017-08-24scsi: megaraid_sas: Fix endianness issues in DCMD handlingShivasharan S1-4/+5
2017-08-24scsi: megaraid_sas: set minimum value of resetwaittime to be 1 secsShivasharan S1-1/+2
2017-08-16scsi: megaraid_sas: fix error handle in megasas_probe_oneweiping zhang1-1/+1
2017-08-10scsi: megaraid_sas: fix allocate instance->pd_info twiceweiping1-5/+3
2017-08-07scsi: remove DRIVER_ATTR() usageGreg Kroah-Hartman1-24/+12
2017-08-07scsi: megaraid: Replace PCI pool old APIRomain Perier1-13/+14
2017-05-08drivers/scsi/megaraid: remove expensive inline from megasas_return_cmdAndi Kleen1-1/+1
2017-03-13scsi: megaraid_sas: add correct return type check for ldio hint logic for raid1Shivasharan S1-0/+3
2017-03-13scsi: megaraid_sas: enable intx only if msix request failsShivasharan S1-5/+9
2017-02-15scsi: megaraid_sas: array overflow in megasas_dump_frame()Dan Carpenter1-1/+1