summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-071-19/+1
|\
| * nvme-pci: Use pci_sriov_configure_simple() to enable VFsAlexander Duyck2018-04-241-19/+1
* | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-041-114/+144
|\ \
| * | nvme-pci: simplify __nvme_submit_cmdChristoph Hellwig2018-05-301-23/+14
| * | nvme-pci: Rate limit the nvme timeout warningsKeith Busch2018-05-301-1/+1
| * | Merge branch 'nvme-4.18-2' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe2018-05-291-18/+21
| |\ \
| | * | nvme-pci: Fix AER reset handlingKeith Busch2018-05-251-9/+5
| | * | nvme-pci: set nvmeq->cq_vector after alloc cq/sqJianchao Wang2018-05-251-9/+16
| * | | nvme: return BLK_EH_DONE from ->timeoutChristoph Hellwig2018-05-291-9/+5
| |/ /
| * | nvme-pci: fix race between poll and IRQ completionsJens Axboe2018-05-211-4/+11
| * | nvme-pci: drop IRQ disabling on submission queue lockJens Axboe2018-05-181-4/+4
| * | nvme-pci: split the nvme queue lock into submission and completion locksJens Axboe2018-05-181-21/+23
| * | nvme-pci: handle completions outside of the queue lockJens Axboe2018-05-181-42/+45
| * | nvme-pci: move ->cq_vector == -1 check outside of ->q_lockJens Axboe2018-05-181-5/+13
| * | nvme-pci: remove cq check after submissionJens Axboe2018-05-181-2/+0
| * | nvme-pci: simplify nvme_cqe_validChristoph Hellwig2018-05-181-6/+6
| * | nvme/pci: Sync controller reset for AER slot_resetKeith Busch2018-05-111-2/+9
| * | nvme/pci: Hold controller reference during async probeKeith Busch2018-05-071-0/+3
| * | nvme/pci: Use async_schedule for initial reset workKeith Busch2018-05-021-1/+9
| * | nvme: lightnvm: add granby supportWei Xu2018-04-261-0/+2
| * | NVMe: Add Quirk Delay before CHK RDY for Seagate Nytro Flash StorageMicah Parrish2018-04-261-0/+2
| |/
* / nvme: add quirk to force medium priority for SQ creationJens Axboe2018-05-111-1/+11
|/
* nvme-pci: Separate IO and admin queue IRQ vectorsKeith Busch2018-04-121-6/+17
* nvme-pci: Remove unused queue parameterKeith Busch2018-04-121-7/+3
* nvme-pci: Skip queue deletion if there are no queuesKeith Busch2018-04-121-1/+1
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-8/+18
|\
| * blk-mq: Allow PCI vector offset for mapping queuesKeith Busch2018-03-271-1/+1
| * nvme-pci: disable APST for Samsung NVMe SSD 960 EVO + ASUS PRIME Z370-AJarosław Janik2018-03-261-2/+5
| * nvme-pci: Add .get_address ctrl callbackKeith Busch2018-03-261-0/+8
| * nvme-pci: quiesce IO queues prior to disabling device HMB accessesJianchao Wang2018-03-261-5/+4
* | nvme: pci: pass max vectors as num_possible_cpus() to pci_alloc_irq_vectorsMing Lei2018-03-011-1/+1
* | nvme-pci: Fix EEH failure on ppcWen Xiong2018-03-011-6/+7
|/
* Merge branch 'for-jens' of git://git.infradead.org/nvme into for-linusJens Axboe2018-02-281-1/+4
|\
| * nvme-pci: Fix nvme queue cleanup if IRQ setup failsJianchao Wang2018-02-261-1/+4
* | nvme-pci: Fix timeouts in connecting stateKeith Busch2018-02-131-1/+5
* | nvme-pci: Remap CMB SQ entries on every controller resetKeith Busch2018-02-131-11/+14
* | nvme: rename NVME_CTRL_RECONNECTING state to NVME_CTRL_CONNECTINGMax Gurtovoy2018-02-081-4/+4
|/
* Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-291-105/+111
|\
| * nvme-pci: introduce RECONNECTING state to mark initializing procedureJianchao Wang2018-01-261-2/+17
| * nvme-pci: Suspend queues after deleting themKeith Busch2018-01-251-19/+8
| * nvme-pci: Fix queue double allocationsKeith Busch2018-01-231-0/+3
| * nvme-pci: clean up SMBSZ bit definitionsChristoph Hellwig2018-01-171-6/+17
| * nvme-pci: clean up CMB initializationChristoph Hellwig2018-01-171-27/+14
| * nvme: fix comment typos in nvme_create_io_queuesMinwoo Im2018-01-151-2/+2
| * nvme-pci: allocate device queues storage space at probeSagi Grimberg2018-01-151-37/+26
| * nvme-pci: serialize pci resetsSagi Grimberg2018-01-151-1/+1
| * nvme-pci: fix NULL pointer reference in nvme_alloc_nsJianchao Wang2018-01-081-9/+21
| * nvme-pci: don't open-code nvme_reset_ctrlSagi Grimberg2018-01-081-2/+2
| * nvme-pci: remove an unnecessary initialization in HMB codeMinwoo Im2018-01-081-2/+2
* | nvme-pci: take sglist coalescing in dma_map_sg into accountChristoph Hellwig2018-01-171-12/+9