virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-17 06:58:25 to 2023-05-28 01:41:46 UTC [more...]

[PATCH 0/3] vhost: Fix freezer/ps regressions
 2023-05-28  1:41 UTC  (25+ messages)
` [PATCH 1/3] signal: Don't always put SIGKILL in shared_pending
` [PATCH 2/3] signal: Don't exit for PF_USER_WORKER tasks
` [PATCH 3/3] fork, vhost: Use CLONE_THREAD to fix freezer/ps regression

[PATCH net-next 1/5] virtio_net: Fix an unsafe reference to the page chain
 2023-05-27 12:36 UTC  (16+ messages)
` [PATCH net-next 2/5] virtio_net: Add page_pool support to improve performance
` [PATCH net-next 3/5] virtio_net: Add page pool fragmentation support
` [PATCH net-next 4/5] virtio_ring: Introduce DMA pre-handler
` [PATCH net-next 5/5] virtio_net: Implement "

[RFC PATCH v3 00/17] vsock: MSG_ZEROCOPY flag support
 2023-05-26 12:23 UTC  (2+ messages)

[RFC] virtio-net: support modern-transtional devices
 2023-05-26 18:15 UTC 

[PATCH] drm: Remove unnecessary (void*) conversions
 2023-05-26  7:27 UTC 

[PATCH V3 0/5] vDPA/ifcvf: implement immediate initialization mechanism
 2023-05-26 14:52 UTC  (6+ messages)
` [PATCH V3 1/5] vDPA/ifcvf: virt queue ops take immediate actions
` [PATCH V3 2/5] vDPA/ifcvf: get_driver_features from virtio registers
` [PATCH V3 3/5] vDPA/ifcvf: retire ifcvf_start_datapath and ifcvf_add_status
` [PATCH V3 4/5] vDPA/ifcvf: synchronize irqs in the reset routine
` [PATCH V3 5/5] vDPA/ifcvf: a vendor driver should not set _CONFIG_S_FAILED

[PATCH V2 0/5] vDPA/ifcvf: implement immediate initialization mechanism
 2023-05-26  6:35 UTC  (15+ messages)
` [PATCH V2 1/5] vDPA/ifcvf: virt queue ops take immediate actions
` [PATCH V2 2/5] vDPA/ifcvf: get_driver_features from virtio registers
` [PATCH V2 4/5] vDPA/ifcvf: synchronize irqs in the reset routine

[PATCH] virtio_ring: validate used buffer length
 2023-05-26  6:30 UTC 

[PATCH V3 net-next 0/2] virtio-net: don't busy poll for cvq command
 2023-05-26  1:31 UTC  (7+ messages)
` [PATCH V3 net-next 1/2] virtio-net: convert rx mode setting to use workqueue
` [PATCH V3 net-next 2/2] virtio-net: add cond_resched() to the command waiting loop

[PATCH 0/3] vhost-scsi: Fix IO hangs when using windows
 2023-05-25 19:05 UTC  (8+ messages)
` [PATCH 1/3] vhost-scsi: Fix alignment handling with windows
` [PATCH 2/3] vhost-scsi: Remove unused write argument
` [PATCH 3/3] vhost-scsi: Rename vhost_scsi_iov_to_sgl

[PATCH v3] virtio: Add missing documentation for structure fields
 2023-05-25 15:17 UTC 

[PATCH] tools/virtio: Add .gitignore to ringtest
 2023-05-25  7:45 UTC  (4+ messages)

[PATCH vhost v9 00/12] virtio core prepares for AF_XDP
 2023-05-24  3:22 UTC  (38+ messages)
` [PATCH vhost v9 01/12] virtio_ring: put mapping error check in vring_map_one_sg
` [PATCH vhost v9 02/12] virtio_ring: simplify the reference of desc state inside detach_buf_split()
` [PATCH vhost v9 03/12] virtio_ring: check use_dma_api before unmap desc for indirect
` [PATCH vhost v9 04/12] virtio_ring: virtqueue_add() support premapped
` [PATCH vhost v9 05/12] virtio_ring: split: virtqueue_add_split() "
` [PATCH vhost v9 10/12] virtio_ring: correct the expression of the description of virtqueue_resize()

[PATCH] virtio-fs: Improved request latencies when Virtio queue is full
 2023-05-23 21:03 UTC  (2+ messages)

[PATCH] vhost: use kzalloc() instead of kmalloc() followed by memset()
 2023-05-23 14:54 UTC 

vhost stable branch
 2023-05-23 11:45 UTC  (5+ messages)

[PATCH v2 0/2] iommu/virtio: Fixes
 2023-05-23  6:19 UTC  (2+ messages)

[RFC PATCH 0/8] vhost_tasks: Use CLONE_THREAD/SIGHAND
 2023-05-22 13:30 UTC  (28+ messages)
` [RFC PATCH 1/8] signal: Dequeue SIGKILL even if SIGNAL_GROUP_EXIT/group_exec_task is set
` [RFC PATCH 2/8] vhost/vhost_task: Hook vhost layer into signal handler
` [RFC PATCH 3/8] fork/vhost_task: Switch to CLONE_THREAD and CLONE_SIGHAND
` [RFC PATCH 4/8] vhost-net: Move vhost_net_open
` [RFC PATCH 5/8] vhost: Add callback that stops new work and waits on running ones
` [RFC PATCH 6/8] vhost-scsi: Add callback to stop and wait on works
` [RFC PATCH 7/8] vhost-net: "
` [RFC PATCH 8/8] fork/vhost_task: remove no_files

[PATCH v5 09/44] drm: handle HAS_IOPORT dependencies
 2023-05-22 13:14 UTC  (3+ messages)

[PATCH 0/7] riscv: Memory Hot(Un)Plug support
 2023-05-22  8:21 UTC  (2+ messages)

[PATCH v7 virtio 00/11] pds_vdpa driver
 2023-05-19 21:56 UTC  (12+ messages)
` [PATCH v7 virtio 01/11] virtio: allow caller to override device id in vp_modern
` [PATCH v7 virtio 02/11] virtio: allow caller to override device DMA mask "
` [PATCH v7 virtio 03/11] pds_vdpa: Add new vDPA driver for AMD/Pensando DSC
` [PATCH v7 virtio 04/11] pds_vdpa: move enum from common to adminq header
` [PATCH v7 virtio 05/11] pds_vdpa: new adminq entries
` [PATCH v7 virtio 06/11] pds_vdpa: get vdpa management info
` [PATCH v7 virtio 07/11] pds_vdpa: virtio bar setup for vdpa
` [PATCH v7 virtio 08/11] pds_vdpa: add vdpa config client commands
` [PATCH v7 virtio 09/11] pds_vdpa: add support for vdpa and vdpamgmt interfaces
` [PATCH v7 virtio 10/11] pds_vdpa: subscribe to the pds_core events
` [PATCH v7 virtio 11/11] pds_vdpa: pds_vdps.rst and Kconfig

[PATCH 10/20] x86: xen: add missing prototypes
 2023-05-19 12:09 UTC  (6+ messages)
` [PATCH 00/20] x86: address -Wmissing-prototype warnings

[RFC PATCH v2 0/3] Introduce a PCIe endpoint virtio console
 2023-05-19  2:01 UTC  (6+ messages)
` [RFC PATCH v2 3/3] PCI: endpoint: Add EP function driver to provide virtio-console functionality

[PATCH 01/14] vhost: add vhost_worker pointer to vhost_virtqueue
 2023-05-18 23:21 UTC  (4+ messages)
` [PATCH 13/14] vhost: allow userspace to create workers

[PATCH] iommu/virtio: Detach domain on endpoint release
 2023-05-18 16:49 UTC  (4+ messages)

[PATCH v2 0/2] virtio: abstract virtqueue related methods
 2023-05-18 11:01 UTC  (20+ messages)
` [PATCH v2 1/2] "
    `  "
            `  "
                `  "
  ` Re: [PATCH v2 0/2] "
      `  "
          `  "

[PATCH v2 0/3] vhost_vdpa: better PACKED support
 2023-05-18  9:42 UTC  (14+ messages)
` [PATCH v2 2/3] vhost: support PACKED when setting-getting vring_base

[PATCH v11 8/8] vhost: use vhost_tasks for worker threads
 2023-05-17 18:22 UTC  (11+ 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).