public inbox for ntb@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2025-12-17 16:49:37 to 2026-02-16 11:36:01 UTC [more...]

[PATCH 0/4] PCI: endpoint: Doorbell-related fixes
 2026-02-16 11:35 UTC  (6+ messages)
` [PATCH 1/4] PCI: endpoint: pci-epf-vntb: Fix MSI doorbell IRQ unwind
` [PATCH 2/4] PCI: endpoint: pci-epf-test: Sanity-check doorbell offset within BAR
` [PATCH 3/4] PCI: endpoint: pci-epf-test: Don't free doorbell IRQ unless requested
` [PATCH 4/4] PCI: endpoint: pci-ep-msi: Fix error unwind and prevent double alloc

[PATCH v7 0/9] PCI: endpoint: pci-ep-msi: Add embedded doorbell fallback
 2026-02-15 16:38 UTC  (10+ messages)
` [PATCH v7 1/9] PCI: endpoint: Describe reserved subregions within BARs
` [PATCH v7 2/9] PCI: dw-rockchip: Describe RK3588 BAR4 DMA ctrl window
` [PATCH v7 3/9] PCI: endpoint: Add auxiliary resource query API
` [PATCH v7 4/9] PCI: dwc: Record integrated eDMA register window
` [PATCH v7 5/9] PCI: dwc: ep: Expose integrated eDMA resources via EPC aux-resource API
` [PATCH v7 6/9] PCI: endpoint: pci-ep-msi: Refactor doorbell allocation for new backends
` [PATCH v7 7/9] PCI: endpoint: pci-epf-vntb: Reuse pre-exposed doorbells and IRQ flags
` [PATCH v7 8/9] PCI: endpoint: pci-epf-test: Reuse pre-exposed doorbell targets
` [PATCH v7 9/9] PCI: endpoint: pci-ep-msi: Add embedded eDMA doorbell fallback

[PATCH v6 0/8] PCI: endpoint: pci-ep-msi: Add embedded doorbell fallback
 2026-02-12 16:31 UTC  (33+ messages)
` [PATCH v6 1/8] dmaengine: dw-edma: Deassert emulated interrupts in the IRQ handler
` [PATCH v6 2/8] dmaengine: dw-edma: Cache per-channel IRQ and emulation doorbell offset
` [PATCH v6 3/8] PCI: endpoint: Add auxiliary resource query API
` [PATCH v6 4/8] PCI: dwc: Record integrated eDMA register window
` [PATCH v6 5/8] PCI: dwc: ep: Report integrated eDMA resources via EPC aux-resource API
` [PATCH v6 6/8] PCI: endpoint: pci-epf-test: Don't free doorbell IRQ unless requested
` [PATCH v6 7/8] PCI: endpoint: pci-ep-msi: Fix error unwind and prevent double alloc
` [PATCH v6 8/8] PCI: endpoint: pci-ep-msi: Add embedded doorbell fallback

[PATCH] pci: endpoint: pci-epf-vntb: fix num_mws in error message
 2026-02-10  2:34 UTC  (3+ messages)

[PATCH] ntb_hw_amd: Fix incorrect debug message in link disable path
 2026-02-09 15:55 UTC  (2+ messages)

[PATCH v5 0/8] PCI: endpoint: pci-ep-msi: Add embedded doorbell fallback
 2026-02-09  6:29 UTC  (9+ messages)
` [PATCH v5 1/8] dmaengine: dw-edma: Deassert emulated interrupts in the IRQ handler
` [PATCH v5 2/8] dmaengine: dw-edma: Cache per-channel IRQ and emulation doorbell offset
` [PATCH v5 3/8] PCI: endpoint: Add auxiliary resource query API
` [PATCH v5 4/8] PCI: dwc: Record integrated eDMA register window
` [PATCH v5 5/8] PCI: dwc: ep: Report integrated eDMA resources via EPC aux-resource API
` [PATCH v5 6/8] PCI: endpoint: pci-epf-test: Don't free doorbell IRQ unless requested
` [PATCH v5 7/8] PCI: endpoint: pci-ep-msi: Fix error unwind and prevent double alloc
` [PATCH v5 8/8] PCI: endpoint: pci-ep-msi: Add embedded doorbell fallback

[PATCH v4 0/7] PCI: endpoint/NTB: Harden vNTB resource management
 2026-01-28 15:53 UTC  (3+ messages)

[GIT PULL] NTB bug fixes for 6.19
 2026-01-25  2:59 UTC  (2+ messages)

[RFC PATCH v4 00/38] NTB transport backed by PCI EP embedded DMA
 2026-01-23 15:44 UTC  (68+ messages)
` [RFC PATCH v4 01/38] dmaengine: dw-edma: Export helper to get integrated register window
` [RFC PATCH v4 02/38] dmaengine: dw-edma: Add per-channel interrupt routing control
` [RFC PATCH v4 03/38] dmaengine: dw-edma: Poll completion when local IRQ handling is disabled
` [RFC PATCH v4 04/38] dmaengine: dw-edma: Add notify-only channels support
` [RFC PATCH v4 05/38] dmaengine: dw-edma: Add a helper to query linked-list region
` [RFC PATCH v4 06/38] NTB: epf: Add mwN_offset support and config region versioning
` [RFC PATCH v4 07/38] NTB: epf: Reserve a subset of MSI vectors for non-NTB users
` [RFC PATCH v4 08/38] NTB: epf: Provide db_vector_count/db_vector_mask callbacks
` [RFC PATCH v4 09/38] NTB: core: Add mw_set_trans_ranges() for subrange programming
` [RFC PATCH v4 10/38] NTB: core: Add .get_private_data() to ntb_dev_ops
` [RFC PATCH v4 11/38] NTB: core: Add .get_dma_dev() "
` [RFC PATCH v4 12/38] NTB: core: Add driver_override support for NTB devices
` [RFC PATCH v4 13/38] PCI: endpoint: pci-epf-vntb: Support BAR subrange mappings for MWs
` [RFC PATCH v4 14/38] PCI: endpoint: pci-epf-vntb: Implement .get_private_data() callback
` [RFC PATCH v4 15/38] PCI: endpoint: pci-epf-vntb: Implement .get_dma_dev()
` [RFC PATCH v4 16/38] NTB: ntb_transport: Move TX memory window setup into setup_qp_mw()
` [RFC PATCH v4 17/38] NTB: ntb_transport: Dynamically determine qp count
` [RFC PATCH v4 18/38] NTB: ntb_transport: Use ntb_get_dma_dev()
` [RFC PATCH v4 19/38] NTB: ntb_transport: Rename ntb_transport.c to ntb_transport_core.c
` [RFC PATCH v4 20/38] NTB: ntb_transport: Move internal types to ntb_transport_internal.h
` [RFC PATCH v4 21/38] NTB: ntb_transport: Export common helpers for modularization
` [RFC PATCH v4 22/38] NTB: ntb_transport: Split core library and default NTB client
` [RFC PATCH v4 23/38] NTB: ntb_transport: Add transport backend infrastructure
` [RFC PATCH v4 24/38] NTB: ntb_transport: Run ntb_set_mw() before link-up negotiation
` [RFC PATCH v4 25/38] NTB: hw: Add remote eDMA backend registry and DesignWare backend
` [RFC PATCH v4 26/38] NTB: ntb_transport: Add remote embedded-DMA transport client
` [RFC PATCH v4 27/38] ntb_netdev: Multi-queue support
` [RFC PATCH v4 28/38] iommu: ipmmu-vmsa: Add PCIe ch0 to devices_allowlist
` [RFC PATCH v4 29/38] iommu: ipmmu-vmsa: Add support for reserved regions
` [RFC PATCH v4 30/38] arm64: dts: renesas: Add Spider RC/EP DTs for NTB with remote DW PCIe eDMA
` [RFC PATCH v4 31/38] NTB: epf: Add per-SoC quirk to cap MRRS for DWC eDMA (128B for R-Car)
` [RFC PATCH v4 32/38] NTB: epf: Add an additional memory window (MW2) barno mapping on Renesas R-Car
` [RFC PATCH v4 33/38] Documentation: PCI: endpoint: pci-epf-vntb: Update and add mwN_offset usage
` [RFC PATCH v4 34/38] Documentation: driver-api: ntb: Document remote embedded-DMA transport
` [RFC PATCH v4 35/38] PCI: endpoint: pci-epf-test: Add pci_epf_test_next_free_bar() helper
` [RFC PATCH v4 36/38] PCI: endpoint: pci-epf-test: Add remote eDMA-backed mode
` [RFC PATCH v4 37/38] misc: pci_endpoint_test: Add remote eDMA transfer test mode
` [RFC PATCH v4 38/38] selftests: pci_endpoint: Add remote eDMA transfer coverage

[RFC PATCH v3 00/35] NTB transport backed by endpoint DW eDMA
 2026-01-13  2:44 UTC  (49+ messages)
` [RFC PATCH v3 01/35] PCI: endpoint: pci-epf-vntb: Use array_index_nospec() on mws_size[] access
` [RFC PATCH v3 02/35] NTB: epf: Add mwN_offset support and config region versioning
` [RFC PATCH v3 03/35] PCI: dwc: ep: Support BAR subrange inbound mapping via address match iATU
` [RFC PATCH v3 04/35] NTB: Add offset parameter to MW translation APIs
` [RFC PATCH v3 06/35] NTB: ntb_transport: Support partial memory windows with offsets
` [RFC PATCH v3 08/35] NTB: core: Add .get_private_data() to ntb_dev_ops
` [RFC PATCH v3 12/35] NTB: ntb_transport: Dynamically determine qp count
` [RFC PATCH v3 13/35] NTB: ntb_transport: Introduce get_dma_dev() helper
` [RFC PATCH v3 14/35] NTB: epf: Reserve a subset of MSI vectors for non-NTB users
` [RFC PATCH v3 15/35] NTB: ntb_transport: Move internal types to ntb_transport_internal.h
` [RFC PATCH v3 16/35] NTB: ntb_transport: Introduce ntb_transport_backend_ops
` [RFC PATCH v3 19/35] dmaengine: dw-edma: Poll completion when local IRQ handling is disabled
` [RFC PATCH v3 22/35] dmaengine: dw-edma: Serialize RMW on shared interrupt registers
` [RFC PATCH v3 23/35] NTB: ntb_transport: Split core into ntb_transport_core.c
` [RFC PATCH v3 24/35] NTB: ntb_transport: Add additional hooks for DW eDMA backend
` [RFC PATCH v3 25/35] NTB: hw: Introduce DesignWare eDMA helper
` [RFC PATCH v3 26/35] NTB: ntb_transport: Introduce DW eDMA backed transport mode
` [RFC PATCH v3 29/35] NTB: epf: Add per-SoC quirk to cap MRRS for DWC eDMA (128B for R-Car)
` [RFC PATCH v3 30/35] iommu: ipmmu-vmsa: Add PCIe ch0 to devices_allowlist
` [RFC PATCH v3 32/35] arm64: dts: renesas: Add Spider RC/EP DTs for NTB with remote DW PCIe eDMA
` [RFC PATCH v3 33/35] NTB: epf: Add an additional memory window (MW2) barno mapping on Renesas R-Car
` [RFC PATCH v3 34/35] Documentation: PCI: endpoint: pci-epf-vntb: Update and add mwN_offset usage
` [RFC PATCH v3 35/35] Documentation: driver-api: ntb: Document remote eDMA transport backend

[PATCH] ntb: intel: Add Intel Gen6 NTB support for DiamondRapids
 2026-01-08 21:21 UTC 

[PATCH] ntb: transport: Fix uninitialized mutex
 2026-01-08 21:09 UTC 

[PATCH] NTB: ntb_transport: Use seq_file for QP stats debugfs
 2026-01-07  4:29 UTC  (3+ messages)

[PATCH v2 0/2] NTB: ntb_transport: debugfs cleanups
 2026-01-07  4:24 UTC  (3+ messages)
` [PATCH v2 1/2] NTB: ntb_transport: Fix too small buffer for debugfs_name
` [PATCH v2 2/2] NTB: ntb_transport: Use seq_file for QP stats debugfs

[PATCH] PCI: endpoint: pci-epf-vntb: Use array_index_nospec() on mws_size[] access
 2026-01-05  7:56 UTC 

[RFC PATCH v2 00/27] NTB transport backed by remote DW eDMA
 2025-12-22 10:21 UTC  (13+ messages)
` [RFC PATCH v2 12/27] damengine: dw-edma: Fix MSI data values for multi-vector IMWr interrupts
` [RFC PATCH v2 19/27] PCI: dwc: ep: Cache MSI outbound iATU mapping

[PATCH] PCI: endpoint: add WQ_PERCPU to alloc_workqueue users
 2025-12-18  8:46 UTC  (3+ messages)

[PATCH] pci: endpoint: Add missing NULL check for alloc_workqueue()
 2025-12-18  7:12 UTC  (2+ messages)

[PATCH 1/2] Documentation: PCI: endpoint: fix vNTB bind command
 2025-12-18  6:00 UTC  (2+ messages)

[PATCH] NTB: ntb_transport: Use seq_file for QP stats debugfs
 2025-12-18  4:46 UTC  (2+ messages)

[RFC PATCH v2 20/27] NTB: ntb_transport: Introduce remote eDMA backed transport mode
 2025-12-18  4:34 UTC  (11+ messages)


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