public inbox for ntb@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-02-27 15:34:09 to 2026-04-09 03:42:39 UTC [more...]

[PATCH 0/2] PCI: endpoint: pci-epf-{v}ntb: A couple of fixes
 2026-04-09  3:42 UTC  (4+ messages)
` [PATCH 1/2] PCI: endpoint: pci-epf-vntb: Add check to detect 'db_count' value of 0
` [PATCH 2/2] PCI: endpoint: pci-epf-ntb: "

[PATCH] NTB: epf: log teardown command failures with error code
 2026-04-08 15:35 UTC  (2+ messages)

[PATCH v3 00/10] PCI: endpoint: pci-epf-vntb / NTB: epf: Enable per-doorbell bit handling
 2026-04-07 15:21 UTC  (16+ messages)
` [PATCH v3 01/10] PCI: endpoint: pci-epf-vntb: Document legacy MSI doorbell offset
` [PATCH v3 02/10] PCI: endpoint: pci-epf-vntb: Defer pci_epc_raise_irq() out of atomic context
` [PATCH v3 03/10] PCI: endpoint: pci-epf-vntb: Report 0-based doorbell vector via ntb_db_event()
` [PATCH v3 04/10] PCI: endpoint: pci-epf-vntb: Exclude reserved slots from db_valid_mask
` [PATCH v3 05/10] PCI: endpoint: pci-epf-vntb: Implement db_vector_count/mask for doorbells
` [PATCH v3 06/10] NTB: epf: Document legacy doorbell slot offset in ntb_epf_peer_db_set()
` [PATCH v3 07/10] NTB: epf: Make db_valid_mask cover only real doorbell bits
` [PATCH v3 08/10] NTB: epf: Report 0-based doorbell vector via ntb_db_event()
` [PATCH v3 09/10] NTB: epf: Fix doorbell bitmask handling in db_read/db_clear
` [PATCH v3 10/10] NTB: epf: Implement db_vector_count/mask for doorbells

[PATCH v13 0/7] PCI: endpoint: pci-ep-msi: Add embedded doorbell fallback
 2026-04-07 14:56 UTC  (11+ messages)
` [PATCH v13 1/7] PCI: endpoint: Add auxiliary resource query API
` [PATCH v13 2/7] PCI: dwc: Record integrated eDMA register window
` [PATCH v13 3/7] PCI: dwc: ep: Expose integrated eDMA resources via EPC aux-resource API
` [PATCH v13 4/7] PCI: endpoint: pci-ep-msi: Refactor doorbell allocation for new backends
` [PATCH v13 5/7] PCI: endpoint: pci-epf-vntb: Reuse pre-exposed doorbells and IRQ flags
` [PATCH v13 6/7] PCI: endpoint: pci-epf-test: Reuse pre-exposed doorbell targets
` [PATCH v13 7/7] PCI: endpoint: pci-ep-msi: Add embedded doorbell fallback

[PATCH v12 0/7] PCI: endpoint: pci-ep-msi: Add embedded doorbell fallback
 2026-04-03 17:40 UTC  (13+ messages)
` [PATCH v12 1/7] PCI: endpoint: Add auxiliary resource query API
` [PATCH v12 2/7] PCI: dwc: Record integrated eDMA register window
` [PATCH v12 3/7] PCI: dwc: ep: Expose integrated eDMA resources via EPC aux-resource API
` [PATCH v12 4/7] PCI: endpoint: pci-ep-msi: Refactor doorbell allocation for new backends
` [PATCH v12 5/7] PCI: endpoint: pci-epf-vntb: Reuse pre-exposed doorbells and IRQ flags
` [PATCH v12 6/7] PCI: endpoint: pci-epf-test: Reuse pre-exposed doorbell targets
` [PATCH v12 7/7] PCI: endpoint: pci-ep-msi: Add embedded doorbell fallback

[PATCH v2 0/3] NTB: Allow drivers to provide DMA mapping device
 2026-03-26 17:19 UTC  (6+ messages)
` [PATCH v2 1/3] NTB: core: Add .get_dma_dev() callback to ntb_dev_ops
` [PATCH v2 2/3] NTB: ntb_transport: Use ntb_get_dma_dev() for DMA buffers
` [PATCH v2 3/3] PCI: endpoint: pci-epf-vntb: Implement .get_dma_dev()

[PATCH v11 0/7] PCI: endpoint: pci-ep-msi: Add embedded doorbell fallback
 2026-03-26 15:11 UTC  (12+ messages)
` [PATCH v11 1/7] PCI: endpoint: Add auxiliary resource query API
` [PATCH v11 2/7] PCI: dwc: Record integrated eDMA register window
` [PATCH v11 3/7] PCI: dwc: ep: Expose integrated eDMA resources via EPC aux-resource API
` [PATCH v11 4/7] PCI: endpoint: pci-ep-msi: Refactor doorbell allocation for new backends
` [PATCH v11 5/7] PCI: endpoint: pci-epf-vntb: Reuse pre-exposed doorbells and IRQ flags
` [PATCH v11 6/7] PCI: endpoint: pci-epf-test: Reuse pre-exposed doorbell targets
` [PATCH v11 7/7] PCI: endpoint: pci-ep-msi: Add embedded doorbell fallback

[PATCH v10 0/7] PCI: endpoint: pci-ep-msi: Add embedded doorbell fallback
 2026-03-26 14:38 UTC  (28+ messages)
` [PATCH v10 1/7] PCI: endpoint: Add auxiliary resource query API
` [PATCH v10 2/7] PCI: dwc: Record integrated eDMA register window
` [PATCH v10 3/7] PCI: dwc: ep: Expose integrated eDMA resources via EPC aux-resource API
` [PATCH v10 4/7] PCI: endpoint: pci-ep-msi: Refactor doorbell allocation for new backends
` [PATCH v10 5/7] PCI: endpoint: pci-epf-vntb: Reuse pre-exposed doorbells and IRQ flags
` [PATCH v10 6/7] PCI: endpoint: pci-epf-test: Reuse pre-exposed doorbell targets
` [PATCH v10 7/7] PCI: endpoint: pci-ep-msi: Add embedded doorbell fallback

[PATCH v2 00/10] PCI: endpoint: pci-epf-vntb: Document legacy MSI doorbell offset
 2026-03-23  1:48 UTC  (14+ messages)
` [PATCH v2 02/10] PCI: endpoint: pci-epf-vntb: Defer pci_epc_raise_irq() out of atomic context
` [PATCH v2 05/10] PCI: endpoint: pci-epf-vntb: Implement db_vector_count/mask for doorbells
` [PATCH v2 07/10] NTB: epf: Make db_valid_mask cover only real doorbell bits

[PATCH net v4] net: ntb_netdev: add SPDX tag and remove boilerplate license text
 2026-03-20  0:30 UTC  (2+ messages)

[PATCH] NTB: epf: Avoid pci_iounmap() with offset when PEER_SPAD and CONFIG share BAR
 2026-03-19 14:30 UTC  (4+ messages)

[PATCH 0/2] NTB: epf: Fix ntb_hw_epf ISR issues
 2026-03-18 19:51 UTC  (5+ messages)
` [PATCH 1/2] NTB: epf: Fix request_irq() unwind in ntb_epf_init_isr()
` [PATCH 2/2] NTB: epf: Avoid pci_irq_vector() from hardirq context

[PATCH 00/15] PCI: endpoint: Remote DMA support via vNTB
 2026-03-17  3:13 UTC  (24+ messages)
` [PATCH 01/15] dmaengine: dw-edma: Cache DMA channel IDs in dw_edma_chip
` [PATCH 02/15] PCI: endpoint: Add DMA channel metadata to pci_epc_aux_resource
` [PATCH 03/15] PCI: dwc: ep: Report DMA channel metadata for aux resources
` [PATCH 04/15] dmaengine: dw-edma: Add per-channel interrupt routing control
` [PATCH 05/15] dmaengine: dw-edma: Compose MSI messages from allocated IRQs
` [PATCH 06/15] PCI: endpoint: pci-epf-vntb: Fold MW runtime state into a struct
` [PATCH 07/15] PCI: endpoint: Add EPC DMA channel delegation hooks
` [PATCH 08/15] PCI: dwc: ep: Delegate exported eDMA channels through EPC ops
` [PATCH 09/15] PCI: endpoint: Add pci-ep-dma helper for exported DMA ABI v1
` [PATCH 10/15] PCI: endpoint: pci-epf-vntb: Support DMA export and shared BAR layouts
` [PATCH 11/15] NTB: hw: epf: Parse control-layout version and DMA locator
` [PATCH 12/15] NTB: hw: epf: Enumerate auxiliary child for DMA ABI v1
` [PATCH 13/15] dmaengine: dw-edma: Add auxiliary-bus frontend for exported eDMA
` [PATCH 14/15] NTB: Add ntb_ep_dma test client
` [PATCH 15/15] Documentation: PCI: endpoint: Add vNTB DMA export HOWTO

[PATCH v3] net: ntb_netdev: add SPDX tag and remove boilerplate license text
 2026-03-17  0:16 UTC  (3+ messages)

[PATCH v2] net: ntb_netdev: add SPDX tag and remove boilerplate license text
 2026-03-16 17:58 UTC  (2+ messages)

[PATCH] net: ntb_netdev: add SPDX-License-Identifier tag
 2026-03-16 16:11 UTC  (3+ messages)

[PATCH] NTB: fix kernel-doc warnings in ntb.h
 2026-03-12 17:11 UTC  (2+ messages)

[PATCH v3 0/4] net: ntb_netdev: Add Multi-queue support
 2026-03-07  3:20 UTC  (6+ messages)
` [PATCH v3 1/4] net: ntb_netdev: Introduce per-queue context
` [PATCH v3 2/4] net: ntb_netdev: Gate subqueue stop/wake by transport link
` [PATCH v3 3/4] net: ntb_netdev: Factor out multi-queue helpers
` [PATCH v3 4/4] net: ntb_netdev: Support ethtool channels for multi-queue

[PATCH 0/2] NTB: Allow drivers to provide DMA mapping device
 2026-03-05 16:32 UTC  (11+ messages)
` [PATCH 1/2] NTB: core: Add .get_dma_dev() callback to ntb_dev_ops
` [PATCH 2/2] NTB: ntb_transport: Use ntb_get_dma_dev() for DMA buffers

[PATCH v2 0/4] net: ntb_netdev: Add Multi-queue support
 2026-03-05 13:56 UTC  (9+ messages)
` [PATCH v2 1/4] net: ntb_netdev: Introduce per-queue context
` [PATCH v2 2/4] net: ntb_netdev: Gate subqueue stop/wake by transport link
` [PATCH v2 3/4] net: ntb_netdev: Factor out multi-queue helpers
` [PATCH v2 4/4] net: ntb_netdev: Support ethtool channels for multi-queue

[PATCH v5 0/5] PCI: endpoint: pci-epf-*ntb: Harden vNTB resource management
 2026-03-04  8:43 UTC  (11+ messages)
` [PATCH v5 4/5] PCI: endpoint: pci-epf-vntb: Switch vpci_scan_bus() to use pci_scan_root_bus()
` [PATCH v5 5/5] PCI: endpoint: pci-epf-vntb: manage ntb_dev lifetime and fix vpci bus teardown
` (subset) [PATCH v5 0/5] PCI: endpoint: pci-epf-*ntb: Harden vNTB resource management

FAILED: Patch "NTB: ntb_transport: Fix too small buffer for debugfs_name" failed to apply to 5.10-stable tree
 2026-03-01  2:05 UTC 

FAILED: Patch "NTB: ntb_transport: Fix too small buffer for debugfs_name" failed to apply to 5.15-stable tree
 2026-03-01  1:58 UTC 

FAILED: Patch "NTB: ntb_transport: Fix too small buffer for debugfs_name" failed to apply to 6.1-stable tree
 2026-03-01  1:48 UTC 

FAILED: Patch "NTB: ntb_transport: Fix too small buffer for debugfs_name" failed to apply to 6.6-stable tree
 2026-03-01  1:39 UTC 

FAILED: Patch "NTB: ntb_transport: Fix too small buffer for debugfs_name" failed to apply to 6.12-stable tree
 2026-03-01  1:29 UTC 

[PATCH v9 0/7] PCI: endpoint: pci-ep-msi: Add embedded doorbell fallback
 2026-02-28 16:33 UTC  (5+ messages)
` [PATCH v9 7/7] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox