summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-011-48/+175
|\
| * nvme/pci: Poll CQ on timeoutKeith Busch2017-04-211-3/+18
| * nvme: improve performance for virtual NVMe devicesHelen Koike2017-04-211-2/+141
| * nvme/pci: Don't set reserved SQ create flagsKeith Busch2017-04-211-1/+1
| * nvme: split nvme status from block req->errorsChristoph Hellwig2017-04-201-6/+5
| * nvme: implement REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-081-3/+3
| * nvme: move ->retries setup to nvme_setup_cmdChristoph Hellwig2017-04-051-4/+0
| * nvme: factor request completion code into a common helperChristoph Hellwig2017-04-041-27/+5
| * blk-mq: constify struct blk_mq_opsEric Biggers2017-03-311-2/+2
* | nvme: Adjust the Samsung APST quirkAndy Lutomirski2017-04-201-1/+25
|/
* nvme: Complete all stuck requestsKeith Busch2017-03-021-5/+28
* nvme: allocate nvme_queue in correct nodeShaohua Li2017-03-021-4/+8
* nvme/pci: re-check security protocol support after resetScott Bauer2017-02-231-7/+10
* nvme: detect NVMe controller in recent MacBooksDaniel Roschka2017-02-221-0/+1
* nvme/pci: No special case for queue busy on IOKeith Busch2017-02-221-4/+1
* nvme/pci: Disable on removal when disconnectedKeith Busch2017-02-221-1/+3
* Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-171-2/+2
|\
| * block: introduce blk_rq_is_passthroughChristoph Hellwig2017-01-311-2/+2
| * Merge branch 'for-4.11/block' into for-4.11/rq-refactorJens Axboe2017-01-271-0/+1
| |\
* | \ Merge branch 'for-4.11/block' into for-4.11/linus-mergeJens Axboe2017-02-171-2/+13
|\ \ \ | |/ / |/| |
| * | nvme: Check for Security send/recv support before issuing commands.Scott Bauer2017-02-171-1/+1
| * | block/sed-opal: allocate struct opal_dev dynamicallyChristoph Hellwig2017-02-171-2/+6
| * | nvme: Add Support for Opal: Unlock from S3 & Opal Allocation/IoctlsScott Bauer2017-02-061-0/+7
| * | nvme/pci: Don't mark IOD as aborted if abort wasn't sentKeith Busch2017-01-311-2/+1
| |/
| * blk-mq-sched: allow setting of default IO schedulerJens Axboe2017-01-171-0/+1
* | nvme: use blk_rq_payload_bytesChristoph Hellwig2017-01-131-11/+8
|/
* Merge branch 'nvme-4.10' of git://git.infradead.org/nvme into for-linusJens Axboe2016-12-221-10/+3
|\
| * nvme/pci: Delete misleading queue-wrap commentKeith Busch2016-12-211-7/+0
| * nvme/pci: Fix whitespace problemMax Gurtovoy2016-12-211-4/+4
* | nvme : Use correct scnprintf in cmb showStephen Bates2016-12-191-2/+2
|/
* nvme/pci: Log PCI_STATUS when the controller diesAndy Lutomirski2016-12-141-3/+19
* Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2016-12-131-3/+0
|\
| * nvme: move NVMe class code to pci_ids.hChristoph Hellwig2016-12-051-3/+0
* | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-131-23/+24
|\ \
| * | block: improve handling of the magic discard payloadChristoph Hellwig2016-12-091-13/+14
| * | nvme-fabrics: set sqe.command_id in core not transportsJames Smart2016-12-061-1/+0
| * | nvme: untangle 0 and BLK_MQ_RQ_QUEUE_OKOmar Sandoval2016-11-151-4/+4
| * | nvme: don't pass the full CQE to nvme_complete_async_eventChristoph Hellwig2016-11-101-1/+2
| * | nvme: introduce struct nvme_requestChristoph Hellwig2016-11-101-2/+2
| * | block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-2/+2
| |/
* | nvme/pci: Don't free queues on errorKeith Busch2016-11-161-14/+4
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-211-23/+54
|\ \ | |/ |/|
| * nvme: Add tertiary number to NVME_VSGabriel Krisman Bertazi2016-10-191-2/+2
| * nvme : Add sysfs entry for NVMe CMBs when appropriateStephen Bates2016-10-121-9/+35
| * nvme: don't schedule multiple resetsKeith Busch2016-10-121-9/+13
| * nvme: Delete created IO queues on resetKeith Busch2016-10-121-4/+5
* | nvme: use the DMA_ATTR_NO_WARN attributeMauricio Faria de Oliveira2016-10-121-1/+2
|/
* Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-101-73/+36
|\
| * nvme: switch to use pci_alloc_irq_vectorsChristoph Hellwig2016-09-151-71/+36
| * blk-mq: remove ->map_queueChristoph Hellwig2016-09-151-2/+0