summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2018-04-057-228/+598
|\
| * Merge branch 'fixes' into miscJames Bottomley2018-04-033-11/+28
| |\
| * | scsi: mpt3sas: clarify mmio pointer typesArnd Bergmann2018-03-062-20/+24
| * | scsi: mpt3sas: Do not use 32-bit atomic request descriptor for Ventura contro...Suganath Prabu S2018-02-276-178/+54
| * | scsi: mpt3sas: Introduce function to clone mpi reply.Suganath Prabu Subramani2018-02-271-1/+36
| * | scsi: mpt3sas: Introduce function to clone mpi request.Suganath Prabu Subramani2018-02-271-15/+125
| * | scsi: mpt3sas: Introduce Base function for cloning.Suganath Prabu Subramani2018-02-273-1/+218
| * | scsi: mpt3sas: Introduce API to get BAR0 mapped buffer addressSuganath Prabu Subramani2018-02-272-0/+95
| * | scsi: mpt3sas: Configure reply post queue depth, DMA and sgl tablesize.Suganath Prabu Subramani2018-02-272-33/+54
| * | scsi: mpt3sas: Add PCI device ID for Andromeda.Suganath Prabu Subramani2018-02-273-2/+14
* | | 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-141-1/+1
|\ \ \ | | |/ | |/|
| * | scsi: mpt3sas: Do not mark fw_event workqueue as WQ_MEM_RECLAIMHannes Reinecke2018-03-061-1/+1
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-03-073-9/+23
|\| |
| * | scsi: mpt3sas: wait for and flush running commands on shutdown/unloadSreekanth Reddy2018-02-213-5/+16
| * | scsi: mpt3sas: fix oops in error handlers after shutdown/unloadMauricio Faria de Oliveira2018-02-211-4/+7
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-02-231-1/+4
|\| | | |/ |/|
| * scsi: mpt3sas: fix an out of bound writeTomas Henzl2018-01-301-1/+4
* | 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-315-417/+215
|\|
| * scsi: mpt3sas: make function _get_st_from_smid staticColin Ian King2018-01-171-1/+1
| * scsi: mpt3sas: lockless command submissionSuganath Prabu Subramani2018-01-105-221/+124
| * scsi: mpt3sas: simplify _wait_for_commands_to_complete()Hannes Reinecke2018-01-101-10/+4
| * scsi: mpt3sas: simplify mpt3sas_scsi_issue_tm()Hannes Reinecke2018-01-103-75/+41
| * scsi: mpt3sas: simplify task management functionsHannes Reinecke2018-01-101-81/+7
| * scsi: mpt3sas: always use first reserved smid for ioctl passthroughHannes Reinecke2018-01-102-14/+15
| * scsi: mpt3sas: check command status before attempting abortHannes Reinecke2018-01-101-3/+8
| * scsi: mpt3sas: Introduce mpt3sas_get_st_from_smid()Hannes Reinecke2018-01-104-8/+27
| * scsi: mpt3sas: open-code _scsih_scsi_lookup_get()Hannes Reinecke2018-01-101-14/+1
| * scsi: mpt3sas: separate out _base_recovery_check()Hannes Reinecke2018-01-101-9/+14
| * scsi: mpt3sas: use list_splice_init()Hannes Reinecke2018-01-101-9/+2
| * scsi: mpt3sas: set default value for cb_idxHannes Reinecke2018-01-101-3/+2
| * scsi: mpt3sas: Proper handling of set/clear of "ATA command pending" flag.Chaitra P B2018-01-031-13/+15
| * scsi: mpt3sas: Remove unused variable requeue_eventSuganath Prabu S2017-12-041-7/+5
| * scsi: mpt3sas: Replace PCI pool old APIRomain Perier2017-12-041-6/+6
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
|/
* Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-152-2/+2
|\
| * treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-312-2/+2
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-11-1412-318/+4025
|\ \
| * | scsi: mpt3sas: remove a stray KERN_INFODan Carpenter2017-11-081-1/+1
| * | scsi: mpt3sas: cleanup _scsih_pcie_enumeration_event()Dan Carpenter2017-11-081-10/+11
| * | scsi: mpt3sas: fix dma_addr_t castsArnd Bergmann2017-11-062-34/+30
| * | scsi: mpt3sas: Update mpt3sas driver version.Suganath Prabu Subramani2017-11-031-2/+2
| * | scsi: mpt3sas: Fix sparse warningsSuganath Prabu Subramani2017-11-032-43/+16
| * | scsi: mpt3sas: Fix nvme drives checking for tlr.Suganath Prabu Subramani2017-11-031-6/+16
| * | scsi: mpt3sas: NVMe drive support for BTDHMAPPING ioctl command and log infoSuganath Prabu Subramani2017-11-031-30/+58
| * | scsi: mpt3sas: Add-Task-management-debug-info-for-NVMe-drives.Suganath Prabu Subramani2017-11-031-9/+71
| * | scsi: mpt3sas: scan and add nvme device after controller resetSuganath Prabu Subramani2017-11-031-4/+190
| * | scsi: mpt3sas: Set NVMe device queue depth as 128Suganath Prabu Subramani2017-11-032-1/+51