summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-261-5/+1
|\
| * nvme-pci: drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-04-131-5/+1
* | nvme-pci: add NVME_QUIRK_BOGUS_NID for T-FORCE Z330 SSDDuy Truong2023-04-141-0/+2
* | nvme-pci: mark Lexar NM760 as IGNORE_DEV_SUBNQNJuraj Pecigos2023-03-281-1/+2
* | nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM620Philipp Geulen2023-03-151-0/+2
* | nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000Elmer Miroslav Mosher Golovin2023-03-151-0/+2
* | nvme-pci: fixing memory leak in probe teardown pathIrvin Cote2023-03-151-0/+1
|/
* Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2023-02-201-78/+26
|\
| * nvme-pci: remove iod use_sglsKeith Busch2023-02-141-3/+1
| * nvme-pci: fix freeing single sglKeith Busch2023-02-141-1/+1
| * nvme-pci: place descriptor addresses in iodKeith Busch2023-02-011-31/+18
| * nvme-pci: use mapped entries for sgl decisionKeith Busch2023-02-011-3/+3
| * nvme-pci: remove SGL segment descriptorsKeith Busch2023-02-011-42/+5
* | nvme-pci: refresh visible attrs for cmb attributesKeith Busch2023-02-171-0/+8
* | nvme-pci: always return an ERR_PTR from nvme_pci_alloc_devIrvin Cote2023-02-141-3/+3
* | nvme-pci: set the DMA mask earlierChristoph Hellwig2023-02-141-7/+5
* | nvme-pci: add bogus ID quirk for ADATA SX6000PNPDaniel Wagner2023-02-131-0/+2
|/
* nvme-pci: flush initial scan_work for async probeKeith Busch2023-01-241-0/+1
* nvme-pci: fix timeout request state checkKeith Busch2023-01-191-1/+1
* nvme-pci: fix error handling in nvme_pci_enable()Tong Zhang2023-01-101-2/+7
* nvme-pci: add NVME_QUIRK_IDENTIFY_CNS quirk to Apple T2 controllersHector Martin2023-01-101-1/+2
* nvme-pci: update sqsize when adjusting the queue depthChristoph Hellwig2022-12-261-4/+5
* nvme-pci: fix page size checksKeith Busch2022-12-211-4/+4
* nvme-pci: fix mempool alloc sizeKeith Busch2022-12-211-2/+2
* nvme-pci: fix doorbell buffer value endiannessKlaus Jensen2022-12-211-12/+13
* Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-131-338/+268
|\
| * nvme-pci: use the tagset alloc/free helpersChristoph Hellwig2022-12-071-71/+18
| * nvme-pci: split out a nvme_pci_ctrl_is_dead helperChristoph Hellwig2022-12-061-22/+25
| * nvme-pci: return early on ctrl state mismatch in nvme_reset_workChristoph Hellwig2022-12-061-2/+1
| * nvme-pci: rename nvme_disable_io_queuesChristoph Hellwig2022-12-061-10/+10
| * nvme-pci: cleanup nvme_suspend_queueChristoph Hellwig2022-12-061-10/+7
| * nvme-pci: remove nvme_pci_disableChristoph Hellwig2022-12-061-13/+5
| * nvme-pci: remove nvme_disable_admin_queueChristoph Hellwig2022-12-061-9/+2
| * nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrlChristoph Hellwig2022-12-061-6/+9
| * nvme: introduce nvme_start_requestSagi Grimberg2022-12-061-1/+1
| * nvme: use kstrtobool() instead of strtobool()Christophe JAILLET2022-12-061-1/+2
| * nvme: rename the queue quiescing helpersChristoph Hellwig2022-11-181-8/+8
| * nvme-pci: don't unbind the driver on reset failureChristoph Hellwig2022-11-161-30/+10
| * nvme-pci: split the initial probe from the rest pathChristoph Hellwig2022-11-161-53/+80
| * nvme-pci: move the HMPRE check into nvme_setup_host_memChristoph Hellwig2022-11-161-5/+6
| * nvme-pci: simplify nvme_dbbuf_dma_allocChristoph Hellwig2022-11-151-16/+16
| * nvme-pci: call nvme_pci_configure_admin_queue from nvme_pci_enableChristoph Hellwig2022-11-151-5/+2
| * nvme-pci: set constant paramters in nvme_pci_alloc_ctrlChristoph Hellwig2022-11-151-21/+17
| * nvme-pci: factor out a nvme_pci_alloc_dev helperChristoph Hellwig2022-11-151-35/+46
| * nvme-pci: factor the iod mempool creation into a helperChristoph Hellwig2022-11-151-23/+18
| * nvme-pci: move more teardown work to nvme_removeChristoph Hellwig2022-11-151-2/+2
| * nvme-pci: put the admin queue in nvme_dev_remove_adminChristoph Hellwig2022-11-151-2/+1
| * nvme: simplify transport specific device attribute handlingChristoph Hellwig2022-11-151-15/+8
| * nvme: move OPAL setup from PCIe to coreChristoph Hellwig2022-11-151-13/+1
| * nvme-pci: don't unquiesce the I/O queues in nvme_remove_dead_ctrlChristoph Hellwig2022-11-021-1/+0