messages from 2015-05-20 19:53:49 to 2015-06-29 14:50:37 UTC [more...]
[PATCH 0/9] NTB: Fix and cleanup ntb drivers
2015-06-29 14:50 UTC (8+ 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 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 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
page: | 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