Linux PCI Non-Transparent Bridge framework and drivers
 help / color / mirror / Atom feed
 messages from 2017-06-23 20:39:08 to 2017-08-08 10:14:42 UTC [more...]

[PATCH] NTB: ntb_pp: Add full multi-port NTB API support
 2017-08-08 10:14 UTC 

[PATCH] NTB: ntb_tool: Add full multi-port NTB API support
 2017-08-08 10:11 UTC 

[PATCH] NTB: Rename NTB messaging API methods
 2017-08-08 10:10 UTC 

[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 v4 00/15] Switchtec NTB Support
 2017-08-03 18:19 UTC  (16+ 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 v3 00/16] Switchtec NTB Support
 2017-08-02 17:02 UTC  (41+ messages)
` [PATCH v3 01/16] switchtec: move structure definitions into a common header
` [PATCH v3 02/16] switchtec: export class symbol for use in upper layer driver
` [PATCH v3 03/16] switchtec: add NTB hardware register definitions
` [PATCH v3 04/16] switchtec: add link event notifier callback
` [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 07/16] ntb: add check and comment for link up to mw_count() and mw_get_align()
` [PATCH v3 08/16] switchtec_ntb: introduce initial NTB driver
` [PATCH v3 09/16] switchtec_ntb: initialize hardware for memory windows
` [PATCH v3 10/16] switchtec_ntb: initialize hardware for doorbells and messages
` [PATCH v3 11/16] switchtec_ntb: add skeleton NTB driver
` [PATCH v3 12/16] switchtec_ntb: add link management
` [PATCH v3 13/16] switchtec_ntb: implement doorbell registers
` [PATCH v3 14/16] switchtec_ntb: implement scratchpad registers
` [PATCH v3 15/16] switchtec_ntb: add memory window support
` [PATCH v3 16/16] switchtec_ntb: update switchtec documentation with notes for NTB

[PATCH v5 0/6] make io{read|write}64 globally usable
 2017-08-01 17:47 UTC  (18+ messages)
` [PATCH v5 1/6] powerpc: io.h: move iomap.h include so that it can use readq/writeq defs
` [PATCH v5 2/6] powerpc: iomap.c: introduce io{read|write}64_{lo_hi|hi_lo}
` [PATCH v5 3/6] iomap: "
` [PATCH v5 4/6] io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros
` [PATCH v5 5/6] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks
` [PATCH v5 6/6] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64

[PATCH] ntb: update maintainer list for Intel NTB driver
 2017-08-01 17:43 UTC  (2+ messages)

[PATCH] ntb: transport shouldn't disable link due to bogus values in SPADs
 2017-08-01 17:33 UTC  (3+ messages)

[PATCH v4 0/5] make io{read|write}64 globally usable
 2017-07-20 15:39 UTC  (13+ messages)
` [PATCH v4 1/5] powerpc: io.h: move iomap.h include so that it can use readq/writeq defs
` [PATCH v4 2/5] iomap: introduce io{read|write}64_{lo_hi|hi_lo}
` [PATCH v4 3/5] io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros
` [PATCH v4 4/5] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks
` [PATCH v4 5/5] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64

[PATCH v2 00/16] Switchtec NTB Support
 2017-07-18 18:08 UTC  (19+ messages)
` [PATCH v2 01/16] switchtec: move structure definitions into a common header
` [PATCH v2 02/16] switchtec: export class symbol for use in upper layer driver
` [PATCH v2 03/16] switchtec: add NTB hardware register definitions
` [PATCH v2 04/16] switchtec: add link event notifier callback
` [PATCH v2 05/16] ntb: ensure ntb_mw_get_align() is only called when the link is up
` [PATCH v2 06/16] ntb: add check and comment for link up to mw_count() and mw_get_align()
` [PATCH v2 07/16] ntb: ntb_test: ensure the link is up before trying to configure the mws
` [PATCH v2 08/16] switchtec_ntb: introduce initial NTB driver
` [PATCH v2 09/16] switchtec_ntb: initialize hardware for memory windows
` [PATCH v2 10/16] switchtec_ntb: initialize hardware for doorbells and messages
` [PATCH v2 11/16] switchtec_ntb: add skeleton NTB driver
` [PATCH v2 12/16] switchtec_ntb: add link management
` [PATCH v2 13/16] switchtec_ntb: implement doorbell registers
` [PATCH v2 14/16] switchtec_ntb: implement scratchpad registers
` [PATCH v2 15/16] switchtec_ntb: add memory window support
` [PATCH v2 16/16] switchtec_ntb: update switchtec documentation with notes for NTB

[PATCH] ntb: use correct mw_count function in ntb_tool and ntb_transport
 2017-07-17 16:52 UTC  (7+ messages)

[GIT PULL] NTB bug fixes for v4.13
 2017-07-14 15:54 UTC 

[PATCH 00/16]
 2017-07-05 19:50 UTC  (36+ messages)
` [PATCH 01/16] switchtec: move structure definitions into a common header
` [PATCH 02/16] switchtec: export class symbol for use in upper layer driver
` [PATCH 03/16] switchtec: add ntb hardware register definitions
` [PATCH 04/16] switchtec: add link event notifier callback
` [PATCH 05/16] ntb: ensure ntb_mw_get_align is only called when the link is up
` [PATCH 06/16] ntb: add check and comment for link up to mw_count and mw_get_align
` [PATCH 07/16] ntb: ntb_test: ensure the link is up before trying to configure the mws
` [PATCH 08/16] switchtec_ntb: introduce initial ntb driver
` [PATCH 09/16] switchtec_ntb: initialize hardware for memory windows
` [PATCH 10/16] switchtec_ntb: initialize hardware for doorbells and messages
` [PATCH 11/16] switchtec_ntb: add skeleton ntb driver
` [PATCH 12/16] switchtec_ntb: add link management
` [PATCH 13/16] switchtec_ntb: implement doorbell registers
` [PATCH 14/16] switchtec_ntb: implement scratchpad registers
` [PATCH 15/16] switchtec_ntb: add memory window support
` [PATCH 16/16] switchtec_ntb: update switchtec documentation with notes for ntb

NTB query
 2017-06-30 23:46 UTC 

[PATCH v3 0/4] make io{read|write}64 more globally usable
 2017-06-30 16:21 UTC  (7+ messages)
` [PATCH v3 1/4] iomap: introduce io{read|write}64_{lo_hi|hi_lo}
` [PATCH v3 2/4] io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros
` [PATCH v3 3/4] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks
` [PATCH v3 4/4] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64

[PATCH v2 0/3] make io{read|write}64 more globally usable
 2017-06-29  7:52 UTC  (9+ messages)
` [PATCH v2 1/3] io-64-nonatomic: add io{read|write}64[be] macros
` [PATCH v2 2/3] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks
` [PATCH v2 3/3] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64

[PATCH 0/7] cleanup issues with io{read|write}64
 2017-06-27 20:40 UTC  (10+ messages)
` [PATCH 1/7] drm/tilcdc: don't use volatile with iowrite64
` [PATCH 2/7] iomap: implement ioread64 and iowrite64
` [PATCH 6/7] drm/tilcdc: clean up ifdef hacks around iowrite64

[PATCH 7/7] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64
 2017-06-24 11:57 UTC  (2+ messages)
` [PATCH v2 "

[RFC PATCH 00/13] Switchtec NTB Support
 2017-06-23 23:06 UTC  (18+ messages)
  ` New NTB API Issue


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