summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid/megaraid_sas_base.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-4/+4
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-101-16/+11
|\
| * scsi: megaraid_sas: fix spelling mistake: "disbale" -> "disable"Colin Ian King2018-05-011-1/+1
| * scsi: megaraid_sas: Use zeroing memory allocator than allocator/memsetHimanshu Jha2018-04-181-15/+10
* | block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig2018-05-291-1/+1
|/
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2018-04-051-2/+1
|\
| * Merge branch 'fixes' into miscJames Bottomley2018-04-031-3/+36
| |\
| * | scsi: megaraid: Use dma_pool_zalloc()Souptick Joarder2018-03-061-2/+1
* | | 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
| |/ /
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-03-271-3/+36
|\ \ \ | |/ / |/| / | |/
| * scsi: megaraid_sas: fix selection of reply queueMing Lei2018-03-141-3/+36
* | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-01-311-88/+83
|\ \ | |/
| * scsi: megaraid_sas: NVMe passthrough command supportShivasharan S2018-01-221-1/+29
| * scsi: megaraid_sas: re-work DCMD refire codeShivasharan S2018-01-101-2/+4
| * scsi: megaraid_sas: Expose fw_cmds_outstanding through sysfsShivasharan S2018-01-101-0/+13
| * scsi: megaraid_sas: Update LD map after populating drv_map driver map copyShivasharan S2018-01-101-8/+12
| * scsi: megaraid_sas: Use megasas_wait_for_adapter_operational to detect contro...Shivasharan S2018-01-101-58/+2
| * scsi: megaraid_sas: Avoid firing DCMDs while OCR is in progressShivasharan S2018-01-101-3/+2
| * scsi: megaraid_sas: unload flag should be set after scsi_remove_host is calledShivasharan S2018-01-101-1/+1
| * scsi: megaraid_sas: Reset ldio_outstanding in megasas_resumeShivasharan S2018-01-101-0/+1
| * scsi: megaraid_sas: Return the DCMD status from megasas_get_seq_numShivasharan S2018-01-101-14/+18
| * scsi: megaraid_sas: zero out IOC INIT and stream detection memoryShivasharan S2018-01-101-1/+1
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-11-141-394/+631
|\
| * scsi: megaraid: Remove redundant code in megasas_alloc_cmdsYisheng Xie2017-11-031-2/+0
| * scsi: megaraid_sas: Add support for 64bit consistent DMAShivasharan S2017-10-251-77/+168
| * scsi: megaraid_sas: Incorrect processing of IOCTL frames for SMP/STP commandsShivasharan S2017-10-251-4/+18
| * scsi: megaraid_sas: Move controller memory allocations and DMA mask settings ...Shivasharan S2017-10-251-15/+28
| * scsi: megaraid_sas: Move initialization of instance parameters inside newly c...Shivasharan S2017-10-251-58/+61
| * scsi: megaraid_sas: remove instance->ctrl_infoShivasharan S2017-10-251-29/+14
| * scsi: megaraid_sas: Pre-allocate frequently used DMA buffersShivasharan S2017-10-251-50/+97
| * scsi: megaraid_sas: Create separate functions for allocating and freeing cont...Shivasharan S2017-10-251-83/+103
| * scsi: megaraid_sas: Create separate functions to allocate ctrl memoryShivasharan S2017-10-251-46/+76
| * scsi: megaraid_sas: replace is_ventura with adapter_type checksShivasharan S2017-10-251-5/+4
| * scsi: megaraid_sas: replace instance->ctrl_context checks with instance->adap...Shivasharan S2017-10-251-27/+37
| * scsi: megaraid_sas: Add support for Crusader controllersShivasharan S2017-10-251-22/+29
| * scsi: megaraid_sas: use adapter_type for all gen controllersShivasharan S2017-10-251-34/+54
* | scsi: megaraid: Convert timers to use timer_setup()Kees Cook2017-11-011-22/+13
|/
* Merge branch 'fixes' into miscJames Bottomley2017-09-071-1/+1
|\
| * scsi: megaraid_sas: fix error handle in megasas_probe_oneweiping zhang2017-08-161-1/+1
* | scsi: megaraid_sas: call megasas_dump_frame with correct IO frame sizeShivasharan S2017-08-241-1/+1
* | scsi: megaraid_sas: Return pended IOCTLs with cmd_status MFI_STAT_WRONG_STATE...Shivasharan S2017-08-241-1/+4
* | scsi: megaraid_sas: use vmalloc for crash dump buffers and driver's local RAI...Shivasharan S2017-08-241-3/+9
* | scsi: megaraid_sas: Check valid aen class range to avoid kernel panicShivasharan S2017-08-241-0/+8
* | scsi: megaraid_sas: Fix endianness issues in DCMD handlingShivasharan S2017-08-241-4/+5
* | scsi: megaraid_sas: set minimum value of resetwaittime to be 1 secsShivasharan S2017-08-241-1/+2
* | scsi: megaraid_sas: fix allocate instance->pd_info twiceweiping2017-08-101-5/+3
* | scsi: remove DRIVER_ATTR() usageGreg Kroah-Hartman2017-08-071-24/+12
OpenPOWER on IntegriCloud