ntb.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
[RFC PATCH v2 00/27] NTB transport backed by remote DW eDMA
 2025-12-05 16:28 UTC  (86+ messages)
` [RFC PATCH v2 01/27] PCI: endpoint: pci-epf-vntb: Use array_index_nospec() on mws_size[] access
` [RFC PATCH v2 02/27] PCI: endpoint: pci-epf-vntb: Add mwN_offset configfs attributes
` [RFC PATCH v2 03/27] NTB: epf: Handle mwN_offset for inbound MW regions
` [RFC PATCH v2 04/27] PCI: endpoint: Add inbound mapping ops to EPC core
` [RFC PATCH v2 05/27] PCI: dwc: ep: Implement EPC inbound mapping support
` [RFC PATCH v2 06/27] PCI: endpoint: pci-epf-vntb: Use pci_epc_map_inbound() for MW mapping
` [RFC PATCH v2 07/27] NTB: Add offset parameter to MW translation APIs
` [RFC PATCH v2 08/27] PCI: endpoint: pci-epf-vntb: Propagate MW offset from configfs when present
` [RFC PATCH v2 09/27] NTB: ntb_transport: Support offsetted partial memory windows
` [RFC PATCH v2 10/27] NTB: core: Add .get_pci_epc() to ntb_dev_ops
` [RFC PATCH v2 11/27] NTB: epf: vntb: Implement .get_pci_epc() callback
` [RFC PATCH v2 12/27] damengine: dw-edma: Fix MSI data values for multi-vector IMWr interrupts
` [RFC PATCH v2 13/27] NTB: ntb_transport: Use seq_file for QP stats debugfs
` [RFC PATCH v2 14/27] NTB: ntb_transport: Move TX memory window setup into setup_qp_mw()
` [RFC PATCH v2 15/27] NTB: ntb_transport: Dynamically determine qp count
` [RFC PATCH v2 16/27] NTB: ntb_transport: Introduce get_dma_dev() helper
` [RFC PATCH v2 17/27] NTB: epf: Reserve a subset of MSI vectors for non-NTB users
` [RFC PATCH v2 18/27] NTB: ntb_transport: Introduce ntb_transport_backend_ops
` [RFC PATCH v2 19/27] PCI: dwc: ep: Cache MSI outbound iATU mapping
` [RFC PATCH v2 20/27] NTB: ntb_transport: Introduce remote eDMA backed transport mode
` [RFC PATCH v2 21/27] NTB: epf: Provide db_vector_count/db_vector_mask callbacks
` [RFC PATCH v2 22/27] ntb_netdev: Multi-queue support
` [RFC PATCH v2 23/27] NTB: epf: Add per-SoC quirk to cap MRRS for DWC eDMA (128B for R-Car)
` [RFC PATCH v2 24/27] iommu: ipmmu-vmsa: Add PCIe ch0 to devices_allowlist
` [RFC PATCH v2 25/27] iommu: ipmmu-vmsa: Add support for reserved regions
` [RFC PATCH v2 26/27] arm64: dts: renesas: Add Spider RC/EP DTs for NTB with remote DW PCIe eDMA
` [RFC PATCH v2 27/27] NTB: epf: Add an additional memory window (MW2) barno mapping on Renesas R-Car

[PATCH v4 0/7] PCI: endpoint/NTB: Harden vNTB resource management
 2025-12-02 16:09 UTC  (9+ messages)
` [PATCH v4 1/7] NTB: epf: Avoid pci_iounmap() with offset when PEER_SPAD and CONFIG share BAR
` [PATCH v4 2/7] PCI: endpoint: Fix parameter order for .drop_link
` [PATCH v4 3/7] PCI: endpoint: pci-epf-vntb: Remove duplicate resource teardown
` [PATCH v4 4/7] PCI: endpoint: pci-epf-ntb: "
` [PATCH v4 5/7] NTB: epf: vntb: Stop cmd_handler work in epf_ntb_epc_cleanup
` [PATCH v4 6/7] PCI: endpoint: pci-epf-vntb: Switch vpci_scan_bus() to use pci_scan_root_bus()
` [PATCH v4 7/7] PCI: endpoint: pci-epf-vntb: manage ntb_dev lifetime and fix vpci bus teardown

[PATCH v3 0/7] PCI: endpoint/NTB: Harden vNTB resource management
 2025-12-02  7:11 UTC  (11+ messages)
` [PATCH v3 1/7] NTB: epf: Avoid pci_iounmap() with offset when PEER_SPAD and CONFIG share BAR
` [PATCH v3 2/7] PCI: endpoint: Fix parameter order for .drop_link
` [PATCH v3 3/7] PCI: endpoint: pci-epf-vntb: Remove duplicate resource teardown
` [PATCH v3 4/7] PCI: endpoint: pci-epf-ntb: "
` [PATCH v3 5/7] NTB: epf: vntb: Stop cmd_handler work in epf_ntb_epc_cleanup
` [PATCH v3 6/7] PCI: endpoint: pci-epf-vntb: Switch vpci_scan_bus() to use pci_scan_root_bus()
` [PATCH v3 7/7] PCI: endpoint: pci-epf-vntb: Manage ntb_dev lifetime and fix vpci bus teardown

[PATCH 0/4] NTB: ntb_transport: DMA fixes and scalability improvements
 2025-12-01 19:04 UTC  (14+ messages)
` [PATCH 1/4] NTB: ntb_transport: Handle remapped contiguous region in vmalloc space
` [PATCH 2/4] NTB: ntb_transport: Ack DMA memcpy descriptors to avoid wait-list growth
` [PATCH 3/4] NTB: ntb_transport: Add module parameters use_tx_dma/use_rx_dma
` [PATCH 4/4] NTB: ntb_transport: Support multi-channel DMA via module parameters

[PATCH] pci: endpoint: Add missing NULL check for alloc_workqueue()
 2025-11-10 19:51 UTC  (2+ messages)

[PATCH] PCI: endpoint: add WQ_PERCPU to alloc_workqueue users
 2025-11-07 14:25 UTC 

[PATCH] NTB: ntb_transport: fix use after free
 2025-11-06  6:02 UTC  (6+ messages)

[PATCH v2 0/6] PCI: endpoint/NTB: Harden vNTB resource management
 2025-11-04  1:13 UTC  (12+ messages)
` [PATCH v2 1/6] NTB: epf: Avoid pci_iounmap() with offset when PEER_SPAD and CONFIG share BAR
` [PATCH v2 2/6] PCI: endpoint: Fix parameter order for .drop_link
` [PATCH v2 3/6] PCI: endpoint: pci-epf-vntb: Remove duplicate resource teardown
` [PATCH v2 4/6] PCI: endpoint: pci-epf-ntb: "
` [PATCH v2 5/6] NTB: epf: vntb: Stop cmd_handler work in epf_ntb_epc_cleanup
` [PATCH v2 6/6] PCI: endpoint: pci-epf-vntb: manage ntb_dev lifetime and fix vpci bus teardown

[PATCH 1/2] Documentation: PCI: endpoint: fix vNTB bind command
 2025-11-03 17:33 UTC  (4+ messages)
` [PATCH 2/2] Documentation: PCI: endpoint: fix section cross reference name

[PATCH] NTB: epf: allow built-in build
 2025-11-03  7:44 UTC 

[RFC PATCH 00/25] NTB/PCI: Add DW eDMA intr fallback and BAR MW offsets
 2025-10-29  7:13 UTC  (37+ messages)
` [RFC PATCH 01/25] PCI: endpoint: pci-epf-vntb: Use array_index_nospec() on mws_size[] access
` [RFC PATCH 02/25] PCI: endpoint: pci-epf-vntb: Add mwN_offset configfs attributes
` [RFC PATCH 03/25] NTB: epf: Handle mwN_offset for inbound MW regions
` [RFC PATCH 04/25] PCI: endpoint: Add inbound mapping ops to EPC core
` [RFC PATCH 05/25] PCI: dwc: ep: Implement EPC inbound mapping support
` [RFC PATCH 06/25] PCI: endpoint: pci-epf-vntb: Use pci_epc_map_inbound() for MW mapping
` [RFC PATCH 07/25] NTB: Add offset parameter to MW translation APIs
` [RFC PATCH 08/25] PCI: endpoint: pci-epf-vntb: Propagate MW offset from configfs when present
` [RFC PATCH 09/25] NTB: ntb_transport: Support offsetted partial memory windows
` [RFC PATCH 10/25] NTB/msi: Support offsetted partial memory window for MSI
` [RFC PATCH 11/25] NTB/msi: Do not force MW to its maximum possible size
` [RFC PATCH 12/25] NTB: ntb_transport: Stricter checks for peer-reported interrupt values
` [RFC PATCH 13/25] NTB/msi: Skip mw_set_trans() if already configured
` [RFC PATCH 14/25] NTB/msi: Add a inner loop for PCI-MSI cases
` [RFC PATCH 15/25] dmaengine: dw-edma: Add self-interrupt registration API
` [RFC PATCH 16/25] dmaengine: dw-edma: Expose self-IRQ register offsets
` [RFC PATCH 17/25] dmaengine: dw-edma: Add dw_edma_find_by_child() helper
` [RFC PATCH 18/25] NTB: core: Add .get_pci_epc() to ntb_dev_ops
` [RFC PATCH 19/25] NTB: epf: vntb: Implement .get_pci_epc() callback
` [RFC PATCH 20/25] NTB: ntb_transport: Rename use_msi to use_intr (keep alias)
` [RFC PATCH 21/25] NTB: Introduce generic interrupt backend abstraction and convert MSI
` [RFC PATCH 22/25] NTB: ntb_transport: Rename MSI symbols to generic interrupt form
` [RFC PATCH 23/25] NTB: intr_dw_edma: Add DW eDMA emulated interrupt backend
` [RFC PATCH 24/25] NTB: epf: Add MW2 for interrupt use on Renesas R-Car
` [RFC PATCH 25/25] Documentation: PCI: endpoint: pci-epf-vntb: Update and add mwN_offset usage

[PATCH v6 0/4] pci: endpoint: vntb: add MSI doorbell support
 2025-10-27 15:20 UTC  (2+ messages)

[PATCH 0/6] PCI: endpoint/NTB: Harden vNTB resource management
 2025-10-27  5:40 UTC  (11+ messages)
` [PATCH 1/6] NTB: epf: Avoid pci_iounmap() with offset when PEER_SPAD and CONFIG share BAR
` [PATCH 2/6] PCI: endpoint: Fix parameter order for .drop_link
` [PATCH 3/6] PCI: endpoint: pci-epf-vntb: Remove duplicate resource teardown
` [PATCH 5/6] NTB: epf: vntb: Stop cmd_andler work in epf_ntb_epc_cleanup

[PATCH 0/2] Add 'tx_memcpy_offload' option to ntb_transport
 2025-10-27  3:20 UTC  (8+ messages)
` [PATCH 1/2] NTB: ntb_transport: Remove unused 'retries' field from ntb_queue_entry
` [PATCH 2/2] NTB: ntb_transport: Add 'tx_memcpy_offload' module option

[PATCH for-next 0/1] net: ntb: migrate to dma_map_phys instead of map_page
 2025-10-24  6:20 UTC  (2+ messages)
` [PATCH for-next 1/1] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).