summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)Author
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
2022-11-09nvme: quiet user passthrough command errorsKeith Busch
2022-11-02nvme-pci: don't unquiesce the I/O queues in nvme_remove_dead_ctrlChristoph Hellwig
2022-11-02nvme: split nvme_kill_queuesChristoph Hellwig
2022-11-02nvme-pci: refactor the tagset handling in nvme_reset_workChristoph Hellwig
2022-10-25nvme-pci: remove an extra queue referenceChristoph Hellwig
2022-10-25blk-mq: move the call to blk_put_queue out of blk_mq_destroy_queueChristoph Hellwig
2022-10-19nvme-pci: disable write zeroes on various Kingston SSDXander Li
2022-10-12nvme-pci: avoid the deepest sleep state on ZHITAI TiPro5000 SSDsXi Ruoyao
2022-10-12nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM760Abhijit
2022-10-07Merge tag 'for-6.1/passthrough-2022-10-04' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-09-30Merge tag 'block-6.0-2022-09-29' of git://git.kernel.dk/linuxLinus Torvalds
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe
2022-09-30Merge branch 'for-6.1/block' into for-6.1/passthroughJens Axboe
2022-09-27nvme-pci: report the actual number of tagset mapsKeith Busch