summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid/megaraid_sas_base.c
AgeCommit message (Expand)Author
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-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig
2018-05-01scsi: megaraid_sas: fix spelling mistake: "disbale" -> "disable"Colin Ian King
2018-04-18scsi: megaraid_sas: Use zeroing memory allocator than allocator/memsetHimanshu Jha
2018-04-05Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-04-03Merge branch 'fixes' into miscJames Bottomley
2018-03-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus 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-03-06scsi: megaraid: Use dma_pool_zalloc()Souptick Joarder
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-01-22scsi: megaraid_sas: NVMe passthrough command supportShivasharan S
2018-01-10scsi: megaraid_sas: re-work DCMD refire codeShivasharan S
2018-01-10scsi: megaraid_sas: Expose fw_cmds_outstanding through sysfsShivasharan S
2018-01-10scsi: megaraid_sas: Update LD map after populating drv_map driver map copyShivasharan S
2018-01-10scsi: megaraid_sas: Use megasas_wait_for_adapter_operational to detect contro...Shivasharan S
2018-01-10scsi: megaraid_sas: Avoid firing DCMDs while OCR is in progressShivasharan S
2018-01-10scsi: megaraid_sas: unload flag should be set after scsi_remove_host is calledShivasharan S
2018-01-10scsi: megaraid_sas: Reset ldio_outstanding in megasas_resumeShivasharan S
2018-01-10scsi: megaraid_sas: Return the DCMD status from megasas_get_seq_numShivasharan S
2018-01-10scsi: megaraid_sas: zero out IOC INIT and stream detection memoryShivasharan S
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-11-03scsi: megaraid: Remove redundant code in megasas_alloc_cmdsYisheng Xie
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: Incorrect processing of IOCTL frames for SMP/STP commandsShivasharan S
2017-10-25scsi: megaraid_sas: Move controller memory allocations and DMA mask settings ...Shivasharan S
2017-10-25scsi: megaraid_sas: Move initialization of instance parameters inside newly c...Shivasharan S
2017-10-25scsi: megaraid_sas: remove instance->ctrl_infoShivasharan S
2017-10-25scsi: megaraid_sas: Pre-allocate frequently used DMA buffersShivasharan S
2017-10-25scsi: megaraid_sas: Create separate functions for allocating and freeing cont...Shivasharan S
2017-10-25scsi: megaraid_sas: Create separate functions to allocate ctrl memoryShivasharan S
2017-10-25scsi: megaraid_sas: replace is_ventura with adapter_type checksShivasharan S
2017-10-25scsi: megaraid_sas: replace instance->ctrl_context checks with instance->adap...Shivasharan S
2017-10-25scsi: megaraid_sas: Add support for Crusader controllersShivasharan S
2017-10-25scsi: megaraid_sas: use adapter_type for all gen controllersShivasharan S
2017-09-07Merge branch 'fixes' into miscJames Bottomley
2017-08-24scsi: megaraid_sas: call megasas_dump_frame with correct IO frame sizeShivasharan S
2017-08-24scsi: megaraid_sas: Return pended IOCTLs with cmd_status MFI_STAT_WRONG_STATE...Shivasharan S
2017-08-24scsi: megaraid_sas: use vmalloc for crash dump buffers and driver's local RAI...Shivasharan S
2017-08-24scsi: megaraid_sas: Check valid aen class range to avoid kernel panicShivasharan S
2017-08-24scsi: megaraid_sas: Fix endianness issues in DCMD handlingShivasharan S
2017-08-24scsi: megaraid_sas: set minimum value of resetwaittime to be 1 secsShivasharan S
2017-08-16scsi: megaraid_sas: fix error handle in megasas_probe_oneweiping zhang
2017-08-10scsi: megaraid_sas: fix allocate instance->pd_info twiceweiping
2017-08-07scsi: remove DRIVER_ATTR() usageGreg Kroah-Hartman