aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)Author
2023-10-10nvme-pci: do not set the NUMA node of device if it has nonePratyush Yadav
2023-02-22nvme-pci: Move enumeration by class to be last in the tableAndy Shevchenko
2023-01-18nvme-pci: fix doorbell buffer value endiannessKlaus Jensen
2022-06-14nvme-pci: fix a NULL pointer dereference in nvme_alloc_admin_tagsSmith, Kyle Miller (Nimble Kernel)
2021-07-28nvme-pci: don't WARN_ON in nvme_reset_work if ctrl.state is not RESETTINGZhihao Cheng
2021-07-28nvme-pci: do not call nvme_dev_remove_admin from nvme_removeCasey Chen
2021-05-14nvme-pci: don't simple map sgl when sgls are disabledNiklas Cassel
2021-03-30nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a Samsung PM1725aDmitry Monakhov
2021-03-11nvme-pci: add quirks for Lexar 256GB SSDPascal Terjan
2021-03-11nvme-pci: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST.Julian Einwag
2021-03-07nvme-pci: fix error unwind in nvme_map_dataChristoph Hellwig
2021-03-07nvme-pci: refactor nvme_unmap_dataChristoph Hellwig
2021-02-17nvme-pci: ignore the subsysem NQN on Phison E16Claus Stovgaard
2021-02-10nvme-pci: avoid the deepest sleep state on Kingston A2000 SSDsThorsten Leemhuis
2021-01-19nvme-pci: mark Samsung PM1725a as IGNORE_DEV_SUBNQNGopal Tiwari
2020-12-02nvme: free sq/cq dbbuf pointers when dbbuf set failsMinwoo Im
2020-10-29nvme-pci: disable the write zeros command for Intel 600P/P3100David Milburn
2020-10-07nvme-pci: fix NULL req in completion handlerXianting Tian
2020-10-01nvme: Fix ctrl use-after-free during sysfs deletionIsrael Rukshin
2020-09-17nvme-pci: cancel nvme device request before disablingTong Zhang
2020-08-19nvme: add a Identify Namespace Identification Descriptor list quirkChristoph Hellwig
2020-08-11nvme-pci: prevent SK hynix PC400 from using Write Zeroes commandKai-Heng Feng
2020-06-24nvme-pci: use simple suspend when a HMB is enabledChristoph Hellwig
2020-06-22nvme-pci: align io queue count with allocted nvme_queue in nvme_probeWeiping Zhang
2020-03-12nvme-pci: Use single IRQ vector for old Apple modelsAndy Shevchenko
2020-03-12nvme/pci: Add sleep quirk for Samsung and Toshiba drivesShyjumon N
2020-03-05nvme-pci: Hold cq_poll_lock while completing CQEsBijan Mottahedeh
2020-03-05nvme/pci: move cqe check after device shutdownKeith Busch
2020-02-24nvme-pci: remove nvmeq->tagsChristoph Hellwig
2020-01-09nvme/pci: Fix read queue countKeith Busch
2020-01-09nvme/pci: Fix write and poll queue typesKeith Busch
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