virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-02 09:22:19 to 2023-06-14 15:03:10 UTC [more...]

[PATCH 1/1] fork, vhost: Use CLONE_THREAD to fix freezer/ps regression
 2023-06-14 15:02 UTC  (20+ messages)
  ` [CFT][PATCH v3] "
                  ` Can vhost translate to io_uring?

[PATCH] vduse: fix NULL pointer dereference
 2023-06-14 11:52 UTC 

[PATCH v8 00/17] vhost: multiple worker support
 2023-06-13  1:42 UTC  (19+ messages)
` [PATCH v8 01/17] vhost: create worker at end of vhost_dev_set_owner
` [PATCH v8 02/17] vhost: dynamically allocate vhost_worker
` [PATCH v8 03/17] vhost: add vhost_worker pointer to vhost_virtqueue
` [PATCH v8 04/17] vhost, vhost_net: add helper to check if vq has work
` [PATCH v8 05/17] vhost: take worker or vq instead of dev for queueing
` [PATCH v8 06/17] vhost: take worker or vq for flushing
` [PATCH v8 07/17] vhost: convert poll work to be vq based
` [PATCH v8 08/17] vhost_sock: convert to vhost_vq_work_queue
` [PATCH v8 09/17] vhost_scsi: make SCSI cmd completion per vq
` [PATCH v8 10/17] vhost_scsi: convert to vhost_vq_work_queue
` [PATCH v8 11/17] vhost_scsi: flush IO vqs then send TMF rsp
` [PATCH v8 12/17] vhost: remove vhost_work_queue
` [PATCH v8 13/17] vhost: add helper to parse userspace vring state/file
` [PATCH v8 14/17] vhost: replace single worker pointer with xarray
` [PATCH v8 15/17] vhost: allow userspace to create workers
` [PATCH v8 16/17] vhost_scsi: add support for worker ioctls
` [PATCH v8 17/17] vhost: Allow worker switching while work is queueing

[PATCH V2 0/3] vDPA/ifcvf: enable virtio-net on Intel F2000X-PL
 2023-06-12 15:14 UTC  (4+ messages)
` [PATCH V2 1/3] vDPA/ifcvf: dynamic allocate vq data stores
` [PATCH V2 2/3] vDPA/ifcvf: detect and report max allowed vq size
` [PATCH V2 3/3] vDPA/ifcvf: implement new accessors for vq_state

[PATCH 0/3] vDPA/ifcvf: enable virtio-net on Intel F2000X-PL
 2023-06-12  6:37 UTC  (6+ messages)
` [PATCH 1/3] vDPA/ifcvf: dynamic allocate vq data stores
` [PATCH 2/3] vDPA/ifcvf: detect and report max allowed vq size
` [PATCH 3/3] vDPA/ifcvf: implement new accessors for vq_state

[PATCH] Documentation: virt: clean up paravirt_ops doc
 2023-06-12  5:27 UTC  (2+ messages)

[PATCH RFC 0/4] x86/fixmap: Unify FIXADDR_TOP
 2023-06-10 18:37 UTC  (3+ messages)

[PATCH 1/3] virtio-crypto: fixup potential cpu stall when free unused bufs
 2023-06-10  6:51 UTC  (8+ messages)
  ` [PATCH 2/3] virtio_console: "

[PATCH 2/2] x86/paravirt: Make the struct paravirt_patch_site packed
 2023-06-09 18:25 UTC  (2+ messages)

[GIT PULL] virtio,vhost,vdpa: bugfixes
 2023-06-09 18:19 UTC  (2+ messages)

[PATCH v2 2/4] vdpa: accept VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK backend feature
 2023-06-09 16:13 UTC 

[PATCH v2] vdpa/vp_vdpa: Check queue number of vdpa device from add_config
 2023-06-09 16:12 UTC  (3+ messages)

[PATCH v2] Revert "virtio-blk: support completion batching for the IRQ path"
 2023-06-09 16:06 UTC  (3+ messages)

[PATCH] vhost-vdpa: filter VIRTIO_F_RING_PACKED feature
 2023-06-09  7:37 UTC  (29+ messages)

[PATCH net-next 1/5] virtio_net: Fix an unsafe reference to the page chain
 2023-06-09  2:57 UTC  (21+ messages)
` [PATCH net-next 2/5] virtio_net: Add page_pool support to improve performance

[PATCH] vdpa/mlx5: Support interrupt bypassing
 2023-06-09  2:49 UTC  (4+ messages)

[PATCH] Revert "virtio-blk: support completion batching for the IRQ path"
 2023-06-09  0:45 UTC  (3+ messages)

virtio-blk: support completion batching for the IRQ path - failure
 2023-06-08 18:04 UTC  (3+ messages)

vhost: Fix vhost_task regressions in 6.4-rc
 2023-06-08 15:11 UTC  (7+ messages)
` [PATCH 1/2] vhost: Fix crash during early vhost_transport_send_pkt calls
` [PATCH 2/2] vhost: Fix worker hangs due to missed wake up calls

[RFC PATCH 0/3] x86/paravirt: Get rid of paravirt patching
 2023-06-08 14:03 UTC  (3+ messages)
` [RFC PATCH 1/3] x86/paravirt: move some functions and defines to alternative
` [RFC PATCH 3/3] x86/paravirt: switch mixed paravirt/alternative calls to alternative_2

[PATCH] scsi: virtio_scsi: Remove a useless function call
 2023-06-08  1:42 UTC  (2+ messages)

[PATCH vhost v10 00/10] virtio core prepares for AF_XDP
 2023-06-07 20:15 UTC  (22+ messages)
` [PATCH vhost v10 01/10] virtio_ring: put mapping error check in vring_map_one_sg
` [PATCH vhost v10 02/10] virtio_ring: introduce virtqueue_set_premapped()
` [PATCH vhost v10 03/10] virtio_ring: split: support add premapped buf
` [PATCH vhost v10 04/10] virtio_ring: packed: "
` [PATCH vhost v10 05/10] virtio_ring: split-detach: support return dma info to driver
` [PATCH vhost v10 06/10] virtio_ring: packed-detach: "
` [PATCH vhost v10 07/10] virtio_ring: introduce helpers for premapped
` [PATCH vhost v10 08/10] virtio_ring: introduce virtqueue_dma_dev()
` [PATCH vhost v10 09/10] virtio_ring: introduce virtqueue_add_sg()
` [PATCH vhost v10 10/10] virtio_net: support dma premapped

[PATCH 1/1] vhost: Fix crash during early vhost_transport_send_pkt calls
 2023-06-07  8:48 UTC  (6+ messages)

[PATCH] vp_vdpa: Check queue number of vdpa device from add_config
 2023-06-07  2:11 UTC  (2+ messages)

[PATCH net] virtio_net: use control_buf for coalesce params
 2023-06-06  8:29 UTC  (3+ messages)

[RFC PATCH net] virtio_net: Prevent napi_weight changes with VIRTIO_NET_F_NOTF_COAL support
 2023-06-06  2:03 UTC  (3+ messages)

[PATCH V3] virtio-fs: Improved request latencies when Virtio queue is full
 2023-06-05 20:34 UTC  (3+ messages)

[PATCH 3/3] fork, vhost: Use CLONE_THREAD to fix freezer/ps regression
 2023-06-05 14:20 UTC  (13+ messages)

[PATCH] vduse: avoid empty string for dev name
 2023-06-05 14:02 UTC  (2+ messages)

[syzbot] [kvm?] [net?] [virt?] general protection fault in vhost_work_queue
 2023-06-05  8:26 UTC  (11+ messages)

[PATCH net] virtio/vsock: fix sock refcnt bug on owner set failure
 2023-06-05  8:23 UTC  (2+ messages)

[PATCH v2 0/3] vhost_vdpa: better PACKED support
 2023-06-05  8:17 UTC  (12+ messages)
` [PATCH v2 2/3] vhost: support PACKED when setting-getting vring_base

[PATCH RFC 13/43] x86/paravirt: Use relative reference for original instruction
 2023-06-05  6:40 UTC  (2+ messages)

[PATCH v4 0/1] Introduce a vringh accessor for IO memory
 2023-06-05  1:51 UTC  (9+ messages)
` [PATCH v4 1/1] vringh: IOMEM support

[PATCH 1/1] virtio: move pci drivers files to a directory
 2023-06-04 22:21 UTC 

vhost stable branch
 2023-06-02 16:05 UTC  (7+ messages)

[PATCH V2] virtio-fs: Improved request latencies when Virtio queue is full
 2023-06-02 13:11 UTC  (3+ messages)

[PATCH] virtio-vdpa: Fix unchecked call to NULL set_vq_affinity
 2023-06-02 12:21 UTC  (7+ messages)

[PATCH v2] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
 2023-06-02 12:11 UTC 

[PATCH 01/14] vhost: add vhost_worker pointer to vhost_virtqueue
 2023-06-02 11:49 UTC  (3+ messages)
` [PATCH v7 00/14] vhost: multiple worker support

[RFC PATCH net 0/3] virtio-net: allow usage of small vrings
 2023-06-02 11:30 UTC  (12+ messages)
` [RFC PATCH net 2/3] virtio-net: allow usage of vrings smaller than MAX_SKB_FRAGS + 2

[PATCH v2 5/6] tools/virtio: use canonical ftrace path
 2023-06-02 11:15 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).