summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * NVMe: Always use MSI/MSI-x interruptsKeith Busch2016-04-121-10/+15
* | NVMe: Always use MSI/MSI-x interruptsKeith Busch2016-04-141-10/+15
* | NVMe: Fix reset/remove raceKeith Busch2016-04-111-2/+4
|/
* nvme: avoid cqe corruption when update at the same time as readMarta Rybczynska2016-03-221-11/+13
* Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-03-181-157/+78
|\
| * NVMe: Remove unused sq_head read in completion pathJon Derrick2016-03-081-2/+0
| * NVMe: Create discard zero quirk white listKeith Busch2016-03-081-1/+2
| * nvme: return the whole CQE through the request passthrough interfaceChristoph Hellwig2016-02-291-8/+3
| * nvme: replace the kthread with a per-device watchdog timerChristoph Hellwig2016-02-291-89/+23
| * nvme: don't poll the CQ from the kthreadChristoph Hellwig2016-02-291-12/+0
| * nvme: use a work item to submit async event requestsChristoph Hellwig2016-02-291-7/+18
| * nvme: split pci module out of core moduleMing Lin2016-02-101-12/+1
OpenPOWER on IntegriCloud