summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c
Commit message (Expand)AuthorAgeFilesLines
* 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-111-1/+2
|/
* Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-091-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
* | nvme/quirk: Add a delay before checking device ready for memblaze deviceWenbo Wang2016-09-081-0/+2
* | nvme: Don't suspend admin queue that wasn't createdGabriel Krisman Bertazi2016-09-071-1/+6
|/
* nvme: Suspend all queues before deletionGabriel Krisman Bertazi2016-08-111-12/+8
* Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-021-12/+3
|\
| * NVMe: Use pci_(request|release)_mem_regionsJohannes Thumshirn2016-06-211-7/+3
* | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-32/+36
|\ \
| * | nvme/pci: Provide SR-IOV supportKeith Busch2016-07-201-0/+19
| * | nvme: avoid crashes when node 0 is memoryless node.Masayoshi Mizuma2016-07-131-1/+1
| * | nvme: Limit command retriesKeith Busch2016-07-121-0/+6
| * | nvme/quirk: Add a delay before checking for adapter readinessGuilherme G. Piccoli2016-07-121-0/+2
| * | nvme.h: add NVMe over Fabrics definitionsChristoph Hellwig2016-07-051-2/+2
| * | nvme: add fabrics sysfs attributesMing Lin2016-07-051-0/+1
| * | nvme: Modify and export sync command submission for fabricsChristoph Hellwig2016-07-051-2/+2
| * | nvme: move the workaround for I/O queue-less controllers from PCIe to coreChristoph Hellwig2016-06-121-9/+1
| * | nvme: move nvme_cancel_request() to common codeMing Lin2016-06-071-16/+0
| * | nvme: update and rename nvme_cancel_io to nvme_cancel_requestMing Lin2016-06-071-4/+4
| |/
* | NVMe: Only release requested regionsJohannes Thumshirn2016-06-091-2/+7
|/
* NVMe: Add device ID's with stripe quirkKeith Busch2016-05-171-0/+6
* NVMe: Short-cut removal on surprise hot-unplugKeith Busch2016-05-171-0/+4
* NVMe: Reduce driver log spammingKeith Busch2016-05-171-1/+4
* NVMe: Unbind driver on failureKeith Busch2016-05-171-1/+1
* NVMe: Delete only created queuesKeith Busch2016-05-171-2/+2
* NVMe: Allocate queues only for online cpusKeith Busch2016-05-171-1/+1
* Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-05-171-162/+87
|\
| * NVMe: Fix reset/remove raceKeith Busch2016-05-031-2/+1
| * nvme: add helper nvme_cleanup_cmd()Ming Lin2016-05-021-2/+1
| * nvme: move AER handling to common codeChristoph Hellwig2016-05-021-40/+9
| * nvme: move namespace scanning to coreChristoph Hellwig2016-05-021-27/+5
| * nvme: tighten up state check for namespace scanningChristoph Hellwig2016-05-021-2/+4
| * nvme: introduce a controller state machineChristoph Hellwig2016-05-021-13/+12
| * nvme: remove the io_incapable methodChristoph Hellwig2016-05-021-8/+0
| * NVMe: Fix check_flush_dependency warningKeith Busch2016-05-021-0/+1
| * nvme: Avoid reset work on watchdog timer function during error recoveryGuilherme G. Piccoli2016-04-131-8/+30
| * NVMe: silence warning about unused 'dev'Jens Axboe2016-04-121-2/+2
| * nvme: Use blk-mq helper for IO terminationSagi Grimberg2016-04-121-14/+5
| * NVMe: Skip async events for degraded controllersKeith Busch2016-04-121-2/+10
| * nvme: add helper nvme_setup_cmd()Ming Lin2016-04-121-46/+1
| * nvme: rewrite discard supportMing Lin2016-04-121-29/+39
| * nvme: add helper nvme_map_len()Ming Lin2016-04-121-8/+5
| * nvme: add missing lock nesting notationMing Lin2016-04-121-1/+7
OpenPOWER on IntegriCloud