messages from 2017-11-21 23:06:47 to 2017-12-11 20:06:38 UTC [more...]
[PATCH 1/2] ntb_transport: Fix bug with max_mw_size parameter
2017-12-11 20:06 UTC (8+ messages)
` [PATCH 2/2] ntb_hw_switchtec: Check for alignment of the buffer in mw_set_trans()
question of ntb_transport dma copy
2017-12-11 14:32 UTC (2+ messages)
[PATCH] ntb_netdev: set the net_device's parent
2017-12-09 0:02 UTC (4+ messages)
` [PATCH] ntb_transport: fix qp count bug
[PATCH v9 0/8] Add io{read|write}64 to io-64-atomic headers
2017-12-07 16:15 UTC (10+ messages)
` [PATCH v9 1/8] drm/tilcdc: ensure nonatomic iowrite64 is not used
` [PATCH v9 2/8] powerpc: io.h: move iomap.h include so that it can use readq/writeq defs
` [PATCH v9 3/8] powerpc: iomap.c: introduce io{read|write}64_{lo_hi|hi_lo}
` [PATCH v9 4/8] iomap: "
` [PATCH v9 5/8] io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros
` [PATCH v9 6/8] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks
` [PATCH v9 7/8] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64
` [PATCH v9 8/8] ntb: ntb_hw_switchtec: Cleanup 64bit IO defines to use the common header
[PATCH] ntb_hw_switchtec: fix logic error
2017-12-06 17:37 UTC (2+ messages)
[PATCH v2 00/15] NTB: Add full multi-port API support to the test drivers
2017-12-06 14:32 UTC (87+ messages)
` [PATCH v2 01/15] NTB: Rename NTB messaging API methods
` [PATCH v2 02/15] NTB: Set dma mask and dma coherent mask to NTB devices
` [PATCH v2 03/15] NTB: Fix UB/bug in ntb_mw_get_align()
` [PATCH v2 04/15] NTB: ntb_pp: Add full multi-port NTB API support
` [PATCH v2 05/15] NTB: ntb_tool: "
` [PATCH v2 06/15] NTB: ntb_perf: "
` [PATCH v2 07/15] NTB: ntb_test: Safely use paths with whitespace
` [PATCH v2 08/15] NTB: ntb_test: Add ntb_tool port tests
` [PATCH v2 09/15] NTB: ntb_test: Update ntb_tool link tests
` [PATCH v2 10/15] NTB: ntb_test: Update ntb_tool DB tests
` [PATCH v2 11/15] NTB: ntb_test: Update ntb_tool Scratchpad tests
` [PATCH v2 12/15] NTB: ntb_test: Add ntb_tool Message tests
` [PATCH v2 13/15] NTB: ntb_test: Update ntb_tool MW tests
` [PATCH v2 14/15] NTB: ntb_test: Update ntb_perf tests
` [PATCH v2 15/15] NTB: ntb_hw_idt: Set NTB_TOPO_SWITCH topology
` [PATCH v3 00/15] NTB: Add full multi-port API support to the test drivers
` [PATCH v3 01/15] NTB: Rename NTB messaging API methods
` [PATCH v3 02/15] NTB: Set dma mask and dma coherent mask to NTB devices
` [PATCH v3 03/15] NTB: Fix UB/bug in ntb_mw_get_align()
` [PATCH v3 04/15] NTB: ntb_pp: Add full multi-port NTB API support
` [PATCH v3 05/15] NTB: ntb_tool: "
` [PATCH v3 06/15] NTB: ntb_perf: "
` [PATCH v3 07/15] NTB: ntb_test: Safely use paths with whitespace
` [PATCH v3 08/15] NTB: ntb_test: Add ntb_tool port tests
` [PATCH v3 09/15] NTB: ntb_test: Update ntb_tool link tests
` [PATCH v3 10/15] NTB: ntb_test: Update ntb_tool DB tests
` [PATCH v3 11/15] NTB: ntb_test: Update ntb_tool Scratchpad tests
` [PATCH v3 12/15] NTB: ntb_test: Add ntb_tool Message tests
` [PATCH v3 13/15] NTB: ntb_test: Update ntb_tool MW tests
` [PATCH v3 14/15] NTB: ntb_test: Update ntb_perf tests
` [PATCH v3 15/15] NTB: ntb_hw_idt: Set NTB_TOPO_SWITCH topology
` [PATCH v4 00/15] NTB: Add full multi-port API support to the test drivers
` [PATCH v4 01/15] NTB: Rename NTB messaging API methods
` [PATCH v4 02/15] NTB: Set dma mask and dma coherent mask to NTB devices
` [PATCH v4 03/15] NTB: Fix UB/bug in ntb_mw_get_align()
` [PATCH v4 04/15] NTB: ntb_pp: Add full multi-port NTB API support
` [PATCH v4 05/15] NTB: ntb_tool: "
` [PATCH v4 06/15] NTB: ntb_perf: "
` [PATCH v4 07/15] NTB: ntb_test: Safely use paths with whitespace
` [PATCH v4 08/15] NTB: ntb_test: Add ntb_tool port tests
` [PATCH v4 09/15] NTB: ntb_test: Update ntb_tool link tests
` [PATCH v4 10/15] NTB: ntb_test: Update ntb_tool DB tests
` [PATCH v4 11/15] NTB: ntb_test: Update ntb_tool Scratchpad tests
` [PATCH v4 12/15] NTB: ntb_test: Add ntb_tool Message tests
` [PATCH v4 13/15] NTB: ntb_test: Update ntb_tool MW tests
` [PATCH v4 14/15] NTB: ntb_test: Update ntb_perf tests
` [PATCH v4 15/15] NTB: ntb_hw_idt: Set NTB_TOPO_SWITCH topology
[PATCH 0/7] Switchtec NTB Crosslink Support
2017-12-05 19:55 UTC (14+ messages)
` [PATCH 1/7] ntb_hw_switchtec: Allow using Switchtec NTB in multi-partition setups
` [PATCH 2/7] ntb_hw_switchtec: Keep track of the number of LUT windows used by the driver
` [PATCH 3/7] ntb_hw_switchtec: Create helper function to setup reserved LUT MWs
` [PATCH 4/7] ntb_hw_switchtec: Make switchtec_ntb_init_req_id_table() more general
` [PATCH 5/7] ntb_hw_switchtec: Expand PFF CSR registers
` [PATCH 6/7] ntb_hw_switchtec: Add initialization code for crosslink
` [PATCH 7/7] ntb_hw_switchtec: Crosslink doorbells and messages
[PATCH v2] ntb_hw_switchtec: Force down the link before initializing
2017-12-05 19:46 UTC (9+ messages)
[PATCH] NTB: ntb_pp: Add full multi-port NTB API support
2017-12-03 20:26 UTC (4+ messages)
` [PATCH v2] "
[PATCH] NTB: ntb_perf: Add full multi-port NTB API support
2017-12-03 17:58 UTC (4+ messages)
` [PATCH v2] "
[PATCH] NTB: ntb_tool: Add full multi-port NTB API support
2017-12-03 9:50 UTC (5+ messages)
` [PATCH v2] "
[PATCH 01/08] NTB: ntb_test: Safely use paths with whitespace
2017-11-30 22:37 UTC (12+ messages)
` [PATCH 02/08] NTB: ntb_test: Add ntb_tool port tests
` [PATCH 03/08] NTB: ntb_test: Update ntb_tool link tests
` [PATCH 04/08] NTB: ntb_test: Update ntb_tool DB tests
` [PATCH 05/08] NTB: ntb_test: Update ntb_tool Scratchpad tests
` [PATCH 06/08] NTB: ntb_test: Add ntb_tool Message tests
` [PATCH 07/08] NTB: ntb_test: Update ntb_tool MW tests
` [PATCH 08/08] NTB: ntb_test: Update ntb_perf tests
[PATCH] NTB: ntb_hw_idt: Set NTB_TOPO_SWITCH topology
2017-11-30 22:27 UTC (4+ messages)
[PATCH] NTB: Set dma mask and dma coherent mask to NTB devices
2017-11-30 22:16 UTC (2+ messages)
[PATCH] NTB: Fix UB/bug in ntb_mw_get_align()
2017-11-30 22:07 UTC (2+ messages)
[PATCH] NTB: Rename NTB messaging API methods
2017-11-30 21:34 UTC (2+ messages)
` [PATCH v2] "
Ntb Transport Driver Problem After Power-up
2017-11-29 23:44 UTC (14+ messages)
[PATCH] ntb_hw_switchtec: Force down the peer's link before initializing
2017-11-29 16:41 UTC (7+ messages)
[GIT PULL] NTB bug fixes for v4.15
2017-11-27 20:53 UTC (10+ messages)
PLX NTB driver
2017-11-27 16:33 UTC (3+ messages)
[PATCH] ntb: remove unneeded DRIVER_LICENSE #defines
2017-11-27 16:15 UTC (3+ messages)
[PATCH] NTB: switchtec_ntb: fix spelling mistake: "peforming" -> "performing"
2017-11-27 16:08 UTC (7+ messages)
[PATCH v2] ntb: remove Intel Atom NTB driver support
2017-11-27 15:57 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