virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-24 07:00:28 to 2022-07-01 18:17:55 UTC [more...]

[PATCH v4 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group
 2022-07-01 18:17 UTC  (2+ messages)

Call for papers - ICITS'2023 | Cusco, Peru | Deadline: September 4
 2022-07-01 10:12 UTC 

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

[PATCH] virtio: VIRTIO_HARDEN_NOTIFICATION is broken
 2022-07-01  7:11 UTC  (3+ messages)

[PATCH] rpmsg: virtio: Fix broken rpmsg_probe()
 2022-07-01  6:16 UTC  (3+ messages)

[PATCH v1 1/1] virtio: Restore semantics of vq->broken in virtqueues
 2022-07-01  6:14 UTC  (5+ messages)

[PATCH net V3] virtio-net: fix the race between refill work and close
 2022-07-01  5:47 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 6cc11d2a1759275b856e464265823d94aabd5eaf
 2022-06-30 23:49 UTC 

[PATCH v2 0/3] vdpa_sim_blk: several fixes for the vDPA block simulator
 2022-06-30 15:32 UTC  (4+ messages)
` [PATCH v2 1/3] vdpa_sim_blk: use dev_dbg() to print errors
` [PATCH v2 2/3] vdpa_sim_blk: limit the number of request handled per batch
` [PATCH v2 3/3] vdpa_sim_blk: call vringh_complete_iotlb() also in the error path

[PATCH v3 5/5] vfio/iommu_type1: Simplify group attachment
 2022-06-30  9:57 UTC  (4+ messages)
        ` [PATCH v3 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group

[PATCH V3] virtio: disable notification hardening by default
 2022-06-30  8:38 UTC  (24+ messages)

[PATCH V2] virtio-net: fix the race between refill work and close
 2022-06-30  6:31 UTC  (8+ messages)

[PATCH] virtio-net: fix the race between refill work and close
 2022-06-30  2:02 UTC  (5+ messages)

[PATCH 6/6] vduse: Update api version to 1
 2022-06-29 11:28 UTC  (5+ messages)
  ` [PATCH 5/6] vduse: Support registering userspace memory for IOTLB

[PATCH v6 1/4] vdpa: Add suspend operation
 2022-06-29  4:18 UTC  (7+ messages)
  ` [PATCH v6 3/4] vhost-vdpa: uAPI to suspend the device
  ` [PATCH v6 2/4] vhost-vdpa: introduce SUSPEND backend feature bit
  ` [PATCH v6 4/4] vdpa_sim: Implement suspend vdpa op

[PATCH v3 0/3] virtio: support requiring restricted access per device
 2022-06-29  0:58 UTC  (2+ messages)

[PATCH v2 -next] vdpa/mlx5: Use eth_zero_addr() to assign zero address
 2022-06-28 20:39 UTC 

[PATCH][next] treewide: uapi: Replace zero-length arrays with flexible-array members
 2022-06-28 18:44 UTC  (8+ messages)

[PATCH v2] x86/paravirt: useless assignment instructions cause Unixbench full core performance degradation
 2022-06-28 17:28 UTC  (9+ messages)
      ` [PATCH v4] "
          ` [PATCH v6] "
              ` [PATCH v7] "

[PATCH v6 17/22] drm/shmem-helper: Add generic memory shrinker
 2022-06-28 16:48 UTC  (6+ messages)
` [PATCH v6 00/22] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers

[PATCH -next] vdpa/mlx5: Use eth_zero_addr() to assign zero address
 2022-06-28 10:37 UTC 

[PATCH 0/3] vdpa_sim_blk: several fixes for the vDPA block simulator
 2022-06-28  7:55 UTC  (6+ messages)
` [PATCH 2/3] vdpa_sim_blk: limit the number of request handled per batch

[PATCH v10 00/41] virtio pci support VIRTIO_F_RING_RESET
 2022-06-28  6:54 UTC  (18+ messages)
` [PATCH v10 25/41] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data

[PATCH v3 1/2] vhost: Add rbtree vdpa_mem_tree to saved the counted mem
 2022-06-28  6:27 UTC  (11+ messages)

[PATCH] Bluetooth: virtio_bt: fix device removal
 2022-06-28  4:59 UTC  (7+ messages)

[PATCH 1/1] Create debugfs file with virtio balloon usage information
 2022-06-27 20:42 UTC  (2+ messages)

[GIT PULL] virtio,vdpa: fixes
 2022-06-27 18:03 UTC  (2+ messages)

[PATCH net V2] virtio-net: fix race between ndo_open() and virtio_device_ready()
 2022-06-27 12:05 UTC  (2+ messages)

vhost-vdpa tests in tools/virtio
 2022-06-27  8:44 UTC  (3+ messages)

[PATCH net] virtio-net: fix race between ndo_open() and virtio_device_ready()
 2022-06-27  8:17 UTC  (3+ messages)

[PATCH] virtio-net: fix race between ndo_open() and virtio_device_ready()
 2022-06-27  6:33 UTC  (2+ messages)

[PATCH v4] virtio_ring : keep used_wrap_counter in vq->last_used_idx
 2022-06-27  2:33 UTC  (6+ messages)

virtio_balloon regression in 5.19-rc3
 2022-06-27  2:30 UTC  (6+ messages)

[PATCH v3 2/2] vdpa: Do not count the pages that were already pinned in the vhost-vDPA
 2022-06-26 10:06 UTC 

[PATCH v2 3/5] vfio/iommu_type1: Remove the domain->ops comparison
 2022-06-24 18:31 UTC  (3+ messages)

[PATCH] vringh: iterate on iotlb_translate to handle large translations
 2022-06-24  7:56 UTC 


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).