messages from 2026-05-13 02:49:39 to 2026-08-31 18:27:04 UTC [more...]
[PATCH v3 0/7] PCI: endpoint: Remote DMA support via vNTB
2026-08-31 18:26 UTC
[PATCH v2 0/3] PCI: endpoint: Support hardware-owned MSI-X table and PBA
2026-08-31 16:11 UTC (9+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] PCI: dw-rockchip: Support fixed MSI-X table and PBA on RK3588
` [PATCH v2 3/3] PCI: endpoint: pci-epf-vntb: Honor MSI-X selection
[PATCH net v3] net: ntb_netdev: Fix statistics races
2026-08-30 18:13 UTC (2+ messages)
[PATCH net v2] net: ntb_netdev: Fix statistics races
2026-08-29 14:38 UTC (5+ messages)
[PATCH 0/3] PCI: endpoint: Support hardware-owned MSI-X table and PBA
2026-08-29 14:11 UTC (9+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] PCI: dw-rockchip: Support fixed MSI-X table and PBA on RK3588
` [PATCH 3/3] PCI: endpoint: pci-epf-vntb: Honor MSI-X selection
[PATCH v2 0/5] PCI: endpoint: Remote DMA support via vNTB
2026-08-28 18:59 UTC (14+ messages)
` [PATCH v2 1/5] PCI: endpoint: Add DMA auxiliary resource metadata
` [PATCH v2 2/5] PCI: dwc: Expose endpoint DMA resources
` [PATCH v2 3/5] PCI: endpoint: pci-epf-vntb: Move epf_ntb_is_bar_used() up
` [PATCH v2 4/5] PCI: endpoint: pci-epf-vntb: Export endpoint DMA channels
` [PATCH v2 5/5] NTB: ntb_hw_epf: Discover vNTB-embedded DMA
[PATCH 00/16] NTB: Add direct TX/RX using PCI endpoint DMA
2026-08-28 17:12 UTC (28+ messages)
` [PATCH 01/16] NTB: ntb_transport: Abort link setup on QP MW allocation failure
` [PATCH 02/16] NTB: ntb_transport: Reject oversized TX buffers
` [PATCH 03/16] NTB: ntb_transport: Start TX offload thread after queue setup
` [PATCH 04/16] NTB: ntb_transport: Stop QP work before freeing a queue
` [PATCH 05/16] NTB: ntb_transport: Run RX processing on system workqueue
` [PATCH 06/16] NTB: ntb_transport: Define direct-DMA shared state
` [PATCH 07/16] NTB: ntb_transport: Negotiate direct-DMA queue layout
` [PATCH 08/16] NTB: ntb_transport: Add opt-in direct-DMA channel reservation
` [PATCH 09/16] NTB: ntb_transport: Allocate direct-DMA queue state
` [PATCH 10/16] NTB: ntb_transport: Implement direct-DMA QP session handshake
` [PATCH 11/16] NTB: ntb_transport: Implement direct-DMA RX buffer publication
` [PATCH 12/16] NTB: ntb_transport: Implement direct-DMA TX submission
` [PATCH 13/16] NTB: ntb_transport: Implement safe direct-DMA teardown
` [PATCH 14/16] NTB: ntb_transport: Enable direct-DMA queues
` [PATCH 15/16] NTB: ntb_transport: Report the direct-DMA payload limit
` [PATCH 16/16] NTB: ntb_transport: Add optional polling for direct-DMA RX
[PATCH net] net: ntb_netdev: Fix statistics races
2026-08-28 1:06 UTC (5+ messages)
[PATCH net 0/2] net: ntb_netdev: Fix RX statistics accounting
2026-08-22 20:20 UTC (5+ messages)
` [PATCH net 1/2] net: ntb_netdev: Avoid double-accounting netif_rx() drops
` [PATCH net 2/2] net: ntb_netdev: Count packets dropped on RX refill failure
[PATCH net 0/4] net: ntb_netdev: Fix TX completion and error handling
2026-08-20 21:10 UTC (13+ messages)
` [PATCH net 1/4] NTB: ntb_transport: Recycle TX entries before client callbacks
` [PATCH net 2/4] net: ntb_netdev: Fix TX busy and drop handling
` [PATCH net 3/4] NTB: ntb_transport: Fail TX enqueue when the QP link is down
` [PATCH net 4/4] NTB: ntb_transport: Reject oversized TX buffers
[PATCH net-next v2 0/4] net: ntb_netdev: Preserve checksum offload across NTB
2026-08-19 16:59 UTC (14+ messages)
` [PATCH net-next v2 1/4] NTB: ntb_transport: Order RX descriptor reads after completion
` [PATCH net-next v2 2/4] NTB: ntb_transport: Use little-endian shared fields
` [PATCH net-next v2 3/4] NTB: ntb_transport: Add per-payload client metadata
` [PATCH net-next v2 4/4] net: ntb_netdev: Preserve CHECKSUM_PARTIAL across NTB
[PATCH net-next 0/2] net: ntb_netdev: Preserve checksum offload across NTB
2026-08-19 2:26 UTC (9+ messages)
` [PATCH net-next 1/2] NTB: ntb_transport: Add per-payload client metadata
` [PATCH net-next 2/2] net: ntb_netdev: Preserve CHECKSUM_PARTIAL across NTB
[PATCH v2] ntb: fix tx descriptor leak on dmaengine_submit failure
2026-08-16 3:01 UTC (5+ messages)
[PATCH net] NTB: ntb_netdev: Preserve RX queue depth on allocation failure
2026-08-11 9:20 UTC (3+ messages)
[PATCH 00/11] PCI/NTB: endpoint: packed vNTB memory windows
2026-08-04 1:41 UTC (26+ messages)
` [PATCH 01/11] NTB: Add atomic MW translation group operations
` [PATCH 02/11] NTB: epf: Parse a versioned packed MW layout
` [PATCH 03/11] PCI: endpoint: pci-epf-vntb: Add packed MW layout handling
` [PATCH 04/11] PCI: endpoint: pci-epf-vntb: Implement MW group translation callbacks
` [PATCH 05/11] PCI: endpoint: pci-epf-vntb: Allocate packed outbound MW space
` [PATCH 06/11] PCI: endpoint: pci-epf-vntb: Add outbound MW group commands
` [PATCH 07/11] NTB: epf: Implement MW group translation callbacks
` [PATCH 08/11] NTB: perf: Reject grouped memory windows
` [PATCH 09/11] NTB/msi: Require a singleton memory window
` [PATCH 10/11] NTB: ntb_transport: Use atomic MW translation groups
` [PATCH 11/11] PCI: endpoint: pci-epf-vntb: Expose packed MWs through configfs
[PATCH 0/3] PCI: endpoint: Support vNTB as a non-first EPF
2026-07-28 19:26 UTC (10+ messages)
` [PATCH 1/3] PCI: endpoint: pci-epf-vntb: Pass PF/VF number when BAR programming
` [PATCH 2/3] PCI: endpoint: pci-ep-msi: Make embedded doorbell IRQ exclusive
` [PATCH 3/3] PCI: endpoint: pci-ep-msi: Let non-first EPFs use embedded doorbells
[PATCH] NTB: ntb_transport: Mark the transport link down on cleanup
2026-07-17 16:53 UTC (3+ messages)
[PATCH] ntb: idt: Remove redundant dev_err()
2026-07-16 17:06 UTC (2+ messages)
[PATCH] ntb: epf: fix PCI resource cleanup on init error path
2026-07-02 7:16 UTC (2+ messages)
[GIT PULL] NTB bug fixes for 7.2
2026-06-28 14:54 UTC (2+ messages)
[PATCH v4 00/12] PCI: endpoint: pci-epf-vntb / NTB: epf: Enable per-doorbell bit handling
2026-06-24 1:35 UTC (30+ messages)
` [PATCH v4 02/12] PCI: endpoint: pci-epf-vntb: Defer pci_epc_raise_irq() out of atomic context
` [PATCH v4 04/12] PCI: endpoint: pci-epf-vntb: Reject unusable doorbell counts
` [PATCH v4 05/12] PCI: endpoint: pci-epf-vntb: Guard configfs writes after EPC attach
` [PATCH v4 06/12] PCI: endpoint: pci-epf-vntb: Exclude reserved slots from db_valid_mask
` [PATCH v4 07/12] PCI: endpoint: pci-epf-vntb: Implement db_vector_count/mask for doorbells
` [PATCH v4 08/12] NTB: epf: Document legacy doorbell slot offset in ntb_epf_peer_db_set()
` [PATCH v4 09/12] NTB: epf: Make db_valid_mask cover only real doorbell bits
` [PATCH v4 10/12] NTB: epf: Report 0-based doorbell vector via ntb_db_event()
` [PATCH v4 11/12] NTB: epf: Fix doorbell bitmask and IRQ vector handling
` [PATCH v4 12/12] NTB: epf: Implement db_vector_count/mask for doorbells
[PATCH] ntb: amd: Use named initializer for pci_device_id::driver_data
2026-06-10 17:45 UTC (3+ messages)
[PATCH] NTB: epf: log teardown command failures with error code
2026-05-29 19:05 UTC (2+ messages)
[PATCH 6.6.y] x86-64: rename misleadingly named '__copy_user_nocache()' function
2026-05-28 3:09 UTC
[PATCH 0/2] PCI: endpoint: pci-epf-{v}ntb: A couple of fixes
2026-05-27 8:27 UTC (8+ messages)
` [PATCH 2/2] PCI: endpoint: pci-epf-ntb: Add check to detect 'db_count' value of 0
[PATCH 0/2] NTB: epf: Fix ntb_hw_epf ISR issues
2026-05-27 8:06 UTC (2+ messages)
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