Linux PCI Non-Transparent Bridge framework and drivers
 help / color / mirror / Atom feed
 messages from 2015-05-20 19:53:49 to 2015-09-16 17:43:41 UTC [more...]

[PATCH] NTB: Fix issue where we may be accessing NULL ptr
 2015-09-16 17:43 UTC 

NTB: Use unique DMA channels for TX and RX
 2015-09-16 14:41 UTC  (2+ messages)

[PATCH 0/2] NTB: Fix/improve memory window index validation
 2015-09-07 19:41 UTC  (4+ messages)
` [PATCH 1/2] NTB: Improve index handling in B2B MW workaround
` [PATCH 2/2] NTB: Fix range check on memory window index

[PATCH] NTB: Fix documentation for ntb_peer_db_clear
 2015-07-15 16:43 UTC 

[PATCH] NTB: Fix documentation for ntb_link_is_up
 2015-07-15  8:15 UTC 

[PATCH v2 0/7] NTB: Bug Fixes
 2015-07-13 12:07 UTC  (16+ messages)
` [PATCH v2 1/7] NTB: Fix ntb_transport out-of-order RX update
` [PATCH v2 2/7] NTB: Fix transport stats for multiple devices
` [PATCH v2 3/7] NTB: ntb_netdev not covering all receive errors
` [PATCH v2 4/7] NTB: Fix oops in debugfs when transport is half-up
` [PATCH v2 5/7] NTB: Schedule to receive on QP link up
` [PATCH v2 6/7] NTB: Fix zero size or integer overflow in ntb_set_mw
` [PATCH v2 7/7] NTB: Fix dereference before check
` [PATCH v2 00/14] NTB: Performance and Usability Features
  ` [PATCH v2 08/14] NTB: Add list to MAINTAINERS
  ` [PATCH v2 09/14] NTB: Add flow control to the ntb_netdev
  ` [PATCH v2 10/14] NTB: Add PCI Device IDs for Broadwell Xeon
  ` [PATCH v2 11/14] NTB: Make the transport list in order of discovery
  ` [PATCH v2 12/14] NTB: Clean up QP stats info
  ` [PATCH v2 13/14] NTB: Remove dma_sync_wait from ntb_async_rx
  ` [PATCH v2 14/14] NTB: Use unique DMA channels for TX and RX

[PATCH v2] NTB: Add flow control to the ntb_netdev
 2015-07-13 16:12 UTC 

[PATCH 00/12] NTB: Performance and bug fixes in ntb drivers
 2015-07-13 15:08 UTC  (17+ messages)
` [PATCH 01/12] NTB: Fix ntb_transport out-of-order RX update
` [PATCH 02/12] NTB: Add flow control to the ntb_netdev
` [PATCH 03/12] NTB: Fix transport stats for multiple devices
` [PATCH 04/12] NTB: ntb_netdev not covering all receive errors
` [PATCH 05/12] NTB: Fix oops in debugfs when transport is half-up
` [PATCH 06/12] NTB: Schedule to receive on QP link up
` [PATCH 07/12] NTB: Add PCI Device IDs for Broadwell Xeon
` [PATCH 08/12] NTB: Make the transport list in order of discovery
` [PATCH 09/12] NTB: Clean up QP stats info
` [PATCH 10/12] NTB: Remove dma_sync_wait from ntb_async_rx
` [PATCH 11/12] NTB: Use unique DMA channels for TX and RX
` [PATCH 12/12] NTB: Fix zero size or integer overflow in ntb_set_mw

[PATCH] NTB: Improve index handling in B2B MW workaround
 2015-07-13 14:59 UTC  (4+ messages)

[PATCH] NTB: Fix dereference before check
 2015-07-13 14:23 UTC  (3+ messages)

[PATCH] NTB: Add list to MAINTAINERS
 2015-07-04 18:59 UTC 

[PATCH 0/9] NTB: Fix and cleanup ntb drivers
 2015-06-29 15:28 UTC  (12+ messages)
` [PATCH 1/9] NTB: Fix ntb_transport out-of-order RX update
` [PATCH 3/9] NTB: Fix transport stats for multiple devices
` [PATCH 4/9] NTB: ntb_netdev not covering all receive errors
` [PATCH 5/9] NTB: Fix oops in debugfs when transport is half-up
` [PATCH 6/9] NTB: Schedule to receive on QP link up
` [PATCH 7/9] NTB: Add PCI Device IDs for Broadwell Xeon
` [PATCH 8/9] NTB: Make the transport list in order of discovery
` [PATCH 9/9] NTB: Clean up QP stats info
` [PATCH 2/9] NTB: Add flow control to the ntb_netdev

[PATCH v4 00/19] NTB: Add NTB hardware abstraction layer
 2015-06-10  9:08 UTC  (20+ messages)
` [PATCH v4 01/19] NTB: Move files in preparation for NTB abstraction
` [PATCH v4 02/19] NTB: Add NTB hardware abstraction layer
` [PATCH v4 03/19] NTB: Split ntb_hw_intel and ntb_transport drivers
` [PATCH v4 04/19] NTB: Read peer info from local SPAD in transport
` [PATCH v4 05/19] NTB: Enable link for Intel root port mode in probe
` [PATCH v4 06/19] NTB: Check the device ID to set errata flags
` [PATCH v4 07/19] NTB: Differentiate transport link down messages
` [PATCH v4 08/19] NTB: Do not advance transport RX on link down
` [PATCH v4 09/19] NTB: Reset transport QP link stats on down
` [PATCH v4 10/19] NTB: Add parameters for Intel SNB B2B addresses
` [PATCH v4 11/19] NTB: Add ping pong test client
` [PATCH v4 12/19] NTB: Add tool "
` [PATCH v4 13/19] NTB: Rate limit ntb_qp_link_work
` [PATCH v4 14/19] NTB: Use NUMA memory and DMA chan in transport
` [PATCH v4 15/19] NTB: Use NUMA memory in Intel driver
` [PATCH v4 16/19] NTB: Improve performance with write combining
` [PATCH v4 17/19] NTB: Default to CPU memcpy for performance
` [PATCH v4 18/19] NTB: Rename Intel code names to platform names
` [PATCH v4 19/19] NTB: Increase transport MTU to 64k from 16k

[PATCH v3 00/18] NTB: Add NTB hardware abstraction layer
 2015-06-09 17:32 UTC  (32+ messages)
` [PATCH v3 01/18] NTB: Move files in preparation for NTB abstraction
` [PATCH v3 02/18] NTB: Add NTB hardware abstraction layer
` [PATCH v3 03/18] NTB: Read peer info from local SPAD in transport
` [PATCH v3 04/18] NTB: Enable link for Intel root port mode in probe
` [PATCH v3 05/18] NTB: Check the device ID to set errata flags
` [PATCH v3 06/18] NTB: Differentiate transport link down messages
` [PATCH v3 07/18] NTB: Do not advance transport RX on link down
` [PATCH v3 08/18] NTB: Reset transport QP link stats on down
` [PATCH v3 09/18] NTB: Add parameters for Intel SNB B2B addresses
` [PATCH v3 10/18] NTB: Add ping pong test client
` [PATCH v3 11/18] NTB: Add tool "
` [PATCH v3 12/18] NTB: Rate limit ntb_qp_link_work
` [PATCH v3 13/18] NTB: Use NUMA memory and DMA chan in transport
` [PATCH v3 14/18] NTB: Use NUMA memory in Intel driver
` [PATCH v3 15/18] NTB: Improve performance with write combining
` [PATCH v3 16/18] NTB: Default to CPU memcpy for performance
` [PATCH v3 17/18] NTB: Rename intel hw to proper platform names
` [PATCH v3 18/18] NTB: Increase transport MTU to 64k from 16k

[PATCH] NTB: Register client drivers with name and owner
 2015-06-01  9:24 UTC 

[PATCH] NTB: Skip reading doorbell bits in callback
 2015-05-27 15:37 UTC 

[PATCH] NTB: Reschedule long tasklets to avoid stalls
 2015-05-27 11:26 UTC 

[PATCH v2 00/17] NTB: Add NTB hardware abstraction layer
 2015-05-21  9:45 UTC  (19+ messages)
  ` [PATCH v2 01/17] NTB: Move files in preparation for NTB abstraction
  ` [PATCH v2 02/17] NTB: Add NTB hardware abstraction layer
  ` [PATCH v2 03/17] NTB: Enable link for Intel root port mode in probe
  ` [PATCH v2 04/17] NTB: Check the device ID to set errata flags
  ` [PATCH v2 05/17] NTB: Add parameters for Intel SNB B2B addresses
  ` [PATCH v2 06/17] NTB: Add ping pong test client
  ` [PATCH v2 07/17] NTB: Add tool "
  ` [PATCH v2 08/17] NTB: Rate limit ntb_qp_link_work
  ` [PATCH v2 09/17] NTB: Differentiate transport link down messages
  ` [PATCH v2 10/17] NTB: Do not advance transport RX on link down
  ` [PATCH v2 11/17] NTB: Reset transport QP link stats on down
  ` [PATCH v2 12/17] NTB: Use NUMA memory and DMA chan in transport
  ` [PATCH v2 13/17] NTB: Use NUMA memory in Intel driver
  ` [PATCH v2 14/17] NTB: Improve performance with write combining
  ` [PATCH v2 15/17] NTB: Default to CPU memcpy for performance
  ` [PATCH v2 16/17] NTB: Fix small code format issues in transport
  ` [PATCH v2 17/17] NTB: Rename intel hw to proper platform names

[PATCH 00/16] ntb: NTB Abstraction Layer
 2015-05-21 11:32 UTC  (27+ messages)
` [PATCH 01/16] Move files in preparation for NTB Abstraction
` [PATCH 02/16] NTB Abstraction Layer
` [PATCH 03/16] ntb: Enable link training for RP mode in the driver probe
` [PATCH 04/16] Check the DID for certain workaround error flags to be set
` [PATCH 05/16] Intel NTB params for snb b2b addresses
` [PATCH 06/16] NTB Pingpong Client
` [PATCH 07/16] NTB Tool Client
` [PATCH 08/16] ntb_transport: rate limit ntb_qp_link_work
` [PATCH 09/16] ntb_transport: differentiate link down messages
` [PATCH 10/16] ntb_transport: don't advance rx on link down
` [PATCH 11/16] ntb_transport: reset qp link stats on down
` [PATCH 12/16] ntb_transport: numa aware memory and dma chan
` [PATCH 13/16] ntb_hw_intel: numa aware memory allocation
` [PATCH 14/16] ntb: performance improvement by write combining
` [PATCH 15/16] ntb: default to cpu memcpy for performance
` [PATCH 16/16] ntb_transport: fix small code format issues

[PATCH] MAINTAINERS: adding mailing list for NTB
 2015-05-20 19:53 UTC 


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