virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-06 07:54:45 to 2019-11-26 20:06:28 UTC [more...]

[net-next V3 1/2] netdev: pass the stuck queue to the timeout handler
 2019-11-26 20:06 UTC  (2+ messages)
` [net-next V3 2/2] drivers: net: virtio_net: Implement a dev_watchdog handler

[net-next V3 0/2] drivers: net: virtio_net: implement
 2019-11-26 20:06 UTC 

[PATCH 1/1] virtio_ring: fix return code on DMA mapping fails
 2019-11-26 18:45 UTC  (3+ messages)

[RFC 01/13] ACPI/IORT: Move IORT to the ACPI folder
 2019-11-25 18:02 UTC  (18+ messages)
` [RFC 02/13] ACPI: Add VIOT definitions
` [RFC 03/13] ACPI/IORT: Allow registration of external tables
` [RFC 04/13] ACPI/IORT: Add node categories
` [RFC 05/13] ACPI/IORT: Support VIOT virtio-mmio node
` [RFC 06/13] ACPI/IORT: Support VIOT virtio-pci node
` [RFC 07/13] ACPI/IORT: Defer probe until virtio-iommu-pci has registered a fwnode
` [RFC 08/13] ACPI/IORT: Add callback to update a device's fwnode
` [RFC 09/13] iommu/virtio: Create fwnode if necessary
` [RFC 10/13] iommu/virtio: Update IORT fwnode
` [RFC 11/13] ACPI: Add VIOT table
` [RFC virtio 12/13] virtio-iommu: Add built-in topology description
` [RFC 13/13] iommu/virtio: Add topology description to
` [RFC 00/13] virtio-iommu on non-devicetree platforms

[PATCH net-next v2] drivers: net: virtio_net: Implement a dev_watchdog handler
 2019-11-25  8:42 UTC  (13+ messages)

[RFC V4 2/2] This commit introduced IFC operations for vdpa
 2019-11-25  8:19 UTC 

Call for Papers - MICRADS 2020, Quito, Ecuador | Deadline: December 23
 2019-11-24 17:59 UTC 

[PULL] virtio: last minute bugfixes
 2019-11-23 21:10 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add myself as maintainer of virtio-vsock
 2019-11-22 17:39 UTC 

[RFC 00/13] virtio-iommu on non-devicetree platforms
 2019-11-22 10:49 UTC 

[PATCH] MAINTAINERS: Add myself as maintainer of virtio-vsock
 2019-11-22 10:20 UTC 

[PATCH net-next 4/6] vsock: add vsock_loopback transport
 2019-11-22 10:02 UTC  (17+ messages)
  ` [PATCH net-next 5/6] vsock: use local transport when it is loaded
` [PATCH net-next 0/6] vsock: add local transport support
  ` [PATCH net-next 2/6] vsock: add VMADDR_CID_LOCAL definition
  ` [PATCH net-next 3/6] vsock: add local transport support in the vsock core

[PATCH v3] virtio_console: allocate inbufs in add_port() only if it is needed
 2019-11-22  7:00 UTC 

[PATCH net-next v2] drivers: net: virtio_net: Implement a dev_watchdog handler
 2019-11-22  1:36 UTC 

[PATCH] drivers: net: virtio_net: Implement a dev_watchdog handler
 2019-11-22  1:34 UTC 

WorldCIST'20 - Budva, Montenegro | Deadline: November 24
 2019-11-21 16:53 UTC 

[PATCH 1/1] virtio_ring: fix return code on DMA mapping fails
 2019-11-14 12:46 UTC 

[PATCH v3] virtio_console: allocate inbufs in add_port() only if it is needed
 2019-11-14 12:25 UTC 

[PATCH net-next v2 00/15] vsock: add multi-transports support
 2019-11-14  9:57 UTC  (16+ messages)
` [PATCH net-next v2 01/15] vsock/vmci: remove unused VSOCK_DEFAULT_CONNECT_TIMEOUT
` [PATCH net-next v2 02/15] vsock: remove vm_sockets_get_local_cid()
` [PATCH net-next v2 03/15] vsock: remove include/linux/vm_sockets.h file
` [PATCH net-next v2 04/15] vsock: add 'transport' member in the struct vsock_sock
` [PATCH net-next v2 05/15] vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()
` [PATCH net-next v2 06/15] vsock: add 'struct vsock_sock *' param to vsock_core_get_transport()
` [PATCH net-next v2 07/15] vsock: handle buffer_size sockopts in the core
` [PATCH net-next v2 08/15] vsock: add vsock_create_connected() called by transports
` [PATCH net-next v2 09/15] vsock: move vsock_insert_unbound() in the vsock_create()
` [PATCH net-next v2 10/15] hv_sock: set VMADDR_CID_HOST in the hvs_remote_addr_init()
` [PATCH net-next v2 11/15] vsock: add multi-transports support
` [PATCH net-next v2 12/15] vsock/vmci: register vmci_transport only when VMCI guest/host are active
` [PATCH net-next v2 13/15] vsock: prevent transport modules unloading
` [PATCH net-next v2 14/15] vsock: fix bind() behaviour taking care of CID
` [PATCH net-next v2 15/15] vhost/vsock: refuse CID assigned to the guest->host transport

[PATCH v2] virtio_console: allocate inbufs in add_port() only if it is needed
 2019-11-13 19:28 UTC  (4+ messages)

[PATCH net-next 11/14] vsock: add multi-transports support
 2019-11-13 16:38 UTC  (12+ messages)
  ` [PATCH net-next 12/14] vsock/vmci: register vmci_transport only when VMCI guest/host are active
  ` [PATCH net-next 13/14] vsock: prevent transport modules unloading
  ` [PATCH net-next 14/14] vsock: fix bind() behaviour taking care of CID

[PATCH v2] virtio_console: allocate inbufs in add_port() only if it is needed
 2019-11-13 15:00 UTC 

[PATCH 3/3] virtiofs: Use completions while waiting for queue to be drained
 2019-11-13 14:40 UTC  (4+ messages)
  ` [PATCH 2/3] virtiofs: Do not send forget request "struct list_head" element
` [PATCH 0/3] virtiofs: Small Cleanups for 5.5

[PATCH v2] virtiofs: Use static const, not const static
 2019-11-12 13:18 UTC  (2+ messages)

[PATCH 01/13] compiler.h: Split {READ, WRITE}_ONCE definitions out into rwonce.h
 2019-11-12 11:36 UTC  (17+ messages)
` [PATCH 02/13] READ_ONCE: Undefine internal __READ_ONCE_SIZE macro after use
` [PATCH 03/13] READ_ONCE: Allow __READ_ONCE_SIZE cases to be overridden by the architecture
` [PATCH 04/13] vhost: Remove redundant use of read_barrier_depends() barrier
` [PATCH 05/13] alpha: Override READ_ONCE() with barriered implementation
` [PATCH 06/13] READ_ONCE: Remove smp_read_barrier_depends() invocation
` [PATCH 07/13] alpha: Replace smp_read_barrier_depends() usage with smp_[r]mb()
` [PATCH 08/13] locking/barriers: Remove definitions for [smp_]read_barrier_depends()
` [PATCH 09/13] Documentation/barriers: Remove references to [smp_]read_barrier_depends()
` [PATCH 10/13] tools/memory-model: Remove smp_read_barrier_depends() from informal doc
` [PATCH 11/13] powerpc: Remove comment about read_barrier_depends()
` [PATCH 12/13] include/linux: Remove smp_read_barrier_depends() from comments
` [PATCH 13/13] checkpatch: Remove checks relating to [smp_]read_barrier_depends()
        ` [PATCH 01/13] compiler.h: Split {READ,WRITE}_ONCE definitions out into rwonce.h

[PATCH] drm/virtgpu: fix double unregistration
 2019-11-12 11:03 UTC  (3+ messages)

[PATCH -next] virtiofs: Fix old-style declaration
 2019-11-12 10:33 UTC 

[PATCH -next] virtiofs: Fix old-style declaration
 2019-11-11 12:23 UTC 

[PATCH] virtiofs: Use static const, not const static
 2019-11-11 11:37 UTC 

[PATCH] virtio_console: allocate inbufs in add_port() only if it is needed
 2019-11-09  5:49 UTC  (7+ messages)

[PATCH] vsock/virtio: fix sock refcnt holding during the shutdown
 2019-11-08 20:19 UTC 

[PATCH 10/13] tools/memory-model: Remove smp_read_barrier_depends() from informal doc
 2019-11-08 17:42 UTC 

[PATCH 00/13] Finish off [smp_]read_barrier_depends()
 2019-11-08 17:01 UTC 

[PATCH] vsock/virtio: fix sock refcnt holding during the shutdown
 2019-11-08 16:08 UTC 

[PATCH 2/2] IFC VDPA layer
 2019-11-08 12:57 UTC  (3+ messages)
  ` [PATCH 1/2] IFC hardware operation layer

[PATCH AUTOSEL 4.19 085/205] qxl: fix null-pointer crash during suspend
 2019-11-08 11:35 UTC 

[PATCH V11 1/6] mdev: class id support
 2019-11-07 15:54 UTC  (9+ messages)
` [PATCH V11 2/6] modpost: add support for mdev class id
` [PATCH V11 3/6] mdev: introduce device specific ops
` [PATCH V11 4/6] mdev: introduce virtio device and its device ops
` [PATCH V11 5/6] virtio: introduce a mdev based transport
` [PATCH V11 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework
` [PATCH V11 0/6] mdev based hardware virtio offloading support

[PATCH V11 0/6] mdev based hardware virtio offloading support
 2019-11-07 15:11 UTC 

[PATCH V9 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework
 2019-11-07 14:30 UTC  (9+ messages)
  ` [PATCH V9 3/6] mdev: introduce device specific ops
  ` [PATCH V9 4/6] mdev: introduce virtio device and its device ops
  ` [PATCH V9 5/6] virtio: introduce a mdev based transport
` [PATCH V9 0/6] mdev based hardware virtio offloading support

[PATCH V10 0/6] mdev based hardware virtio offloading support
 2019-11-07 14:20 UTC  (21+ messages)
` [PATCH V10 1/6] mdev: class id support
` [PATCH V10 2/6] modpost: add support for mdev class id
` [PATCH V10 3/6] mdev: introduce device specific ops
` [PATCH V10 4/6] mdev: introduce virtio device and its device ops
` [PATCH V10 5/6] virtio: introduce a mdev based transport
` [PATCH V10 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework

[PATCH v3 2/3] usb, kcov: collect coverage from hub_event
 2019-11-07 10:19 UTC 

[PATCH v6] vhost: introduce mdev based hardware backend
 2019-11-07 10:16 UTC  (2+ messages)

[PATCH v6] vhost: introduce mdev based hardware backend
 2019-11-07  7:35 UTC 

[PATCH v5] vhost: introduce mdev based hardware backend
 2019-11-07  5:27 UTC  (12+ messages)

[PATCH V8 0/6] mdev based hardware virtio offloading support
 2019-11-07  4:11 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).