summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)Author
2026-03-13Merge tag 'block-7.0-20260312' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-03-10nvme-pci: Fix race bug in nvme_poll_irqdisable()Sungwoo Kim
2026-03-10nvme-pci: Fix slab-out-of-bounds in nvme_dbbuf_setSungwoo Kim
2026-03-06Merge tag 'block-7.0-20260305' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-03-04Merge tag 'nvme-7.0-2026-03-04' of git://git.infradead.org/nvme into block-7.0Jens Axboe
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-13nvme-pci: do not try to add queue maps at runtimeKeith Busch
2026-02-13nvme-pci: cap queue creation to used queuesKeith Busch
2026-02-13nvme-pci: ensure we're polling a polled queueKeith Busch
2026-02-11nvme: fix memory leak in quirks_param_set()Maurizio Lombardi
2026-02-09Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-02-05nvme: add support for dynamic quirk configuration via module parameterMaurizio Lombardi
2026-02-05nvme-pci: handle changing device dma map requirementsKeith Busch
2026-01-28nvme-pci: DMA unmap the correct regions in nvme_free_sglsRoger Pau Monne
2026-01-20block: pass io_comp_batch to rq_end_io_fn callbackMing Lei
2026-01-18Merge branch 'for-7.0/blk-pvec' into for-7.0/blockJens Axboe
2026-01-14nvme: fix PCIe subsystem reset controller state transitionNilay Shroff
2026-01-13block, nvme: remove unused dma_iova_state function parameterNitesh Shetty
2026-01-06nvme-pci: Use size_t for length fields to handle larger sizesLeon Romanovsky
2025-12-15nvme-pci: disable secondary temp for Wodposit WPBSNM8Ilikara Zheng
2025-12-04Merge tag 'nvme-6.19-2025-12-04' of git://git.infradead.org/nvme into block-6.19Jens Axboe
2025-12-03Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-12-01nvme-pci: add debug message on fail to read CSTSGerd Bayer
2025-12-01nvme-pci: print error message on failure in nvme_probeGerd Bayer
2025-11-14block-dma: properly take MMIO pathLeon Romanovsky
2025-11-14nvme-pci: migrate to dma_map_phys instead of map_pageLeon Romanovsky
2025-11-06nvme: remove virtual boundary for sgl capable devicesKeith Busch
2025-10-22nvme-pci: use blk_map_iter for p2p metadataKeith Busch
2025-09-23Merge tag 'nvme-6.18-2025-09-23' of git://git.infradead.org/nvme into for-6.1...Jens Axboe
2025-09-16nvme-pci: Add TUXEDO IBS Gen8 to Samsung sleep quirkGeorg Gottleuber
2025-09-09blk-mq-dma: bring back p2p request flagsKeith Busch
2025-08-25nvme-pci: convert metadata mapping to dma iterKeith Busch
2025-08-25nvme-pci: create common sgl unmapping helperKeith Busch
2025-08-25blk-mq-dma: require unmap caller provide p2p map typeKeith Busch
2025-07-31nvme-pci: fix leak on sgl setup errorKeith Busch
2025-07-28Merge 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