messages from 2026-02-16 15:06:10 to 2026-03-07 03:20:11 UTC [more...]
[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 v2 0/3] NTB: Allow drivers to provide DMA mapping device
2026-03-06 15:24 UTC (5+ 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 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] NTB: epf: Avoid pci_iounmap() with offset when PEER_SPAD and CONFIG share BAR
2026-03-04 15:15 UTC (2+ messages)
[PATCH v5 0/5] PCI: endpoint: pci-epf-*ntb: Harden vNTB resource management
2026-03-04 8:43 UTC (14+ messages)
` [PATCH v5 1/5] PCI: endpoint: pci-epf-vntb: Remove duplicate resource teardown
` [PATCH v5 2/5] PCI: endpoint: pci-epf-ntb: "
` [PATCH v5 3/5] PCI: endpoint: pci-epf-vntb: Stop cmd_handler work in epf_ntb_epc_cleanup
` [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
[PATCH 0/2] NTB: epf: Fix ntb_hw_epf ISR issues
2026-03-04 8:30 UTC (3+ 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 v10 0/7] PCI: endpoint: pci-ep-msi: Add embedded doorbell fallback
2026-03-02 10:07 UTC (9+ 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
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 (18+ messages)
` [PATCH v9 1/7] PCI: endpoint: Add auxiliary resource query API
` [PATCH v9 2/7] PCI: dwc: Record integrated eDMA register window
` [PATCH v9 3/7] PCI: dwc: ep: Expose integrated eDMA resources via EPC aux-resource API
` [PATCH v9 4/7] PCI: endpoint: pci-ep-msi: Refactor doorbell allocation for new backends
` [PATCH v9 5/7] PCI: endpoint: pci-epf-vntb: Reuse pre-exposed doorbells and IRQ flags
` [PATCH v9 6/7] PCI: endpoint: pci-epf-test: Reuse pre-exposed doorbell targets
` [PATCH v9 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-02-28 15:11 UTC (16+ messages)
` [PATCH v2 01/10] "
` [PATCH v2 02/10] PCI: endpoint: pci-epf-vntb: Defer pci_epc_raise_irq() out of atomic context
` [PATCH v2 03/10] PCI: endpoint: pci-epf-vntb: Report 0-based doorbell vector via ntb_db_event()
` [PATCH v2 04/10] PCI: endpoint: pci-epf-vntb: Exclude reserved slots from db_valid_mask
` [PATCH v2 05/10] PCI: endpoint: pci-epf-vntb: Implement db_vector_count/mask for doorbells
` [PATCH v2 06/10] NTB: epf: Document legacy doorbell slot offset in ntb_epf_peer_db_set()
` [PATCH v2 07/10] NTB: epf: Make db_valid_mask cover only real doorbell bits
` [PATCH v2 08/10] NTB: epf: Report 0-based doorbell vector via ntb_db_event()
` [PATCH v2 09/10] NTB: epf: Fix doorbell bitmask handling in db_read/db_clear
` [PATCH v2 10/10] NTB: epf: Implement db_vector_count/mask for doorbells
[PATCH 00/10] NTB: epf: Enable per-doorbell bit handling while keeping legacy offset
2026-02-27 7:32 UTC (32+ messages)
` [PATCH 01/10] PCI: endpoint: pci-epf-vntb: Document legacy MSI doorbell offset
` [PATCH 02/10] PCI: endpoint: pci-epf-vntb: Defer pci_epc_raise_irq() out of atomic context
` [PATCH 03/10] PCI: endpoint: pci-epf-vntb: Report 0-based doorbell vector via ntb_db_event()
` [PATCH 04/10] PCI: endpoint: pci-epf-vntb: Exclude reserved slots from db_valid_mask
` [PATCH 05/10] PCI: endpoint: pci-epf-vntb: Implement db_vector_count/mask for doorbells
` [PATCH 06/10] NTB: epf: Document legacy doorbell slot offset in ntb_epf_peer_db_set()
` [PATCH 07/10] NTB: epf: Make db_valid_mask cover only real doorbell bits
` [PATCH 08/10] NTB: epf: Report 0-based doorbell vector via ntb_db_event()
` [PATCH 09/10] NTB: epf: Fix doorbell bitmask handling in db_read/db_clear
` [PATCH 10/10] NTB: epf: Implement db_vector_count/mask for doorbells
[PATCH net-next] net: ntb_netdev: Fix NULL check ordering in TX handler
2026-02-26 14:14 UTC (4+ messages)
[PATCH v4 0/7] PCI: endpoint/NTB: Harden vNTB resource management
2026-02-26 8:47 UTC (7+ messages)
[PATCH 0/3] net: ntb_netdev: Add Multi-queue support
2026-02-26 8:01 UTC (9+ messages)
` [PATCH 1/3] net: ntb_netdev: Introduce per-queue context
` [PATCH 2/3] net: ntb_netdev: Make queue pair count configurable
` [PATCH 3/3] net: ntb_netdev: Expose queue pair count via ethtool -l
[PATCH] PCI: endpoint: pci-epf-vntb: Check pci_epc_get_features() return value
2026-02-25 5:21 UTC (3+ messages)
[PATCH] PCI: endpoint: pci-epf-vntb: Return -ERANGE for out-of-range MW index
2026-02-24 10:38 UTC (2+ messages)
[PATCH] PCI: endpoint: pci-epf-vntb: Use array_index_nospec() on mws_size[] access
2026-02-24 10:35 UTC (6+ messages)
[PATCH v2 0/3] PCI: endpoint: Doorbell-related fixes
2026-02-24 10:21 UTC (9+ messages)
` [PATCH v2 1/3] PCI: endpoint: pci-epf-vntb: Fix MSI doorbell IRQ unwind
` [PATCH v2 2/3] PCI: endpoint: pci-epf-test: Don't free doorbell IRQ unless requested
` [PATCH v2 3/3] PCI: endpoint: pci-ep-msi: Fix error unwind and prevent double alloc
[PATCH AUTOSEL 6.19-5.10] ntb: ntb_hw_switchtec: Fix shift-out-of-bounds for 0 mw lut
2026-02-23 16:17 UTC (2+ messages)
` [PATCH AUTOSEL 6.19-5.10] ntb: ntb_hw_switchtec: Fix array-index-out-of-bounds access
[GIT PULL] NTB bug fixes for 7.0
2026-02-21 18:31 UTC (2+ messages)
[PATCH v8 0/9] PCI: endpoint: pci-ep-msi: Add embedded doorbell fallback
2026-02-18 3:34 UTC (17+ messages)
` [PATCH v8 1/9] PCI: endpoint: Describe reserved subregions within BARs
` [PATCH v8 2/9] PCI: dw-rockchip: Describe RK3588 BAR4 DMA ctrl window
` [PATCH v8 3/9] PCI: endpoint: Add auxiliary resource query API
` [PATCH v8 4/9] PCI: dwc: Record integrated eDMA register window
` [PATCH v8 5/9] PCI: dwc: ep: Expose integrated eDMA resources via EPC aux-resource API
` [PATCH v8 6/9] PCI: endpoint: pci-ep-msi: Refactor doorbell allocation for new backends
` [PATCH v8 7/9] PCI: endpoint: pci-epf-vntb: Reuse pre-exposed doorbells and IRQ flags
` [PATCH v8 8/9] PCI: endpoint: pci-epf-test: Reuse pre-exposed doorbell targets
` [PATCH v8 9/9] PCI: endpoint: pci-ep-msi: Add embedded eDMA doorbell fallback
[PATCH v7 0/9] PCI: endpoint: pci-ep-msi: Add embedded doorbell fallback
2026-02-17 4:00 UTC (18+ messages)
` [PATCH v7 3/9] PCI: endpoint: Add auxiliary resource query API
` [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 0/4] PCI: endpoint: Doorbell-related fixes
2026-02-17 2:49 UTC (5+ messages)
` [PATCH 3/4] PCI: endpoint: pci-epf-test: Don't free doorbell IRQ unless requested
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox