Linux PCI Non-Transparent Bridge framework and drivers
 help / color / mirror / Atom feed
 messages from 2016-03-24 06:46:43 to 2016-08-19 13:41:58 UTC [more...]

[PATCH v2 1/3] ntb: Add asynchronous devices support to NTB-bus interface
 2016-08-19 13:41 UTC  (4+ messages)

[PATCH] NTB: ntb_hw_intel: Fix typo in module parameter descriptions
 2016-08-08 15:00 UTC  (3+ messages)

[PATCH] ntb_pingpong: Fix db_init parameter description
 2016-08-08 14:59 UTC  (3+ messages)

[PATCH v2 1/3] ntb: Add asynchronous devices support to NTB-bus interface
 2016-08-07 17:50 UTC  (2+ messages)

[GIT PULL] NTB bug fixes for v4.8
 2016-08-05 20:26 UTC 

[PATCH 1/2] NTB: ntb_hw_intel: show BAR size in debugfs info
 2016-08-05 14:35 UTC  (5+ messages)
` [PATCH 2/2] NTB: ntb_hw_intel: use local variable pdev

[PATCH 0807/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 13:45 UTC  (2+ messages)

[PATCH 0809/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 11:48 UTC 

[PATCH 0810/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 11:48 UTC 

[PATCH 0808/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 11:48 UTC 

[PATCH 0/3] ntb: Asynchronous NTB devices support
 2016-08-01  2:49 UTC  (12+ messages)
` [PATCH 1/3] ntb: Add asynchronous devices support to NTB-bus interface
` [PATCH 2/3] ntb: IDT 89HPES*NT* PCIe-switches NTB device driver
` [PATCH 3/3] ntb: Test client drivers for asynchronous NTB devices
` [PATCH v2 0/3] ntb: Asynchronous NTB devices support
  ` [PATCH v2 1/3] ntb: Add asynchronous devices support to NTB-bus interface
  ` [PATCH v2 2/3] ntb: IDT 89HPES*NT* PCIe-switches NTB device driver
  ` [PATCH v2 3/3] ntb: Test client drivers for asynchronous NTB devices

[PATCH v2 0/3] ntb: Asynchronous NTB devices support
 2016-07-29  0:47 UTC  (2+ messages)

[PATCH v4 39/41] ntb: add DMA error handling for TX DMA
 2016-07-20 21:15 UTC  (4+ messages)
` [PATCH v4 40/41] ntb: add DMA error handling for RX DMA

[PATCH v3 39/41] ntb: add DMA error handling for TX DMA
 2016-07-19 16:58 UTC  (4+ messages)
` [PATCH v3 40/41] ntb: add DMA error handling for RX DMA

[PATCH v2 39/41] ntb: add DMA error handling for TX DMA
 2016-07-15 20:21 UTC  (2+ messages)
` [PATCH v2 40/41] ntb: add DMA error handling for RX DMA

[PATCH 39/40] ntb: add DMA error handling for TX DMA
 2016-07-14 22:00 UTC  (2+ messages)
` [PATCH 40/40] ntb: add DMA error handling for RX DMA

[PATCH v3 0/5] dmaengine: ioatdma: DMA error reporting
 2016-07-08 16:00 UTC  (9+ messages)
` [PATCH v3 1/5] dmaengine: Adding error handling flag
` [PATCH v3 2/5] dmaengine: ioatdma: Add error handling to ioat driver
` [PATCH v3 3/5] dmaengine: ioatdma: add error strings to chanerr output
` [PATCH v3 4/5] ntb: add DMA error handling for TX DMA
` [PATCH v3 5/5] ntb: add DMA error handling for RX DMA

[PATCH v2 0/5] dmaengine: ioatdma: DMA error reporting
 2016-06-28 21:32 UTC  (6+ messages)
` [PATCH v2 1/5] dmaengine: Adding error handling flag
` [PATCH v2 2/5] dmaengine: IOATDMA: Add error handling to driver
` [PATCH v2 3/5] dmaengine: ioatdma: add error strings to chanerr output
` [PATCH v2 4/5] ntb: add DMA error handling for TX DMA
` [PATCH v2 5/5] ntb: add DMA error handling for RX DMA

[PATCH 0/5] dmaengine: ioatdma: DMA error reporting
 2016-06-28 16:15 UTC  (10+ messages)
` [PATCH 1/5] dmaengine: Adding error handling flag
` [PATCH 2/5] dmaengine: IOATDMA: Add error handling to driver
` [PATCH 3/5] dmaengine: ioatdma: add error strings to chanerr output
` [PATCH 4/5] ntb: add DMA error handling for TX DMA
` [PATCH 5/5] ntb: add DMA error handling for RX DMA

[PATCH v5 00/10] NTB Selftest Script
 2016-06-27 16:08 UTC  (14+ messages)
` [PATCH v5 01/10] ntb_perf: Schedule based on time not on performance
` [PATCH v5 02/10] ntb_perf: Improve thread handling to increase robustness
` [PATCH v5 03/10] ntb_perf: Return results by reading the run file
` [PATCH v5 04/10] ntb_perf: Wait for link before running test
` [PATCH v5 05/10] ntb_tool: BUG: Ensure the buffer size is large enough to return all spads
` [PATCH v5 06/10] ntb_tool: Postpone memory window initialization for the user
` [PATCH v5 07/10] ntb_tool: Add link status and files to debugfs
` [PATCH v5 08/10] ntb_pingpong: Add a debugfs file to get the ping count
` [PATCH v5 09/10] ntb_test: Add a selftest script for the NTB subsystem
` [PATCH v5 10/10] ntb_perf: clear link_is_up flag when the link goes down

[PATCH v4 00/10] NTB Selftest Script
 2016-06-16 20:57 UTC  (14+ messages)
` [PATCH v4 01/10] ntb_perf: Schedule based on time not on performance
` [PATCH v4 02/10] ntb_perf: Improve thread handling to increase robustness
` [PATCH v4 03/10] ntb_perf: Return results by reading the run file
` [PATCH v4 04/10] ntb_perf: Wait for link before running test
` [PATCH v4 05/10] ntb_tool: BUG: Ensure the buffer size is large enough to return all spads
` [PATCH v4 06/10] ntb_tool: Postpone memory window initialization for the user
` [PATCH v4 07/10] ntb_tool: Add link status and files to debugfs
` [PATCH v4 08/10] ntb_pingpong: Add a debugfs file to get the ping count
` [PATCH v4 09/10] ntb_test: Add a selftest script for the NTB subsystem
` [PATCH v4 10/10] ntb_perf: clear link_is_up flag when the link goes down

[PATCH v3 00/10] NTB Selftest Script
 2016-06-15 23:11 UTC  (22+ messages)
` [PATCH v3 01/10] ntb_perf: Schedule based on time not on performance
` [PATCH v3 02/10] ntb_perf: Improve thread handling to increase robustness
` [PATCH v3 03/10] ntb_perf: Return results by reading the run file
` [PATCH v3 04/10] ntb_perf: Wait for link before running test
` [PATCH v3 05/10] ntb_tool: BUG: Ensure the buffer size is large enough to return all spads
` [PATCH v3 06/10] ntb_tool: Postpone memory window initialization for the user
` [PATCH v3 07/10] ntb_tool: Add link status and files to debugfs
` [PATCH v3 08/10] ntb_pingpong: Add a debugfs file to get the ping count
` [PATCH v3 09/10] ntb_test: Add a selftest script for the NTB subsystem
` [PATCH v3 10/10] ntb_perf: clear link_is_up flag when the link goes down

[PATCH v2 0/8] NTB Selftest Script
 2016-06-15 16:20 UTC  (15+ messages)
` [PATCH v2 1/8] ntb_perf: Schedule based on time not on performance
` [PATCH v2 2/8] ntb_perf: Improve thread handling to increase robustness
` [PATCH v2 3/8] ntb_perf: Return results by reading the run file
` [PATCH v2 4/8] ntb_perf: Wait for link before running test
` [PATCH v2 5/8] ntb_tool: BUG: Ensure the buffer size is large enough to return all spads
` [PATCH v2 6/8] ntb_tool: Add link status and files to debugfs
` [PATCH v2 7/8] ntb_pingpong: Add a debugfs file to get the ping count
` [PATCH v2 8/8] ntb_test: Add a selftest script for the NTB subsystem

[PATCH 0/8] NTB Selftest Script
 2016-06-14 15:54 UTC  (28+ messages)
` [PATCH 1/8] ntb_perf: Schedule based on time not on performance
` [PATCH 2/8] ntb_perf: Improve thread handling to increase robustness
` [PATCH 3/8] ntb_perf: Return results by reading the run file
` [PATCH 4/8] ntb_perf: Wait for link before running test
` [PATCH 5/8] ntb_tool: BUG: Ensure the buffer size is large enough to return all spads
` [PATCH 6/8] ntb_tool: Add link status file to debugfs
` [PATCH 7/8] ntb_pingpong: Add a debugfs file to get the ping count
` [PATCH 8/8] ntb_test: Add a selftest script for the NTB subsystem

[PATCH 0/3] ntb: Fixes and enhancements to ntb tools
 2016-06-09 14:51 UTC  (13+ messages)
` [PATCH 1/3] ntb_perf: Allow limiting the size of the memory windows
` [PATCH 2/3] ntb_transport: Check the number of spads the hardware supports
      ` [PATCH v2 "
` [PATCH 3/3] ntb_tool: Add memory window debug support

[PATCH] ntb_tool: Fix infinite loop bug when writing spad/peer_spad file
 2016-06-04 15:19 UTC  (3+ messages)

Intel NTB and a switch in between
 2016-05-11 17:48 UTC  (2+ messages)

Need information about understanding PCIE non-transparent bridge
 2016-05-09 12:11 UTC  (3+ messages)

[PATCH v3] NTB: allocate number transport entries depending on size of ring size
 2016-04-21 14:54 UTC  (3+ messages)

[PATCH v2] NTB: allocate number transport entries depending on size of ring size
 2016-04-07 18:43 UTC  (2+ messages)

[PATCH] NTB: allocate number transport entries depending on size of ring size
 2016-04-07 16:41 UTC  (2+ messages)

NTB Patches
 2016-03-27 15:45 UTC 

[PATCH] ntb: test: fix pointer size warning
 2016-03-27 15:23 UTC  (4+ messages)

[PATCH 1/2] NTB: Make _addr functions optional in the API
 2016-03-27 15:22 UTC  (8+ messages)
` [PATCH 2/2] NTB: Remove _addr functions from ntb_hw_amd

[GIT PULL] NTB bug fixes for v4.6
 2016-03-26 16:15 UTC 


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