aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c
Commit message (Expand)AuthorAge
* nvme: unmap CMB and remove sysfs file in reset pathJon Derrick2017-05-25
* nvme/pci: Disable on removal when disconnectedKeith Busch2017-04-08
* nvme/pci: Don't free queues on errorKeith Busch2016-11-16
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-21
|\
| * nvme: Add tertiary number to NVME_VSGabriel Krisman Bertazi2016-10-19
| * nvme : Add sysfs entry for NVMe CMBs when appropriateStephen Bates2016-10-12
| * nvme: don't schedule multiple resetsKeith Busch2016-10-12
| * nvme: Delete created IO queues on resetKeith Busch2016-10-12
* | nvme: use the DMA_ATTR_NO_WARN attributeMauricio Faria de Oliveira2016-10-11
|/
* Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-09
|\
| * nvme: switch to use pci_alloc_irq_vectorsChristoph Hellwig2016-09-15
| * blk-mq: remove ->map_queueChristoph Hellwig2016-09-15
* | nvme/quirk: Add a delay before checking device ready for memblaze deviceWenbo Wang2016-09-08
* | nvme: Don't suspend admin queue that wasn't createdGabriel Krisman Bertazi2016-09-07
|/
* nvme: Suspend all queues before deletionGabriel Krisman Bertazi2016-08-11
* Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-02
|\
| * NVMe: Use pci_(request|release)_mem_regionsJohannes Thumshirn2016-06-21
* | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-26
|\ \
| * | nvme/pci: Provide SR-IOV supportKeith Busch2016-07-20
| * | nvme: avoid crashes when node 0 is memoryless node.Masayoshi Mizuma2016-07-13
| * | nvme: Limit command retriesKeith Busch2016-07-12
| * | nvme/quirk: Add a delay before checking for adapter readinessGuilherme G. Piccoli2016-07-12
| * | nvme.h: add NVMe over Fabrics definitionsChristoph Hellwig2016-07-05
| * | nvme: add fabrics sysfs attributesMing Lin2016-07-05
| * | nvme: Modify and export sync command submission for fabricsChristoph Hellwig2016-07-05
| * | nvme: move the workaround for I/O queue-less controllers from PCIe to coreChristoph Hellwig2016-06-12
| * | nvme: move nvme_cancel_request() to common codeMing Lin2016-06-07
| * | nvme: update and rename nvme_cancel_io to nvme_cancel_requestMing Lin2016-06-07
| |/
* / NVMe: Only release requested regionsJohannes Thumshirn2016-06-09
|/
* NVMe: Add device ID's with stripe quirkKeith Busch2016-05-17
* NVMe: Short-cut removal on surprise hot-unplugKeith Busch2016-05-17
* NVMe: Reduce driver log spammingKeith Busch2016-05-17
* NVMe: Unbind driver on failureKeith Busch2016-05-17
* NVMe: Delete only created queuesKeith Busch2016-05-17
* NVMe: Allocate queues only for online cpusKeith Busch2016-05-17
* Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-05-17
|\
| * NVMe: Fix reset/remove raceKeith Busch2016-05-03
| * nvme: add helper nvme_cleanup_cmd()Ming Lin2016-05-02
| * nvme: move AER handling to common codeChristoph Hellwig2016-05-02
| * nvme: move namespace scanning to coreChristoph Hellwig2016-05-02
| * nvme: tighten up state check for namespace scanningChristoph Hellwig2016-05-02
| * nvme: introduce a controller state machineChristoph Hellwig2016-05-02
| * nvme: remove the io_incapable methodChristoph Hellwig2016-05-02
| * NVMe: Fix check_flush_dependency warningKeith Busch2016-05-02
| * nvme: Avoid reset work on watchdog timer function during error recoveryGuilherme G. Piccoli2016-04-13
| * NVMe: silence warning about unused 'dev'Jens Axboe2016-04-12
| * nvme: Use blk-mq helper for IO terminationSagi Grimberg2016-04-12
| * NVMe: Skip async events for degraded controllersKeith Busch2016-04-12
| * nvme: add helper nvme_setup_cmd()Ming Lin2016-04-12
| * nvme: rewrite discard supportMing Lin2016-04-12