virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-14 08:31:20 to 2025-10-21 23:47:06 UTC [more...]

[PATCH net-next v7 00/26] vsock: add namespace support to vhost-vsock
 2025-10-21 23:46 UTC  (8+ 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 v1 00/23] mm: balloon infrastructure cleanups
 2025-10-21 20:59 UTC  (33+ 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 v3] virtio-net: fix received length check in big packets
 2025-10-21 15:45 UTC 

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

[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  (13+ messages)

[PATCH] virtio_blk: NULL out vqs to avoid double free on failed resume
 2025-10-21 12:57 UTC  (2+ 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 net] virtio-net: zero unused hash fields
 2025-10-21 11:17 UTC  (3+ messages)

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

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

[PATCH V8 00/19] virtio_ring in order support
 2025-10-21  8:27 UTC  (41+ 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 V7 00/19] virtio_ring in order support
 2025-10-21  3:57 UTC  (7+ messages)
` [PATCH V7 15/19] virtio_ring: factor out core logic of buffer detaching
` [PATCH V7 19/19] virtio_ring: add in order support

[PATCH v1 00/20] iommu: Introduce and roll out test_dev domain op
 2025-10-20 20:08 UTC  (13+ 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  (11+ 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 v1 6/6] iommu: Pass in old domain to attach_dev callback functions

[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 net] virtio_net: fix header access in big_packets mode
 2025-10-17 23:38 UTC  (3+ messages)

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

[RFC 0/2] Lift restriction about VDUSE net devices with CVQ
 2025-10-17  7:21 UTC  (30+ messages)
` [RFC 1/2] virtio_net: timeout control virtqueue commands
` [RFC 2/2] vduse: lift restriction about net devices with CVQ

[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)

[PATCH v3 00/21] paravirt: cleanup and reorg
 2025-10-15 16:02 UTC  (3+ messages)
` [PATCH v3 05/21] paravirt: Remove asm/paravirt_api_clock.h

[PATCH] virtiofs: remove max_pages_limit in indirect descriptor mode
 2025-10-15 15:00 UTC  (3+ messages)

[PATCH v1] drm/ci: disable broken MR check in sanity job
 2025-10-15 12:04 UTC  (2+ messages)

[syzbot] Monthly x86 report (Oct 2025)
 2025-10-15 10:57 UTC 

[bug report] vdpa/octeon_ep: enable support for multiple interrupts per device
 2025-10-15  9:49 UTC 

[PATCH v3 21/21] x86/pvlocks: Move paravirt spinlock functions into own header
 2025-10-15  8:53 UTC  (2+ messages)

[syzbot] [kernfs?] [x86?] [mm?] general protection fault in call_timer_fn (2)
 2025-10-15  1:45 UTC 


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).