summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-16Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2019-03-13nvme: disable Write Zeroes for qemu controllersChristoph Hellwig1-1/+2
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+3
2019-03-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-78/+39
2019-02-20nvme-pci: convert to SPDX identifiersChristoph Hellwig1-9/+1
2019-02-20nvme-pci: check kstrtoint() return value in queue_count_set()Bart Van Assche1-0/+2
2019-02-18nvme-pci: Simplify interrupt allocationMing Lei1-76/+38
2019-02-18genirq/affinity: Store interrupt sets size in struct irq_affinityMing Lei1-4/+3
2019-02-12nvme-pci: add missing unlock for reset errorKeith Busch1-3/+5
2019-02-06nvme-pci: fix rapid add remove sequenceKeith Busch1-10/+12
2019-01-20Merge tag 'for-linus-20190118' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+13
2019-01-16nvme-pci: fix nvme_setup_irqs()Ming Lei1-8/+13
2019-01-12Merge tag 'for-linus-20190112' of git://git.kernel.dk/linux-blockLinus Torvalds1-20/+47
2019-01-09nvme: introduce NVME_QUIRK_IGNORE_DEV_SUBNQNJames Dingwall1-0/+2
2019-01-09nvme-pci: fix out of bounds access in nvme_cqe_pendingHongbo Yao1-1/+3
2019-01-09nvme-pci: rerun irq setup on IO queue init errorsKeith Busch1-14/+36
2019-01-09nvme-pci: use the same attributes when freeing host_mem_desc_bufs.Liviu Dudau1-4/+6
2019-01-09nvme-pci: fix the wrong setting of nr_mapsJianchao Wang1-1/+0
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-4/+4
2018-12-19nvme-pci: trace SQ status on completionsyupeng1-0/+2
2018-12-18nvme-pci: refactor nvme_poll_irqdisable to make sparse happyChristoph Hellwig1-6/+6
2018-12-18nvme-pci: only set nr_maps to 2 if poll queues are supportedChristoph Hellwig1-0/+3
2018-12-17nvme-pci: don't share queue mapsChristoph Hellwig1-5/+1
2018-12-11nvme: fix irq vs io_queue calculationsJens Axboe1-35/+29
2018-12-04block: only allow polling if a poll queue_map existsChristoph Hellwig1-20/+9
2018-12-04nvme-pci: remove the CQ lock for interrupt driven queuesChristoph Hellwig1-11/+26
2018-12-04nvme-pci: don't poll from irq context when deleting queuesChristoph Hellwig1-8/+19
2018-12-04nvme-pci: refactor nvme_disable_io_queuesChristoph Hellwig1-21/+20
2018-12-04nvme-pci: consolidate code for polling non-dedicated queuesChristoph Hellwig1-23/+12
2018-12-04nvme-pci: only allow polling with separate poll queuesChristoph Hellwig1-13/+5
2018-12-04nvme-pci: cleanup SQ allocation a bitChristoph Hellwig1-18/+15
2018-12-04nvme-pci: use atomic bitops to mark a queue enabledChristoph Hellwig1-28/+15
2018-12-04block: move queues types to the block layerChristoph Hellwig1-43/+25
2018-11-29nvme: implement mq_ops->commit_rqs() hookJens Axboe1-8/+39
2018-11-26blk-mq: remove 'tag' parameter from mq_ops->poll()Jens Axboe1-4/+4
2018-11-26blk-mq: when polling for IO, look for any completionJens Axboe1-7/+7
2018-11-19nvme: default to 0 poll queuesJens Axboe1-1/+1
2018-11-16nvme: provide optimized poll function for separate poll queuesJens Axboe1-8/+37
2018-11-15nvme: fix handling of EINVAL on pci_alloc_irq_vectors_affinity()Jens Axboe1-9/+11
2018-11-14nvme: fix boot hang with only being able to get one IRQ vectorJens Axboe1-3/+10
2018-11-07nvme: add separate poll queue mapJens Axboe1-17/+80
2018-11-07nvme: utilize two queue maps, one for reads and one for writesJens Axboe1-19/+181
2018-11-07blk-mq: abstract out queue mapJens Axboe1-1/+1
2018-11-02nvme-pci: fix conflicting p2p resource addsKeith Busch1-1/+4
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-40/+58
2018-10-20Merge branch 'pci/peer-to-peer'Bjorn Helgaas1-39/+58
2018-10-18nvme-pci: remove duplicate checkChaitanya Kulkarni1-2/+2
2018-10-17nvme-pci: Add support for P2P memory in requestsLogan Gunthorpe1-4/+13
2018-10-17nvme-pci: Use PCI p2pmem subsystem to manage the CMBLogan Gunthorpe1-35/+45
2018-10-17nvme-pci: fix hot removal during error handlingKeith Busch1-2/+1