summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)Author
4 daysMerge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds
2025-07-17nvme-pci: try function level reset on init failureKeith Busch
2025-07-17nvme: fix multiple spelling and grammar issues in host driversAlok Tiwari
2025-07-11nvme-pci: don't allocate dma_vec for IOVA mappingsChristoph Hellwig
2025-07-08nvme-pci: fix dma unmapping when using PRPs and not using the IOVA mappingChristoph Hellwig
2025-07-01nvme-pci: use block layer helpers to calculate num of queuesDaniel Wagner
2025-06-30nvme-pci: rework the build time assert for NVME_MAX_NR_DESCRIPTORSChristoph Hellwig
2025-06-30nvme-pci: replace NVME_MAX_KB_SZ with NVME_MAX_BYTEChristoph Hellwig
2025-06-30nvme-pci: convert the data mapping to blk_rq_dma_mapChristoph Hellwig
2025-06-30nvme-pci: remove superfluous argumentsChristoph Hellwig
2025-06-30nvme-pci: merge the simple PRP and SGL setup into a common helperChristoph Hellwig
2025-06-30nvme-pci: refactor nvme_pci_use_sglsChristoph Hellwig
2025-06-30nvme-pci: refresh visible attrs after being checkedEugen Hristev
2025-06-04nvme: spelling fixesYi Zhang
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds
2025-05-20nvme-pci: derive and better document max segments limitsChristoph Hellwig
2025-05-20nvme-pci: use struct_size for allocation struct nvme_devChristoph Hellwig
2025-05-20nvme-pci: add a symolic name for the small pool sizeLeon Romanovsky
2025-05-20nvme-pci: use a better encoding for small prp pool allocationsChristoph Hellwig
2025-05-20nvme-pci: rename the descriptor poolsChristoph Hellwig
2025-05-20nvme-pci: remove struct nvme_descriptorChristoph Hellwig
2025-05-20nvme-pci: store aborted state in flags variableLeon Romanovsky
2025-05-20nvme-pci: don't try to use SGLs for metadata on the admin queueChristoph Hellwig
2025-05-20nvme-pci: make PRP list DMA pools per-NUMA-nodeCaleb Sander Mateos
2025-05-20nvme-pci: factor out a nvme_init_hctx_common() helperCaleb Sander Mateos
2025-05-14nvme-pci: add NVME_QUIRK_NO_DEEPEST_PS quirk for SOLIDIGM P44 ProIlya Guterman
2025-05-13nvme-pci: acquire cq_poll_lock in nvme_poll_irqdisableKeith Busch
2025-05-13nvme-pci: make nvme_pci_npages_prp() __always_inlineKees Cook
2025-04-29nvme-pci: add quirks for WDC Blue SN550 15b7:5009Wentao Guan
2025-04-29nvme-pci: add quirks for device 126f:1001Wentao Guan
2025-04-29nvme-pci: fix queue unquiesce check on slot_resetKeith Busch
2025-04-01nvme-pci: skip nvme_write_sq_db on empty rqlistMaurizio Lombardi
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds
2025-03-20nvme-pci: remove stale commentBaruch Siach
2025-03-13Merge tag 'nvme-6.14-2025-03-13' of git://git.infradead.org/nvme into block-6.14Jens Axboe
2025-03-13block: remove unused parameter 'q' parameter in __blk_rq_map_sg()Anuj Gupta
2025-03-12block: change blk_mq_add_to_batch() third argument type to boolShin'ichiro Kawasaki
2025-03-10nvme-pci: fix stuck reset on concurrent DPC and HPKeith Busch
2025-02-24nvme-pci: skip CMB blocks incompatible with PCI P2P DMAIcenowy Zheng
2025-02-24nvme-pci: clean up CMBMSC when registering CMB failsIcenowy Zheng
2025-02-18nvme-pci: quirk Acer FA100 for non-uniqueue identifiersChristopher Lentocha
2025-02-03Merge tag 'nvme-6.14-2025-01-31' of git://git.infradead.org/nvme into block-6.14Jens Axboe
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds
2025-01-17nvme-pci: Add TUXEDO IBP Gen9 to Samsung sleep quirkGeorg Gottleuber
2025-01-17nvme-pci: Add TUXEDO InfinityFlex to Samsung sleep quirkGeorg Gottleuber
2025-01-17nvme-pci: remove redundant dma frees in hmbFrancis Pravin
2025-01-12nvme-pci: use correct size to free the hmb bufferFrancis Pravin
2025-01-12nvme-pci: fix comment typoBaruch Siach
2025-01-10nvme: change return type of nvme_poll_cq() to boolYongsoo Joo
2024-12-23nvme: replace blk_mq_pci_map_queues with blk_mq_map_hw_queuesDaniel Wagner