virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-15 22:02:51 to 2025-10-22 05:46:00 UTC [more...]

[PATCH] virtio_blk: NULL out vqs to avoid double free on failed resume
 2025-10-22  5:45 UTC  (4+ messages)

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

[PATCH v2 1/2] virtio: clean up features qword/dword terms
 2025-10-22  5:38 UTC  (4+ messages)
  ` [PATCH v2 2/2] vhost: use checked versions of VIRTIO_BIT

[RFC][PATCH] drm/virtgpu: Make vblank event dependent on the host resource
 2025-10-22  5:37 UTC  (12+ messages)

[PATCH net v3] virtio-net: fix received length check in big packets
 2025-10-22  4:14 UTC  (2+ messages)

[PATCH net V2] virtio-net: zero unused hash fields
 2025-10-22  3:54 UTC  (2+ messages)

[PATCH net] virtio-net: zero unused hash fields
 2025-10-22  3:41 UTC  (4+ messages)

[PATCH net] virtio_net: fix header access in big_packets mode
 2025-10-22  1:42 UTC  (4+ messages)

[PATCH v1 00/23] mm: balloon infrastructure cleanups
 2025-10-22  1:03 UTC  (34+ messages)
` [PATCH v1 01/23] vmw_balloon: adjust BALLOON_DEFLATE when deflating while migrating
` [PATCH v1 02/23] vmw_balloon: remove vmballoon_compaction_init()
` [PATCH v1 03/23] powerpc/pseries/cmm: remove cmm_balloon_compaction_init()
` [PATCH v1 04/23] mm/balloon_compaction: centralize basic page migration handling
` [PATCH v1 05/23] mm/balloon_compaction: centralize adjust_managed_page_count() handling
` [PATCH v1 06/23] vmw_balloon: stop using the balloon_dev_info lock
` [PATCH v1 07/23] mm/balloon_compaction: use a device-independent balloon (list) lock
` [PATCH v1 08/23] mm/balloon_compaction: remove dependency on page lock
` [PATCH v1 09/23] mm/balloon_compaction: make balloon_mops static
` [PATCH v1 10/23] mm/balloon_compaction: drop fs.h include from balloon_compaction.h
` [PATCH v1 11/23] drivers/virtio/virtio_balloon: stop using balloon_page_push/pop()
` [PATCH v1 12/23] mm/balloon_compaction: remove balloon_page_push/pop()
` [PATCH v1 13/23] mm/balloon_compaction: fold balloon_mapping_gfp_mask() into balloon_page_alloc()
` [PATCH v1 14/23] mm/balloon_compaction: move internal helpers to memory_compaction.c
` [PATCH v1 15/23] mm/balloon_compaction: assert that the balloon_pages_lock is held
` [PATCH v1 16/23] mm/balloon_compaction: mark remaining functions for having proper kerneldoc
` [PATCH v1 17/23] mm/balloon_compaction: remove "extern" from functions
  ` [PATCH v1 18/23] mm/vmscan: drop inclusion of balloon_compaction.h
  ` [PATCH v1 19/23] mm: rename balloon_compaction.(c|h) to balloon.(c|h)
  ` [PATCH v1 20/23] mm/kconfig: make BALLOON_COMPACTION depend on MIGRATION
  ` [PATCH v1 21/23] mm: rename CONFIG_BALLOON_COMPACTION to CONFIG_BALLOON_MIGRATION
  ` [PATCH v1 22/23] mm: rename CONFIG_MEMORY_BALLOON -> CONFIG_BALLOON
  ` [PATCH v1 23/23] MAINTAINERS: move memory balloon infrastructure to "MEMORY MANAGEMENT - BALLOON"

[PATCH net-next v7 00/26] vsock: add namespace support to vhost-vsock
 2025-10-22  0:18 UTC  (29+ messages)
` [PATCH net-next v7 01/26] vsock: a per-net vsock NS mode state
` [PATCH net-next v7 02/26] vsock/virtio: pack struct virtio_vsock_skb_cb
` [PATCH net-next v7 03/26] vsock: add netns to vsock skb cb
` [PATCH net-next v7 04/26] vsock: add netns to vsock core
` [PATCH net-next v7 05/26] vsock/loopback: add netns support
` [PATCH net-next v7 06/26] vsock/virtio: add netns to virtio transport common
` [PATCH net-next v7 07/26] vhost/vsock: add netns support
` [PATCH net-next v7 08/26] selftests/vsock: improve logging in vmtest.sh
` [PATCH net-next v7 09/26] selftests/vsock: make wait_for_listener() work even if pipefail is on
` [PATCH net-next v7 10/26] selftests/vsock: reuse logic for vsock_test through wrapper functions
` [PATCH net-next v7 11/26] selftests/vsock: avoid multi-VM pidfile collisions with QEMU
` [PATCH net-next v7 12/26] selftests/vsock: do not unconditionally die if qemu fails
` [PATCH net-next v7 13/26] selftests/vsock: speed up tests by reducing the QEMU pidfile timeout
` [PATCH net-next v7 14/26] selftests/vsock: add check_result() for pass/fail counting
` [PATCH net-next v7 15/26] selftests/vsock: identify and execute tests that can re-use VM
` [PATCH net-next v7 16/26] selftests/vsock: add namespace initialization function
` [PATCH net-next v7 17/26] selftests/vsock: remove namespaces in cleanup()
` [PATCH net-next v7 18/26] selftests/vsock: prepare vm management helpers for namespaces
` [PATCH net-next v7 19/26] selftests/vsock: add BUILD=0 definition
` [PATCH net-next v7 20/26] selftests/vsock: avoid false-positives when checking dmesg
` [PATCH net-next v7 21/26] selftests/vsock: add tests for proc sys vsock ns_mode
` [PATCH net-next v7 22/26] selftests/vsock: add namespace tests for CID collisions
` [PATCH net-next v7 23/26] selftests/vsock: add tests for host <-> vm connectivity with namespaces
` [PATCH net-next v7 24/26] selftests/vsock: add tests for namespace deletion and mode changes
` [PATCH net-next v7 25/26] selftests/vsock: add tests for module loading order
` [PATCH net-next v7 26/26] selftests/vsock: add 1.37 to tested virtme-ng versions

[PATCH net-next v5 00/12] virtio_net: Add ethtool flow rules support
 2025-10-21 13:38 UTC  (17+ messages)
` [PATCH net-next v5 01/12] virtio_pci: Remove supported_cap size build assert
` [PATCH net-next v5 02/12] virtio: Add config_op for admin commands
` [PATCH net-next v5 03/12] virtio: Expose generic device capability operations
` [PATCH net-next v5 04/12] virtio: Expose object create and destroy API
` [PATCH net-next v5 05/12] virtio_net: Query and set flow filter caps
` [PATCH net-next v5 06/12] virtio_net: Create a FF group for ethtool steering
` [PATCH net-next v5 07/12] virtio_net: Implement layer 2 ethtool flow rules
` [PATCH net-next v5 08/12] virtio_net: Use existing classifier if possible
` [PATCH net-next v5 09/12] virtio_net: Implement IPv4 ethtool flow rules
` [PATCH net-next v5 10/12] virtio_net: Add support for IPv6 ethtool steering
` [PATCH net-next v5 11/12] virtio_net: Add support for TCP and UDP ethtool rules
` [PATCH net-next v5 12/12] virtio_net: Add get ethtool flow rules ops

[PATCH v5] can: virtio: Initial virtio CAN driver
 2025-10-21 13:15 UTC  (9+ messages)

[syzbot] [virt?] [net?] possible deadlock in vsock_linger
 2025-10-21 12:19 UTC  (10+ messages)

[PATCH net] vsock: fix lock inversion in vsock_assign_transport()
 2025-10-21 12:17 UTC 

[PATCH] mm: Make INVALID_PHYS_ADDR a generic macro
 2025-10-21  8:48 UTC  (2+ messages)

[PATCH V7 00/19] virtio_ring in order support
 2025-10-21  3:57 UTC  (4+ messages)
` [PATCH V7 15/19] virtio_ring: factor out core logic of buffer detaching

[PATCH v1 00/20] iommu: Introduce and roll out test_dev domain op
 2025-10-20 20:08 UTC  (10+ messages)
` [PATCH v1 02/20] iommu: Introduce a test_dev domain op and an internal helper
` [PATCH v1 03/20] iommu/arm-smmu-v3: Implement arm_smmu_domain_test_dev
` [PATCH v1 15/20] iommu/fsl_pamu_domain: Implement fsl_pamu_domain_test_device

[PATCH v1 0/6] iommu: Pass in old_domain pointer to attach_dev
 2025-10-20 18:47 UTC  (9+ messages)
` [PATCH v1 2/6] iommu/arm-smmu-v3: Set release_domain to arm_smmu_blocked_domain
` [PATCH v1 3/6] iommu/exynos-iommu: Set release_domain to exynos_identity_domain
` [PATCH v1 4/6] iommu/amd: Set release_domain to blocked_domain
` [PATCH v1 5/6] iommu: Do not revert set_domain for the last gdev

[PATCH] eni_vdpa: improve IRQ error logging for config vector
 2025-10-18 19:15 UTC 

[PATCH] vdpa/pds: use %pe for ERR_PTR() in event handler registration
 2025-10-18 17:46 UTC 

[PATCH v1 0/7] drm/ci: add new jobs, uprev IGT and mesa
 2025-10-17  7:31 UTC  (4+ messages)
` [PATCH v1 1/7] drm/ci: disable apq8016 and apq8096 bare-metal jobs

[RFC 1/2] virtio_net: timeout control virtqueue commands
 2025-10-17  7:21 UTC  (20+ messages)

[PATCH v7 0/7] Add multiple address spaces support to VDUSE
 2025-10-17  6:32 UTC  (4+ messages)
` [PATCH v7 1/7] vduse: make domain_lock an rwlock

[PATCH] drm/virtgpu: Use vblank timer
 2025-10-16 17:42 UTC  (10+ 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).