Linux PCI Non-Transparent Bridge framework and drivers
 help / color / mirror / Atom feed
 messages from 2017-05-15 13:48:53 to 2017-07-18 16:04:26 UTC [more...]

[PATCH v2 00/16] Switchtec NTB Support
 2017-07-18 16:04 UTC  (17+ 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  (29+ messages)
` [PATCH 1/7] drm/tilcdc: don't use volatile with iowrite64
` [PATCH 2/7] iomap: implement ioread64 and iowrite64
` [PATCH 3/7] asm-generic/io.h: make ioread64 and iowrite64 universally available
` [PATCH 4/7] alpha: provide ioread64 and iowrite64 implementations
` [PATCH 5/7] ntb: ntb_hw_intel: remove ioread64 and iowrite64 hacks
` [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
      ` [PATCH v2 "

[RFC PATCH 00/13] Switchtec NTB Support
 2017-06-23 23:06 UTC  (57+ messages)
` [RFC PATCH 01/13] switchtec: move structure definitions into a common header
` [RFC PATCH 02/13] switchtec: export class symbol for use in upper layer driver
` [RFC PATCH 03/13] switchtec: add ntb hardware register definitions
` [RFC PATCH 04/13] switchtec: add link event notifier block
` [RFC PATCH 05/13] switchtec_ntb: introduce initial ntb driver
` [RFC PATCH 06/13] switchtec_ntb: initialize hardware for memory windows
` [RFC PATCH 07/13] switchtec_ntb: initialize hardware for doorbells and messages
` [RFC PATCH 08/13] switchtec_ntb: add skeleton ntb driver
` [RFC PATCH 09/13] switchtec_ntb: add link management
` [RFC PATCH 10/13] switchtec_ntb: implement doorbell registers
` [RFC PATCH 11/13] switchtec_ntb: implement scratchpad registers
` [RFC PATCH 12/13] switchtec_ntb: add memory window support
` [RFC PATCH 13/13] switchtec_ntb: update switchtec documentation with notes for ntb
  ` New NTB API Issue

[GIT PULL] NTB bug fixes for v4.12
 2017-06-21 19:05 UTC  (4+ messages)

[PATCH] NTB: ntb_test: fix bug printing ntb_perf results
 2017-06-21  7:22 UTC  (3+ messages)

Bug fix pull request coming soon
 2017-06-13 14:19 UTC 

[PATCH] ntb: no sleep in ntb_async_tx_submit
 2017-06-13 13:55 UTC  (3+ messages)

[PATCH] ntb_netdev: set the net_device's parent
 2017-06-09 22:51 UTC  (12+ messages)
` [PATCH] ntb_transport: fix qp count bug
` [PATCH] ntb_transport: fix bug calculating num_qps_mw

[PATCH v2] ntb: ntb_hw_intel: Skylake doorbells should be 32bits, not 64bits
 2017-06-09 21:08 UTC  (3+ messages)

[PATCH] ntb: Correct modinfo usage statement for ntb_perf
 2017-06-09 20:33 UTC  (3+ messages)

[PATCH] ntb: ntb_hw_intel: Skylake doorbells should be 32bits, not 64bits
 2017-06-07 21:27 UTC 

[BUG] ntb: Sleep in interrupt handling
 2017-06-01 13:00 UTC  (2+ messages)

Cabling for NTB between Intel Xeon E5 v4 servers
 2017-06-01  4:47 UTC  (3+ messages)

[PATCH] ntb: Add error path/handling to Debug FS entry creation
 2017-05-15 16:34 UTC  (2+ messages)

[PATCH V3 0/3] Add/expose control features for the NTB perf test module
 2017-05-15 13:48 UTC  (4+ messages)
` [PATCH V3 2/3] ntb: Remove debug-fs variables from the context structure


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