virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-27 07:45:50 to 2022-07-04 06:22:20 UTC [more...]

[PATCH V3] virtio: disable notification hardening by default
 2022-07-04  6:22 UTC  (24+ messages)

[PATCH net V4] virtio-net: fix the race between refill work and close
 2022-07-04  6:19 UTC  (2+ messages)

[PATCH V3 3/6] vDPA: allow userspace to query features of a vDPA device
 2022-07-04  4:46 UTC  (7+ messages)
  ` [PATCH V3 5/6] vDPA: answer num of queue pairs = 1 to userspace when VIRTIO_NET_F_MQ == 0
  ` [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
  ` [PATCH V3 1/6] vDPA/ifcvf: get_config_size should return a value no greater than dev implementation
  ` [PATCH V3 2/6] vDPA/ifcvf: support userspace to query features and MQ of a management device

[PATCH] rpmsg: virtio: Fix broken rpmsg_probe()
 2022-07-04  4:35 UTC  (4+ messages)

[PATCH v11 00/40] virtio pci support VIRTIO_F_RING_RESET
 2022-07-04  4:02 UTC  (71+ 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

Call for papers - ICITS'2023 | Cusco, Peru | Deadline: September 4
 2022-07-02 20:08 UTC 

[linux-next:master] BUILD REGRESSION c4185b16aba73929aa76f0d030efbe79ae867808
 2022-07-02  0:58 UTC 

[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] virtio: VIRTIO_HARDEN_NOTIFICATION is broken
 2022-07-01  7:11 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 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group
 2022-06-30  9:57 UTC  (3+ 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  (8+ messages)
      ` [PATCH v4] "
          ` [PATCH v6] "
              ` [PATCH v7] "

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

[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  (15+ 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)


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