messages from 2020-06-18 01:21:38 to 2020-09-18 06:44:33 UTC [more...]
[PATCH v5 00/17] Implement NTB Controller using multiple PCI EP
2020-09-18 6:42 UTC (11+ messages)
` [PATCH v5 01/17] Documentation: PCI: Add specification for the *PCI NTB* function device
` [PATCH v5 02/17] PCI: endpoint: Make *_get_first_free_bar() take into account 64 bit BAR
` [PATCH v5 03/17] PCI: endpoint: Add helper API to get the 'next' unreserved BAR
` [PATCH v5 04/17] PCI: endpoint: Make *_free_bar() to return error codes on failure
` [PATCH v5 05/17] PCI: endpoint: Remove unused pci_epf_match_device()
` [PATCH v5 06/17] PCI: endpoint: Add support to associate secondary EPC with EPF
` [PATCH v5 07/17] PCI: endpoint: Add support in configfs to associate two EPCs "
` [PATCH v5 08/17] PCI: endpoint: Add pci_epc_ops to map MSI irq
` [PATCH v5 09/17] PCI: endpoint: Add pci_epf_ops for epf drivers to expose function specific attrs
` [PATCH v5 10/17] PCI: endpoint: Allow user to create sub-directory of 'EPF Device' directory
[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
2020-09-18 4:04 UTC (49+ messages)
` [RFC PATCH 01/22] vhost: Make _feature_ bits a property of vhost device
` [RFC PATCH 02/22] vhost: Introduce standard Linux driver model in VHOST
` [RFC PATCH 03/22] vhost: Add ops for the VHOST driver to configure VHOST device
` [RFC PATCH 04/22] vringh: Add helpers to access vring in MMIO
` [RFC PATCH 05/22] vhost: Add MMIO helpers for operations on vhost virtqueue
` [RFC PATCH 06/22] vhost: Introduce configfs entry for configuring VHOST
` [RFC PATCH 07/22] virtio_pci: Use request_threaded_irq() instead of request_irq()
` [RFC PATCH 08/22] rpmsg: virtio_rpmsg_bus: Disable receive virtqueue callback when reading messages
` [RFC PATCH 09/22] rpmsg: Introduce configfs entry for configuring rpmsg
` [RFC PATCH 10/22] rpmsg: virtio_rpmsg_bus: Add Address Service Notification support
` [RFC PATCH 11/22] rpmsg: virtio_rpmsg_bus: Move generic rpmsg structure to rpmsg_internal.h
` [RFC PATCH 12/22] virtio: Add ops to allocate and free buffer
` [RFC PATCH 13/22] rpmsg: virtio_rpmsg_bus: Use virtio_alloc_buffer() and virtio_free_buffer()
` [RFC PATCH 14/22] rpmsg: Add VHOST based remote processor messaging bus
` [RFC PATCH 15/22] samples/rpmsg: Setup delayed work to send message
` [RFC PATCH 16/22] samples/rpmsg: Wait for address to be bound to rpdev for sending message
` [RFC PATCH 17/22] rpmsg.txt: Add Documentation to configure rpmsg using configfs
` [RFC PATCH 18/22] virtio_pci: Add VIRTIO driver for VHOST on Configurable PCIe Endpoint device
` [RFC PATCH 19/22] PCI: endpoint: Add EP function driver to provide VHOST interface
` [RFC PATCH 20/22] NTB: Add a new NTB client driver to implement VIRTIO functionality
` [RFC PATCH 21/22] NTB: Add a new NTB client driver to implement VHOST functionality
` [RFC PATCH 22/22] NTB: Describe ntb_virtio and ntb_vhost client in the documentation
[PATCH v4 00/17] Implement NTB Controller using multiple PCI EP
2020-09-16 17:05 UTC (19+ messages)
` [PATCH v4 01/17] Documentation: PCI: Add specification for the *PCI NTB* function device
` [PATCH v4 02/17] PCI: endpoint: Make *_get_first_free_bar() take into account 64 bit BAR
` [PATCH v4 03/17] PCI: endpoint: Add helper API to get the 'next' unreserved BAR
` [PATCH v4 04/17] PCI: endpoint: Make *_free_bar() to return error codes on failure
` [PATCH v4 05/17] PCI: endpoint: Remove unused pci_epf_match_device()
` [PATCH v4 06/17] PCI: endpoint: Add support to associate secondary EPC with EPF
` [PATCH v4 07/17] PCI: endpoint: Add support in configfs to associate two EPCs "
` [PATCH v4 08/17] PCI: endpoint: Add pci_epc_ops to map MSI irq
` [PATCH v4 09/17] PCI: endpoint: Add pci_epf_ops for epf drivers to expose function specific attrs
` [PATCH v4 10/17] PCI: endpoint: Allow user to create sub-directory of 'EPF Device' directory
` [PATCH v4 11/17] PCI: cadence: Implement ->msi_map_irq() ops
` [PATCH v4 12/17] PCI: endpoint: Add EP function driver to provide NTB functionality
` [PATCH v4 13/17] PCI: Add TI J721E device to pci ids
` [PATCH v4 14/17] NTB: Add support for EPF PCI-Express Non-Transparent Bridge
` [PATCH v4 15/17] NTB: tool: Enable the NTB/PCIe link on the local or remote side of bridge
` [PATCH v4 16/17] Documentation: PCI: Add binding documentation for pci-ntb endpoint function
` [PATCH v4 17/17] Documentation: PCI: Add userguide for PCI endpoint NTB function
[PATCH v3 00/17] Implement NTB Controller using multiple PCI EP
2020-09-14 15:36 UTC (20+ messages)
` [PATCH v3 01/17] Documentation: PCI: Add specification for the *PCI NTB* function device
` [PATCH v3 02/17] PCI: endpoint: Make *_get_first_free_bar() take into account 64 bit BAR
` [PATCH v3 03/17] PCI: endpoint: Add helper API to get the 'next' unreserved BAR
` [PATCH v3 04/17] PCI: endpoint: Make *_free_bar() to return error codes on failure
` [PATCH v3 05/17] PCI: endpoint: Remove unused pci_epf_match_device()
` [PATCH v3 06/17] PCI: endpoint: Add support to associate secondary EPC with EPF
` [PATCH v3 07/17] PCI: endpoint: Add support in configfs to associate two EPCs "
` [PATCH v3 08/17] PCI: endpoint: Add pci_epc_ops to map MSI irq
` [PATCH v3 09/17] PCI: endpoint: Add pci_epf_ops for epf drivers to expose function specific attrs
` [PATCH v3 10/17] PCI: endpoint: Allow user to create sub-directory of 'EPF Device' directory
` [PATCH v3 11/17] PCI: cadence: Implement ->msi_map_irq() ops
` [PATCH v3 12/17] PCI: endpoint: Add EP function driver to provide NTB functionality
` [PATCH v3 13/17] PCI: Add TI J721E device to pci ids
` [PATCH v3 14/17] NTB: Add support for EPF PCI-Express Non-Transparent Bridge
` [PATCH v3 15/17] NTB: tool: Enable the NTB/PCIe link on the local or remote side of bridge
` [PATCH v3 16/17] Documentation: PCI: Add binding documentation for pci-ntb endpoint function
` [PATCH v3 17/17] Documentation: PCI: Add userguide for PCI endpoint NTB function
[PATCH] arch: um: convert tasklets to use new tasklet_setup() API
2020-08-27 1:37 UTC (42+ messages)
` [PATCH] block: "
` [PATCH] char: ipmi: "
` [PATCH] driver: hv: "
` [PATCH] drivers: atm: "
` [PATCH] drivers: ntb: "
` [PATCH] drivers: rapidio: "
` [PATCH] drivers: s390: "
` [PATCH] drivers: vme: "
` [PATCH] drm: i915: "
` [PATCH] firewire: ohci: "
` [PATCH 1/2] hsi: nokia-modem: "
` [PATCH] input: serio: "
` [PATCH 1/2] mailbox: bcm: "
` [PATCH 1/2] memstick: jmb38x: "
` [PATCH 1/2] misc: ibmvmc: "
` [PATCH] net: atm: convert tasklets callbacks to use from_tasklet()
` [PATCH] platform: goldfish: convert tasklets to use new tasklet_setup() API
[PATCH][next] NTB: Use struct_size() helper in devm_kzalloc()
2020-08-24 14:58 UTC (3+ messages)
[RESEND] NTB: hw: amd: fix an issue about leak system resources
2020-08-24 14:52 UTC (2+ messages)
[PATCH] ntb: intel: Fix memleak in intel_ntb_pci_probe
2020-08-24 14:48 UTC (3+ messages)
[PATCH] NTB: hw: amd: Add missed pci_release_region
2020-07-24 8:42 UTC
[PATCH 00/17] Documentation/driver-api: eliminate duplicated words
2020-07-13 17:20 UTC (26+ messages)
` [PATCH 01/17] Documentation/driver-api: dmaengine/provider: drop doubled word
` [PATCH 02/17] Documentation/driver-api: firmware/built-in-fw: "
` [PATCH 03/17] Documentation/driver-api: firmware/firmware_cache: "
` [PATCH 04/17] Documentation/driver-api: firmware/direct-fs-lookup: "
` [PATCH 05/17] Documentation/driver-api: firmware/request_firmware: "
` [PATCH 06/17] Documentation/driver-api: generic-counter: "
` [PATCH 07/17] Documentation/driver-api: iio/buffers: "
` [PATCH 08/17] Documentation/driver-api: media/cec-core: "
` [PATCH 09/17] Documentation/driver-api: media/dtv-frontend: "
` [PATCH 10/17] Documentation/driver-api: media/v4l2-dev: "
` [PATCH 11/17] Documentation/driver-api: driver-model/platform: "
` [PATCH 12/17] Documentation/driver-api: ntb: "
` [PATCH 13/17] Documentation/driver-api: nvdimm: "
` [PATCH 14/17] Documentation/driver-api: uio-howto: "
` [PATCH 15/17] Documentation/driver-api: usb/URB: "
` [PATCH 16/17] Documentation/driver-api: media/v4l2-controls: drop doubled words
` [PATCH 17/17] Documentation/driver-api: xillybus: drop doubled word
[PATCH v3 0/4] iomap: Constify ioreadX() iomem argument
2020-07-09 7:32 UTC (6+ messages)
` [PATCH v3 1/4] iomap: Constify ioreadX() iomem argument (as in generic implementation)
` [PATCH v3 2/4] rtl818x: "
` [PATCH v3 3/4] ntb: intel: "
` [PATCH v3 4/4] virtio: pci: "
[PATCH AUTOSEL 4.14 032/108] NTB: Fix the default port and peer numbers for legacy drivers
2020-06-18 1:24 UTC
[PATCH AUTOSEL 4.19 042/172] NTB: ntb_pingpong: Choose doorbells based on port number
2020-06-18 1:22 UTC (10+ messages)
` [PATCH AUTOSEL 4.19 043/172] NTB: Fix the default port and peer numbers for legacy drivers
` [PATCH AUTOSEL 4.19 153/172] ntb_perf: pass correct struct device to dma_alloc_coherent
` [PATCH AUTOSEL 4.19 154/172] ntb_tool: "
` [PATCH AUTOSEL 4.19 155/172] NTB: ntb_tool: reading the link file should not end in a NULL byte
` [PATCH AUTOSEL 4.19 156/172] NTB: Revert the change to use the NTB device dev for DMA allocations
` [PATCH AUTOSEL 4.19 157/172] NTB: perf: Don't require one more memory window than number of peers
` [PATCH AUTOSEL 4.19 158/172] NTB: perf: Fix support for hardware that doesn't have port numbers
` [PATCH AUTOSEL 4.19 159/172] NTB: perf: Fix race condition when run with ntb_test
` [PATCH AUTOSEL 4.19 160/172] NTB: ntb_test: Fix bug when counting remote files
[PATCH AUTOSEL 5.4 238/266] ntb_tool: pass correct struct device to dma_alloc_coherent
2020-06-18 1:16 UTC (7+ messages)
` [PATCH AUTOSEL 5.4 239/266] NTB: ntb_tool: reading the link file should not end in a NULL byte
` [PATCH AUTOSEL 5.4 240/266] NTB: Revert the change to use the NTB device dev for DMA allocations
` [PATCH AUTOSEL 5.4 241/266] NTB: perf: Don't require one more memory window than number of peers
` [PATCH AUTOSEL 5.4 242/266] NTB: perf: Fix support for hardware that doesn't have port numbers
` [PATCH AUTOSEL 5.4 243/266] NTB: perf: Fix race condition when run with ntb_test
` [PATCH AUTOSEL 5.4 244/266] NTB: ntb_test: Fix bug when counting remote files
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