messages from 2015-05-21 13:22:09 to 2016-01-15 07:37:16 UTC [more...]
[PATCH V3 1/2] NTB: Add AMD PCI-Express NTB driver
2016-01-15 7:37 UTC (3+ messages)
[PATCH V3 0/2] AMD NTB V3 changes
2016-01-15 2:23 UTC (3+ messages)
[PATCH v6] ntb: ntb perf tool
2016-01-14 15:59 UTC
[PATCH V3 2/2] NTB: Add support for flush request interface
2016-01-14 11:44 UTC
[PATCH v6] ntb: ntb perf tool
2016-01-13 20:29 UTC
[PATCH] NTB: Add more than just the first NTB to debugfs
2016-01-13 12:55 UTC
[PATCH v5] ntb: ntb perf tool
2016-01-13 17:12 UTC
[PATCH v4] ntb: ntb perf tool
2016-01-12 15:59 UTC (5+ messages)
[PATCH v3] ntb: ntb perf tool
2016-01-11 21:50 UTC
[PATCH V2 1/3] NTB: Add AMD PCI-Express NTB driver
2016-01-11 7:07 UTC (13+ messages)
[PATCH v2] NTB: Address out of DMA descriptor issue with NTB
2016-01-08 16:57 UTC (2+ messages)
[PATCH] NTB: Address out of DMA descriptor issue with NTB
2016-01-08 14:57 UTC (2+ messages)
[PATCH V2 0/3] Change notes of V2
2016-01-08 3:09 UTC (5+ messages)
[PATCH V2 2/3] NTB: Add AMD NTB support in Kconfig and Makefile
2016-01-07 2:28 UTC (3+ messages)
[PATCH v2] ntb: ntb perf tool
2016-01-06 18:04 UTC
[PATCH] ntb: ntb perf tool
2016-01-06 17:45 UTC (5+ messages)
[PATCH V2 3/3] NTB: Add flush_req and wakeup interface
2015-12-23 13:43 UTC
[PATCH v2] NTB: Clear property bits in BAR value
2015-12-19 22:59 UTC (3+ messages)
[PATCH] NTB: ntb_process_tx error path bug
2015-12-19 22:55 UTC
[PATCH 1/3] NTB: Add AMD PCI-Express NTB driver
2015-12-18 7:18 UTC (3+ messages)
[PATCH 3/3] NTB: Add flush_req and wakeup interface
2015-12-17 11:29 UTC (2+ messages)
[PATCH 2/3] NTB: Add AMD NTB support in Kconfig and Makefile
2015-12-17 11:01 UTC (2+ messages)
[PATCH] NTB: Clear property bits in BAR value
2015-11-19 20:54 UTC (3+ messages)
[GIT PULL] NTB bug fixes for v4.4
2015-11-08 21:42 UTC
[PATCH] NTB: fix 32-bit compiler warning
2015-11-08 21:24 UTC (2+ messages)
[PATCH 1/2] NTB: fix access of free-ed pointer
2015-10-05 2:48 UTC (4+ messages)
` [PATCH 2/2] NTB: remove unused variable
[PATCH] NTB: unify translation addresses
2015-10-05 2:29 UTC (3+ messages)
[PATCH v2] NTB: Fix issue where we may be accessing NULL ptr
2015-09-17 20:58 UTC (2+ messages)
[PATCH] NTB: Fix issue where we may be accessing NULL ptr
2015-09-17 18:49 UTC (2+ messages)
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 (7+ messages)
` [PATCH v2 02/17] "
` [PATCH v2 09/17] NTB: Differentiate transport link down messages
` [PATCH v2 13/17] NTB: Use NUMA memory in Intel driver
` [PATCH v2 16/17] NTB: Fix small code format issues in transport
` [PATCH v2 17/17] NTB: Rename intel hw to proper platform names
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