virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-27 11:25:49 to 2022-02-10 08:51:38 UTC [more...]

[PATCH v1 0/6] virtio: support advance DMA
 2022-02-10  8:51 UTC  (4+ 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 5/6] virtio: split: virtqueue_add_split() support dma address

[PATCH 0/3] Introduce akcipher service for virtio-crypto
 2022-02-10  8:18 UTC  (9+ messages)
` [PATCH 1/3] virtio_crypto: Introduce VIRTIO_CRYPTO_NOSPC
` [PATCH 2/3] virtio-crypto: introduce akcipher service
    `  "
` PING: [PATCH 0/3] Introduce akcipher service for virtio-crypto

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

[PATCH v2 0/2] drm/gem-shmem: Various improvements
 2022-02-09 15:56 UTC  (3+ messages)
` [PATCH v2 1/2] drm/gem-shmem: Set vm_ops in static initializer
` [PATCH v2 2/2] drm/gem-shmem: Don't store mmap'ed buffers in core dumps

[PATCH v4 00/14] virtio pci support VIRTIO_F_RING_RESET
 2022-02-09 12:29 UTC  (15+ messages)
` [PATCH v4 01/14] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v4 02/14] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v4 03/14] virtio_ring: queue_reset: add function vring_setup_virtqueue()
` [PATCH v4 04/14] virtio_ring: queue_reset: split: add __vring_init_virtqueue()
` [PATCH v4 05/14] virtio_ring: queue_reset: split: support enable reset queue
` [PATCH v4 06/14] virtio_ring: queue_reset: packed: "
` [PATCH v4 07/14] virtio_ring: queue_reset: extract the release function of the vq ring
` [PATCH v4 08/14] virtio_ring: queue_reset: add vring_release_virtqueue()
` [PATCH v4 09/14] virtio: queue_reset: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v4 10/14] virtio_pci: queue_reset: update struct virtio_pci_common_cfg and option functions
` [PATCH v4 11/14] virtio_pci: queue_reset: release vq by vp_dev->vqs
` [PATCH v4 12/14] virtio_pci: queue_reset: setup_vq() support vring_setup_virtqueue()
` [PATCH v4 13/14] virtio_pci: queue_reset: vp_setup_vq() support ring_num
` [PATCH v4 14/14] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET

add a ->free_disk block_device_operation v2
 2022-02-09  9:38 UTC  (8+ 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 v3 00/17] virtio pci support VIRTIO_F_RING_RESET
 2022-02-09  6:05 UTC  (30+ messages)
` [PATCH v3 01/17] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v3 03/17] virtio: queue_reset: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v3 13/17] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET

[RFC PATCH 0/5] TUN/VirtioNet USO features support
 2022-02-09  5:41 UTC  (15+ 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
` [RFC PATCH 4/5] linux/virtio_net.h: Added Support for GSO_UDP_L4 offload
` [RFC PATCH 5/5] drivers/net/virtio_net.c: Added USO support

one question about your patch "vhost: log dirty page correctly"
 2022-02-09  4:21 UTC 

[PATCH v3 0/4] RSS support for VirtioNet
 2022-02-08 20:58 UTC  (8+ messages)
` [PATCH v3 1/4] drivers/net/virtio_net: Fixed padded vheader to use v1 with hash
` [PATCH v3 2/4] drivers/net/virtio_net: Added basic RSS support
` [PATCH v3 3/4] drivers/net/virtio_net: Added RSS hash report
` [PATCH v3 4/4] drivers/net/virtio_net: Added RSS hash report control

[PATCH 01/31] vdpa: Reorder virtio/vhost-vdpa.c functions
 2022-02-08  9:02 UTC  (38+ messages)
  ` [PATCH 02/31] vhost: Add VhostShadowVirtqueue
` [PATCH 00/31] vDPA shadow virtqueue
  ` [PATCH 03/31] vdpa: Add vhost_svq_get_dev_kick_notifier
  ` [PATCH 04/31] vdpa: Add vhost_svq_set_svq_kick_fd
  ` [PATCH 05/31] vhost: Add Shadow VirtQueue kick forwarding capabilities
  ` [PATCH 06/31] vhost: Route guest->host notification through shadow virtqueue
  ` [PATCH 07/31] vhost: dd vhost_svq_get_svq_call_notifier
  ` [PATCH 09/31] vhost-vdpa: Take into account SVQ in vhost_vdpa_set_vring_call
  ` [PATCH 11/31] vhost: Add vhost_svq_valid_device_features to shadow vq
  ` [PATCH 15/31] vdpa: Add vhost_svq_get_num
  ` [PATCH 16/31] vhost: pass queue index to vhost_vq_get_addr
  ` [PATCH 17/31] vdpa: adapt vhost_ops callbacks to svq
  ` [PATCH 21/31] util: Add iova_tree_alloc
  ` [PATCH 22/31] vhost: Add VhostIOVATree
  ` [PATCH 23/31] vdpa: Add custom IOTLB translations to SVQ
  ` [PATCH 18/31] vhost: Shadow virtqueue buffers forwarding
  ` [PATCH 28/31] vdpa: Expose VHOST_F_LOG_ALL on SVQ
  ` [PATCH 29/31] vdpa: Make ncs autofree
  ` [PATCH 30/31] vdpa: Move vhost_vdpa_get_iova_range to net/vhost-vdpa.c

[PATCH v3 0/8] VMCI: dma dg: Add support for DMA datagrams
 2022-02-07 10:27 UTC  (9+ messages)
` [PATCH v3 1/8] VMCI: dma dg: whitespace formatting change for vmci register defines
` [PATCH v3 2/8] VMCI: dma dg: add MMIO access to registers
` [PATCH v3 3/8] VMCI: dma dg: detect DMA datagram capability
` [PATCH v3 4/8] VMCI: dma dg: set OS page size
` [PATCH v3 5/8] VMCI: dma dg: register dummy IRQ handlers for DMA datagrams
` [PATCH v3 6/8] VMCI: dma dg: allocate send and receive buffers "
` [PATCH v3 7/8] VMCI: dma dg: add support for DMA datagrams sends
` [PATCH v3 8/8] VMCI: dma dg: add support for DMA datagrams receive

[PATCH v2 0/8] VMCI: dma dg: Add support for DMA datagrams
 2022-02-07  8:51 UTC  (13+ messages)
` [PATCH v2 1/8] VMCI: dma dg: whitespace formatting change for vmci register defines
` [PATCH v2 2/8] VMCI: dma dg: add MMIO access to registers
` [PATCH v2 3/8] VMCI: dma dg: detect DMA datagram capability
` [PATCH v2 4/8] VMCI: dma dg: set OS page size
` [PATCH v2 5/8] VMCI: dma dg: register dummy IRQ handlers for DMA datagrams
` [PATCH v2 6/8] VMCI: dma dg: allocate send and receive buffers "
` [PATCH v2 7/8] VMCI: dma dg: add support for DMA datagrams sends
` [PATCH v2 8/8] VMCI: dma dg: add support for DMA datagrams receive

CISTI'2022 - 17th Iberian Conference on Information Systems and Technologies | Madrid, Spain
 2022-02-06 19:41 UTC 

[PATCH v3] drivers/virtio: Enable virtio mem for ARM64
 2022-02-04 14:25 UTC  (8+ messages)

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

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

[PATCH v2] iommu/iova: Separate out rcache init
 2022-02-03 11:34 UTC 

[PATCH v2 3/9] [RFC] virtio_ring: Embed a wrap counter in opaque poll index value
 2022-02-03 11:32 UTC  (2+ messages)

[PATCH 0/8] VMCI: dma dg: Add support for DMA datagrams
 2022-02-03  2:39 UTC  (18+ messages)
` [PATCH 1/8] VMCI: dma dg: whitespace formatting change for vmci register defines
` [PATCH 2/8] VMCI: dma dg: add MMIO access to registers
  ` [RFC PATCH] VMCI: dma dg: vmci_read_reg() can be static
` [PATCH 3/8] VMCI: dma dg: detect DMA datagram capability
` [PATCH 4/8] VMCI: dma dg: set OS page size
` [PATCH 5/8] VMCI: dma dg: register dummy IRQ handlers for DMA datagrams
` [PATCH 6/8] VMCI: dma dg: allocate send and receive buffers "
` [PATCH 7/8] VMCI: dma dg: add support for DMA datagrams sends
  ` [RFC PATCH] VMCI: dma dg: vmci_write_data() can be static
` [PATCH 8/8] VMCI: dma dg: add support for DMA datagrams receive

[PATCH V6 01/10] Use copy_process in vhost layer
 2022-02-02 21:02 UTC  (11+ messages)

[PATCH v3] vhost: cache avail index in vhost_enable_notify()
 2022-02-02 13:53 UTC  (4+ messages)

[PATCH v4 3/7] mm: page_isolation: check specified range for unmovable pages
 2022-02-02 12:25 UTC 

[BUG] vhost: two possible deadlocks involving locking and waiting
 2022-02-01  7:27 UTC 

[PATCH] iommu/iova: Separate out rcache init
 2022-01-28 16:54 UTC  (2+ messages)

[PATCH] vhost: Make use of the helper macro kthread_run()
 2022-01-27 12:41 UTC 

[RFC PATCH v5 23/26] util: Add iova_tree_alloc
 2022-01-27 11:25 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).