aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid/megaraid_sas_base.c
Commit message (Expand)AuthorAge
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-21
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-05-08
|\
| * scsi: megaraid_sas: fix spelling mistake "oustanding" -> "outstanding"Colin Ian King2019-04-18
| * scsi: megaraid_sas: Make megasas_host_device_list_query() staticYueHaibing2019-04-15
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-08
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-16
|\
| * scsi: megaraid_sas: reduce module load timeSteve Sistare2019-03-06
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-09
|\|
| * scsi: megaraid_sas: return error when create DMA pool failedJason Yan2019-02-19
| * scsi: megaraid_sas: Add support for DEVICE_LIST DCMD in driverShivasharan S2019-02-04
| * scsi: megaraid_sas: Rework device add code in AEN pathShivasharan S2019-02-04
| * scsi: megaraid_sas: Rework code to get PD and LD listShivasharan S2019-02-04
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-01-19
|\ \
| * | scsi: megaraid_sas: correct an info messageTomas Henzl2019-01-08
| |/
* / cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-08
|/
* scsi: megaraid_sas: Use 63-bit DMA addressingShivasharan S2018-12-19
* scsi: megaraid_sas: add retry logic in megasas_readlShivasharan S2018-12-19
* scsi: megaraid_sas: changes to function prototypesShivasharan S2018-12-19
* scsi: megaraid_sas: Introduce new Aero adapter typeShivasharan S2018-12-19
* scsi: megaraid_sas: Fix Ventura series based checksShivasharan S2018-12-19
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-18
* scsi: megaraid: megaraid_sas_base: Mark expected switch fall-throughGustavo A. R. Silva2018-11-28
* scsi: megaraid_sas: Add support for MegaRAID Aero controllersShivasharan S2018-11-21
* scsi: megaraid_sas: modify max supported lds related printShivasharan S2018-11-06
* scsi: megaraid_sas: Rename scratch_pad registersShivasharan S2018-11-06
* scsi: megaraid_sas: Fail init if heartbeat timer failsShivasharan S2018-11-06
* scsi: megaraid_sas: For SRIOV, do not set STOP_ADP bitShivasharan S2018-11-06
* scsi: megaraid_sas: Fix combined reply queue mode detectionShivasharan S2018-11-06
* scsi: megaraid_sas: Fix module parameter descriptionShivasharan S2018-11-06
* scsi: megaraid_sas: Fix goto labels in error handlingShivasharan S2018-11-06
* scsi: megaraid_sas: Update copyright informationShivasharan S2018-11-06
* scsi: megaraid_sas: Add check for reset adapter bitShivasharan S2018-11-06
* scsi: megaraid_sas: Fix msleep granularityShivasharan S2018-11-06
* scsi: megaraid_sas: Add support for FW snap dumpShivasharan S2018-11-06
* scsi: megaraid_sas: Add watchdog thread to detect Firmware faultShivasharan S2018-11-06
* scsi: megaraid_sas: switch to generic DMA APIChristoph Hellwig2018-10-17
* scsi: megaraid_sas: fix a missing-check bugWenwen Wang2018-10-16
* scsi: read host_busy via scsi_host_busy()Ming Lei2018-06-26
* scsi: megaraid_sas: Support FW provided TM timeout valuesShivasharan S2018-06-18
* scsi: megaraid_sas: Return immediately from wait_for_adapter_operational afte...Shivasharan S2018-06-18
* scsi: megaraid_sas: Update controller info during resumeShivasharan S2018-06-18
* scsi: megaraid_sas: Do not do Kill adapter if GET_CTRL_INFO times outShivasharan S2018-06-18
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-12
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-10
|\
| * scsi: megaraid_sas: fix spelling mistake: "disbale" -> "disable"Colin Ian King2018-05-01
| * scsi: megaraid_sas: Use zeroing memory allocator than allocator/memsetHimanshu Jha2018-04-18
* | block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig2018-05-29
|/
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2018-04-05
|\
| * Merge branch 'fixes' into miscJames Bottomley2018-04-03
| |\
| * | scsi: megaraid: Use dma_pool_zalloc()Souptick Joarder2018-03-06