virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-13 11:44:41 to 2023-09-25 21:19:00 UTC [more...]

[PATCH V3] io_uring: fix IO hang in io_wq_put_and_exit from do_exit()
 2023-09-25 21:17 UTC  (3+ messages)

[PATCH vfio 00/11] Introduce a vfio driver over virtio devices
 2023-09-25 19:52 UTC  (63+ messages)
` [PATCH vfio 01/11] virtio-pci: Use virtio pci device layer vq info instead of generic one
` [PATCH vfio 02/11] virtio: Define feature bit for administration virtqueue
` [PATCH vfio 03/11] virtio-pci: Introduce admin virtqueue
` [PATCH vfio 04/11] virtio: Expose the synchronous command helper function
` [PATCH vfio 05/11] virtio-pci: Introduce admin command sending function
` [PATCH vfio 06/11] virtio-pci: Introduce API to get PF virtio device from VF PCI device
` [PATCH vfio 07/11] virtio-pci: Introduce admin commands
` [PATCH vfio 08/11] vfio/pci: Expose vfio_pci_core_setup_barmap()
` [PATCH vfio 09/11] vfio/pci: Expose vfio_pci_iowrite/read##size()
` [PATCH vfio 10/11] vfio/virtio: Expose admin commands over virtio device
` [PATCH vfio 11/11] vfio/virtio: Introduce a vfio driver over virtio devices

[PATCH 0/9] drm: Annotate structs with __counted_by
 2023-09-25 17:56 UTC  (27+ messages)
` [PATCH 1/9] drm/amd/pm: Annotate struct smu10_voltage_dependency_table "
` [PATCH 2/9] drm/amdgpu/discovery: Annotate struct ip_hw_instance "
` [PATCH 3/9] drm/i915/selftests: Annotate struct perf_series "
` [PATCH 4/9] drm/msm/dpu: Annotate struct dpu_hw_intr "
` [PATCH 5/9] drm/nouveau/pm: Annotate struct nvkm_perfdom "
` [PATCH 6/9] drm/vc4: Annotate struct vc4_perfmon "
` [PATCH 7/9] drm/virtio: Annotate struct virtio_gpu_object_array "
` [PATCH 8/9] drm/vmwgfx: Annotate struct vmw_surface_dirty "
` [PATCH 9/9] drm/v3d: Annotate struct v3d_perfmon "

[PATCH v2 1/2] iommu/virtio: Make use of ops->iotlb_sync_map
 2023-09-25 17:23 UTC  (17+ messages)
  ` [PATCH v2 2/2] iommu/virtio: Add ops->flush_iotlb_all and enable deferred flush

[PATCH v2] MAINTAINERS: Add myself as mlx5_vdpa driver
 2023-09-25 16:06 UTC 

[PATCH] crypto: virtio-crypto: call finalize with bh disabled
 2023-09-25 15:07 UTC 

virtio-sound linux driver conformance to spec
 2023-09-25 14:33 UTC  (18+ messages)
` [virtio-comment] "
  ` [virtio-comment] "

[PATCH] virtio_console: Annotate struct port_buffer with __counted_by
 2023-09-25 11:24 UTC  (3+ messages)

[PATCH] vringh: don't use vringh_kiov_advance() in vringh_iov_xfer()
 2023-09-25 10:30 UTC 

[PATCH 00/16] vdpa: Add support for vq descriptor mappings
 2023-09-25  7:59 UTC  (3+ messages)

[PATCH 0/2] strictly check the acccess to the common cfg
 2023-09-25  3:58 UTC  (3+ messages)
` [PATCH 1/2] virtio_pci: fix the common map size and add check for vq-reset
` [PATCH 2/2] virtio_pci: add build offset check for the new common cfg items

[RFC v2 1/4] vduse: Add function to get/free the pages for reconnection
 2023-09-25  2:57 UTC  (4+ messages)
  ` [RFC v2 2/4] vduse: Add file operation for mmap
  ` [RFC v2 4/4] vduse: Add new ioctl VDUSE_GET_RECONNECT_INFO

[PATCH net 1/6] virtio-net: initially change the value of tx-frames
 2023-09-25  2:29 UTC  (10+ messages)
  ` [PATCH net 2/6] virtio-net: fix mismatch of getting tx-frames
  ` [PATCH net 3/6] virtio-net: consistently save parameters for per-queue
  ` [PATCH net 4/6] virtio-net: fix per queue coalescing parameter setting
  ` [PATCH net 5/6] virtio-net: fix the vq coalescing setting for vq resize
  ` [PATCH net 6/6] virtio-net: a tiny comment update

[PATCH v14 00/42] virtio pci support VIRTIO_F_RING_RESET
 2023-09-25  2:02 UTC  (6+ messages)
` [PATCH v14 30/42] virtio_pci: introduce helper to get/set queue reset

[PATCH v2] virtio_balloon: Fix endless deflation and inflation on arm64
 2023-09-24 23:58 UTC  (2+ messages)

BUG: virtcrypto_dataq_callback calls crypto_finalize_request() from irq context
 2023-09-24 17:39 UTC  (3+ messages)
`  "

WorldCIST'24 - 12nd World Conference on Information Systems and Technologies | Lodz, Poland
 2023-09-24  9:39 UTC 

Weird locking hierarchy in virtcrypto
 2023-09-22 10:45 UTC  (2+ messages)

[RFC PATCH 0/3] x86/paravirt: Get rid of paravirt patching
 2023-09-20 15:49 UTC  (6+ 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 net-next v9 4/4] vsock/virtio: MSG_ZEROCOPY flag support
 2023-09-20 11:06 UTC  (7+ messages)
` [PATCH net-next v9 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations

[PATCH net-next 0/5] vsock/test: add recv_buf()/send_buf() utility functions and some improvements
 2023-09-15 12:14 UTC  (6+ messages)
` [PATCH net-next 1/5] vsock/test: add recv_buf() utility function
` [PATCH net-next 2/5] vsock/test: use recv_buf() in vsock_test.c
` [PATCH net-next 3/5] vsock/test: add send_buf() utility function
` [PATCH net-next 4/5] vsock/test: use send_buf() in vsock_test.c
` [PATCH net-next 5/5] vsock/test: track bytes in MSG_PEEK test for SOCK_SEQPACKET

[PATCH v2] vdpa/mlx5: Fix firmware error on creation of 1k VQs
 2023-09-15  6:54 UTC  (3+ messages)

[PATCH] vdpa/mlx5: Fix double release of debugfs entry
 2023-09-15  6:53 UTC  (3+ messages)

[PATCH RFC v3 0/4] vdpa: decouple reset of iotlb mapping from device reset
 2023-09-15  5:55 UTC  (11+ messages)
` [PATCH RFC v3 2/4] vdpa/mlx5: implement .reset_map driver op
` [PATCH RFC v3 4/4] vhost-vdpa: introduce IOTLB_PERSIST backend feature bit

[PATCH RFC v2 0/4] vdpa: decouple reset of iotlb mapping from device reset
 2023-09-15  5:38 UTC  (6+ messages)
` [PATCH RFC v2 1/4] vdpa: introduce .reset_map operation callback

[PATCH V11 04/17] locking/qspinlock: Improve xchg_tail for number of cpus >= 16k
 2023-09-14 17:23 UTC  (5+ messages)
  ` [PATCH V11 07/17] riscv: qspinlock: Introduce qspinlock param for command line

[PATCH net-next v8 2/4] vsock/virtio: support to send non-linear skb
 2023-09-14 15:34 UTC  (4+ messages)
  ` [PATCH net-next v8 4/4] vsock/virtio: MSG_ZEROCOPY flag support
` [PATCH net-next v8 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations

[PATCH V10 07/19] riscv: qspinlock: errata: Introduce ERRATA_THEAD_QSPINLOCK
 2023-09-13 19:32 UTC 

[BUG] virtio-fs: Corruption when running binaries from virtiofsd-backed fs
 2023-09-13 15:38 UTC  (4+ messages)

[PATCH v2] vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATE
 2023-09-13 14:00 UTC  (2+ messages)

[PATCH 0/3] xen: cleanup and fix lazy mode handling
 2023-09-13 13:36 UTC  (4+ messages)
` [PATCH 2/3] x86/xen: move paravirt lazy code


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).