summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/pci.c
Commit message (Expand)AuthorAgeFilesLines
* 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-151-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-051-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
| * | | nvme: return BLK_EH_DONE from ->timeoutChristoph Hellwig2018-05-291-9/+5
| |/ /
| * | nvme-pci: fix race between poll and IRQ completionsJens Axboe2018-05-211-4/+11
| * | nvme-pci: drop IRQ disabling on submission queue lockJens Axboe2018-05-181-4/+4
| * | nvme-pci: split the nvme queue lock into submission and completion locksJens Axboe2018-05-181-21/+23
| * | nvme-pci: handle completions outside of the queue lockJens Axboe2018-05-181-42/+45
| * | nvme-pci: move ->cq_vector == -1 check outside of ->q_lockJens Axboe2018-05-181-5/+13
| * | nvme-pci: remove cq check after submissionJens Axboe2018-05-181-2/+0
| * | nvme-pci: simplify nvme_cqe_validChristoph Hellwig2018-05-181-6/+6
| * | nvme/pci: Sync controller reset for AER slot_resetKeith Busch2018-05-111-2/+9
| * | nvme/pci: Hold controller reference during async probeKeith Busch2018-05-071-0/+3
| * | nvme/pci: Use async_schedule for initial reset workKeith Busch2018-05-021-1/+9
| * | nvme: lightnvm: add granby supportWei Xu2018-04-261-0/+2
| * | NVMe: Add Quirk Delay before CHK RDY for Seagate Nytro Flash StorageMicah Parrish2018-04-261-0/+2
| |/