summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-02nvme-pci: ensure we're polling a polled queueKeith Busch1-1/+2
2026-04-02nvme-pci: cap queue creation to used queuesKeith Busch1-1/+7
2026-03-19nvme-pci: Fix race bug in nvme_poll_irqdisable()Sungwoo Kim1-2/+4
2026-03-19nvme-pci: Fix slab-out-of-bounds in nvme_dbbuf_setSungwoo Kim1-1/+1
2026-02-05nvme-pci: handle changing device dma map requirementsKeith Busch1-15/+30
2026-01-28nvme-pci: DMA unmap the correct regions in nvme_free_sglsRoger Pau Monne1-2/+2
2026-01-14nvme: fix PCIe subsystem reset controller state transitionNilay Shroff1-1/+4
2025-12-15nvme-pci: disable secondary temp for Wodposit WPBSNM8Ilikara Zheng1-0/+2
2025-12-05Merge tag 'nvme-6.19-2025-12-04' of git://git.infradead.org/nvme into block-6.19Jens Axboe1-0/+2
2025-12-04Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-19/+99
2025-12-02nvme-pci: add debug message on fail to read CSTSGerd Bayer1-0/+1
2025-12-02nvme-pci: print error message on failure in nvme_probeGerd Bayer1-0/+1
2025-11-14block-dma: properly take MMIO pathLeon Romanovsky1-8/+65
2025-11-14nvme-pci: migrate to dma_map_phys instead of map_pageLeon Romanovsky1-12/+13
2025-11-07nvme: remove virtual boundary for sgl capable devicesKeith Busch1-3/+25
2025-10-23nvme-pci: use blk_map_iter for p2p metadataKeith Busch1-3/+10
2025-09-24Merge tag 'nvme-6.18-2025-09-23' of git://git.infradead.org/nvme into for-6.1...Jens Axboe1-0/+2
2025-09-16nvme-pci: Add TUXEDO IBS Gen8 to Samsung sleep quirkGeorg Gottleuber1-0/+2
2025-09-09blk-mq-dma: bring back p2p request flagsKeith Busch1-17/+4
2025-08-25nvme-pci: convert metadata mapping to dma iterKeith Busch1-76/+87
2025-08-25nvme-pci: create common sgl unmapping helperKeith Busch1-15/+14
2025-08-25blk-mq-dma: require unmap caller provide p2p map typeKeith Busch1-1/+8
2025-07-31nvme-pci: fix leak on sgl setup errorKeith Busch1-1/+1
2025-07-29Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds1-257/+383
2025-07-17nvme-pci: try function level reset on init failureKeith Busch1-2/+22
2025-07-17nvme: fix multiple spelling and grammar issues in host driversAlok Tiwari1-1/+1
2025-07-11nvme-pci: don't allocate dma_vec for IOVA mappingsChristoph Hellwig1-2/+2
2025-07-08nvme-pci: fix dma unmapping when using PRPs and not using the IOVA mappingChristoph Hellwig1-52/+62
2025-07-01nvme-pci: use block layer helpers to calculate num of queuesDaniel Wagner1-2/+3
2025-07-01nvme-pci: rework the build time assert for NVME_MAX_NR_DESCRIPTORSChristoph Hellwig1-13/+15
2025-07-01nvme-pci: replace NVME_MAX_KB_SZ with NVME_MAX_BYTEChristoph Hellwig1-5/+5
2025-07-01nvme-pci: convert the data mapping to blk_rq_dma_mapChristoph Hellwig1-146/+241
2025-07-01nvme-pci: remove superfluous argumentsChristoph Hellwig1-54/+51
2025-07-01nvme-pci: merge the simple PRP and SGL setup into a common helperChristoph Hellwig1-44/+32
2025-07-01nvme-pci: refactor nvme_pci_use_sglsChristoph Hellwig1-14/+27
2025-06-30nvme-pci: refresh visible attrs after being checkedEugen Hristev1-2/+4
2025-06-04nvme: spelling fixesYi Zhang1-2/+2
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds1-133/+167
2025-05-20nvme-pci: derive and better document max segments limitsChristoph Hellwig1-6/+16
2025-05-20nvme-pci: use struct_size for allocation struct nvme_devChristoph Hellwig1-2/+2
2025-05-20nvme-pci: add a symolic name for the small pool sizeLeon Romanovsky1-6/+8
2025-05-20nvme-pci: use a better encoding for small prp pool allocationsChristoph Hellwig1-43/+39
2025-05-20nvme-pci: rename the descriptor poolsChristoph Hellwig1-42/+42
2025-05-20nvme-pci: remove struct nvme_descriptorChristoph Hellwig1-33/+24
2025-05-20nvme-pci: store aborted state in flags variableLeon Romanovsky1-4/+10
2025-05-20nvme-pci: don't try to use SGLs for metadata on the admin queueChristoph Hellwig1-1/+4
2025-05-20nvme-pci: make PRP list DMA pools per-NUMA-nodeCaleb Sander Mateos1-60/+84
2025-05-20nvme-pci: factor out a nvme_init_hctx_common() helperCaleb Sander Mateos1-13/+15
2025-05-14nvme-pci: add NVME_QUIRK_NO_DEEPEST_PS quirk for SOLIDIGM P44 ProIlya Guterman1-0/+2
2025-05-13nvme-pci: acquire cq_poll_lock in nvme_poll_irqdisableKeith Busch1-0/+2