index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
target
/
pci-epf.c
Age
Commit message (
Expand
)
Author
2025-12-01
nvmet: pci-epf: fix DMA channel debug print
Shin'ichiro Kawasaki
2025-12-01
nvmet: pci-epf: move DMA initialization to EPC init callback
Shin'ichiro Kawasaki
2025-07-17
nvmet: pci-epf: Do not complete commands twice if nvmet_req_init() fails
Rick Wertenbroek
2025-07-17
nvme: fix incorrect variable in io cqes error message
Alok Tiwari
2025-05-26
Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linux
Linus Torvalds
2025-05-20
nvmet: simplify the nvmet_req_init() interface
Wilfred Mallawa
2025-05-20
nvmet: support completion queue sharing
Wilfred Mallawa
2025-05-20
nvmet: cq: prepare for completion queue sharing
Wilfred Mallawa
2025-05-13
nvmet: pci-epf: remove NVMET_PCI_EPF_Q_IS_SQ
Damien Le Moal
2025-05-13
nvmet: pci-epf: improve debug message
Damien Le Moal
2025-05-13
nvmet: pci-epf: cleanup nvmet_pci_epf_raise_irq()
Damien Le Moal
2025-05-13
nvmet: pci-epf: do not fall back to using INTX if not supported
Damien Le Moal
2025-05-13
nvmet: pci-epf: clear completion queue IRQ flag on delete
Damien Le Moal
2025-04-16
nvmet: pci-epf: cleanup link state management
Damien Le Moal
2025-04-16
nvmet: pci-epf: clear CC and CSTS when disabling the controller
Damien Le Moal
2025-04-16
nvmet: pci-epf: always fully initialize completion entries
Damien Le Moal
2025-04-01
nvmet: pci-epf: Keep completion queues mapped
Damien Le Moal
2025-03-26
Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linux
Linus Torvalds
2025-03-20
nvmet: pci-epf: Always configure BAR0 as 64-bit
Niklas Cassel
2025-03-20
nvmet: pci-epf: Remove redundant 'flush_workqueue()' calls
Chen Ni
2025-03-10
nvmet: pci-epf: Do not add an IRQ vector if not needed
Damien Le Moal
2025-03-10
nvmet: pci-epf: Set NVMET_PCI_EPF_Q_LIVE when a queue is fully created
Damien Le Moal
2025-02-18
nvmet: pci-epf: Avoid RCU stalls under heavy workload
Damien Le Moal
2025-02-18
nvmet: pci-epf: Do not uselessly write the CSTS register
Damien Le Moal
2025-02-18
nvmet: pci-epf: Correctly initialize CSTS when enabling the controller
Damien Le Moal
2025-01-10
nvmet: New NVMe PCI endpoint function target driver
Damien Le Moal