Linux PCI Non-Transparent Bridge framework and drivers
 help / color / mirror / Atom feed
 messages from 2026-05-27 09:09:09 to 2026-09-02 07:25:22 UTC [more...]

[PATCH v2 0/3] PCI: endpoint: Support hardware-owned MSI-X table and PBA
 2026-09-02  7:25 UTC  (12+ 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 v3 0/7] PCI: endpoint: Remote DMA support via vNTB
 2026-09-02  2:40 UTC  (16+ messages)
` [PATCH v3 1/7] PCI: endpoint: Add DMA auxiliary resource metadata
` [PATCH v3 2/7] PCI: dwc: Expose endpoint DMA resources
` [PATCH v3 3/7] PCI: endpoint: pci-epf-vntb: Move epf_ntb_is_bar_used() up
` [PATCH v3 4/7] PCI: endpoint: pci-epf-vntb: Export endpoint DMA channels
` [PATCH v3 5/7] PCI: endpoint: pci-epf-vntb: Allow DMA and MW to share a BAR
` [PATCH v3 6/7] NTB: ntb_hw_epf: Discover vNTB-embedded DMA
` [PATCH v3 7/7] Documentation: PCI: endpoint: Document vNTB DMA export

[PATCH v6 0/2] PCI: endpoint: pci-epf-*ntb: Harden vNTB resource management
 2026-09-01 19:05 UTC  (7+ messages)
` [PATCH v6 1/2] PCI: endpoint: pci-epf-vntb: Serialize virtual PCI bus scan
` [PATCH v6 2/2] PCI: endpoint: pci-epf-vntb: Manage virtual NTB and PCI bus lifetime

[PATCH net v3] net: ntb_netdev: Fix statistics races
 2026-09-01  3:30 UTC  (3+ 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 12/12] NTB: epf: Implement db_vector_count/mask for doorbells
 2026-06-24  1:35 UTC  (3+ messages)

[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 v4 00/12] PCI: endpoint: pci-epf-vntb / NTB: epf: Enable per-doorbell bit handling
 2026-05-27  9:09 UTC  (2+ messages)


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