virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-13 18:49:08 to 2025-03-24 05:44:18 UTC [more...]

[PATCH 00/19] virtio_ring in order support
 2025-03-24  5:43 UTC  (8+ 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 net-next v9 0/6] tun: Introduce virtio-net hashing feature
 2025-03-24  4:40 UTC  (39+ messages)
` [PATCH net-next v9 1/6] virtio_net: Add functions for hashing
` [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

[PATCH net-next v2 0/4] virtio_net: Fixes and improvements
 2025-03-24  4:01 UTC  (8+ 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/7] Add virtio gpu userptr support
 2025-03-24  2:44 UTC  (6+ messages)
` [PATCH v1 1/7] virtio-gpu api: add blob userptr resource

[PATCH] virtio: console: Make resize control event handling compliant with spec
 2025-03-23 12:40 UTC  (3+ messages)

[PATCH v7 0/3] x86/tdx: Fix HLT logic execution for TDX VMs
 2025-03-22  1:08 UTC  (2+ messages)

[PATCH v2 0/3] vsock: add namespace support to vhost-vsock
 2025-03-22  1:04 UTC  (20+ 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 1/1] virtio_console: fix missing byte order handling for cols and rows
 2025-03-22  0:29 UTC 

[PATCH net-next v7 0/9] Device memory TCP TX
 2025-03-21 22:15 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 net-next v7 6/9] net: enable driver support for netmem TX

[PATCH v7 0/8] vhost: Add support of kthread API
 2025-03-21 19:39 UTC  (8+ messages)
` [PATCH v7 8/8] vhost: Add a KConfig knob to enable IOCTL VHOST_FORK_FROM_OWNER

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

[PATCH v1 0/3] drm/ci: uprev mesa, IGT
 2025-03-21 10:26 UTC  (10+ messages)
` [PATCH v1 1/3] drm/ci: uprev mesa
` [PATCH v1 2/3] drm/ci: uprev IGT
` [PATCH v1 3/3] drm/ci: arm64.config: mediatek: enable PHY drivers

[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  (12+ messages)
` [PATCH net v4 1/3] vsock/bpf: Fix EINTR connect() racing sockmap update
` [PATCH net v4 2/3] selftest/bpf: Add test for AF_VSOCK "
` [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  (22+ messages)

[PATCH v2 00/10] vhost-scsi: log write descriptors for live migration (and three bugfix)
 2025-03-20  1:42 UTC  (20+ 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 07/10] vhost-scsi: log I/O queue write descriptors
` [PATCH v2 08/10] vhost-scsi: log control "
` [PATCH v2 09/10] vhost-scsi: log event "
` [PATCH v2 10/10] vhost: add WARNING if log_num is more than limit

[PATCH net-next v2] vsock/test: Add test for null ptr deref when transport changes
 2025-03-19  0:27 UTC  (3+ messages)

[PATCH v6 2/4] virtio_rtc: Add PTP clocks
 2025-03-18 22:56 UTC  (2+ messages)

[PATCH v6 0/4] Add virtio_rtc module
 2025-03-18 10:22 UTC  (4+ messages)

[PATCH v2 0/4] track memory used by balloon drivers
 2025-03-18 10:16 UTC  (9+ messages)
` [PATCH v2 1/4] meminfo: add a per node counter for "
` [PATCH v2 2/4] balloon_compaction: update the NR_BALLOON_PAGES state
` [PATCH v2 3/4] hv_balloon: "
` [PATCH v2 4/4] xen: balloon: "

[PATCH net-next v11 00/10] tun: Introduce virtio-net hashing feature
 2025-03-18  2:09 UTC  (13+ messages)
` [PATCH net-next v11 01/10] virtio_net: Add functions for hashing
` [PATCH net-next v11 02/10] net: flow_dissector: Export flow_keys_dissector_symmetric
` [PATCH net-next v11 03/10] tun: Allow steering eBPF program to fall back
` [PATCH net-next v11 04/10] tun: Add common virtio-net hash feature code
` [PATCH net-next v11 05/10] tun: Introduce virtio-net hash feature
` [PATCH net-next v11 06/10] tap: "
` [PATCH net-next v11 07/10] selftest: tun: Test vnet ioctls without device
` [PATCH net-next v11 08/10] selftest: tun: Add tests for virtio-net hashing
` [PATCH net-next v11 09/10] selftest: tap: Add tests for virtio-net ioctls
` [PATCH net-next v11 10/10] vhost/net: Support VIRTIO_NET_F_HASH_REPORT

[PATCH] MAINTAINERS: update Alexey Makhalov's email address
 2025-03-18  0:40 UTC 

[PATCH 12/15] drm/virtio: Test for imported buffers with drm_gem_is_imported()
 2025-03-17 13:06 UTC 

[PATCH net v3 0/3] vsock/bpf: Handle races between sockmap update and connect() disconnecting
 2025-03-17  9:51 UTC  (6+ messages)
` [PATCH net v3 1/3] vsock/bpf: Fix EINTR connect() racing sockmap update
` [PATCH net v3 2/3] selftest/bpf: Add test for AF_VSOCK "
` [PATCH net v3 3/3] vsock/bpf: Fix bpf recvmsg() racing transport reassignment

[PATCH net-next v10 00/10] tun: Introduce virtio-net hashing feature
 2025-03-17  8:34 UTC  (5+ messages)
` [PATCH net-next v10 03/10] tun: Allow steering eBPF program to fall back
` [PATCH net-next v10 06/10] tap: Introduce virtio-net hash feature

[syzbot] [virt?] KCSAN: data-race in virtqueue_disable_cb / virtqueue_enable_cb_delayed (9)
 2025-03-17  0:26 UTC  (3+ messages)
` [PATCH v2] virtio_ring: Fix data race by tagging event_triggered as racy for KCSAN

[PATCH] crypto: virtio - Erase some sensitive memory when it is freed
 2025-03-15  9:07 UTC  (2+ messages)

[PATCH net v2 0/3] vsock/bpf: Handle races between sockmap update and connect() disconnecting
 2025-03-14 15:19 UTC  (4+ messages)
` [PATCH net v2 1/3] vsock/bpf: Fix EINTR connect() racing sockmap update
` [PATCH net v2 2/3] selftest/bpf: Add test for AF_VSOCK "
` [PATCH net v2 3/3] vsock/bpf: Fix bpf recvmsg() racing transport reassignment

[RFC 0/5] track memory used by balloon drivers
 2025-03-13 22:33 UTC  (7+ messages)
` [RFC 1/5] meminfo: add a per node counter for "

[PATCH v5] can: virtio: Initial virtio CAN driver
 2025-03-13 18:48 UTC  (4+ 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).