virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-20 03:06:19 to 2022-07-29 15:00:08 UTC [more...]

[PATCH 00/36] cpuidle,rcu: Cleanup the mess
 2022-07-29 14:59 UTC  (3+ messages)
` [PATCH 04/36] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE

[PATCH V3 5/6] vDPA: answer num of queue pairs = 1 to userspace when VIRTIO_NET_F_MQ == 0
 2022-07-29 10:16 UTC  (53+ messages)
  ` [PATCH V3 3/6] vDPA: allow userspace to query features of a vDPA device
  ` [PATCH V3 4/6] vDPA: !FEATURES_OK should not block querying device config space
                ` spec clarification (was Re: [PATCH V3 4/6] vDPA: !FEATURES_OK should not block querying device config space)
  ` [PATCH V3 6/6] vDPA: fix 'cast to restricted le16' warnings in vdpa.c

[RFC 0/5] In virtio-spec 1.1, new feature bit VIRTIO_F_IN_ORDER was introduced
 2022-07-29  7:32 UTC  (4+ messages)
  ` [RFC 1/5] vhost: reorder used descriptors in a batch
  ` [RFC 4/5] virtio: get desc id in order

Call for Workshop Proposals - WorldCIST'23 | Pisa, Italy
 2022-07-28 23:56 UTC 

[PATCH v13 00/42] virtio pci support VIRTIO_F_RING_RESET
 2022-07-28  9:42 UTC  (64+ messages)
` [PATCH v13 01/42] virtio: record the maximum queue num supported by the device
` [PATCH v13 02/42] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v13 03/42] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v13 04/42] virtio_ring: extract the logic of freeing vring
` [PATCH v13 05/42] virtio_ring: split vring_virtqueue
` [PATCH v13 06/42] virtio_ring: introduce virtqueue_init()
` [PATCH v13 07/42] virtio_ring: split: stop __vring_new_virtqueue as export symbol
` [PATCH v13 08/42] virtio_ring: split: __vring_new_virtqueue() accept struct vring_virtqueue_split
` [PATCH v13 09/42] virtio_ring: split: introduce vring_free_split()
` [PATCH v13 10/42] virtio_ring: split: extract the logic of alloc queue
` [PATCH v13 11/42] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v13 12/42] virtio_ring: split: extract the logic of vring init
` [PATCH v13 13/42] virtio_ring: split: extract the logic of attach vring
` [PATCH v13 14/42] virtio_ring: split: introduce virtqueue_reinit_split()
` [PATCH v13 15/42] virtio_ring: split: reserve vring_align, may_reduce_num
` [PATCH v13 16/42] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v13 17/42] virtio_ring: packed: introduce vring_free_packed
` [PATCH v13 18/42] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v13 19/42] virtio_ring: packed: extract the logic of alloc state and extra
` [PATCH v13 20/42] virtio_ring: packed: extract the logic of vring init
` [PATCH v13 21/42] virtio_ring: packed: extract the logic of attach vring
` [PATCH v13 22/42] virtio_ring: packed: introduce virtqueue_reinit_packed()
` [PATCH v13 23/42] virtio_ring: packed: introduce virtqueue_resize_packed()
` [PATCH v13 24/42] virtio_ring: introduce virtqueue_resize()
` [PATCH v13 25/42] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v13 26/42] virtio: allow to unbreak/break virtqueue individually
` [PATCH v13 27/42] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v13 28/42] virtio_ring: struct virtqueue introduce reset
` [PATCH v13 29/42] virtio_pci: struct virtio_pci_common_cfg add queue_reset
` [PATCH v13 30/42] virtio_pci: introduce helper to get/set queue reset
` [PATCH v13 31/42] virtio_pci: extract the logic of active vq for modern pci
` [PATCH v13 32/42] virtio_pci: support VIRTIO_F_RING_RESET
` [PATCH v13 33/42] virtio: find_vqs() add arg sizes
` [PATCH v13 34/42] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v13 35/42] virtio_mmio: "
` [PATCH v13 36/42] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v13 37/42] virtio_net: set the default max ring size by find_vqs()
` [PATCH v13 38/42] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v13 39/42] virtio_net: split free_unused_bufs()
` [PATCH v13 40/42] virtio_net: support rx queue resize
` [PATCH v13 41/42] virtio_net: support tx "
` [PATCH v13 42/42] virtio_net: support set_ringparam

[PATCH v4 5/5] vduse: Support querying information of IOVA regions
 2022-07-28  9:02 UTC  (3+ messages)

[PATCH] VMCI: Update maintainers for VMCI
 2022-07-28  8:44 UTC  (8+ messages)

[PATCH 00/12] drm/format-helper: Move to struct iosys_map
 2022-07-28  7:45 UTC  (15+ messages)
` [PATCH 01/12] drm/format-helper: Provide drm_fb_blit()
` [PATCH 02/12] drm/format-helper: Merge drm_fb_memcpy() and drm_fb_memcpy_toio()
` [PATCH 03/12] drm/format-helper: Convert drm_fb_swab() to struct iosys_map
` [PATCH 04/12] drm/format-helper: Rework XRGB8888-to-RGBG332 conversion
` [PATCH 05/12] drm/format-helper: Rework XRGB8888-to-RGBG565 conversion
` [PATCH 06/12] drm/format-helper: Rework XRGB8888-to-RGB888 conversion
` [PATCH 07/12] drm/format-helper: Rework RGB565-to-XRGB8888 conversion
` [PATCH 08/12] drm/format-helper: Rework RGB888-to-XRGB8888 conversion
` [PATCH 09/12] drm/format-helper: Rework XRGB8888-to-XRGB2101010 conversion
` [PATCH 10/12] drm/format-helper: Rework XRGB8888-to-GRAY8 conversion
` [PATCH 11/12] drm/format-helper: Rework XRGB8888-to-MONO conversion
` [PATCH 12/12] drm/format-helper: Move destination-buffer handling into internal helper

VIRTIO_NET_F_MTU not negotiated
 2022-07-28  6:57 UTC  (10+ messages)

[RFC PATCH v2 1/9] vsock: use sk_rcvlowat to set POLLIN/POLLRDNORM
 2022-07-27 12:37 UTC  (5+ messages)
  ` [RFC PATCH v2 3/9] vmci/vsock: use 'target' in notify_poll_in, callback
  ` [RFC PATCH v2 5/9] vsock: SO_RCVLOWAT transport set callback
` [RFC PATCH v2 0/9] vsock: updates for SO_RCVLOWAT handling

[RFC PATCH 1/1] drivers/vhost: vhost-blk accelerator for virtio-blk guests
 2022-07-26 15:06 UTC  (2+ messages)

[PATCH V4 3/6] vDPA: allow userspace to query features of a vDPA device
 2022-07-26 11:15 UTC  (5+ messages)
  ` [PATCH V4 5/6] vDPA: answer num of queue pairs = 1 to userspace when VIRTIO_NET_F_MQ == 0

[PATCH v4 1/1] Create debugfs file with virtio balloon usage information
 2022-07-25 11:36 UTC  (3+ messages)
  ` [PATCH v5 "

[CFP LPC 2022] Confidential Computing Microconference
 2022-07-25  9:55 UTC  (2+ messages)
` [CLOSED] "

[PATCH V6] virtio-net: fix the race between refill work and close
 2022-07-25  9:39 UTC  (4+ messages)

[PATCH v12 00/40] virtio pci support VIRTIO_F_RING_RESET
 2022-07-25  7:28 UTC  (34+ messages)
` [PATCH v12 01/40] virtio: record the maximum queue num supported by the device
` [PATCH v12 02/40] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v12 06/40] virtio_ring: introduce virtqueue_init()
` [PATCH v12 07/40] virtio_ring: split: introduce vring_free_split()
` [PATCH v12 08/40] virtio_ring: split: extract the logic of alloc queue
` [PATCH v12 22/40] virtio_ring: introduce virtqueue_resize()
` [PATCH v12 24/40] virtio: allow to unbreak/break virtqueue individually
` [PATCH v12 26/40] virtio_ring: struct virtqueue introduce reset
` [PATCH v12 27/40] virtio_pci: struct virtio_pci_common_cfg add queue_reset
` [PATCH v12 30/40] virtio_pci: support VIRTIO_F_RING_RESET
` [PATCH v12 31/40] virtio: find_vqs() add arg sizes
` [PATCH v12 38/40] virtio_net: support rx queue resize
` [PATCH v12 39/40] virtio_net: support tx "
` [PATCH v12 40/40] virtio_net: support set_ringparam

[PATCH] iommu/virtio: Advertise IOMMU_CAP_CACHE_COHERENCY
 2022-07-22 12:15 UTC  (5+ messages)

[PATCH] smp/hotplug, x86/vmware: Put offline vCPUs in halt instead of mwait
 2022-07-21 20:44 UTC 

[PATCH] virtio: Force DMA restricted devices through DMA API
 2022-07-20  9:58 UTC  (5+ messages)

[RFC PATCH v1 0/3] virtio/vsock: use SO_RCVLOWAT to set POLLIN/POLLRDNORM
 2022-07-20  9:30 UTC  (6+ messages)
  ` [RFC PATCH v1 2/3] virtio/vsock: use 'target' in notify_poll_in, callback
  ` [RFC PATCH v1 3/3] vsock_test: POLLIN + SO_RCVLOWAT test

[PATCH v3 1/5] vduse: Remove unnecessary spin lock protection
 2022-07-20  9:15 UTC  (4+ messages)
  ` [PATCH v3 3/5] vduse: Support using userspace pages as bounce buffer
  ` [PATCH v3 4/5] vduse: Support registering userspace memory for IOVA regions
  ` [PATCH v3 5/5] vduse: Support querying information of "

[PATCH v1 4/6] dma-buf: Acquire wait-wound context on attachment
 2022-07-20  8:29 UTC  (2+ 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).