virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-27 08:17:52 to 2019-11-09 07:54:17 UTC [more...]

[PATCH] drm/virtgpu: fix double unregistration
 2019-11-09  7:54 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 01/13] compiler.h: Split {READ, WRITE}_ONCE definitions out into rwonce.h
 2019-11-08 19:57 UTC  (14+ 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 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  (6+ 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 1/6] mdev: class id support
 2019-11-07 14:30 UTC  (14+ messages)
` [PATCH V9 2/6] modpost: add support for mdev class id
` [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 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework
` [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 1/6] mdev: class id support
 2019-11-07  4:11 UTC  (23+ messages)
` [PATCH V8 2/6] modpost: add support for mdev class id
` [PATCH V8 3/6] mdev: introduce device specific ops
` [PATCH V8 4/6] mdev: introduce virtio device and its device ops
` [PATCH V8 5/6] virtio: introduce a mdev based transport
` [PATCH V8 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework
` [PATCH V8 0/6] mdev based hardware virtio offloading support

[PATCH V9 0/6] mdev based hardware virtio offloading support
 2019-11-06  7:05 UTC 

[PATCH V8 0/6] mdev based hardware virtio offloading support
 2019-11-05  9:32 UTC 

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

[PATCH V7 0/6] mdev based hardware virtio offloading support
 2019-11-04 12:39 UTC 

[PATCH net-next 01/14] vsock/vmci: remove unused VSOCK_DEFAULT_CONNECT_TIMEOUT
 2019-11-04 10:10 UTC  (19+ messages)
` [PATCH net-next 03/14] vsock: remove include/linux/vm_sockets.h file
` [PATCH net-next 04/14] vsock: add 'transport' member in the struct vsock_sock
` [PATCH net-next 00/14] vsock: add multi-transports support
  ` [PATCH net-next 02/14] vsock: remove vm_sockets_get_local_cid()
  ` [PATCH net-next 06/14] vsock: add 'struct vsock_sock *' param to vsock_core_get_transport()
  ` [PATCH net-next 07/14] vsock: handle buffer_size sockopts in the core
  ` [PATCH net-next 08/14] vsock: add vsock_create_connected() called by transports
  ` [PATCH net-next 09/14] vsock: move vsock_insert_unbound() in the vsock_create()
    ` [PATCH net-next 11/14] vsock: add multi-transports support
  ` [PATCH net-next 12/14] vsock/vmci: register vmci_transport only when VMCI guest/host are active

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

[PULL RESEND] virtio: fixes
 2019-11-01 19:40 UTC 

[PULL RESEND] virtio: fixes
 2019-11-01 19:33 UTC 

[PATCH v4] vhost: introduce mdev based hardware backend
 2019-11-01 13:56 UTC  (2+ messages)

presentation at kvm forum and pagefaults
 2019-11-01  8:51 UTC 

presentation at kvm forum and pagefaults
 2019-11-01  4:06 UTC 

[PATCH v4] vhost: introduce mdev based hardware backend
 2019-10-31 14:01 UTC 

[RFC] vhost_mdev: add network control vq support
 2019-10-31  1:44 UTC  (5+ messages)

read_barrier_depends() usage in vhost.c
 2019-10-30 16:13 UTC  (5+ messages)

[PATCH 1/3] virtiofs: Use a common function to send forget
 2019-10-30 15:07 UTC  (3+ messages)
` [PATCH 2/3] virtiofs: Do not send forget request "struct list_head" element
` [PATCH 3/3] virtiofs: Use completions while waiting for queue to be drained

[PATCH 0/3] virtiofs: Small Cleanups for 5.5
 2019-10-30 15:07 UTC 

[PATCH] iommu/virtio: Remove unused variable
 2019-10-30  9:43 UTC 

[PATCH v3] vhost: introduce mdev based hardware backend
 2019-10-30  7:07 UTC  (4+ messages)

[PATCH V6 0/6] mdev based hardware virtio offloading support
 2019-10-30  6:44 UTC 

[PATCH v2] vhost: introduce mdev based hardware backend
 2019-10-30  1:27 UTC  (8+ messages)

[PATCH v9 10/11] x86/paravirt: Adapt assembly for PIE support
 2019-10-29 21:30 UTC 

[RFC PATCH 1/2] virtio: accept parent as a parameter when allocating virtqueue
 2019-10-29 10:58 UTC  (2+ messages)
` [RFC PATCH 2/2] virtio: allow query vq parent device

[RFC PATCH 0/2] virtio: allow per vq DMA domain
 2019-10-29 10:58 UTC 

[PATCH V5 4/6] mdev: introduce virtio device and its device ops
 2019-10-29 10:42 UTC 

[RFC] vhost_mdev: add network control vq support
 2019-10-29 10:17 UTC 

[PULL] vhost: cleanups and fixes
 2019-10-28  8:29 UTC 

[PATCH] virtio_ring: fix stalls for packed rings
 2019-10-28  7:13 UTC 

[PATCH net-next] vringh: fix copy direction of vringh_iov_push_kern()
 2019-10-28  3:52 UTC  (3+ messages)

[PATCH] virtio_ring: fix stalls for packed rings
 2019-10-27 10:08 UTC 

[PATCH] virtio_ring: fix packed ring event may missing
 2019-10-27  9:54 UTC  (9+ 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).