aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid/megaraid_sas_base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-05-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2019-04-18scsi: megaraid_sas: fix spelling mistake "oustanding" -> "outstanding"Colin Ian King1-1/+1
2019-04-15scsi: megaraid_sas: Make megasas_host_device_list_query() staticYueHaibing1-1/+1
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-1/+0
2019-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-80/+324
2019-03-06scsi: megaraid_sas: reduce module load timeSteve Sistare1-2/+2
2019-02-19scsi: megaraid_sas: return error when create DMA pool failedJason Yan1-0/+1
2019-02-04scsi: megaraid_sas: Add support for DEVICE_LIST DCMD in driverShivasharan S1-19/+203
2019-02-04scsi: megaraid_sas: Rework device add code in AEN pathShivasharan S1-66/+107
2019-02-04scsi: megaraid_sas: Rework code to get PD and LD listShivasharan S1-13/+31
2019-01-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2019-01-08scsi: megaraid_sas: correct an info messageTomas Henzl1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-13/+13
2018-12-19scsi: megaraid_sas: Use 63-bit DMA addressingShivasharan S1-9/+9
2018-12-19scsi: megaraid_sas: add retry logic in megasas_readlShivasharan S1-7/+32
2018-12-19scsi: megaraid_sas: changes to function prototypesShivasharan S1-33/+34
2018-12-19scsi: megaraid_sas: Introduce new Aero adapter typeShivasharan S1-6/+12
2018-12-19scsi: megaraid_sas: Fix Ventura series based checksShivasharan S1-5/+5
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-11-28scsi: megaraid: megaraid_sas_base: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-11-21scsi: megaraid_sas: Add support for MegaRAID Aero controllersShivasharan S1-0/+15
2018-11-06scsi: megaraid_sas: modify max supported lds related printShivasharan S1-3/+3
2018-11-06scsi: megaraid_sas: Rename scratch_pad registersShivasharan S1-20/+20
2018-11-06scsi: megaraid_sas: Fail init if heartbeat timer failsShivasharan S1-2/+4
2018-11-06scsi: megaraid_sas: For SRIOV, do not set STOP_ADP bitShivasharan S1-3/+5
2018-11-06scsi: megaraid_sas: Fix combined reply queue mode detectionShivasharan S1-3/+20
2018-11-06scsi: megaraid_sas: Fix module parameter descriptionShivasharan S1-3/+2
2018-11-06scsi: megaraid_sas: Fix goto labels in error handlingShivasharan S1-3/+2
2018-11-06scsi: megaraid_sas: Update copyright informationShivasharan S1-10/+8
2018-11-06scsi: megaraid_sas: Add check for reset adapter bitShivasharan S1-11/+22
2018-11-06scsi: megaraid_sas: Fix msleep granularityShivasharan S1-2/+2
2018-11-06scsi: megaraid_sas: Add support for FW snap dumpShivasharan S1-3/+115
2018-11-06scsi: megaraid_sas: Add watchdog thread to detect Firmware faultShivasharan S1-4/+30
2018-10-17scsi: megaraid_sas: switch to generic DMA APIChristoph Hellwig1-75/+75
2018-10-16scsi: megaraid_sas: fix a missing-check bugWenwen Wang1-0/+3
2018-06-26scsi: read host_busy via scsi_host_busy()Ming Lei1-1/+1
2018-06-18scsi: megaraid_sas: Support FW provided TM timeout valuesShivasharan S1-7/+29
2018-06-18scsi: megaraid_sas: Return immediately from wait_for_adapter_operational after kill adapterShivasharan S1-7/+8
2018-06-18scsi: megaraid_sas: Update controller info during resumeShivasharan S1-0/+3
2018-06-18scsi: megaraid_sas: Do not do Kill adapter if GET_CTRL_INFO times outShivasharan S1-2/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-4/+4
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-16/+11
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig1-1/+1
2018-05-01scsi: megaraid_sas: fix spelling mistake: "disbale" -> "disable"Colin Ian King1-1/+1
2018-04-18scsi: megaraid_sas: Use zeroing memory allocator than allocator/memsetHimanshu Jha1-15/+10
2018-04-05Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus 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