virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-21 15:27:01 to 2023-03-07 08:34:46 UTC [more...]

[PATCH net 0/2] add checking sq is full inside xdp xmit
 2023-03-07  8:34 UTC  (9+ messages)
` [PATCH net 1/2] virtio_net: separate the logic of checking whether sq is full
` [PATCH net 2/2] virtio_net: add checking sq is full inside xdp xmit

[PATCH vhost v1 00/12] virtio core prepares for AF_XDP
 2023-03-07  7:48 UTC  (29+ messages)
` [PATCH vhost v1 01/12] virtio_ring: split: refactor virtqueue_add_split() for premapped
` [PATCH vhost v1 02/12] virtio_ring: split: separate DMA codes
` [PATCH vhost v1 03/12] virtio_ring: split: introduce virtqueue_add_split_premapped()
` [PATCH vhost v1 04/12] virtio_ring: packed: separate prepare code from virtuque_add_indirect_packed()
` [PATCH vhost v1 05/12] virtio_ring: packed: refactor virtqueue_add_packed() for premapped
` [PATCH vhost v1 06/12] virtio_ring: packed: separate DMA codes
` [PATCH vhost v1 07/12] virtio_ring: packed: introduce virtqueue_add_packed_premapped()
` [PATCH vhost v1 08/12] virtio_ring: introduce virtqueue_add_inbuf_premapped()
` [PATCH vhost v1 09/12] virtio_ring: introduce virtqueue_get_dma_dev()
` [PATCH vhost v1 10/12] virtio_ring: correct the expression of the description of virtqueue_resize()
` [PATCH vhost v1 11/12] virtio_ring: separate the logic of reset/enable from virtqueue_resize
` [PATCH vhost v1 12/12] virtio_ring: introduce virtqueue_reset()

[PATCH net] virtio-net: unify notifications coalescing structs
 2023-03-07  7:26 UTC  (4+ messages)

[PATCH v4 01/15] vdpa net: move iova tree creation from init to start
 2023-03-07  6:48 UTC  (19+ messages)
  ` [PATCH v4 03/15] vdpa: stop svq at vhost_vdpa_dev_start(false)
  ` [PATCH v4 05/15] vdpa: move vhost reset after get vring base
  ` [PATCH v4 06/15] vdpa: add vhost_vdpa->suspended parameter
  ` [PATCH v4 08/15] vdpa: rewind at get_base, not set_base
  ` [PATCH v4 09/15] vdpa: add vdpa net migration state notifier
  ` [PATCH v4 10/15] vdpa: disable RAM block discard only for the first device
  ` [PATCH v4 11/15] vdpa net: block migration if the device has CVQ
  ` [PATCH v4 12/15] vdpa: block migration if device has unsupported features
` [PATCH v4 00/15] Dynamically switch to vhost shadow virtqueues at vdpa net migration
  ` [PATCH v4 07/15] vdpa: add vhost_vdpa_suspend

[PATCH 0/3] virtio_ring: Clean up code for virtio ring and pci
 2023-03-07  3:57 UTC  (4+ messages)
` [PATCH 1/3] virtio_pci_modern: Remove unnecessary num zero check
` [PATCH 2/3] virtio_ring: Avoid using inline for small functions
` [PATCH 3/3] virtio_ring: Use const to annotate read-only pointer params

[RFC PATCH v2 1/4] virtio/vsock: fix 'rx_bytes'/'fwd_cnt' calculation
 2023-03-06 16:18 UTC  (5+ messages)
  ` [RFC PATCH v2 3/4] virtio/vsock: free skb on data copy failure
  ` [RFC PATCH v2 2/4] virtio/vsock: remove all data from sk_buff

[PATCH v2] drm/virtio: Fix handling CONFIG_DRM_VIRTIO_GPU_KMS option
 2023-03-06 14:46 UTC 

[PATCH v3] virtio-net: Fix probe of virtio-net on kvmtool
 2023-03-06  8:44 UTC  (6+ messages)

[PATCH v2] x86/paravirt: merge activate_mm and dup_mmap callbacks
 2023-03-06  8:41 UTC  (4+ messages)

[PATCH v1] drm/virtio: Fix handling CONFIG_DRM_VIRTIO_GPU_KMS option
 2023-03-06  7:32 UTC 

[PATCH AUTOSEL 6.1 05/15] s390/virtio: sort out physical vs virtual pointers usage
 2023-03-05 13:52 UTC 

[PATCH AUTOSEL 6.2 05/16] s390/virtio: sort out physical vs virtual pointers usage
 2023-03-05 13:51 UTC 

[PATCH v2 0/8] vdpa_sim: add support for user VA
 2023-03-05 11:21 UTC  (11+ messages)
` [PATCH v2 1/8] vdpa: add bind_mm/unbind_mm callbacks
` [PATCH v2 2/8] vhost-vdpa: use bind_mm/unbind_mm device callbacks
` [PATCH v2 3/8] vringh: replace kmap_atomic() with kmap_local_page()
` [PATCH v2 4/8] vringh: support VA with iotlb
` [PATCH v2 5/8] vdpa_sim: make devices agnostic for work management
` [PATCH v2 6/8] vdpa_sim: use kthread worker
` [PATCH v2 7/8] vdpa_sim: replace the spinlock with a mutex to protect the state
` [PATCH v2 8/8] vdpa_sim: add support for user VA

[PATCH v6] drm/virtio: Add option to disable KMS support
 2023-03-03  7:27 UTC  (2+ messages)

[PATCH v5] drm/virtio: Add option to disable KMS support
 2023-03-02 23:33 UTC  (4+ messages)

[PATCH v2 0/2] [RFC] virtio-rng entropy leak reporting feature
 2023-03-02 16:55 UTC 

[RFC PATCH v1] vsock: check error queue to set EPOLLERR
 2023-03-02 13:38 UTC  (2+ messages)

[PATCH vhost 00/10] virtio core prepares for AF_XDP
 2023-03-02 11:08 UTC  (17+ messages)
` [PATCH vhost 07/10] virtio_ring: add api virtio_dma_map() for advance dma

[PATCH net-next v3 1/3] vsock: support sockmap
 2023-03-02  9:54 UTC  (5+ messages)
  ` [PATCH net-next v3 2/3] selftests/bpf: add vsock to vmtest.sh
  ` [PATCH net-next v3 3/3] selftests/bpf: add a test case for vsock sockmap

[PATCH] vhost-vdpa: free iommu domain after last use during cleanup
 2023-03-02  8:33 UTC  (2+ messages)

[PATCH v4] drm/virtio: Add option to disable KMS support
 2023-03-01  5:50 UTC  (2+ messages)

[PATCH v4 2/2] vdpasim: support doorbell mapping
 2023-03-01  3:06 UTC  (4+ messages)

[PATCH v3 05/11] vduse: Support automatic irq callback affinity
 2023-03-01  1:18 UTC  (2+ messages)

[PATCH v3] drm/virtio: Add option to disable KMS support
 2023-02-28 15:43 UTC  (6+ messages)

[PATCH] drm/virtio: Add option to disable KMS support
 2023-02-28 12:23 UTC  (7+ messages)

[PATCH v2] vdpa_sim: set last_used_idx as last_avail_idx in vdpasim_queue_ready
 2023-02-28 12:13 UTC  (2+ messages)

[RFC PATCH v1 00/12] vsock: MSG_ZEROCOPY flag support
 2023-02-28 10:32 UTC  (6+ messages)
  ` [RFC PATCH v1 07/12] vsock/virtio: MGS_ZEROCOPY "
  ` [RFC PATCH v1 12/12] test/vsock: MSG_ZEROCOPY support for vsock_perf

[PATCH v2] virtio-net: Fix probe of virtio-net on kvmtool
 2023-02-28 10:11 UTC  (5+ messages)

[PATCH] vhost: use struct_size and size_add to compute flex array sizes
 2023-02-27 21:53 UTC  (2+ messages)

[RESEND v2 PATCH] init/do_mounts.c: add virtiofs root fs support
 2023-02-27 18:06 UTC  (2+ messages)

[PATCH v2] drm/virtio: Add option to disable KMS support
 2023-02-27 16:56 UTC  (3+ messages)

[RFC][PATCH v2] splice: Prevent gifting of multipage folios
 2023-02-27 15:53 UTC  (2+ messages)

[RFC][PATCH] splice: Prevent gifting of multipage folios
 2023-02-27 15:24 UTC  (3+ messages)

[PATCH v10 00/11] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
 2023-02-27 10:37 UTC  (2+ messages)

[PATCH v11 05/10] drm/shmem-helper: Add memory shrinker
 2023-02-27  8:56 UTC  (2+ messages)

[GIT PULL] virtio,vhost,vdpa: features, fixes
 2023-02-25 19:58 UTC  (4+ messages)

[PATCH v2 04/13] vdpa: move vhost reset after get vring base
 2023-02-24  3:16 UTC  (9+ messages)
  ` [PATCH v2 07/13] vdpa: add vdpa net migration state notifier
  ` [PATCH v2 09/13] vdpa net: block migration if the device has CVQ
  ` [PATCH v2 11/13] vdpa: block migration if dev does not have _F_SUSPEND
  ` [PATCH v2 13/13] vdpa: return VHOST_F_LOG_ALL in vhost-vdpa devices

[PATCH] virtio-net: Fix probe of virtio-net on kvmtool
 2023-02-23 19:11 UTC 

[PATCH] drm/gem: Expose the buffer object handle to userspace last
 2023-02-23  9:17 UTC  (3+ messages)

[PATCH 0/5] vhost-scsi: Fix management operation hangs
 2023-02-23  0:19 UTC  (6+ messages)
` [PATCH 1/5] vhost-scsi: Hold tv_tpg_mutex when decrementing tv_tpg_vhost_count
` [PATCH 2/5] vhost-scsi: Drop vhost_scsi_flush during endpoint clearing
` [PATCH 3/5] vhost-scsi: Remove vhost_scsi_mutex from port link/unlink
` [PATCH 4/5] vhost-scsi: Delay releasing our refcount on the tpg
` [PATCH 5/5] vhost-scsi: Reduce vhost_scsi_mutex use

[patch net-next v2] net: virtio_net: implement exact header length guest feature
 2023-02-22 17:22 UTC  (12+ messages)

virtio-fs: adding support for multi-queue
 2023-02-22 14:32 UTC  (8+ messages)

[patch net-next v3] net: virtio_net: implement exact header length guest feature
 2023-02-22 11:32 UTC  (3+ 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).