public inbox for virtualization@lists.linux-foundation.org
 help / color / mirror / Atom feed
 messages from 2026-01-13 03:13:04 to 2026-01-15 16:53:47 UTC [more...]

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

[PATCH 00/12] Recover sysfb after DRM probe failure
 2026-01-15 16:39 UTC  (12+ messages)
` [PATCH 05/12] drm/virtio: Add sysfb restore on "

[PATCH v3 0/5] x86: Cleanups around slow_down_io()
 2026-01-15 16:10 UTC  (4+ messages)
` [PATCH v3 1/5] x86/paravirt: Replace io_delay() hook with a bool

[PATCH v12 00/13] Add multiple address spaces support to VDUSE
 2026-01-15 13:47 UTC  (24+ messages)
` [PATCH v12 01/13] vhost: move vdpa group bound check to vhost_vdpa
` [PATCH v12 02/13] vduse: add v1 API definition
` [PATCH v12 03/13] vduse: add vq group support
` [PATCH v12 04/13] vduse: return internal vq group struct as map token
` [PATCH v12 05/13] vdpa: document set_group_asid thread safety
` [PATCH v12 06/13] vhost: forbid change vq groups ASID if DRIVER_OK is set
` [PATCH v12 07/13] vduse: refactor vdpa_dev_add for goto err handling
` [PATCH v12 08/13] vduse: remove unused vaddr parameter of vduse_domain_free_coherent
` [PATCH v12 09/13] vduse: take out allocations from vduse_dev_alloc_coherent
` [PATCH v12 10/13] vduse: merge tree search logic of IOTLB_GET_FD and IOTLB_GET_INFO ioctls
` [PATCH v12 11/13] vduse: add vq group asid support
` [PATCH v12 12/13] vduse: bump version number
` [PATCH v12 13/13] Documentation: Add documentation for VDUSE Address Space IDs

[PATCH v2][next] virtio_net: Fix misalignment bug in struct virtnet_info
 2026-01-15  9:20 UTC  (9+ messages)

[PATCH v4 0/5] virtio-gpu: Add userptr support for compute workloads
 2026-01-15  9:20 UTC  (7+ messages)
` [PATCH v4 1/5] drm/virtio-gpu: Add VIRTIO_GPU_CAPSET_ROCM capability
` [PATCH v4 2/5] virtio-gpu api: add blob userptr resource
` [PATCH v4 3/5] drm/virtgpu "
` [PATCH v4 4/5] drm/virtio: implement userptr support for zero-copy memory access
` [PATCH v4 5/5] drm/virtio: advertise base userptr feature to userspace

[PATCH v1] virtio_net: add traces for tx/rx and INT response events
 2026-01-15  8:21 UTC  (3+ messages)

[PATCH v2 0/5] add runtime hotplug state control
 2026-01-15  2:42 UTC  (7+ messages)
` [PATCH v2 1/5] mm/memory_hotplug: pass online_type to online_memory_block() via arg
` [PATCH v2 2/5] mm/memory_hotplug: add 'online_type' argument to add_memory_driver_managed
` [PATCH v2 3/5] dax/kmem: extract hotplug/hotremove helper functions
` [PATCH v2 4/5] dax/kmem: add sysfs interface for runtime hotplug state control
` [PATCH v2 5/5] dax/kmem: add memory notifier to block external state changes
  ` [PATCH] dax/kmem: add build config for protected dax memory blocks

[PATCH RESEND 1/2] x86/paravirt: Remove trailing semicolons from alternative asm templates
 2026-01-14 21:28 UTC  (3+ messages)

[PATCH RESEND 1/2] x86/paravirt: Remove trailing semicolons from alternative asm templates
 2026-01-14 21:18 UTC  (2+ messages)
` [PATCH RESEND 2/2] x86/paravirt: Use XOR r32,r32 to clear register in pv_vcpu_is_preempted()

[PATCH net-next v14 00/12] vsock: add namespace support to vhost-vsock and loopback
 2026-01-14 17:21 UTC  (25+ messages)
` [PATCH net-next v14 01/12] vsock: add netns to vsock core
` [PATCH net-next v14 03/12] vsock: add netns support to virtio transports
` [PATCH net-next v14 04/12] selftests/vsock: increase timeout to 1200
` [PATCH net-next v14 05/12] selftests/vsock: add namespace helpers to vmtest.sh
` [PATCH net-next v14 07/12] selftests/vsock: add vm_dmesg_{warn,oops}_count() helpers
` [PATCH net-next v14 08/12] selftests/vsock: use ss to wait for listeners instead of /proc/net
` [PATCH net-next v14 09/12] selftests/vsock: add tests for proc sys vsock ns_mode
` [PATCH net-next v14 10/12] selftests/vsock: add namespace tests for CID collisions
` [PATCH net-next v14 11/12] selftests/vsock: add tests for host <-> vm connectivity with namespaces
` [PATCH net-next v14 12/12] selftests/vsock: add tests for namespace deletion

Subject: [PATCH 0/8] dax/kmem: add runtime hotplug state control
 2026-01-14 18:11 UTC  (22+ messages)
` [PATCH 1/8] mm/memory_hotplug: pass online_type to online_memory_block() via arg
` [PATCH 2/8] mm/memory_hotplug: extract __add_memory_resource() and __offline_memory()
` [PATCH 3/8] mm/memory_hotplug: add APIs for explicit online type control
` [PATCH 4/8] mm/memory_hotplug: return online type from add_memory_driver_managed()
` [PATCH 5/8] dax/kmem: extract hotplug/hotremove helper functions
` [PATCH 6/8] dax/kmem: add online/offline "
` [PATCH 7/8] dax/kmem: add sysfs interface for runtime hotplug state control
` [PATCH 8/8] dax/kmem: add memory notifier to block external state changes

[PATCH v2 0/4] spi: Make SPI core to take care of fwnode assignment
 2026-01-14 15:21 UTC  (4+ messages)
` [PATCH v2 2/4] spi: Drop duplicate of_node assignment

[RFC] Defining a home/maintenance model for non-NIC PHC devices using the /dev/ptpX API
 2026-01-14 12:45 UTC  (12+ messages)

[PATCH net v2 0/2] vsock/virtio: Fix data loss/disclosure due to joining of non-linear skb
 2026-01-14 10:07 UTC  (5+ messages)
` [PATCH net v2 1/2] vsock/virtio: Coalesce only linear skb
` [PATCH net v2 2/2] vsock/test: Add test for a linear and non-linear skb getting coalesced

[PATCH v11 00/12] Add multiple address spaces support to VDUSE
 2026-01-14  8:21 UTC  (9+ messages)
` [PATCH v11 11/12] vduse: add vq group asid support
` [PATCH v11 12/12] vduse: bump version number

[PATCH] vhost: fix caching attributes of MMIO regions by setting them explicitly
 2026-01-13 17:25 UTC  (5+ messages)
` [EXTERNAL] "
  ` [EXTERNAL] "

[PATCH 0/2] vsock/virtio: Fix data loss/disclosure due to joining of non-linear skb in RX queue
 2026-01-13 15:11 UTC  (10+ messages)
` [PATCH 2/2] vsock/test: Add test for a linear and non-linear skb getting coalesced

[PATCH RFC net-next v13 00/13] vsock: add namespace support to vhost-vsock and loopback
 2026-01-13 12:34 UTC  (8+ messages)
` [PATCH RFC net-next v13 02/13] vsock: add netns to vsock core

[PATCH v5 00/21] paravirt: cleanup and reorg
 2026-01-13  6:57 UTC  (5+ messages)
` [PATCH v5 12/21] x86/paravirt: Move paravirt_sched_clock() related code into tsc.c
` [PATCH v5 21/21] x86/pvlocks: Move paravirt spinlock functions into own header

[PATCH net-next v7 0/9] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
 2026-01-13  6:26 UTC  (9+ messages)
` [PATCH net-next v7 9/9] tun/tap & vhost-net: avoid ptr_ring tail-drop when qdisc is present

[PATCH] nvdimm: virtio_pmem: serialize flush requests
 2026-01-13  3:45 UTC 


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