aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)Author
2020-02-28nvme-pci: Hold cq_poll_lock while completing CQEsBijan Mottahedeh
2020-02-20nvme-pci: Use single IRQ vector for old Apple modelsAndy Shevchenko
2020-02-20nvme/pci: Add sleep quirk for Samsung and Toshiba drivesShyjumon N
2020-02-14nvme/pci: move cqe check after device shutdownKeith Busch
2020-02-04nvme-pci: remove nvmeq->tagsChristoph Hellwig
2019-12-07nvme/pci: Fix read queue countKeith Busch
2019-12-07nvme/pci Limit write queue sizes to possible cpusKeith Busch
2019-12-07nvme/pci: Fix write and poll queue typesKeith Busch
2019-12-04nvme/pci: Remove last_cq_headKeith Busch
2019-11-27nvme: else following return is not neededEdmund Nadolski
2019-11-25Merge tag 'for-5.5/drivers-post-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-25Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-22nvme: hwmon: add quirk to avoid changing temperature thresholdAkinobu Mita
2019-11-04nvme-pci: Spelling s/resdicovered/rediscovered/Geert Uytterhoeven
2019-11-04nvme: move common call to nvme_cleanup_cmd to core layerMax Gurtovoy
2019-11-04nvme: introduce nvme_is_aen_req functionIsrael Rukshin
2019-10-18nvme-pci: Set the prp2 correctly when using more than 4k pageKevin Hao
2019-10-14nvme: Wait for reset state when requiredKeith Busch
2019-10-14nvme: Remove ADMIN_ONLY stateKeith Busch
2019-10-14nvme-pci: Free tagset if no IO queuesKeith Busch
2019-10-04nvme: retain split access workaround for capability readsArd Biesheuvel
2019-09-27Merge branch 'nvme-5.4' of git://git.infradead.org/nvme into for-linusJens Axboe
2019-09-25Added QUIRKs for ADATA XPG SX8200 Pro 512GBGabriel Craciunescu
2019-09-25nvme-pci: Save PCI state before putting drive into deepest stateMario Limonciello
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-09-12nvme: Remove redundant assignment of cq vectorIsrael Rukshin
2019-08-29nvme-pci: Tidy up nvme_unmap_dataIsrael Rukshin
2019-08-29nvme-pci: Support shared tags across queues for Apple 2018 controllersBenjamin Herrenschmidt
2019-08-29nvme-pci: Add support for Apple 2018+ modelsBenjamin Herrenschmidt
2019-08-29nvme-pci: Add support for variable IO SQ element sizeBenjamin Herrenschmidt
2019-08-29nvme-pci: Pass the queue to SQ_SIZE/CQ_SIZE macrosBenjamin Herrenschmidt
2019-08-29nvme: don't pass cap to nvme_disable_ctrlSagi Grimberg
2019-08-29nvme: move sqsize setting to the coreSagi Grimberg
2019-08-29nvme-pci: set ctrl sqsize to the device q_depthSagi Grimberg
2019-08-20nvme: Add quirk for LiteON CL1 devices running FW 22301111Mario Limonciello
2019-08-17Merge tag 'for-linus-2019-08-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-08-16PCI/P2PDMA: Introduce pci_p2pdma_unmap_sg()Logan Gunthorpe
2019-08-16PCI/P2PDMA: Add attrs argument to pci_p2pdma_map_sg()Logan Gunthorpe
2019-08-12nvme-pci: Allow PCI bus-level PM to be used if ASPM is disabledRafael J. Wysocki
2019-08-04nvme: wait until all completed request's complete fn is calledMing Lei
2019-07-31nvme-pci: Fix async probe remove raceKeith Busch
2019-07-23Revert "nvme-pci: don't create a read hctx mapping without read queues"yangerkun
2019-07-23nvme: ignore subnqn for ADATA SX6000LNPMisha Nasledov
2019-07-09nvme-pci: limit max_hw_sectors based on the DMA max mapping sizeChristoph Hellwig
2019-07-09nvme-pci: check for NULL return from pci_alloc_p2pmem()Alan Mikhak
2019-07-09nvme-pci: don't create a read hctx mapping without read queuesAlan Mikhak
2019-07-09nvme-pci: don't fall back to a 32-bit DMA maskChristoph Hellwig
2019-07-09nvme-pci: make nvme_dev_pm_ops staticYueHaibing
2019-06-21nvme-pci: clean up nvme_remove_dead_ctrl a bitChaitanya Kulkarni