summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-22nvme-pci: Move enumeration by class to be last in the tableAndy Shevchenko1-1/+2
2023-01-18nvme-pci: fix doorbell buffer value endiannessKlaus Jensen1-12/+13
2022-06-14nvme-pci: fix a NULL pointer dereference in nvme_alloc_admin_tagsSmith, Kyle Miller (Nimble Kernel)1-0/+1
2021-07-28nvme-pci: don't WARN_ON in nvme_reset_work if ctrl.state is not RESETTINGZhihao Cheng1-1/+3
2021-07-28nvme-pci: do not call nvme_dev_remove_admin from nvme_removeCasey Chen1-1/+0
2021-05-14nvme-pci: don't simple map sgl when sgls are disabledNiklas Cassel1-1/+1
2021-03-30nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a Samsung PM1725aDmitry Monakhov1-0/+1
2021-03-11nvme-pci: add quirks for Lexar 256GB SSDPascal Terjan1-0/+3
2021-03-11nvme-pci: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST.Julian Einwag1-1/+2
2021-03-07nvme-pci: fix error unwind in nvme_map_dataChristoph Hellwig1-10/+18
2021-03-07nvme-pci: refactor nvme_unmap_dataChristoph Hellwig1-28/+49
2021-02-17nvme-pci: ignore the subsysem NQN on Phison E16Claus Stovgaard1-0/+2
2021-02-10nvme-pci: avoid the deepest sleep state on Kingston A2000 SSDsThorsten Leemhuis1-0/+2
2021-01-19nvme-pci: mark Samsung PM1725a as IGNORE_DEV_SUBNQNGopal Tiwari1-1/+2
2020-12-02nvme: free sq/cq dbbuf pointers when dbbuf set failsMinwoo Im1-0/+15
2020-10-29nvme-pci: disable the write zeros command for Intel 600P/P3100David Milburn1-1/+2
2020-10-07nvme-pci: fix NULL req in completion handlerXianting Tian1-7/+7
2020-10-01nvme: Fix ctrl use-after-free during sysfs deletionIsrael Rukshin1-1/+0
2020-09-17nvme-pci: cancel nvme device request before disablingTong Zhang1-2/+2
2020-08-19nvme: add a Identify Namespace Identification Descriptor list quirkChristoph Hellwig1-0/+2
2020-08-11nvme-pci: prevent SK hynix PC400 from using Write Zeroes commandKai-Heng Feng1-0/+2
2020-06-24nvme-pci: use simple suspend when a HMB is enabledChristoph Hellwig1-0/+6
2020-06-22nvme-pci: align io queue count with allocted nvme_queue in nvme_probeWeiping Zhang1-24/+33
2020-03-12nvme-pci: Use single IRQ vector for old Apple modelsAndy Shevchenko1-1/+2
2020-03-12nvme/pci: Add sleep quirk for Samsung and Toshiba drivesShyjumon N1-0/+12
2020-03-05nvme-pci: Hold cq_poll_lock while completing CQEsBijan Mottahedeh1-1/+1
2020-03-05nvme/pci: move cqe check after device shutdownKeith Busch1-5/+18
2020-02-24nvme-pci: remove nvmeq->tagsChristoph Hellwig1-15/+8
2020-01-09nvme/pci: Fix read queue countKeith Busch1-5/+1
2020-01-09nvme/pci: Fix write and poll queue typesKeith Busch1-4/+4
2019-10-18nvme-pci: Set the prp2 correctly when using more than 4k pageKevin Hao1-1/+2
2019-10-14nvme: Wait for reset state when requiredKeith Busch1-15/+31
2019-10-14nvme: Remove ADMIN_ONLY stateKeith Busch1-15/+6
2019-10-14nvme-pci: Free tagset if no IO queuesKeith Busch1-2/+9
2019-10-05nvme: retain split access workaround for capability readsArd Biesheuvel1-1/+1
2019-09-27Merge branch 'nvme-5.4' of git://git.infradead.org/nvme into for-linusJens Axboe1-7/+13
2019-09-25Added QUIRKs for ADATA XPG SX8200 Pro 512GBGabriel Craciunescu1-0/+3
2019-09-25nvme-pci: Save PCI state before putting drive into deepest stateMario Limonciello1-7/+10
2019-09-24Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+6
2019-09-18Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds1-24/+78
2019-09-12nvme: Remove redundant assignment of cq vectorIsrael Rukshin1-1/+0
2019-08-29nvme-pci: Tidy up nvme_unmap_dataIsrael Rukshin1-3/+2
2019-08-29nvme-pci: Support shared tags across queues for Apple 2018 controllersBenjamin Herrenschmidt1-1/+30
2019-08-29nvme-pci: Add support for Apple 2018+ modelsBenjamin Herrenschmidt1-1/+20
2019-08-29nvme-pci: Add support for variable IO SQ element sizeBenjamin Herrenschmidt1-3/+8
2019-08-29nvme-pci: Pass the queue to SQ_SIZE/CQ_SIZE macrosBenjamin Herrenschmidt1-15/+15
2019-08-29nvme: don't pass cap to nvme_disable_ctrlSagi Grimberg1-2/+2
2019-08-29nvme: move sqsize setting to the coreSagi Grimberg1-1/+1
2019-08-29nvme-pci: set ctrl sqsize to the device q_depthSagi Grimberg1-0/+1
2019-08-20nvme: Add quirk for LiteON CL1 devices running FW 22301111Mario Limonciello1-1/+2