virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-14 08:16:45 to 2022-02-24 08:11:40 UTC [more...]

[PATCH v6 00/26] virtio pci support VIRTIO_F_RING_RESET
 2022-02-24  8:10 UTC  (14+ messages)
` [PATCH v6 01/26] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v6 02/26] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v6 03/26] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v6 04/26] virtio_ring: split: extract the logic of creating vring
` [PATCH v6 05/26] virtio_ring: split: extract the logic of init vq and attach vring
` [PATCH v6 06/26] virtio_ring: packed: extrace the logic of creating vring
` [PATCH v6 07/26] virtio_ring: packed: extract the logic of init vq and attach vring
` [PATCH v6 08/26] virtio_ring: extract the logic of freeing vring
` [PATCH v6 09/26] virtio_ring: split: implement virtqueue_reset_vring_split()
` [PATCH v6 10/26] virtio_ring: packed: implement virtqueue_reset_vring_packed()
` [PATCH v6 11/26] virtio_ring: introduce virtqueue_reset_vring()
` [PATCH v6 12/26] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v6 13/26] virtio: queue_reset: struct virtio_config_ops add callbacks for queue_reset

[PATCH 28/31] vdpa: Expose VHOST_F_LOG_ALL on SVQ
 2022-02-24  3:45 UTC  (25+ messages)
  ` [PATCH 17/31] vdpa: adapt vhost_ops callbacks to svq
  ` [PATCH 01/31] vdpa: Reorder virtio/vhost-vdpa.c functions
  ` [PATCH 09/31] vhost-vdpa: Take into account SVQ in vhost_vdpa_set_vring_call
  ` [PATCH 18/31] vhost: Shadow virtqueue buffers forwarding

[RFC PATCH 0/5] TUN/VirtioNet USO features support
 2022-02-24  3:33 UTC  (18+ messages)
` [RFC PATCH 1/5] uapi/linux/if_tun.h: Added new ioctl for tun/tap
` [RFC PATCH 2/5] driver/net/tun: Added features for USO
` [RFC PATCH 3/5] uapi/linux/virtio_net.h: Added USO types

[PATCH v2 07/11] spi: use helper for safer setting of driver_override
 2022-02-23 21:53 UTC  (3+ messages)
  ` [PATCH v2 01/11] driver: platform: add and "

[PATCH v2 05/11] pci: use helper for safer setting of driver_override
 2022-02-23 21:51 UTC 

[PATCH] vhost: validate range size before adding to iotlb
 2022-02-23 17:14 UTC  (8+ messages)

[PATCH v2 0/3] Introduce akcipher service for virtio-crypto
 2022-02-23 10:17 UTC  (8+ messages)
` [PATCH v2 2/3] virtio-crypto: introduce akcipher service
` [PATCH v2 3/3] virtio-crypto: implement RSA algorithm
    `  "
` PING: [PATCH v2 0/3] Introduce akcipher service for virtio-crypto

[PATCH v1 0/6] virtio: support advance DMA
 2022-02-23  8:30 UTC  (36+ messages)
` [PATCH v1 1/6] virtio: rename vring_unmap_state_packed() to vring_unmap_extra_packed()
` [PATCH v1 2/6] virtio: remove flags check for unmap split indirect desc
` [PATCH v1 3/6] virtio: remove flags check for unmap packed "
` [PATCH v1 4/6] virtio: virtqueue_add() support predma
` [PATCH v1 5/6] virtio: split: virtqueue_add_split() support dma address
` [PATCH v1 6/6] virtio: packed: virtqueue_add_packed() "

[PATCH] virtio_ring: aovid reading flag from the descriptor ring
 2022-02-23  7:50 UTC  (5+ messages)

[PATCH] vhost: use bvec_kmap_local in {get,put}u16_iotlb
 2022-02-23  2:18 UTC  (2+ messages)

[PATCH v2] vhost/vsock: don't check owner in vhost_vsock_stop() while releasing
 2022-02-23  2:09 UTC  (2+ messages)

[PATCH] tools/virtio: Test virtual address range detection
 2022-02-22 23:18 UTC  (7+ messages)

[PATCH] drm/virtio: Add USE_INTERNAL blob flag
 2022-02-22 20:54 UTC  (4+ messages)

[PATCH] drm/virtio: Remove restriction of non-zero blob_flags
 2022-02-22 20:35 UTC  (2+ messages)

[PATCH v4 0/4] RSS support for VirtioNet
 2022-02-22 19:15 UTC  (6+ messages)
` [PATCH v4 1/4] drivers/net/virtio_net: Fixed padded vheader to use v1 with hash
` [PATCH v4 2/4] drivers/net/virtio_net: Added basic RSS support
` [PATCH v4 3/4] drivers/net/virtio_net: Added RSS hash report
` [PATCH v4 4/4] drivers/net/virtio_net: Added RSS hash report control

[syzbot] INFO: task hung in vhost_work_dev_flush
 2022-02-22 10:05 UTC  (3+ messages)

[PATCH] vhost/vsock: don't check owner in vhost_vsock_stop() while releasing
 2022-02-22  9:05 UTC  (9+ messages)

[PATCH v3 4/4] vdpa: Support reading device features
 2022-02-22  7:57 UTC  (2+ messages)
  ` [PATCH v3 2/4] vdpa: Allow for printing negotiated features of a device

[PATCH] vdpa/mlx5: Enlarge queue size to 512 entries
 2022-02-22  7:11 UTC  (2+ messages)

[PATCH v1] net/mlx5: Add support for configuring max device MTU
 2022-02-22  4:03 UTC 

[PATCH v1] virtio: Add definition for VIRTIO_F_NOTIFICATION_DATA feature flag
 2022-02-22  3:31 UTC 

[PATCH] vhost: handle zero regions in vhost_set_memory
 2022-02-21 16:48 UTC  (2+ messages)

[syzbot] general protection fault in vhost_iotlb_itree_first
 2022-02-21 13:12 UTC 

[syzbot] WARNING in vhost_dev_cleanup (2)
 2022-02-21 10:05 UTC  (8+ messages)

[PATCH v5 00/22] virtio pci support VIRTIO_F_RING_RESET
 2022-02-21  7:00 UTC  (27+ messages)
` [PATCH v5 06/22] virtio_ring: queue_reset: packed: support enable reset queue
` [PATCH v5 08/22] virtio_ring: queue_reset: add vring_release_virtqueue()
` [PATCH v5 14/22] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
` [PATCH v5 17/22] virtio_net: support rx/tx queue reset
` [PATCH v5 19/22] virtio: add helper virtio_set_max_ring_num()
` [PATCH v5 20/22] virtio_net: set the default max ring num
` [PATCH v5 22/22] virtio_net: support set_ringparam

[PATCH v3 0/4] RSS support for VirtioNet
 2022-02-20 13:17 UTC  (8+ messages)
` [PATCH v3 2/4] drivers/net/virtio_net: Added basic RSS support

[PATCH RFC v1 0/5] Add SCSI per device tagsets
 2022-02-19  7:37 UTC 

[PATCH] net/mlx5: Add support for configuring max device MTU
 2022-02-19  0:34 UTC  (2+ messages)

[syzbot] kernel BUG in vhost_get_vq_desc
 2022-02-18 11:37 UTC 

[PATCH] virtio: Add definition for VIRTIO_F_NOTIFICATION_DATA feature flag
 2022-02-17 21:45 UTC  (3+ messages)

[PATCH v2] vsock: remove vsock from connected table when connect is interrupted by a signal
 2022-02-17 14:30 UTC 

[PATCH v2 0/3] Support akcipher for virtio-crypto
 2022-02-17 12:09 UTC  (3+ messages)
` [PATCH v2 1/3] virtio-crypto: header update

[PATCH] vsock: remove vsock from connected table when connect is interrupted by a signal
 2022-02-17  8:34 UTC  (2+ messages)

add a ->free_disk block_device_operation v3
 2022-02-17  2:48 UTC  (7+ messages)
` [PATCH 1/5] block: add a ->free_disk method
` [PATCH 2/5] memstick/ms_block: simplify refcounting
` [PATCH 3/5] memstick/mspro_block: fix handling of read-only devices
` [PATCH 4/5] memstick/mspro_block: simplify refcounting
` [PATCH 5/5] virtio_blk: "

[PATCH v1 1/2] vdpa: Add support for querying vendor statistics
 2022-02-16 18:49 UTC 

[RFC v3 1/2] virtio-pmem: Async virtio-pmem flush
 2022-02-16 16:25 UTC  (4+ messages)
  ` [RFC v3 2/2] pmem: enable pmem_submit_bio for asynchronous flush

[PATCH] drm/virtio: Fix capset-id query size
 2022-02-16  1:32 UTC  (2+ messages)

[PATCH V4 4/4] vDPA/ifcvf: implement shared IRQ feature
 2022-02-15 14:29 UTC  (8+ messages)

[PATCH] Virtio-balloon: add user space API for sizing
 2022-02-15 11:42 UTC 

[PATCH] Add definition of VIRTIO_F_IN_ORDER feature bit
 2022-02-15  7:48 UTC 

[PATCH v1 0/2] mm: enforce pageblock_order < MAX_ORDER
 2022-02-14 17:41 UTC  (3+ messages)
` [PATCH v1 1/2] cma: factor out minimum alignment requirement
` [PATCH v1 2/2] mm: enforce pageblock_order < MAX_ORDER

[PATCH v2] iommu/iova: Separate out rcache init
 2022-02-14 14:45 UTC  (2+ messages)

[PATCH] virtio_pci: remove the check that queue size is power of 2
 2022-02-14  8:39 UTC 

[PATCH 2/2] vdpa/mlx5: Add support for reading descriptor statistics
 2022-02-14  8:16 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).