virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-21 04:02:07 to 2025-10-24 01:53:32 UTC [more...]

virtio_pci: Question about virtio_pci kernel module refcnt
 2025-10-24  1:53 UTC  (4+ messages)
  ` [External] "

[PATCH net v2] virtio-net: drop the multi-buffer XDP packet in zerocopy
 2025-10-24  1:20 UTC  (2+ messages)

[PATCH 00/22] vfio: Give VFIO_DEVICE_GET_REGION_INFO its own op
 2025-10-23 23:09 UTC  (23+ messages)
` [PATCH 01/22] vfio: Provide a get_region_info op
` [PATCH 02/22] vfio/hisi: Convert to the "
` [PATCH 03/22] vfio/virtio: "
` [PATCH 04/22] vfio/nvgrace: "
` [PATCH 05/22] vfio/pci: Fill in the missing get_region_info ops
` [PATCH 06/22] vfio/mtty: Provide a get_region_info op
` [PATCH 07/22] vfio/mdpy: "
` [PATCH 08/22] vfio/mbochs: "
` [PATCH 09/22] vfio/platform: "
` [PATCH 10/22] vfio/fsl: "
` [PATCH 11/22] vfio/cdx: "
` [PATCH 12/22] vfio/ccw: "
` [PATCH 13/22] vfio/gvt: "
` [PATCH 14/22] vfio: Require drivers to implement get_region_info
` [PATCH 15/22] vfio: Add get_region_info_caps op
` [PATCH 16/22] vfio/mbochs: Convert mbochs to use vfio_info_add_capability()
` [PATCH 17/22] vfio/gvt: Convert to get_region_info_caps
` [PATCH 18/22] vfio/ccw: "
` [PATCH 19/22] vfio/pci: Convert all PCI drivers "
` [PATCH 20/22] vfio/platform: Convert "
` [PATCH 21/22] vfio: Move the remaining drivers "
` [PATCH 22/22] vfio: Remove the get_region_info op

[PATCH] vdpa/pds: use %pe for ERR_PTR() in event handler registration
 2025-10-23 22:24 UTC  (2+ messages)

[PATCH net-next v8 00/14] vsock: add namespace support to vhost-vsock
 2025-10-23 18:27 UTC  (15+ messages)
` [PATCH net-next v8 01/14] vsock: a per-net vsock NS mode state
` [PATCH net-next v8 02/14] vsock/virtio: pack struct virtio_vsock_skb_cb
` [PATCH net-next v8 03/14] vsock: add netns to vsock skb cb
` [PATCH net-next v8 04/14] vsock: add netns to vsock core
` [PATCH net-next v8 05/14] vsock/loopback: add netns support
` [PATCH net-next v8 06/14] vsock/virtio: add netns to virtio transport common
` [PATCH net-next v8 07/14] vhost/vsock: add netns support
` [PATCH net-next v8 08/14] selftests/vsock: add namespace helpers to vmtest.sh
` [PATCH net-next v8 09/14] selftests/vsock: prepare vm management helpers for namespaces
` [PATCH net-next v8 10/14] selftests/vsock: add tests for proc sys vsock ns_mode
` [PATCH net-next v8 11/14] selftests/vsock: add namespace tests for CID collisions
` [PATCH net-next v8 12/14] selftests/vsock: add tests for host <-> vm connectivity with namespaces
` [PATCH net-next v8 13/14] selftests/vsock: add tests for namespace deletion and mode changes
` [PATCH net-next v8 14/14] selftests/vsock: add tests for module loading order

[PATCH net v4] virtio-net: fix received length check in big packets
 2025-10-23 15:06 UTC  (5+ messages)

[PATCH net V2] virtio-net: zero unused hash fields
 2025-10-23 14:30 UTC  (3+ messages)

[PATCH net] vsock: fix lock inversion in vsock_assign_transport()
 2025-10-23 14:10 UTC  (2+ messages)

[PATCH v3 00/21] paravirt: cleanup and reorg
 2025-10-23 12:14 UTC  (3+ messages)
` [PATCH v3 02/21] x86/paravirt: Remove some unneeded struct declarations

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

[linux-next:master] [drm/qxl] e485883c81: WARNING:at_drivers/gpu/drm/drm_vblank.c:#drm_wait_one_vblank
 2025-10-23  7:53 UTC  (2+ messages)

[RFC][PATCH] drm/virtgpu: Make vblank event dependent on the host resource
 2025-10-23  7:08 UTC  (13+ messages)

[PATCH v2 0/6] iommu: Pass in old_domain pointer to attach_dev
 2025-10-23  4:58 UTC  (10+ messages)
` [PATCH v2 1/6] iommu: Generic support for RMRs during device release
` [PATCH v2 2/6] iommu/arm-smmu-v3: Set release_domain to arm_smmu_blocked_domain
` [PATCH v2 3/6] iommu/exynos-iommu: Set release_domain to exynos_identity_domain
` [PATCH v2 4/6] iommu/amd: Set release_domain to blocked_domain
` [PATCH v2 5/6] iommu: Do not revert set_domain for the last gdev
` [PATCH v2 6/6] iommu: Pass in old domain to attach_dev callback functions

[PATCH net-next 00/12] selftests/vsock: refactor and improve vmtest infrastructure
 2025-10-23  1:00 UTC  (13+ messages)
` [PATCH net-next 01/12] selftests/vsock: improve logging in vmtest.sh
` [PATCH net-next 02/12] selftests/vsock: make wait_for_listener() work even if pipefail is on
` [PATCH net-next 03/12] selftests/vsock: reuse logic for vsock_test through wrapper functions
` [PATCH net-next 04/12] selftests/vsock: avoid multi-VM pidfile collisions with QEMU
` [PATCH net-next 05/12] selftests/vsock: do not unconditionally die if qemu fails
` [PATCH net-next 06/12] selftests/vsock: speed up tests by reducing the QEMU pidfile timeout
` [PATCH net-next 07/12] selftests/vsock: add check_result() for pass/fail counting
` [PATCH net-next 08/12] selftests/vsock: identify and execute tests that can re-use VM
` [PATCH net-next 09/12] selftests/vsock: add BUILD=0 definition
` [PATCH net-next 10/12] selftests/vsock: avoid false-positives when checking dmesg
` [PATCH net-next 11/12] selftests/vsock: add 1.37 to tested virtme-ng versions
` [PATCH net-next 12/12] selftests/vsock: add vsock_loopback module loading

[RFC 1/2] virtio_net: timeout control virtqueue commands
 2025-10-22 12:55 UTC  (24+ messages)

[PATCH v1 00/23] mm: balloon infrastructure cleanups
 2025-10-22  8:43 UTC  (39+ 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] virtio_blk: NULL out vqs to avoid double free on failed resume
 2025-10-22  8:02 UTC  (6+ messages)

[PATCH V8 00/19] virtio_ring in order support
 2025-10-22  5:44 UTC  (7+ messages)
` [PATCH V8 18/19] virtio_ring: factor out split detaching logic

[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

[PATCH net v3] virtio-net: fix received length check in big packets
 2025-10-22  4:14 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 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  (6+ messages)
` [PATCH net-next v5 05/12] virtio_net: Query and set flow filter caps

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

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

[PATCH] mm: Make INVALID_PHYS_ADDR a generic macro
 2025-10-21  8:48 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;
as well as URLs for NNTP newsgroup(s).