summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* block: only allow polling if a poll queue_map existsChristoph Hellwig2018-12-041-20/+9
* nvme-pci: remove the CQ lock for interrupt driven queuesChristoph Hellwig2018-12-041-11/+26
* nvme-pci: don't poll from irq context when deleting queuesChristoph Hellwig2018-12-041-8/+19
* nvme-pci: refactor nvme_disable_io_queuesChristoph Hellwig2018-12-041-21/+20
* nvme-pci: consolidate code for polling non-dedicated queuesChristoph Hellwig2018-12-041-23/+12
* nvme-pci: only allow polling with separate poll queuesChristoph Hellwig2018-12-041-13/+5
* nvme-pci: cleanup SQ allocation a bitChristoph Hellwig2018-12-041-18/+15
* nvme-pci: use atomic bitops to mark a queue enabledChristoph Hellwig2018-12-041-28/+15
* block: move queues types to the block layerChristoph Hellwig2018-12-041-43/+25
* nvme: implement mq_ops->commit_rqs() hookJens Axboe2018-11-291-8/+39
* blk-mq: remove 'tag' parameter from mq_ops->poll()Jens Axboe2018-11-261-4/+4
* blk-mq: when polling for IO, look for any completionJens Axboe2018-11-261-7/+7
* nvme: default to 0 poll queuesJens Axboe2018-11-191-1/+1
* nvme: provide optimized poll function for separate poll queuesJens Axboe2018-11-161-8/+37
* nvme: fix handling of EINVAL on pci_alloc_irq_vectors_affinity()Jens Axboe2018-11-161-9/+11
* nvme: fix boot hang with only being able to get one IRQ vectorJens Axboe2018-11-141-3/+10
* nvme: add separate poll queue mapJens Axboe2018-11-071-17/+80
* nvme: utilize two queue maps, one for reads and one for writesJens Axboe2018-11-071-19/+181
* blk-mq: abstract out queue mapJens Axboe2018-11-071-1/+1
* nvme-pci: fix conflicting p2p resource addsKeith Busch2018-11-021-1/+4
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-40/+58
|\
| * Merge branch 'pci/peer-to-peer'Bjorn Helgaas2018-10-201-39/+58
| |\
| | * nvme-pci: Add support for P2P memory in requestsLogan Gunthorpe2018-10-171-4/+13
| | * nvme-pci: Use PCI p2pmem subsystem to manage the CMBLogan Gunthorpe2018-10-171-35/+45
| * | PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-1/+0
| |/
* | nvme-pci: remove duplicate checkChaitanya Kulkarni2018-10-181-2/+2
* | nvme-pci: fix hot removal during error handlingKeith Busch2018-10-171-2/+1
* | nvme-pci: fix nvme_suspend_queue() kernel-doc headerBart Van Assche2018-10-171-1/+1
|/
* nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_eventMichal Wnukowski2018-08-281-0/+8
* Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe2018-08-061-5/+7
|\
| * nvme-pci: fix memory leak on probe failureKeith Busch2018-07-121-5/+7
* | nvme: use blk API to remap ref tags for IOs with metadataMax Gurtovoy2018-07-301-74/+1
* | nvme: cache struct nvme_ctrl reference to struct nvme_requestSagi Grimberg2018-07-231-0/+2
|/
* nvme-pci: limit max IO size and segments to avoid high order allocationsJens Axboe2018-06-211-5/+37
* nvme-pci: move nvme_kill_queues to nvme_remove_dead_ctrlJianchao Wang2018-06-211-1/+1
* Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-081-25/+10
|\
| * nvme-pci: make CMB SQ mod-param read-onlyKeith Busch2018-06-081-1/+1
| * nvme-pci: unquiesce dead controller queuesKeith Busch2018-06-081-1/+1
| * nvme-pci: remove HMB teardown on resetKeith Busch2018-06-081-8/+0
| * nvme-pci: queue creation fixesKeith Busch2018-06-081-3/+4
| * nvme-pci: remove unnecessary completion doorbell checkKeith Busch2018-06-081-5/+3
| * nvme-pci: remove unnecessary nested lockingKeith Busch2018-06-081-7/+1
* | 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