summaryrefslogtreecommitdiff
path: root/drivers/nvme/target/pci-epf.c
AgeCommit message (Expand)Author
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds
2025-05-20nvmet: simplify the nvmet_req_init() interfaceWilfred Mallawa
2025-05-20nvmet: support completion queue sharingWilfred Mallawa
2025-05-20nvmet: cq: prepare for completion queue sharingWilfred Mallawa
2025-05-13nvmet: pci-epf: remove NVMET_PCI_EPF_Q_IS_SQDamien Le Moal
2025-05-13nvmet: pci-epf: improve debug messageDamien Le Moal
2025-05-13nvmet: pci-epf: cleanup nvmet_pci_epf_raise_irq()Damien Le Moal
2025-05-13nvmet: pci-epf: do not fall back to using INTX if not supportedDamien Le Moal
2025-05-13nvmet: pci-epf: clear completion queue IRQ flag on deleteDamien Le Moal
2025-04-16nvmet: pci-epf: cleanup link state managementDamien Le Moal
2025-04-16nvmet: pci-epf: clear CC and CSTS when disabling the controllerDamien Le Moal
2025-04-16nvmet: pci-epf: always fully initialize completion entriesDamien Le Moal
2025-04-01nvmet: pci-epf: Keep completion queues mappedDamien Le Moal
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds
2025-03-20nvmet: pci-epf: Always configure BAR0 as 64-bitNiklas Cassel
2025-03-20nvmet: pci-epf: Remove redundant 'flush_workqueue()' callsChen Ni
2025-03-10nvmet: pci-epf: Do not add an IRQ vector if not neededDamien Le Moal
2025-03-10nvmet: pci-epf: Set NVMET_PCI_EPF_Q_LIVE when a queue is fully createdDamien Le Moal
2025-02-18nvmet: pci-epf: Avoid RCU stalls under heavy workloadDamien Le Moal
2025-02-18nvmet: pci-epf: Do not uselessly write the CSTS registerDamien Le Moal
2025-02-18nvmet: pci-epf: Correctly initialize CSTS when enabling the controllerDamien Le Moal
2025-01-10nvmet: New NVMe PCI endpoint function target driverDamien Le Moal