messages from 2016-07-28 10:02:24 to 2017-01-11 00:33:17 UTC [more...]
[PATCH 0/2] Style fixes: open code obfuscating macros
2017-01-11 0:32 UTC
[PATCH 00/22] NTB: Alter kernel API to support multi-port devices
2017-01-11 0:13 UTC (60+ messages)
` [PATCH 01/22] NTB: Move link state API being first in sources
` [PATCH 02/22] NTB: Add peer indexed ports NTB API
` [PATCH 03/22] NTB: Alter NTB API to support both inbound and outbound MW based interfaces
` [PATCH 04/22] NTB: Add messaging NTB API
` [PATCH 05/22] NTB: Alter Scratchpads NTB API to support multi-ports interface
` [PATCH 06/22] NTB: Slightly alter link state NTB API
` [PATCH 07/22] NTB: Fix a few ntb.h issues
` [PATCH 08/22] NTB: Add T-Platforms copyrights to NTB API
` [PATCH 09/22] NTB Intel: Move link-related methods being first in the driver
` [PATCH 10/22] NTB Intel: Add port-related NTB API callback methods
` [PATCH 11/22] NTB Intel: Alter MW interface to fit new NTB API
` [PATCH 12/22] NTB Intel: Alter Scratchpads "
` [PATCH 13/22] NTB Intel: Add T-Platforms copyrights to Intel NTB driver
` [PATCH 14/22] NTB AMD: Move link-related methods being first in the driver
` [PATCH 15/22] NTB AMD: Add port-related NTB API callback methods
` [PATCH 16/22] NTB AMD: Alter MW interface to fit new NTB API
` [PATCH 17/22] NTB AMD: Alter Scratchpads "
` [PATCH 18/22] NTB AMD: Add T-Platforms copyrights to AMD NTB driver
` [PATCH 19/22] NTB PingPong: Alter driver to work with two-ports NTB API
` [PATCH 20/22] NTB Tool: "
` [PATCH 21/22] NTB Perf: "
` [PATCH 22/22] NTB Transport: "
` [PATCH v2 0/9] NTB: Alter kernel API to support multi-port devices
` [PATCH v2 1/9] NTB: Make link-state API being declared first
` [PATCH v2 2/9] NTB: Add indexed ports NTB API
` [PATCH v2 3/9] NTB: Alter link-state API to support multi-port devices
` [PATCH v2 4/9] NTB: Alter MW API to support multi-ports devices
` [PATCH v2 5/9] NTB: Alter Scratchpads "
` [PATCH v2 6/9] NTB: Add Messaging NTB API
` [PATCH v2 7/9] NTB: Add new Memory Windows API documentation
` [PATCH v2 8/9] NTB: Add PCIe Gen4 link speed
` [PATCH v2 9/9] NTB: Add ntb.h comments
` [PATCH v3 0/9] NTB: Alter kernel API to support multi-port devices
` [PATCH v3 1/9] NTB: Make link-state API being declared first
` [PATCH v3 2/9] NTB: Add indexed ports NTB API
` [PATCH v3 3/9] NTB: Alter link-state API to support multi-port devices
` [PATCH v3 4/9] NTB: Alter MW API to support multi-ports devices
` [PATCH v3 5/9] NTB: Alter Scratchpads "
` [PATCH v3 6/9] NTB: Add Messaging NTB API
` [PATCH v3 7/9] NTB: Add new Memory Windows API documentation
` [PATCH v3 8/9] NTB: Add PCIe Gen4 link speed
` [PATCH v3 9/9] NTB: Add ntb.h comments
[PATCH 0/2] Style fixes: open code obfuscating macros
2017-01-10 23:34 UTC (7+ messages)
` [PATCH 1/2] ntb_hw_amd: Style fixes: open code macros that just obfuscate code
` [PATCH 2/2] ntb_hw_intel: "
Problem with ntb_transport + ntb_netdev
2017-01-10 22:24 UTC (2+ messages)
[PATCH] NTB: ntb_transport: fix debugfs_remove_recursive
2017-01-10 21:51 UTC (2+ messages)
[PATCH 1/2] NTB: ntb_test: modprobe on remote host
2017-01-10 21:51 UTC (6+ messages)
` [PATCH 2/2] NTB: ntb_test: add parameter for doorbell bitmask
crash unloading ntb_transport
2016-12-27 20:46 UTC
[GIT PULL] NTB bug fixes for v4.10
2016-12-24 15:55 UTC
[ntb:ntb-next 4/9] drivers/ntb/ntb_transport.c:1189:9: warning: 'rc' may be used uninitialized in this function
2016-12-23 21:18 UTC (2+ messages)
[PATCH] NTB: add support for hotplug feature
2016-12-21 17:03 UTC (4+ messages)
[PATCH 2/2] NTB: Register and offset values fix for memory window
2016-12-21 16:58 UTC (3+ messages)
[PATCH v5] ntb_transport: Limit memory windows based on available, scratchpads
2016-12-21 16:56 UTC (3+ messages)
[PATCH] MAINTAINERS: Change in maintainer for AMD NTB
2016-12-21 16:54 UTC (2+ messages)
[PATCH] ntb: fix SKX NTB config space size register offsets
2016-12-21 16:54 UTC (2+ messages)
[PATCH] NTB: Fix 'request_irq()' and 'free_irq()' inconsistancy
2016-12-21 16:52 UTC (3+ messages)
[PATCH] ntb_transport: Remove unnecessary call to ntb_peer_spad_read
2016-12-21 16:48 UTC (3+ messages)
[PATCH] NTB: correct ntb_peer_spad_read for case when callback is not supplied
2016-12-21 16:40 UTC (3+ messages)
[PATCH v2 9/9] NTB: Add ntb.h comments
2016-12-13 4:14 UTC
[PATCH v2 8/9] NTB: Add PCIe Gen4 link speed
2016-12-13 4:14 UTC
[PATCH v2 7/9] NTB: Add new Memory Windows API documentation
2016-12-13 4:14 UTC
[PATCH v2 6/9] NTB: Add Messaging NTB API
2016-12-13 4:13 UTC
[PATCH v2 5/9] NTB: Alter Scratchpads API to support multi-ports devices
2016-12-13 4:13 UTC
[PATCH v2 4/9] NTB: Alter MW API to support multi-ports devices
2016-12-13 4:12 UTC
[PATCH v2 3/9] NTB: Alter link-state API to support multi-port devices
2016-12-13 4:12 UTC
[PATCH v2 2/9] NTB: Add indexed ports NTB API
2016-12-13 4:11 UTC
[PATCH v2 1/9] NTB: Make link-state API being declared first
2016-12-13 4:11 UTC
[PATCH 02/22] NTB: Add peer indexed ports NTB API
2016-12-07 22:56 UTC (2+ messages)
[PATCH] NTB: correct ntb_spad_count comment typo
2016-12-07 18:35 UTC (5+ messages)
` "
[PATCH v4] ntb_transport: Limit memory windows based on available, scratchpads
2016-12-07 7:20 UTC
[PATCH] MAINTAINERS: Change in maintainer for AMD NTB
2016-12-06 17:34 UTC
[PATCH v3] ntb_transport: Limit memory windows based on available, scratchpads
2016-12-06 14:23 UTC (3+ messages)
[PATCH 08/22] NTB: Add T-Platforms copyrights to NTB API
2016-12-04 0:07 UTC
[PATCH 07/22] NTB: Fix a few ntb.h issues
2016-12-04 0:06 UTC
[PATCH 06/22] NTB: Slightly alter link state NTB API
2016-12-04 0:05 UTC
[PATCH 05/22] NTB: Alter Scratchpads NTB API to support multi-ports interface
2016-12-04 0:05 UTC
[PATCH 04/22] NTB: Add messaging NTB API
2016-12-04 0:05 UTC
[PATCH 03/22] NTB: Alter NTB API to support both inbound and outbound MW based interfaces
2016-12-04 0:04 UTC
[PATCH 01/22] NTB: Move link state API being first in sources
2016-12-04 0:03 UTC
[PATCH 1/2] ntb_transport: Limit memory windows based on available, scratchpads
2016-12-02 16:57 UTC (6+ messages)
[PATCH] NTB: Register and offset values fix for memory window
2016-12-01 18:57 UTC (10+ messages)
[PATCH v3] ntb: Adding Skylake Xeon NTB support
2016-11-29 19:58 UTC (3+ messages)
[PATCH] ntb: Adding Skylake Xeon NTB support
2016-11-16 20:59 UTC (3+ messages)
[PATCH v2] ntb: Adding Skylake Xeon NTB support
2016-11-16 20:02 UTC
[GIT PULL] NTB bug fixes for v4.9
2016-11-13 22:21 UTC
[patch] ntb_perf: potential info leak in debugfs
2016-11-01 20:35 UTC (3+ messages)
[PATCH] ntb: ntb_hw_intel: init peer_addr in struct intel_ntb_dev
2016-11-01 20:33 UTC (3+ messages)
[PATCH] ntb: ntb_hw_intel: init peer_addr in struct intel_ntb_dev
2016-10-27 18:06 UTC
[RFC PATCH 00/11] pci: support for configurable PCI endpoint
2016-10-12 12:21 UTC (6+ messages)
[PATCH 1/2] ntb_transport: make DMA_OUT_RESOURCE_TO HZ independent
2016-08-23 16:43 UTC (4+ messages)
` [PATCH 2/2] ntb: "
[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 (3+ messages)
[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 (5+ messages)
` [PATCH v2 "
` [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 3/3] ntb: Test client drivers for asynchronous NTB devices
2016-07-28 13:18 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox