summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)Author
2023-04-14nvme-pci: add NVME_QUIRK_BOGUS_NID for T-FORCE Z330 SSDDuy Truong
2023-03-28nvme-pci: mark Lexar NM760 as IGNORE_DEV_SUBNQNJuraj Pecigos
2023-03-15nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM620Philipp Geulen
2023-03-15nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000Elmer Miroslav Mosher Golovin
2023-03-15nvme-pci: fixing memory leak in probe teardown pathIrvin Cote
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-17nvme-pci: refresh visible attrs for cmb attributesKeith Busch
2023-02-14nvme-pci: remove iod use_sglsKeith Busch
2023-02-14nvme-pci: fix freeing single sglKeith Busch
2023-02-14nvme-pci: always return an ERR_PTR from nvme_pci_alloc_devIrvin Cote
2023-02-14nvme-pci: set the DMA mask earlierChristoph Hellwig
2023-02-13nvme-pci: add bogus ID quirk for ADATA SX6000PNPDaniel Wagner
2023-02-01nvme-pci: place descriptor addresses in iodKeith Busch
2023-02-01nvme-pci: use mapped entries for sgl decisionKeith Busch
2023-02-01nvme-pci: remove SGL segment descriptorsKeith Busch
2023-01-24nvme-pci: flush initial scan_work for async probeKeith Busch
2023-01-19nvme-pci: fix timeout request state checkKeith Busch
2023-01-10nvme-pci: fix error handling in nvme_pci_enable()Tong Zhang
2023-01-10nvme-pci: add NVME_QUIRK_IDENTIFY_CNS quirk to Apple T2 controllersHector Martin
2022-12-26nvme-pci: update sqsize when adjusting the queue depthChristoph Hellwig
2022-12-21nvme-pci: fix page size checksKeith Busch
2022-12-21nvme-pci: fix mempool alloc sizeKeith Busch
2022-12-21nvme-pci: fix doorbell buffer value endiannessKlaus Jensen
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds
2022-12-07nvme-pci: use the tagset alloc/free helpersChristoph Hellwig
2022-12-06nvme-pci: split out a nvme_pci_ctrl_is_dead helperChristoph Hellwig
2022-12-06nvme-pci: return early on ctrl state mismatch in nvme_reset_workChristoph Hellwig
2022-12-06nvme-pci: rename nvme_disable_io_queuesChristoph Hellwig
2022-12-06nvme-pci: cleanup nvme_suspend_queueChristoph Hellwig
2022-12-06nvme-pci: remove nvme_pci_disableChristoph Hellwig
2022-12-06nvme-pci: remove nvme_disable_admin_queueChristoph Hellwig
2022-12-06nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrlChristoph Hellwig
2022-12-06nvme: introduce nvme_start_requestSagi Grimberg
2022-12-06nvme: use kstrtobool() instead of strtobool()Christophe JAILLET
2022-11-30nvme-pci: clear the prp2 field when not usedLei Rao
2022-11-18nvme: rename the queue quiescing helpersChristoph Hellwig
2022-11-16nvme-pci: don't unbind the driver on reset failureChristoph Hellwig
2022-11-16nvme-pci: split the initial probe from the rest pathChristoph Hellwig
2022-11-16nvme-pci: move the HMPRE check into nvme_setup_host_memChristoph Hellwig
2022-11-16nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV7000Tiago Dias Ferreira
2022-11-15nvme-pci: simplify nvme_dbbuf_dma_allocChristoph Hellwig
2022-11-15nvme-pci: call nvme_pci_configure_admin_queue from nvme_pci_enableChristoph Hellwig
2022-11-15nvme-pci: set constant paramters in nvme_pci_alloc_ctrlChristoph Hellwig
2022-11-15nvme-pci: factor out a nvme_pci_alloc_dev helperChristoph Hellwig
2022-11-15nvme-pci: factor the iod mempool creation into a helperChristoph Hellwig
2022-11-15nvme-pci: move more teardown work to nvme_removeChristoph Hellwig
2022-11-15nvme-pci: put the admin queue in nvme_dev_remove_adminChristoph Hellwig
2022-11-15nvme: simplify transport specific device attribute handlingChristoph Hellwig
2022-11-15nvme: move OPAL setup from PCIe to coreChristoph Hellwig
2022-11-15nvme-pci: add NVME_QUIRK_BOGUS_NID for Micron NitroBean Huo