summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-21Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds1-78/+26
2023-02-17nvme-pci: refresh visible attrs for cmb attributesKeith Busch1-0/+8
2023-02-14nvme-pci: remove iod use_sglsKeith Busch1-3/+1
2023-02-14nvme-pci: fix freeing single sglKeith Busch1-1/+1
2023-02-14nvme-pci: always return an ERR_PTR from nvme_pci_alloc_devIrvin Cote1-3/+3
2023-02-14nvme-pci: set the DMA mask earlierChristoph Hellwig1-7/+5
2023-02-13nvme-pci: add bogus ID quirk for ADATA SX6000PNPDaniel Wagner1-0/+2
2023-02-01nvme-pci: place descriptor addresses in iodKeith Busch1-31/+18
2023-02-01nvme-pci: use mapped entries for sgl decisionKeith Busch1-3/+3
2023-02-01nvme-pci: remove SGL segment descriptorsKeith Busch1-42/+5
2023-01-24nvme-pci: flush initial scan_work for async probeKeith Busch1-0/+1
2023-01-19nvme-pci: fix timeout request state checkKeith Busch1-1/+1
2023-01-10nvme-pci: fix error handling in nvme_pci_enable()Tong Zhang1-2/+7
2023-01-10nvme-pci: add NVME_QUIRK_IDENTIFY_CNS quirk to Apple T2 controllersHector Martin1-1/+2
2022-12-26nvme-pci: update sqsize when adjusting the queue depthChristoph Hellwig1-4/+5
2022-12-21nvme-pci: fix page size checksKeith Busch1-4/+4
2022-12-21nvme-pci: fix mempool alloc sizeKeith Busch1-2/+2
2022-12-21nvme-pci: fix doorbell buffer value endiannessKlaus Jensen1-12/+13
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds1-338/+268
2022-12-07nvme-pci: use the tagset alloc/free helpersChristoph Hellwig1-71/+18
2022-12-06nvme-pci: split out a nvme_pci_ctrl_is_dead helperChristoph Hellwig1-22/+25
2022-12-06nvme-pci: return early on ctrl state mismatch in nvme_reset_workChristoph Hellwig1-2/+1
2022-12-06nvme-pci: rename nvme_disable_io_queuesChristoph Hellwig1-10/+10
2022-12-06nvme-pci: cleanup nvme_suspend_queueChristoph Hellwig1-10/+7
2022-12-06nvme-pci: remove nvme_pci_disableChristoph Hellwig1-13/+5
2022-12-06nvme-pci: remove nvme_disable_admin_queueChristoph Hellwig1-9/+2
2022-12-06nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrlChristoph Hellwig1-6/+9
2022-12-06nvme: introduce nvme_start_requestSagi Grimberg1-1/+1
2022-12-06nvme: use kstrtobool() instead of strtobool()Christophe JAILLET1-1/+2
2022-11-30nvme-pci: clear the prp2 field when not usedLei Rao1-0/+2
2022-11-18nvme: rename the queue quiescing helpersChristoph Hellwig1-8/+8
2022-11-16nvme-pci: don't unbind the driver on reset failureChristoph Hellwig1-30/+10
2022-11-16nvme-pci: split the initial probe from the rest pathChristoph Hellwig1-53/+80
2022-11-16nvme-pci: move the HMPRE check into nvme_setup_host_memChristoph Hellwig1-5/+6
2022-11-16nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV7000Tiago Dias Ferreira1-0/+2
2022-11-15nvme-pci: simplify nvme_dbbuf_dma_allocChristoph Hellwig1-16/+16
2022-11-15nvme-pci: call nvme_pci_configure_admin_queue from nvme_pci_enableChristoph Hellwig1-5/+2
2022-11-15nvme-pci: set constant paramters in nvme_pci_alloc_ctrlChristoph Hellwig1-21/+17
2022-11-15nvme-pci: factor out a nvme_pci_alloc_dev helperChristoph Hellwig1-35/+46
2022-11-15nvme-pci: factor the iod mempool creation into a helperChristoph Hellwig1-23/+18
2022-11-15nvme-pci: move more teardown work to nvme_removeChristoph Hellwig1-2/+2
2022-11-15nvme-pci: put the admin queue in nvme_dev_remove_adminChristoph Hellwig1-2/+1
2022-11-15nvme: simplify transport specific device attribute handlingChristoph Hellwig1-15/+8
2022-11-15nvme: move OPAL setup from PCIe to coreChristoph Hellwig1-13/+1
2022-11-15nvme-pci: add NVME_QUIRK_BOGUS_NID for Micron NitroBean Huo1-0/+2
2022-11-09nvme: quiet user passthrough command errorsKeith Busch1-2/+0
2022-11-02nvme-pci: don't unquiesce the I/O queues in nvme_remove_dead_ctrlChristoph Hellwig1-1/+0
2022-11-02nvme: split nvme_kill_queuesChristoph Hellwig1-2/+4
2022-11-02nvme-pci: refactor the tagset handling in nvme_reset_workChristoph Hellwig1-16/+28
2022-10-25nvme-pci: remove an extra queue referenceChristoph Hellwig1-6/+0