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-25nvme-pci: Fix race bug in nvme_poll_irqdisable()Sungwoo Kim1-2/+4
2026-03-25nvme-pci: Fix slab-out-of-bounds in nvme_dbbuf_setSungwoo Kim1-1/+1
2026-01-23nvme: fix PCIe subsystem reset controller state transitionNilay Shroff1-1/+4
2026-01-23nvme-pci: disable secondary temp for Wodposit WPBSNM8Ilikara Zheng1-0/+2
2025-10-19nvme-pci: Add TUXEDO IBS Gen8 to Samsung sleep quirkGeorg Gottleuber1-0/+2
2025-09-19nvme-pci: skip nvme_write_sq_db on empty rqlistMaurizio Lombardi1-0/+3
2025-08-20nvme-pci: try function level reset on init failureKeith Busch1-2/+22
2025-06-04nvme-pci: add NVME_QUIRK_NO_DEEPEST_PS quirk for SOLIDIGM P44 ProIlya Guterman1-0/+2
2025-05-29nvme-pci: add quirks for WDC Blue SN550 15b7:5009Wentao Guan1-0/+3
2025-05-29nvme-pci: add quirks for device 126f:1001Wentao Guan1-0/+3
2025-05-22nvme-pci: acquire cq_poll_lock in nvme_poll_irqdisableKeith Busch1-0/+2
2025-05-22nvme-pci: make nvme_pci_npages_prp() __always_inlineKees Cook1-1/+1
2025-05-09nvme-pci: fix queue unquiesce check on slot_resetKeith Busch1-1/+1
2025-04-25block: don't reorder requests in blk_add_rq_to_plugChristoph Hellwig1-1/+1
2025-04-25block: add a rq_list typeChristoph Hellwig1-8/+7
2025-04-10nvme-pci: fix stuck reset on concurrent DPC and HPKeith Busch1-1/+12
2025-04-10nvme-pci: skip CMB blocks incompatible with PCI P2P DMAIcenowy Zheng1-8/+12
2025-04-10nvme-pci: clean up CMBMSC when registering CMB failsIcenowy Zheng1-0/+1
2025-03-22block: change blk_mq_add_to_batch() third argument type to boolShin'ichiro Kawasaki1-2/+3
2025-03-22nvme-pci: quirk Acer FA100 for non-uniqueue identifiersChristopher Lentocha1-0/+2
2025-03-13nvme-pci: use sgls for all user requests if possibleKeith Busch1-2/+3
2025-03-13nvme-pci: add support for sgl metadataKeith Busch1-15/+129
2025-02-17nvme-pci: Add TUXEDO IBP Gen9 to Samsung sleep quirkGeorg Gottleuber1-0/+1
2025-02-17nvme-pci: Add TUXEDO InfinityFlex to Samsung sleep quirkGeorg Gottleuber1-1/+2
2025-01-09nvme-pci: 512 byte aligned dma pool segment quirkRobert Beckett1-2/+7
2024-12-05nvme-pci: reverse request order in nvme_queue_rqsChristoph Hellwig1-22/+17
2024-12-05nvme-pci: fix freeing of the HMB descriptor tableChristoph Hellwig1-7/+9
2024-10-17nvme-pci: fix race condition between reset and nvme_dev_disable()Maurizio Lombardi1-3/+16
2024-09-16Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds1-9/+9
2024-09-13nvme-pci: qdepth 1 quirkKeith Busch1-9/+9
2024-08-27nvme-pci: Add sleep quirk for Samsung 990 EvoGeorg Gottleuber1-0/+11
2024-08-27nvme-pci: allocate tagset on reset if necessaryKeith Busch1-0/+6
2024-07-25nvme-pci: add missing condition check for existence of mapped dataLeon Romanovsky1-1/+2
2024-07-15nvme-pci: Fix the instructions for disabling power managementBart Van Assche1-1/+1
2024-07-15nvme/pci: Add APST quirk for Lenovo N60z laptopWangYuli1-0/+7
2024-07-09Merge tag 'nvme-6.11-2024-07-08' of git://git.infradead.org/nvme into for-6.1...Jens Axboe1-0/+41
2024-06-26block: change rq_integrity_vec to respect the iteratorMikulas Patocka1-3/+3
2024-06-26nvme-pci: do not directly handle subsys reset falloutKeith Busch1-0/+36
2024-06-24nvme: split device add from initializationKeith Busch1-0/+5
2024-05-24nvme: adjust multiples of NVME_CTRL_PAGE_SIZE in offsetKundan Kumar1-1/+2
2024-05-07nvme-pci: Add quirk for broken MSIsSean Anderson1-3/+11
2024-05-01nvme: cancel pending I/O if nvme controller is in terminal stateNilay Shroff1-1/+7
2024-03-18drivers/nvme: Add quirks for device 126f:2262Jiawei Fu (iBug)1-0/+3
2024-02-01nvme: split out fabrics version of nvme_opcode_str()Caleb Sander1-1/+1
2024-01-24nvme: add module description to stop warningsChaitanya Kulkarni1-0/+1
2024-01-19Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds1-11/+16
2024-01-10nvme-pci: set doorbell config before unquiescingWilliam Butler1-1/+1
2024-01-08nvme-pci: enhance timeout kernel logKeith Busch1-10/+13