public inbox for virtualization@lists.linux-foundation.org
 help / color / mirror / Atom feed
 messages from 2025-05-21 23:18:55 to 2025-06-03 07:34:29 UTC [more...]

[PATCH RESEND v10 0/3] vhost: Add support of kthread API
 2025-06-03  7:34 UTC  (7+ messages)
` [PATCH RESEND v10 1/3] vhost: Add a new modparam to allow userspace select kthread
` [PATCH RESEND v10 2/3] vhost: Reintroduce kthread mode support in vhost
` [PATCH RESEND v10 3/3] vhost: Add new UAPI to select kthread mode and KConfig to enable this IOCTL

[RFC PATCH net-next v2 0/2] virtio-net: support zerocopy multi buffer XDP in mergeable
 2025-06-03  6:04 UTC  (16+ messages)
` [RFC PATCH net-next v2 1/2] "
` [RFC PATCH net-next v2 2/2] selftests: net: add XDP socket tests for virtio-net

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

[PATCH v2 0/8] irqbypass: Cleanups and a perf improvement
 2025-06-02 23:30 UTC  (5+ messages)
` [PATCH v2 8/8] irqbypass: Require producers to pass in Linux IRQ number during registration

[PATCH v2 0/1] mm/memory_hotplug: introduce and use PG_offline_skippable
 2025-06-02 20:55 UTC  (8+ messages)
` [PATCH v2 1/1] mm/memory_hotplug: PG_offline_skippable for offlining memory blocks with PageOffline pages

[PATCH v5] virtio_blk: Fix disk deletion hang on device surprise removal
 2025-06-02 11:46 UTC  (2+ messages)

[RFC PATCH v1 0/6] Lazy mmu mode fixes and improvements
 2025-06-02 10:31 UTC  (17+ messages)
` [RFC PATCH v1 1/6] fs/proc/task_mmu: Fix pte update and tlb maintenance ordering in pagemap_scan_pmd_entry()
` [RFC PATCH v1 2/6] mm: Fix pte update and tlb maintenance ordering in migrate_vma_collect_pmd()
` [RFC PATCH v1 3/6] mm: Avoid calling page allocator from apply_to_page_range()
` [RFC PATCH v1 4/6] mm: Introduce arch_in_lazy_mmu_mode()
` [RFC PATCH v1 5/6] mm: Avoid calling page allocator while in lazy mmu mode
` [RFC PATCH v1 6/6] Revert "arm64/mm: Permit lazy_mmu_mode to be nested"

Please backport 32e92d9f6f87 ("iommu/iova: Separate out rcache init") to linux-5.15.y
 2025-06-02  9:46 UTC  (2+ messages)

[PATCH v4] virtio_blk: Fix disk deletion hang on device surprise removal
 2025-06-02  2:25 UTC  (3+ messages)

[PATCH v3] media: add virtio-media driver
 2025-06-01 10:01 UTC  (15+ messages)

[PATCH v10 0/3] vhost: Add support of kthread API
 2025-05-31  9:47 UTC  (4+ messages)
` [PATCH v10 1/3] vhost: Add a new modparam to allow userspace select kthread
` [PATCH v10 2/3] vhost: Reintroduce kthread mode support in vhost
` [PATCH v10 3/3] vhost: Add new UAPI to select kthread mode and KConfig to enable this IOCTL

[PATCH v2 0/3] arm-smmu: select suitable IOVA
 2025-05-30 21:30 UTC  (14+ messages)

[PATCH v2 1/3] virtio: Fix typo in register_virtio_device() doc comment
 2025-05-30  9:30 UTC  (4+ messages)
` [PATCH v2 2/3] virtio-mem: fix multiple typos in struct comments and function docs
` [PATCH v2 3/3] virtio_ring: Fix typos in comments and documentation

[PATCH] virtio-vdpa: Remove virtqueue list
 2025-05-30  7:21 UTC  (2+ messages)

[PATCH 0/7] Remove ops.pgsize_bitmap
 2025-05-29 20:46 UTC  (3+ messages)
` [PATCH 3/7] iommu: Remove ops.pgsize_bitmap from drivers that don't use it

[GIT PULL] virtio, vhost: features, fixes
 2025-05-29 16:40 UTC  (2+ messages)

[PATCH v3] virtio_blk: Fix disk deletion hang on device surprise removal
 2025-05-29 10:08 UTC  (4+ messages)

[PATCH] virtio-mmio: Remove virtqueue list from mmio device
 2025-05-29  7:31 UTC  (3+ messages)

[PATCH] virtio: document ENOSPC
 2025-05-29  6:20 UTC  (4+ messages)

[PATCH 1/3] virtio: Fix typo in register_virtio_device() doc comment
 2025-05-29  6:02 UTC  (6+ messages)
` [PATCH 2/3] virtio-mem: fix multiple typos in struct comments and function docs
    ` [External] : "
` [PATCH 3/3] virtio_ring: Fix typos in comments and documentation

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

[PATCH net-next] vsock/test: Cover more CIDs in transport_uaf test
 2025-05-28 20:46 UTC  (9+ messages)

[PATCH RFC net-next v2 0/3] vsock/test: Improve transport_uaf test
 2025-05-28 20:44 UTC  (4+ messages)
` [PATCH RFC net-next v2 1/3] vsock/test: Introduce vsock_bind_try() helper
` [PATCH RFC net-next v2 2/3] vsock/test: Introduce get_transports()
` [PATCH RFC net-next v2 3/3] vsock/test: Cover more CIDs in transport_uaf test

[PATCH net-next v9] selftests/vsock: add initial vmtest.sh for vsock
 2025-05-28  8:42 UTC  (3+ messages)

[PATCH v4 00/25] drm/dumb-buffers: Fix and improve buffer-size calculation
 2025-05-28  8:23 UTC  (2+ messages)

[PATCH net-next v8] selftests/vsock: add initial vmtest.sh for vsock
 2025-05-28  0:29 UTC  (5+ messages)

[PATCH net v2] vsock/test: Fix occasional failure in SOCK_STREAM SHUT_RD test
 2025-05-27 12:40 UTC  (3+ messages)

[PATCH v2] virtio_blk: Fix disk deletion hang on device surprise removal
 2025-05-27  9:53 UTC  (4+ messages)

[PATCH net-next v6 0/5] vsock: SOCK_LINGER rework
 2025-05-27  9:50 UTC  (10+ messages)
` [PATCH net-next v6 3/5] vsock/test: Introduce vsock_wait_sent() helper
` [PATCH net-next v6 4/5] vsock/test: Introduce enable_so_linger() helper
` [PATCH net-next v6 5/5] vsock/test: Add test for an unexpectedly lingering close()

Please backport 32e92d9f6f87 ("iommu/iova: Separate out rcache init") to linux-5.15.y
 2025-05-27  9:42 UTC 

[PATCH] Fix comment for virtio-9p
 2025-05-27  6:23 UTC  (4+ messages)

[PATCH 00/19] virtio_ring in order support
 2025-05-27  1:26 UTC  (6+ messages)

[PATCH net] vsock/virtio: fix `rx_bytes` accounting for stream sockets
 2025-05-26 17:10 UTC  (2+ messages)

[PATCH] drm/virtio: implement virtio_gpu_shutdown
 2025-05-26 15:48 UTC  (2+ messages)

[PATCH v1] virtio_blk: Fix disk deletion hang on device surprise removal
 2025-05-26 13:29 UTC  (9+ messages)

[PATCH net] vsock/test: Fix occasional failure in SOCK_STREAM SHUT_RD test
 2025-05-26  7:54 UTC  (2+ messages)

[PATCH 2/3] vsock/virtio: Add SIOCINQ support for all virtio based transports
 2025-05-22  2:17 UTC  (2+ messages)

[PATCH 2/3] vsock/virtio: Add SIOCINQ support for all virtio based transports
 2025-05-22  2:15 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox