Linux PCI Non-Transparent Bridge framework and drivers
 help / color / mirror / Atom feed
 messages from 2017-08-01 18:14:56 to 2017-11-30 22:23:58 UTC [more...]

[PATCH] NTB: ntb_tool: Add full multi-port NTB API support
 2017-11-30 22:23 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] NTB: Set dma mask and dma coherent mask to NTB devices
 2017-11-30 22:16 UTC  (2+ messages)

[PATCH] NTB: ntb_hw_idt: Set NTB_TOPO_SWITCH topology
 2017-11-30 22:14 UTC  (3+ messages)

[PATCH 01/08] NTB: ntb_test: Safely use paths with whitespace
 2017-11-30 22:12 UTC  (10+ 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: Fix UB/bug in ntb_mw_get_align()
 2017-11-30 22:07 UTC  (2+ messages)

[PATCH] NTB: ntb_perf: Add full multi-port NTB API support
 2017-11-30 21:38 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] NTB: ntb_pp: Add full multi-port NTB API support
 2017-11-30 21:35 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] NTB: Rename NTB messaging API methods
 2017-11-30 21:34 UTC  (3+ messages)
` [PATCH v2] "

Ntb Transport Driver Problem After Power-up
 2017-11-29 23:44 UTC  (14+ messages)

[PATCH 0/7] Switchtec NTB Crosslink Support
 2017-11-29 17:58 UTC  (9+ 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] 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  (14+ 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)

[PATCH] ntb: remove Intel Atom NTB driver support
 2017-11-19  5:01 UTC  (6+ messages)

[PATCH] ntb: intel: remove b2b memory window workaround for Skylake NTB
 2017-11-13 14:04 UTC  (2+ messages)

[PATCH v2 00/16] Switchtec NTB Support
 2017-11-11  2:52 UTC  (3+ messages)

Misleading throughput number using ntb_perf with memcpy_toio()
 2017-11-02 20:27 UTC  (6+ messages)

[PATCH] drivers/net: ntb_netdev: Convert timers to use timer_setup()
 2017-10-30 21:05 UTC 

[PATCH] NTB: ntb_hw_switchtec: Fix peer BAR bug in switchtec_ntb_init_shared_mw
 2017-10-17 20:57 UTC  (3+ messages)

Is the Scratchpad Implementation Using a LUT Standard?
 2017-10-12 18:38 UTC  (12+ messages)

GigaIO starting work on Switchtec NTB-based PCI Express fabric
 2017-10-04 14:19 UTC  (4+ messages)

[PATCH v8 0/7] make io{read|write}64 globally usable
 2017-09-18 23:12 UTC  (8+ messages)
` [PATCH v8 1/7] drm/tilcdc: ensure nonatomic iowrite64 is not used
` [PATCH v8 2/7] powerpc: io.h: move iomap.h include so that it can use readq/writeq defs
` [PATCH v8 3/7] powerpc: iomap.c: introduce io{read|write}64_{lo_hi|hi_lo}
` [PATCH v8 4/7] iomap: "
` [PATCH v8 5/7] io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros
` [PATCH v8 6/7] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks
` [PATCH v8 7/7] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64

[PATCH v4 00/15] Switchtec NTB Support
 2017-08-31 20:53 UTC  (21+ messages)
` [PATCH v4 01/15] NTB: switchtec: Move structure definitions into a common header
` [PATCH v4 02/15] NTB: switchtec: Export class symbol for use in upper layer driver
` [PATCH v4 03/15] NTB: switchtec: Add NTB hardware register definitions
` [PATCH v4 04/15] NTB: switchtec: Add link event notifier callback
` [PATCH v4 05/15] NTB: Ensure ntb_mw_get_align() is only called when the link is up
` [PATCH v4 06/15] NTB: Add check and comment for link up to mw_count() and mw_get_align()
` [PATCH v4 07/15] NTB: switchtec_ntb: Introduce initial NTB driver
` [PATCH v4 08/15] NTB: switchtec_ntb: Initialize hardware for memory windows
` [PATCH v4 09/15] NTB: switchtec_ntb: Initialize hardware for doorbells and messages
` [PATCH v4 10/15] NTB: switchtec_ntb: Add skeleton NTB driver
` [PATCH v4 11/15] NTB: switchtec_ntb: Add link management
` [PATCH v4 12/15] NTB: switchtec_ntb: Implement doorbell registers
` [PATCH v4 13/15] NTB: switchtec_ntb: Implement scratchpad registers
` [PATCH v4 14/15] NTB: switchtec_ntb: Add memory window support
` [PATCH v4 15/15] NTB: switchtec_ntb: Update switchtec documentation with notes for NTB

[PATCH] NTB: make idt_89hpes_cfg const
 2017-08-31 17:55 UTC  (2+ messages)

[GIT PULL] NTB bug fixes for v4.13
 2017-08-27  3:50 UTC 

Translation registers
 2017-08-24 22:24 UTC  (5+ messages)

[PATCH v7 0/7] make io{read|write}64 globally usable
 2017-08-22 21:07 UTC  (16+ messages)
` [PATCH v7 1/7] drm/tilcdc: ensure nonatomic iowrite64 is not used
` [PATCH v7 2/7] powerpc: io.h: move iomap.h include so that it can use readq/writeq defs
` [PATCH v7 3/7] powerpc: iomap.c: introduce io{read|write}64_{lo_hi|hi_lo}
` [PATCH v7 4/7] iomap: "
` [PATCH v7 5/7] io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros
` [PATCH v7 6/7] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks
` [PATCH v7 7/7] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64

[PATCH v6 0/7] make io{read|write}64 globally usable
 2017-08-05 13:30 UTC  (11+ messages)
` [PATCH v6 1/7] drm/tilcdc: ensure nonatomic iowrite64 is not used
` [PATCH v6 2/7] powerpc: io.h: move iomap.h include so that it can use readq/writeq defs
` [PATCH v6 3/7] powerpc: iomap.c: introduce io{read|write}64_{lo_hi|hi_lo}
` [PATCH v6 4/7] iomap: "
` [PATCH v6 5/7] io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros
` [PATCH v6 6/7] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks
` [PATCH v6 7/7] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64

[PATCH v3 00/16] Switchtec NTB Support
 2017-08-02 17:02 UTC  (20+ messages)
` [PATCH v3 05/16] ntb: ntb_test: ensure the link is up before trying to configure the mws
` [PATCH v3 06/16] ntb: ensure ntb_mw_get_align() is only called when the link is up
` [PATCH v3 09/16] switchtec_ntb: initialize hardware for memory windows
` [PATCH v3 13/16] switchtec_ntb: implement doorbell registers
` [PATCH v3 14/16] switchtec_ntb: implement scratchpad registers


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