summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)Author
2018-12-19nvme-pci: trace SQ status on completionsyupeng
2018-12-18nvme-pci: refactor nvme_poll_irqdisable to make sparse happyChristoph Hellwig
2018-12-18nvme-pci: only set nr_maps to 2 if poll queues are supportedChristoph Hellwig
2018-12-17nvme-pci: don't share queue mapsChristoph Hellwig
2018-12-11nvme: fix irq vs io_queue calculationsJens Axboe
2018-12-04block: only allow polling if a poll queue_map existsChristoph Hellwig
2018-12-04nvme-pci: remove the CQ lock for interrupt driven queuesChristoph Hellwig
2018-12-04nvme-pci: don't poll from irq context when deleting queuesChristoph Hellwig
2018-12-04nvme-pci: refactor nvme_disable_io_queuesChristoph Hellwig
2018-12-04nvme-pci: consolidate code for polling non-dedicated queuesChristoph Hellwig
2018-12-04nvme-pci: only allow polling with separate poll queuesChristoph Hellwig
2018-12-04nvme-pci: cleanup SQ allocation a bitChristoph Hellwig
2018-12-04nvme-pci: use atomic bitops to mark a queue enabledChristoph Hellwig
2018-12-04block: move queues types to the block layerChristoph Hellwig
2018-11-29nvme: implement mq_ops->commit_rqs() hookJens Axboe
2018-11-26blk-mq: remove 'tag' parameter from mq_ops->poll()Jens Axboe
2018-11-26blk-mq: when polling for IO, look for any completionJens Axboe
2018-11-19nvme: default to 0 poll queuesJens Axboe
2018-11-16nvme: provide optimized poll function for separate poll queuesJens Axboe
2018-11-15nvme: fix handling of EINVAL on pci_alloc_irq_vectors_affinity()Jens Axboe
2018-11-14nvme: fix boot hang with only being able to get one IRQ vectorJens Axboe
2018-11-07nvme: add separate poll queue mapJens Axboe
2018-11-07nvme: utilize two queue maps, one for reads and one for writesJens Axboe
2018-11-07blk-mq: abstract out queue mapJens Axboe
2018-11-02nvme-pci: fix conflicting p2p resource addsKeith Busch
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-20Merge branch 'pci/peer-to-peer'Bjorn Helgaas
2018-10-18nvme-pci: remove duplicate checkChaitanya Kulkarni
2018-10-17nvme-pci: Add support for P2P memory in requestsLogan Gunthorpe
2018-10-17nvme-pci: Use PCI p2pmem subsystem to manage the CMBLogan Gunthorpe
2018-10-17nvme-pci: fix hot removal during error handlingKeith Busch
2018-10-17nvme-pci: fix nvme_suspend_queue() kernel-doc headerBart Van Assche
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep
2018-08-28nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_eventMichal Wnukowski
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe
2018-07-30nvme: use blk API to remap ref tags for IOs with metadataMax Gurtovoy
2018-07-23nvme: cache struct nvme_ctrl reference to struct nvme_requestSagi Grimberg
2018-07-12nvme-pci: fix memory leak on probe failureKeith Busch
2018-06-21nvme-pci: limit max IO size and segments to avoid high order allocationsJens Axboe
2018-06-21nvme-pci: move nvme_kill_queues to nvme_remove_dead_ctrlJianchao Wang
2018-06-08Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-06-08nvme-pci: make CMB SQ mod-param read-onlyKeith Busch
2018-06-08nvme-pci: unquiesce dead controller queuesKeith Busch
2018-06-08nvme-pci: remove HMB teardown on resetKeith Busch
2018-06-08nvme-pci: queue creation fixesKeith Busch
2018-06-08nvme-pci: remove unnecessary completion doorbell checkKeith Busch
2018-06-08nvme-pci: remove unnecessary nested lockingKeith Busch
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-05-30nvme-pci: simplify __nvme_submit_cmdChristoph Hellwig