aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/git/helgaas/pciLinus 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
2018-10-17nvme-pci: fix nvme_suspend_queue() kernel-doc headerBart Van Assche1-1/+1
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-1/+0
2018-08-28nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_eventMichal Wnukowski1-0/+8
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe1-5/+7
2018-07-30nvme: use blk API to remap ref tags for IOs with metadataMax Gurtovoy1-74/+1
2018-07-23nvme: cache struct nvme_ctrl reference to struct nvme_requestSagi Grimberg1-0/+2
2018-07-12nvme-pci: fix memory leak on probe failureKeith Busch1-5/+7
2018-06-21nvme-pci: limit max IO size and segments to avoid high order allocationsJens Axboe1-5/+37
2018-06-21nvme-pci: move nvme_kill_queues to nvme_remove_dead_ctrlJianchao Wang1-1/+1
2018-06-08Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds1-25/+10
2018-06-08nvme-pci: make CMB SQ mod-param read-onlyKeith Busch1-1/+1
2018-06-08nvme-pci: unquiesce dead controller queuesKeith Busch1-1/+1
2018-06-08nvme-pci: remove HMB teardown on resetKeith Busch1-8/+0
2018-06-08nvme-pci: queue creation fixesKeith Busch1-3/+4
2018-06-08nvme-pci: remove unnecessary completion doorbell checkKeith Busch1-5/+3
2018-06-08nvme-pci: remove unnecessary nested lockingKeith Busch1-7/+1
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-19/+1
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds1-114/+144
2018-05-30nvme-pci: simplify __nvme_submit_cmdChristoph Hellwig1-23/+14
2018-05-30nvme-pci: Rate limit the nvme timeout warningsKeith Busch1-1/+1
2018-05-29Merge branch 'nvme-4.18-2' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe1-18/+21
2018-05-29nvme: return BLK_EH_DONE from ->timeoutChristoph Hellwig1-9/+5
2018-05-25nvme-pci: Fix AER reset handlingKeith Busch1-9/+5
2018-05-25nvme-pci: set nvmeq->cq_vector after alloc cq/sqJianchao Wang1-9/+16
2018-05-21nvme-pci: fix race between poll and IRQ completionsJens Axboe1-4/+11
2018-05-18nvme-pci: drop IRQ disabling on submission queue lockJens Axboe1-4/+4
2018-05-18nvme-pci: split the nvme queue lock into submission and completion locksJens Axboe1-21/+23
2018-05-18nvme-pci: handle completions outside of the queue lockJens Axboe1-42/+45
2018-05-18nvme-pci: move ->cq_vector == -1 check outside of ->q_lockJens Axboe1-5/+13
2018-05-18nvme-pci: remove cq check after submissionJens Axboe1-2/+0
2018-05-18nvme-pci: simplify nvme_cqe_validChristoph Hellwig1-6/+6
2018-05-11nvme/pci: Sync controller reset for AER slot_resetKeith Busch1-2/+9
2018-05-11nvme: add quirk to force medium priority for SQ creationJens Axboe1-1/+11
2018-05-07nvme/pci: Hold controller reference during async probeKeith Busch1-0/+3
2018-05-02nvme/pci: Use async_schedule for initial reset workKeith Busch1-1/+9
2018-04-26nvme: lightnvm: add granby supportWei Xu1-0/+2
2018-04-26NVMe: Add Quirk Delay before CHK RDY for Seagate Nytro Flash StorageMicah Parrish1-0/+2
2018-04-24nvme-pci: Use pci_sriov_configure_simple() to enable VFsAlexander Duyck1-19/+1
2018-04-12nvme-pci: Separate IO and admin queue IRQ vectorsKeith Busch1-6/+17
2018-04-12nvme-pci: Remove unused queue parameterKeith Busch1-7/+3
2018-04-12nvme-pci: Skip queue deletion if there are no queuesKeith Busch1-1/+1
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+18
2018-03-27blk-mq: Allow PCI vector offset for mapping queuesKeith Busch1-1/+1