Linux PCI Non-Transparent Bridge framework and drivers
 help / color / mirror / Atom feed
 messages from 2017-12-05 23:38:21 to 2018-05-05 02:48:31 UTC [more...]

[PATCH] NTB: Add support to message registers based devices
 2018-05-05  2:48 UTC  (7+ messages)
      ` [PATCH 1/4] NTB : Introduce message library
      ` [PATCH 2/4] NTB : Add message library NTB API

memcpy over NTB
 2018-05-02 16:38 UTC  (10+ messages)

ntb user space driver
 2018-05-01 13:07 UTC  (2+ messages)

[PATCH v16 0/7] Add io{read|write}64 to io-64-atomic headers
 2018-04-21 17:29 UTC  (9+ messages)
` [PATCH v16 1/7] iomap: Use non-raw io functions for io{read|write}XXbe
` [PATCH v16 2/7] parisc: iomap: introduce io{read|write}64
` [PATCH v16 3/7] iomap: introduce io{read|write}64_{lo_hi|hi_lo}
` [PATCH v16 4/7] io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros
` [PATCH v16 5/7] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks
` [PATCH v16 6/7] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64
` [PATCH v16 7/7] ntb: ntb_hw_switchtec: Cleanup 64bit IO defines to use the common header

[PATCH 2/2] ntb: ntb_transport: Replace GFP_ATOMIC with GFP_KERNEL in ntb_transport_create_queue
 2018-04-10 13:17 UTC 

[PATCH 1/2] ntb: ntb_transport: Replace GFP_ATOMIC with GFP_KERNEL in ntb_transport_setup_qp_mw
 2018-04-10 13:17 UTC 

[PATCH v15 0/9] Add io{read|write}64 to io-64-atomic headers
 2018-04-05  4:48 UTC  (13+ messages)
` [PATCH v15 1/9] iomap: Use non-raw io functions for io{read|write}XXbe
` [PATCH v15 2/9] parisc: iomap: introduce io{read|write}64
` [PATCH v15 3/9] powerpc: io.h: move iomap.h include so that it can use readq/writeq defs
` [PATCH v15 4/9] powerpc: iomap.c: introduce io{read|write}64_{lo_hi|hi_lo}
` [PATCH v15 5/9] iomap: "
` [PATCH v15 6/9] io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros
` [PATCH v15 7/9] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks
` [PATCH v15 8/9] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64
` [PATCH v15 9/9] ntb: ntb_hw_switchtec: Cleanup 64bit IO defines to use the common header

[PATCH v13 00/10] Add io{read|write}64 to io-64-atomic headers
 2018-03-26 20:33 UTC  (18+ messages)
` [PATCH v13 01/10] iomap: Use correct endian conversion function in mmio_writeXXbe
` [PATCH v13 02/10] iomap: Fix sparse endian check warnings
` [PATCH v13 03/10] parisc: iomap: introduce io{read|write}64
` [PATCH v13 04/10] powerpc: io.h: move iomap.h include so that it can use readq/writeq defs
` [PATCH v13 05/10] powerpc: iomap.c: introduce io{read|write}64_{lo_hi|hi_lo}
` [PATCH v13 06/10] iomap: "
` [PATCH v13 07/10] io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros
` [PATCH v13 08/10] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks
` [PATCH v13 09/10] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64
` [PATCH v13 10/10] ntb: ntb_hw_switchtec: Cleanup 64bit IO defines to use the common header

[PATCH v14 00/10] Add io{read|write}64 to io-64-atomic headers
 2018-03-22 17:28 UTC  (13+ messages)
` [PATCH v14 01/10] iomap: Use correct endian conversion function in mmio_writeXXbe
` [PATCH v14 02/10] iomap: Add big endian sparse annotations to mmio_{read|write}XXbe()
` [PATCH v14 03/10] parisc: iomap: introduce io{read|write}64
` [PATCH v14 04/10] powerpc: io.h: move iomap.h include so that it can use readq/writeq defs
` [PATCH v14 05/10] powerpc: iomap.c: introduce io{read|write}64_{lo_hi|hi_lo}
` [PATCH v14 06/10] iomap: "
` [PATCH v14 07/10] io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros
` [PATCH v14 08/10] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks
` [PATCH v14 09/10] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64
` [PATCH v14 10/10] ntb: ntb_hw_switchtec: Cleanup 64bit IO defines to use the common header

[PATCH v12 0/9] Add io{read|write}64 to io-64-atomic headers
 2018-03-19 20:38 UTC  (12+ messages)
` [PATCH v12 1/9] iomap: Fix sparse endian check warnings
` [PATCH v12 2/9] parisc: iomap: introduce io{read|write}64
` [PATCH v12 3/9] powerpc: io.h: move iomap.h include so that it can use readq/writeq defs
` [PATCH v12 4/9] powerpc: iomap.c: introduce io{read|write}64_{lo_hi|hi_lo}
` [PATCH v12 5/9] iomap: "
` [PATCH v12 6/9] io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros
` [PATCH v12 7/9] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks
` [PATCH v12 8/9] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64
` [PATCH v12 9/9] ntb: ntb_hw_switchtec: Cleanup 64bit IO defines to use the common header

[PATCH] ntb_transport: use put_device() instead of kfree()
 2018-03-09 16:46 UTC  (2+ messages)

[PATCH v11 0/7] Add io{read|write}64 to io-64-atomic headers
 2018-03-06 17:03 UTC  (14+ messages)
` [PATCH v11 1/7] powerpc: io.h: move iomap.h include so that it can use readq/writeq defs
` [PATCH v11 2/7] powerpc: iomap.c: introduce io{read|write}64_{lo_hi|hi_lo}
` [PATCH v11 3/7] iomap: "
` [PATCH v11 4/7] io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros
` [PATCH v11 5/7] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks
` [PATCH v11 6/7] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64
` [PATCH v11 7/7] ntb: ntb_hw_switchtec: Cleanup 64bit IO defines to use the common header

[PATCH 1/3] ntb: intel: header definitions refactor
 2018-02-11 19:37 UTC  (5+ messages)
` [PATCH 2/3] ntb: intel: split out the gen3 code
` [PATCH 3/3] ntb: intel: change references of skx to gen3

[GIT PULL] NTB bug fixes for v4.16
 2018-02-04 16:08 UTC 

[PATCH] NTB: ntb_perf: fix cast to restricted __le32
 2018-01-25  4:13 UTC  (10+ messages)
` [PATCH v2] "

[PATCH] ntb_perf: Fix an error code in perf_copy_chunk()
 2018-01-24  4:07 UTC  (3+ messages)

[PATCH -next] ntb_hw_switchtec: Make function switchtec_ntb_remove() static
 2018-01-24  4:07 UTC  (3+ messages)

[PATCH][next] NTB: ntb_tool: fix memory leak on 'buf' on error exit path
 2018-01-24  4:06 UTC  (3+ messages)

[PATCH] NTB: ntb_perf: fix printing of resource_size_t
 2018-01-19 15:43 UTC  (2+ messages)

[ntb:ntb-next 23/32] drivers/ntb/test/ntb_perf.c:1391:4: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'resource_size_t'
 2018-01-19 13:05 UTC 

[ntb:ntb-next 23/32] drivers/ntb/test/ntb_perf.c:276:21: sparse: cast to restricted __le32
 2018-01-19  0:55 UTC 

[ntb:ntb-next 23/32] drivers/ntb/test/ntb_perf.c:1390:35: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'resource_size_t {aka unsigned int}'
 2018-01-18 23:02 UTC 

[PATCH] [RESEND] ntb_hw_switchtec: fix logic error
 2018-01-18 22:30 UTC  (2+ messages)

[PATCH v2 1/2] ntb_transport: Fix bug with max_mw_size parameter
 2018-01-18 22:30 UTC  (4+ messages)
` [PATCH v2 2/2] ntb_hw_switchtec: Check for alignment of the buffer in mw_set_trans()

[PATCH] MAINTAINERS: NTB: Update contact info
 2018-01-18 22:29 UTC  (2+ messages)

[PATCH v2 00/15] NTB: Add full multi-port API support to the test drivers
 2018-01-18 22:28 UTC  (23+ messages)
` [PATCH v3 "
  ` [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 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 v10 0/8] Add io{read|write}64 to io-64-atomic headers
 2018-01-05  8:01 UTC  (10+ messages)
` [PATCH v10 1/8] drm/tilcdc: ensure nonatomic iowrite64 is not used
` [PATCH v10 2/8] powerpc: io.h: move iomap.h include so that it can use readq/writeq defs
` [PATCH v10 3/8] powerpc: iomap.c: introduce io{read|write}64_{lo_hi|hi_lo}
` [PATCH v10 4/8] iomap: "
` [PATCH v10 5/8] io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros
` [PATCH v10 6/8] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks
` [PATCH v10 7/8] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64
` [PATCH v10 8/8] ntb: ntb_hw_switchtec: Cleanup 64bit IO defines to use the common header

[PATCH v9 0/8] Add io{read|write}64 to io-64-atomic headers
 2018-01-04 17:05 UTC  (11+ 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

question of ntb_transport dma copy
 2017-12-12  1:26 UTC  (3+ messages)

[PATCH 1/2] ntb_transport: Fix bug with max_mw_size parameter
 2017-12-11 20:38 UTC  (9+ messages)
` [PATCH 2/2] ntb_hw_switchtec: Check for alignment of the buffer in mw_set_trans()

[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  (3+ messages)
` [PATCH v9 1/8] drm/tilcdc: ensure nonatomic iowrite64 is not used

[PATCH] ntb_hw_switchtec: fix logic error
 2017-12-06 17:37 UTC  (2+ messages)

[PATCH v2 06/15] NTB: ntb_perf: Add full multi-port NTB API support
 2017-12-06  1:17 UTC  (2+ messages)


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