virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-16 06:07:28 to 2022-06-28 03:54:48 UTC [more...]

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

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

[PATCH V3] virtio: disable notification hardening by default
 2022-06-28  3:49 UTC  (12+ messages)

[PATCH][next] treewide: uapi: Replace zero-length arrays with flexible-array members
 2022-06-28  0:40 UTC  (3+ 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 v2] x86/paravirt: useless assignment instructions cause Unixbench full core performance degradation
 2022-06-27 15:58 UTC  (7+ messages)
      ` [PATCH v4] "

[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 v3 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group
 2022-06-27  6:57 UTC  (2+ messages)
  ` [PATCH v3 5/5] vfio/iommu_type1: Simplify group attachment

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

[PATCH] virtio_ring : keep used_wrap_counter in vq->last_used_idx
 2022-06-27  2:33 UTC  (11+ messages)
  ` [PATCH v2] "
        ` [PATCH v3] "
            ` [PATCH v4] "

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 v6 17/22] drm/shmem-helper: Add generic memory shrinker
 2022-06-24 20:23 UTC  (5+ messages)

[PATCH v2 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group
 2022-06-24 18:31 UTC  (11+ messages)
  ` [PATCH v2 3/5] vfio/iommu_type1: Remove the domain->ops comparison
  ` [PATCH v2 4/5] vfio/iommu_type1: Clean up update_dirty_scope in detach_group()
  ` [PATCH v2 5/5] vfio/iommu_type1: Simplify group attachment
  ` [PATCH v2 2/5] vfio/iommu_type1: Prefer to reuse domains vs match enforced cache coherency

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

[PATCH] virtio_fs: Modify format for virtio_fs_direct_access
 2022-06-23 12:48 UTC 

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

[PATCH] vhost-vdpa: call vhost_vdpa_cleanup during the release
 2022-06-23  3:54 UTC  (2+ messages)

[PATCH v2 19/19] vdpasim: control virtqueue support
 2022-06-22 15:44 UTC  (2+ messages)

[PATCH] virtio_ring: remove unnecessary to_vvq call in virtqueue_disable_cb_packed
 2022-06-22 12:15 UTC 

[PATCH net] virtio_net: fix xdp_rxq_info bug after suspend/resume
 2022-06-22  8:06 UTC  (2+ messages)

[PATCH v3 0/3] virtio: support requiring restricted access per device
 2022-06-22  6:38 UTC  (2+ messages)
` [PATCH v3 1/3] virtio: replace restricted mem access flag with callback

[PATCH V2] virtio: disable notification hardening by default
 2022-06-22  1:17 UTC  (5+ messages)

[PATCH] vdpa_sim_blk: set number of address spaces and virtqueue groups
 2022-06-21 15:13 UTC 

[PATCH] vdpa_sim: use max_iotlb_entries as a limit in vhost_iotlb_init
 2022-06-21 15:12 UTC 

[PATCH 0/2] virtio_mmio: Fix suspend to disk (hibernation)
 2022-06-21 11:06 UTC  (3+ messages)
` [PATCH 1/2] virtio_mmio: Add missing PM calls to freeze/restore
` [PATCH 2/2] virtio_mmio: Restore guest page size on resume

[PATCH RFC 2/3] vdpa/mlx5: Support different address spaces for control and data
 2022-06-21  7:52 UTC  (9+ messages)
  ` [PATCH RFC 3/3] vdpa/mlx5: Disable VLAN support to support live migration
  ` [PATCH RFC 1/3] vdpa/mlx5: Implement susupend virtqueue callback

[PATCH] virtio: Remove unnecessary variable assignments
 2022-06-20  9:37 UTC 

[PATCH] virtio: Remove unnecessary variable assignments
 2022-06-20  8:49 UTC 

[PATCH] virtio_ring: Optimize duplicate judgment codes for virtqueue_add_split
 2022-06-20  8:24 UTC 

[PATCH v10 0/8] Use copy_process in vhost layer
 2022-06-20  1:13 UTC  (9+ messages)
` [PATCH v10 1/8] fork: Make IO worker options flag based
` [PATCH v10 2/8] fork/vm: Move common PF_IO_WORKER behavior to new flag
` [PATCH v10 3/8] fork: add USER_WORKER flag to not dup/clone files
` [PATCH v10 4/8] fork: Add USER_WORKER flag to ignore signals
` [PATCH v10 5/8] fork: allow kernel code to call copy_process
` [PATCH v10 6/8] vhost_task: Allow vhost layer to use copy_process
` [PATCH v10 7/8] vhost: move worker thread fields to new struct
` [PATCH v10 8/8] vhost: use vhost_tasks for worker threads

[PATCH v4 11/15] drm/shmem-helper: Add generic memory shrinker
 2022-06-19 16:54 UTC  (3+ messages)

[PATCH V6 8/9] virtio: harden vring IRQ
 2022-06-17 14:33 UTC  (17+ messages)

[PATCH] virtio: disable notification hardening by default
 2022-06-17 12:36 UTC  (5+ messages)

[CFP LPC 2022] VFIO/IOMMU/PCI Microconference
 2022-06-17  9:02 UTC 

Call For Participation: ACM Workshop on Hot Topics in Storage and File Systems
 2022-06-17  7:31 UTC 

[PATCH v4 0/4] Implement vdpasim stop operation
 2022-06-17  2:42 UTC  (14+ messages)

[RFC PATCH v2 0/5] TUN/VirtioNet USO features support
 2022-06-17  1:30 UTC  (7+ 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).