summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-17Merge tag 'for-linus-2019-08-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2019-08-12nvme-pci: Allow PCI bus-level PM to be used if ASPM is disabledRafael J. Wysocki1-3/+10
2019-07-31nvme-pci: Fix async probe remove raceKeith Busch1-1/+2
2019-07-23Revert "nvme-pci: don't create a read hctx mapping without read queues"yangerkun1-3/+1
2019-07-23nvme: ignore subnqn for ADATA SX6000LNPMisha Nasledov1-0/+2
2019-07-09nvme-pci: limit max_hw_sectors based on the DMA max mapping sizeChristoph Hellwig1-1/+2
2019-07-09nvme-pci: check for NULL return from pci_alloc_p2pmem()Alan Mikhak1-5/+9
2019-07-09nvme-pci: don't create a read hctx mapping without read queuesAlan Mikhak1-1/+3
2019-07-09nvme-pci: don't fall back to a 32-bit DMA maskChristoph Hellwig1-2/+1
2019-07-09nvme-pci: make nvme_dev_pm_ops staticYueHaibing1-1/+1
2019-06-21nvme-pci: clean up nvme_remove_dead_ctrl a bitChaitanya Kulkarni1-4/+5
2019-06-21nvme-pci: properly report state change failure in nvme_reset_workMinwoo Im1-0/+1
2019-06-21nvme-pci: set the errno on ctrl state change errorChaitanya Kulkarni1-2/+5
2019-06-21nvme-pci: adjust irq max_vector using num_possible_cpus()Minwoo Im1-1/+5
2019-06-21nvme-pci: remove queue_count_ops for write_queues and poll_queuesMinwoo Im1-21/+2
2019-06-21nvme-pci: remove unnecessary zero for static varMinwoo Im1-1/+1
2019-06-21nvme-pci: use host managed power state for suspendKeith Busch1-3/+92
2019-06-05nvme-pci: don't limit DMA segement sizeChristoph Hellwig1-0/+6
2019-05-22nvme-pci: use blk-mq mapping for unmanaged irqsKeith Busch1-1/+1
2019-05-17nvme-pci: Sync queues on resetKeith Busch1-0/+1
2019-05-17nvme-pci: Unblock reset_work on IO failureKeith Busch1-5/+4
2019-05-17nvme-pci: Don't disable on timeout in reset stateKeith Busch1-1/+2
2019-05-17nvme-pci: Fix controller freeze wait disablingKeith Busch1-6/+6
2019-05-13nvme-pci: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-05-13nvme-pci: init shadow doorbell after each resetMaxim Levitsky1-2/+1
2019-05-01nvme: move command size checks to the coreChristoph Hellwig1-28/+3
2019-05-01nvme-pci: check more command sizesMinwoo Im1-0/+7
2019-05-01nvme-pci: remove an unneeded variable initializationMinwoo Im1-1/+1
2019-05-01nvme-pci: unquiesce admin queue on shutdownKeith Busch1-1/+4
2019-05-01nvme-pci: shutdown on timeout during deletionKeith Busch1-1/+4
2019-05-01nvme-pci: fix psdt field for single segment sglsKlaus Birkelund Jensen1-0/+1
2019-04-05nvme-pci: tidy up nvme_map_dataChristoph Hellwig1-12/+5
2019-04-05nvme-pci: optimize mapping single segment requests using SGLsChristoph Hellwig1-0/+22
2019-04-05nvme-pci: optimize mapping of small single segment requestsChristoph Hellwig1-5/+40
2019-04-05nvme-pci: remove the inline scatterlist optimizationChristoph Hellwig1-32/+6
2019-04-05nvme-pci: split metadata handling from nvme_map_data / nvme_unmap_dataChristoph Hellwig1-21/+27
2019-04-05nvme-pci: do not build a scatterlist to map metadataChristoph Hellwig1-13/+10
2019-04-05nvme-pci: only call nvme_unmap_data for requests transferring dataChristoph Hellwig1-1/+2
2019-04-05nvme-pci: merge nvme_free_iod into nvme_unmap_dataChristoph Hellwig1-27/+17
2019-04-05nvme-pci: move the call to nvme_cleanup_cmd out of nvme_unmap_dataChristoph Hellwig1-1/+1
2019-04-05nvme-pci: remove nvme_init_iodChristoph Hellwig1-34/+22
2019-04-05nvme-pci: remove unused nvme_iod memberKeith Busch1-2/+0
2019-04-05nvme-pci: remove q_dmadev from nvme_queueKeith Busch1-5/+3
2019-04-05nvme-pci: use a flag for polled queuesKeith Busch1-20/+13
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