virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-19 00:59:10 to 2025-03-28 10:04:27 UTC [more...]

[PATCH v8 0/8] vhost: Add support of kthread API
 2025-03-28 10:02 UTC  (3+ messages)
` [PATCH v8 1/8] vhost: Add a new parameter in vhost_dev to allow user select kthread
` [PATCH v8 2/8] vhost: Reintroduce vhost_worker to support kthread

[PATCH v2 0/4] drm/cirrus-qemu: Various fixes
 2025-03-28  9:17 UTC  (5+ messages)
` [PATCH v2 1/4] drm/cirrus-qemu: Fix pitch programming
` [PATCH v2 2/4] drm/cirrus-qemu: Stricter mode validation
` [PATCH v2 3/4] drm/cirrus-qemu: Use framebuffer format as-is, drop adjustments
` [PATCH v2 4/4] drm/cirrus-qemu: Remove custom plane state

RFC iommutests_: Testing software for everything IOMMU
 2025-03-28  9:11 UTC 

[PATCH v7 0/8] vhost: Add support of kthread API
 2025-03-28  8:24 UTC  (15+ messages)
` [PATCH v7 6/8] vhost: uapi to control task mode (owner vs kthread)
` [PATCH v7 8/8] vhost: Add a KConfig knob to enable IOCTL VHOST_FORK_FROM_OWNER

[PATCH v1 0/7] Add virtio gpu userptr support
 2025-03-28  1:39 UTC  (9+ messages)
` [PATCH v1 1/7] virtio-gpu api: add blob userptr resource

[PATCH v1 1/2] drm/virtio: Don't attach GEM to a non-created context in gem_object_open()
 2025-03-28  1:35 UTC  (6+ messages)
` [PATCH v1 2/2] drm/virtio: Fix missed dmabuf unpinning in error path of prepare_fb()

[PATCH v2 00/10] vhost-scsi: log write descriptors for live migration (and three bugfix)
 2025-03-27 20:27 UTC  (23+ messages)
` [PATCH v2 01/10] vhost-scsi: protect vq->log_used with vq->mutex
` [PATCH v2 02/10] vhost-scsi: Fix vhost_scsi_send_bad_target()
` [PATCH v2 03/10] vhost-scsi: Fix vhost_scsi_send_status()
` [PATCH v2 04/10] vhost: modify vhost_log_write() for broader users
` [PATCH v2 05/10] vhost-scsi: adjust vhost_scsi_get_desc() to log vring descriptors
` [PATCH v2 06/10] vhost-scsi: cache log buffer in I/O queue vhost_scsi_cmd
` [PATCH v2 09/10] vhost-scsi: log event queue write descriptors

[PATCH] vhost_task: fix vhost_task_create() documentation
 2025-03-27 12:44 UTC 

[syzbot] [kvm?] [net?] [virt?] INFO: task hung in __vhost_worker_flush
 2025-03-27 11:21 UTC  (6+ messages)

[PATCH] virtio: console: Make resize control event handling compliant with spec
 2025-03-27 10:40 UTC  (4+ messages)

[PATCH v2 0/3] vsock: add namespace support to vhost-vsock
 2025-03-27  9:14 UTC  (22+ messages)
` [PATCH v2 1/3] vsock: add network namespace support
` [PATCH v2 2/3] vsock/virtio_transport_common: handle netns of received packets
` [PATCH v2 3/3] vhost/vsock: use netns of process that opens the vhost-vsock-netns device

[PATCH 0/4] drm/cirrus-qemu: Various fixes
 2025-03-27  7:44 UTC  (9+ messages)
` [PATCH 1/4] drm/cirrus-qemu: Fix pitch programming
` [PATCH 2/4] drm/cirrus-qemu: Stricter mode validation
` [PATCH 3/4] drm/cirrus-qemu: Use framebuffer format as-is, drop adjustments
` [PATCH 4/4] drm/cirrus-qemu: Remove custom plane state

[PATCH net-next v2] vsock/test: Add test for null ptr deref when transport changes
 2025-03-26 16:21 UTC  (5+ messages)

[PATCH 00/19] virtio_ring in order support
 2025-03-26 14:02 UTC  (39+ messages)
` [PATCH 01/19] virtio_ring: rename virtqueue_reinit_xxx to virtqueue_reset_xxx()
` [PATCH 02/19] virtio_ring: switch to use vring_virtqueue in virtqueue_poll variants
` [PATCH 03/19] virtio_ring: unify logic of virtqueue_poll() and more_used()
` [PATCH 04/19] virtio_ring: switch to use vring_virtqueue for virtqueue resize variants
` [PATCH 05/19] virtio_ring: switch to use vring_virtqueue for virtqueue_kick_prepare variants
` [PATCH 06/19] virtio_ring: switch to use vring_virtqueue for virtqueue_add variants
` [PATCH 07/19] virtio: "
` [PATCH 08/19] virtio_ring: switch to use vring_virtqueue for enable_cb_prepare variants
` [PATCH 09/19] virtio_ring: use vring_virtqueue for enable_cb_delayed variants
` [PATCH 10/19] virtio_ring: switch to use vring_virtqueue for disable_cb variants
` [PATCH 11/19] virtio_ring: switch to use vring_virtqueue for detach_unused_buf variants
` [PATCH 12/19] virtio_ring: use u16 for last_used_idx in virtqueue_poll_split()
` [PATCH 13/19] virtio_ring: introduce virtqueue ops
` [PATCH 14/19] virtio_ring: determine descriptor flags at one time
` [PATCH 15/19] virtio_ring: factor out core logic of buffer detaching
` [PATCH 16/19] virtio_ring: factor out core logic for updating last_used_idx
` [PATCH 17/19] virtio_ring: move next_avail_idx to vring_virtqueue
` [PATCH 18/19] virtio_ring: factor out split indirect detaching logic
` [PATCH 19/19] virtio_ring: add in order support

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-03-26  8:56 UTC  (18+ messages)
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[PATCH net-next v2 0/4] virtio_net: Fixes and improvements
 2025-03-25 16:40 UTC  (10+ messages)
` [PATCH net-next v2 1/4] virtio_net: Split struct virtio_net_rss_config
` [PATCH net-next v2 2/4] virtio_net: Fix endian with virtio_net_ctrl_rss
` [PATCH net-next v2 3/4] virtio_net: Use new RSS config structs
` [PATCH net-next v2 4/4] virtio_net: Allocate rss_hdr with devres

[PATCH v1 0/3] drm/ci: uprev mesa, IGT
 2025-03-25 11:06 UTC  (9+ messages)
` [PATCH v1 1/3] drm/ci: uprev mesa
` [PATCH v1 2/3] drm/ci: uprev IGT

[PATCH] virtio_console: fix order of fields cols and rows
 2025-03-25  8:14 UTC  (3+ messages)

[PATCH net-next v7 0/9] Device memory TCP TX
 2025-03-24 19:46 UTC  (9+ messages)
` [PATCH net-next v7 3/9] net: devmem: TCP tx netlink api
` [PATCH net-next v7 4/9] net: devmem: Implement TX path

[PATCH v7 0/3] x86/tdx: Fix HLT logic execution for TDX VMs
 2025-03-24 18:53 UTC  (3+ messages)

[PATCH 1/1] virtio_console: fix missing byte order handling for cols and rows
 2025-03-24 17:56 UTC  (2+ messages)

[PATCH net-next v11 00/10] tun: Introduce virtio-net hashing feature
 2025-03-24 10:31 UTC  (3+ messages)
` [PATCH net-next v11 09/10] selftest: tap: Add tests for virtio-net ioctls

[PATCH net-next v9 0/6] tun: Introduce virtio-net hashing feature
 2025-03-24  4:40 UTC  (28+ messages)
` [PATCH net-next v9 3/6] tun: Introduce virtio-net hash feature
` [PATCH net-next v9 6/6] vhost/net: Support VIRTIO_NET_F_HASH_REPORT

[PATCH net-next 0/4] virtio_net: Fixes and improvements
 2025-03-24  4:05 UTC  (19+ messages)
` [PATCH net-next 1/4] virtio_net: Split struct virtio_net_rss_config
` [PATCH net-next 2/4] virtio_net: Fix endian with virtio_net_ctrl_rss
` [PATCH net-next 3/4] virtio_net: Use new RSS config structs
` [PATCH net-next 4/4] virtio_net: Allocate rss_hdr with devres

Using Restricted DMA for virtio-pci
 2025-03-21 18:42 UTC  (3+ messages)

[PATCH] iommu/virtio: Make instance lookup robust
 2025-03-21 10:10 UTC  (2+ messages)

[PATCH v2 0/7] *** Add virtio gpu userptr support ***
 2025-03-21  8:00 UTC  (8+ messages)
` [PATCH v2 1/7] virtio-gpu api: add HSAKMT context
` [PATCH v2 2/7] virtio-gpu api: add blob userptr resource
` [PATCH v2 3/7] drm/virtgpu "
` [PATCH v2 4/7] drm/virtio: implement userptr: probe for the feature
` [PATCH v2 5/7] drm/virtio: implement userptr: add userptr obj
` [PATCH v2 6/7] drm/virtio: advertise base userptr feature to userspace
` [PATCH v2 7/7] drm/virtio: implement userptr: add interval tree

[PATCH net v4 0/3] vsock/bpf: Handle races between sockmap update and connect() disconnecting
 2025-03-20 22:16 UTC  (11+ messages)
` [PATCH net v4 2/3] selftest/bpf: Add test for AF_VSOCK connect() racing sockmap update
` [PATCH net v4 3/3] vsock/bpf: Fix bpf recvmsg() racing transport reassignment

[PATCH] virtio: console: Make resizing compliant with virtio spec
 2025-03-20 17:19 UTC  (17+ 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).