summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)Author
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
2024-12-11nvme-pci: 512 byte aligned dma pool segment quirkRobert Beckett
2024-12-04nvme-pci: don't use dma_alloc_noncontiguous with 0 merge boundaryChristoph Hellwig
2024-12-03nvme-pci: remove two deallocate zeroes quirksKeith Busch
2024-11-18nvme-pci: use sgls for all user requests if possibleKeith Busch
2024-11-18nvme-pci: add support for sgl metadataKeith Busch
2024-11-13block: don't reorder requests in blk_add_rq_to_plugChristoph Hellwig
2024-11-13block: add a rq_list typeChristoph Hellwig
2024-11-13nvme-pci: reverse request order in nvme_queue_rqsChristoph Hellwig
2024-11-05nvme-pci: use dma_alloc_noncontigous if possibleChristoph Hellwig
2024-11-05nvme-pci: fix freeing of the HMB descriptor tableChristoph Hellwig
2024-10-17nvme-pci: fix race condition between reset and nvme_dev_disable()Maurizio Lombardi
2024-09-16Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds