summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid/megaraid_sas_base.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: megaraid_sas: fix panic on loading firmware crashdumpJunxiao Bi2019-08-161-0/+3
* scsi: megaraid_sas: Fix calculation of target IDShivasharan S2019-07-261-1/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-05-081-2/+2
|\
| * scsi: megaraid_sas: fix spelling mistake "oustanding" -> "outstanding"Colin Ian King2019-04-181-1/+1
| * scsi: megaraid_sas: Make megasas_host_device_list_query() staticYueHaibing2019-04-151-1/+1
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-1/+0
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-161-2/+2
|\
| * scsi: megaraid_sas: reduce module load timeSteve Sistare2019-03-061-2/+2
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-091-80/+324
|\|
| * scsi: megaraid_sas: return error when create DMA pool failedJason Yan2019-02-191-0/+1
| * scsi: megaraid_sas: Add support for DEVICE_LIST DCMD in driverShivasharan S2019-02-041-19/+203
| * scsi: megaraid_sas: Rework device add code in AEN pathShivasharan S2019-02-041-66/+107
| * scsi: megaraid_sas: Rework code to get PD and LD listShivasharan S2019-02-041-13/+31
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-01-201-1/+1
|\ \
| * | scsi: megaraid_sas: correct an info messageTomas Henzl2019-01-081-1/+1
| |/
* / cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-13/+13
|/
* scsi: megaraid_sas: Use 63-bit DMA addressingShivasharan S2018-12-191-9/+9
* scsi: megaraid_sas: add retry logic in megasas_readlShivasharan S2018-12-191-7/+32
* scsi: megaraid_sas: changes to function prototypesShivasharan S2018-12-191-33/+34
* scsi: megaraid_sas: Introduce new Aero adapter typeShivasharan S2018-12-191-6/+12
* scsi: megaraid_sas: Fix Ventura series based checksShivasharan S2018-12-191-5/+5
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-1/+0
* scsi: megaraid: megaraid_sas_base: Mark expected switch fall-throughGustavo A. R. Silva2018-11-281-0/+1
* scsi: megaraid_sas: Add support for MegaRAID Aero controllersShivasharan S2018-11-211-0/+15
* scsi: megaraid_sas: modify max supported lds related printShivasharan S2018-11-061-3/+3
* scsi: megaraid_sas: Rename scratch_pad registersShivasharan S2018-11-061-20/+20
* scsi: megaraid_sas: Fail init if heartbeat timer failsShivasharan S2018-11-061-2/+4
* scsi: megaraid_sas: For SRIOV, do not set STOP_ADP bitShivasharan S2018-11-061-3/+5
* scsi: megaraid_sas: Fix combined reply queue mode detectionShivasharan S2018-11-061-3/+20
* scsi: megaraid_sas: Fix module parameter descriptionShivasharan S2018-11-061-3/+2
* scsi: megaraid_sas: Fix goto labels in error handlingShivasharan S2018-11-061-3/+2
* scsi: megaraid_sas: Update copyright informationShivasharan S2018-11-061-10/+8
* scsi: megaraid_sas: Add check for reset adapter bitShivasharan S2018-11-061-11/+22
* scsi: megaraid_sas: Fix msleep granularityShivasharan S2018-11-061-2/+2
* scsi: megaraid_sas: Add support for FW snap dumpShivasharan S2018-11-061-3/+115
* scsi: megaraid_sas: Add watchdog thread to detect Firmware faultShivasharan S2018-11-061-4/+30
* scsi: megaraid_sas: switch to generic DMA APIChristoph Hellwig2018-10-171-75/+75
* scsi: megaraid_sas: fix a missing-check bugWenwen Wang2018-10-161-0/+3
* scsi: read host_busy via scsi_host_busy()Ming Lei2018-06-261-1/+1
* scsi: megaraid_sas: Support FW provided TM timeout valuesShivasharan S2018-06-181-7/+29
* scsi: megaraid_sas: Return immediately from wait_for_adapter_operational afte...Shivasharan S2018-06-181-7/+8
* scsi: megaraid_sas: Update controller info during resumeShivasharan S2018-06-181-0/+3
* scsi: megaraid_sas: Do not do Kill adapter if GET_CTRL_INFO times outShivasharan S2018-06-181-2/+3
* 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
|\