Linux PCI Non-Transparent Bridge framework and drivers
 help / color / mirror / Atom feed
 messages from 2019-11-19 16:50:18 to 2020-05-26 17:28:56 UTC [more...]

[PATCH] ntb: intel: fix static declaration
 2020-05-26 17:28 UTC 

[PATCH] NTB: correct ntb_peer_spad_addr and ntb_peer_spad_read comment typos
 2020-05-26  7:59 UTC 

Using NTRDMA with Intel Skylake in b2b configuration
 2020-05-25 19:17 UTC  (2+ messages)

[PATCH 00/19] Implement NTB Controller using multiple PCI EP
 2020-05-23  1:47 UTC  (24+ messages)
` [PATCH 01/19] dt-bindings: PCI: Endpoint: Add DT bindings for PCI EPF NTB Device
` [PATCH 02/19] Documentation: PCI: Add specification for the *PCI NTB* function device
` [PATCH 03/19] PCI: endpoint: Add API to get reference to EPC from device-tree
` [PATCH 04/19] PCI: endpoint: Add API to create EPF device from device tree
` [PATCH 05/19] PCI: endpoint: Add "pci-epf-bus" driver
` [PATCH 06/19] PCI: endpoint: Make *_get_first_free_bar() take into account 64 bit BAR
` [PATCH 07/19] PCI: endpoint: Add helper API to get the 'next' unreserved BAR
` [PATCH 08/19] PCI: endpoint: Make *_free_bar() to return error codes on failure
` [PATCH 09/19] PCI: endpoint: Remove unused pci_epf_match_device()
` [PATCH 10/19] PCI: endpoint: Make pci_epf_driver ops optional
` [PATCH 11/19] PCI: endpoint: Add helper API to populate header with values from DT
` [PATCH 12/19] PCI: endpoint: Add support to associate secondary EPC with EPF
` [PATCH 13/19] PCI: endpoint: Add pci_epc_ops to map MSI irq
` [PATCH 14/19] PCI: cadence: Implement ->msi_map_irq() ops
` [PATCH 15/19] PCI: endpoint: Add EP function driver to provide NTB functionality
` [PATCH 16/19] PCI: Add TI J721E device to pci ids
` [PATCH 17/19] NTB: Add support for EPF PCI-Express Non-Transparent Bridge
` [PATCH 18/19] NTB: tool: Enable the NTB/PCIe link on the local or remote side of bridge
` [PATCH 19/19] NTB: ntb_perf/ntb_tool: Use PCI device for dma_alloc_coherent()

[PATCH] ntb: intel: add revision lockdown for Icelake NTB driver
 2020-05-19 23:37 UTC 

[PATCH v3 0/5] ntb perf, ntb tool and ntb-hw improvements
 2020-05-06 15:35 UTC  (7+ messages)
` [PATCH v3 1/5] ntb: hw: remove the code that sets the DMA mask
` [PATCH v3 2/5] ntb_perf: pass correct struct device to dma_alloc_coherent
` [PATCH v3 3/5] ntb_tool: "
` [PATCH v3 4/5] ntb_perf: increase sleep time from one milli sec to one sec
` [PATCH v3 5/5] ntb_perf: avoid false dma unmap of destination address

Smatch warnings
 2020-04-20 15:31 UTC 

[PATCH] ntb: intel: Add Icelake (gen4) support for Intel NTB
 2020-04-20 15:10 UTC  (2+ messages)

[PATCH AUTOSEL 4.14 08/37] NTB: set peer_sta within event handler itself
 2020-04-11 23:12 UTC 

[PATCH AUTOSEL 4.19 09/66] NTB: set peer_sta within event handler itself
 2020-04-11 23:11 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 10/66] ntb_tool: Fix printk format

[PATCH AUTOSEL 5.4 017/108] NTB: set peer_sta within event handler itself
 2020-04-11 23:08 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 018/108] ntb_tool: Fix printk format

[PATCH AUTOSEL 5.5 021/121] NTB: set peer_sta within event handler itself
 2020-04-11 23:05 UTC  (2+ messages)
` [PATCH AUTOSEL 5.5 022/121] ntb_tool: Fix printk format

[PATCH AUTOSEL 5.6 026/149] NTB: set peer_sta within event handler itself
 2020-04-11 23:01 UTC  (2+ messages)
` [PATCH AUTOSEL 5.6 027/149] ntb_tool: Fix printk format

[PATCH] NTB: Fix static check warning in perf_clear_test
 2020-04-09 18:08 UTC  (2+ messages)

[bug report] NTB: ntb_perf: Fix address err in perf_copy_chunk
 2020-04-08  4:33 UTC  (2+ messages)

[GIT PULL] NTB bug fixes for v5.7
 2020-03-31 23:55 UTC  (2+ messages)

[PATCH 00/15] AMD ntb driver fixes and improvements
 2020-03-30 21:09 UTC  (20+ messages)
` [PATCH 01/15] NTB: Fix access to link status and control register
` [PATCH 02/15] NTB: clear interrupt status register
` [PATCH 03/15] NTB: Enable link up and down event notification
` [PATCH 04/15] NTB: define a new function to get link status
` [PATCH 05/15] NTB: return the side info status from amd_poll_link
` [PATCH 06/15] NTB: set peer_sta within event handler itself
` [PATCH 07/15] NTB: remove handling of peer_sta from amd_link_is_up
` [PATCH 08/15] NTB: handle link down event correctly
` [PATCH 09/15] NTB: handle link up, D0 and D3 events correctly
` [PATCH 10/15] NTB: move ntb_ctrl handling to init and deinit
` [PATCH 11/15] NTB: add helper functions to set and clear sideinfo
` [PATCH 12/15] NTB: return link up status correctly for PRI and SEC
` [PATCH 13/15] NTB: remove redundant setting of DB valid mask
` [PATCH 14/15] NTB: send DB event when driver is loaded or un-loaded
` [PATCH 15/15] NTB: add pci shutdown handler for AMD NTB

[RESEND PATCH v2 0/9] iomap: Constify ioreadX() iomem argument
 2020-03-24  8:39 UTC  (21+ messages)
` [RESEND PATCH v2 1/9] iomap: Constify ioreadX() iomem argument (as in generic implementation)
` [RESEND PATCH v2 2/9] rtl818x: "
` [RESEND PATCH v2 3/9] ntb: intel: "
` [RESEND PATCH v2 4/9] virtio: pci: "
` [RESEND PATCH v2 5/9] arc: "
` [RESEND PATCH v2 6/9] drm/mgag200: "
` [RESEND PATCH v2 7/9] drm/nouveau: "
` [RESEND PATCH v2 8/9] media: fsl-viu: "
` [RESEND PATCH v2 9/9] ath5k: "

[PATCH] NTB: ntb_transport: Use scnprintf() for avoiding potential buffer overflow
 2020-03-13 13:19 UTC  (3+ messages)

[PATCH RESEND] ntb_hw_switchtec: Fix ntb_mw_clear_trans returning error if size == 0
 2020-03-13  8:17 UTC  (5+ messages)

[PATCH] ntb_tool: Fix printk format
 2020-03-12 23:41 UTC  (2+ messages)

[PATCH v2 0/5] ntb perf, ntb tool and ntb-hw improvements
 2020-03-11 18:58 UTC  (12+ messages)
` [PATCH v2 1/5] ntb_perf: refactor code for CPU and DMA transfers
` [PATCH v2 2/5] ntb_perf: send command in response to EAGAIN
` [PATCH v2 3/5] ntb_perf: pass correct struct device to dma_alloc_coherent
` [PATCH v2 4/5] ntb_tool: "
` [PATCH v2 5/5] ntb: hw: remove the code that sets the DMA mask

[PATCH -next 000/491] treewide: use fallthrough;
 2020-03-11  4:51 UTC 

[PATCH] MAINTAINERS: update maintainer list for AMD NTB driver
 2020-02-07  9:21 UTC 

[PATCH 0/4] ntb perf and ntb tool improvements
 2020-02-07  8:40 UTC  (7+ messages)
` [PATCH 1/4] ntb_perf: refactor code for CPU and DMA transfers
` [PATCH 2/4] ntb_perf: send command in response to EAGAIN
` [PATCH 3/4] ntb_perf: pass correct struct device to dma_alloc_coherent
` [PATCH 4/4] ntb_tool: "

[PATCH v2 0/9] iomap: Constify ioreadX() iomem argument
 2020-01-26 15:11 UTC  (18+ messages)
` [PATCH v2 1/9] iomap: Constify ioreadX() iomem argument (as in generic implementation)
` [PATCH v2 2/9] net: wireless: rtl818x: "
` [PATCH v2 3/9] ntb: intel: "
` [PATCH v2 4/9] virtio: pci: "
` [PATCH v2 5/9] arc: "
` [PATCH v2 6/9] drm/mgag200: "
` [PATCH v2 7/9] drm/nouveau: "
` [PATCH v2 8/9] media: fsl-viu: "
` [PATCH v2 9/9] net: wireless: ath5k: "

[PATCH AUTOSEL 4.14 016/371] NTB: ntb_hw_idt: replace IS_ERR_OR_NULL with regular NULL checks
 2020-01-16 17:11 UTC 

[PATCH AUTOSEL 4.19 409/671] ntb_hw_switchtec: potential shift wrapping bug in switchtec_ntb_init_sndev()
 2020-01-16 17:00 UTC 

[PATCH AUTOSEL 4.19 172/671] ntb_hw_switchtec: debug print 64bit aligned crosslink BAR Numbers
 2020-01-16 16:51 UTC 

[PATCH AUTOSEL 4.19 045/671] NTB: ntb_hw_idt: replace IS_ERR_OR_NULL with regular NULL checks
 2020-01-16 16:44 UTC 

[RFT 00/13] iomap: Constify ioreadX() iomem argument
 2020-01-08 17:39 UTC  (31+ messages)
` [RFT 01/13] iomap: Constify ioreadX() iomem argument (as in generic implementation)
` [RFT 02/13] alpha: "
` [RFT 02/13] sh: "
` [RFT 03/13] alpha: "
` [RFT 03/13] sh: "
` [RFT 04/13] parisc: "
` [RFT 05/13] powerpc: "
` [RFT 06/13] arc: "
` [RFT 07/13] drm/mgag200: "
` [RFT 08/13] drm/nouveau: "
` [RFT 09/13] media: fsl-viu: "
` [RFT 10/13] net: wireless: ath5k: "
` [RFT 11/13] net: wireless: rtl818x: "
` [RFT 12/13] ntb: intel: "
` [RFT 13/13] virtio: pci: "

[PATCH] NTB: ntb_perf: Add more debugfs entries for ntb_perf
 2019-12-18  7:32 UTC  (3+ messages)

[PATCH] ntb_perf: pass correct struct device to dma_alloc_coherent
 2019-12-11 12:12 UTC  (3+ messages)

[GIT PULL] NTB patches for v5.5
 2019-12-08  2:40 UTC  (2+ messages)

Flashed Kernel for Pixel2 but changes not appears
 2019-12-06 16:21 UTC 

[PATCH] NTB: Fix an error in get link status
 2019-12-03  2:54 UTC  (10+ messages)
        ` Fwd: "

Physical continues memory for NTB
 2019-12-02 16:50 UTC  (2+ messages)

[PATCH] NTB: Fix access to link status and control register
 2019-11-26 15:01 UTC 

[PATCH v2] NTB: ntb_perf: Fix address err in perf_copy_chunk
 2019-11-21  3:04 UTC  (3+ messages)

[PATCH v3] NTB: ntb_perf: Fix address err in perf_copy_chunk
 2019-11-21  2:28 UTC 


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