Linux virtualization list
 help / color / mirror / Atom feed
 messages from 2026-06-23 03:19:17 to 2026-06-30 15:10:11 UTC [more...]

[PATCH 00/13] convert more vm_flags_t users to vma_flags_t
 2026-06-30 15:09 UTC  (19+ messages)
` [PATCH 01/13] mm: introduce vma_flags_can_grow() and vma_can_grow()
` [PATCH 02/13] mm/vma: update do_mmap() to use vma_flags_t
` [PATCH 03/13] mm: convert __get_unmapped_area() "
` [PATCH 04/13] mm: update generic_get_unmapped_area[_topdown]() "
` [PATCH 05/13] mm: prefer mm->def_vma_flags in mm logic
` [PATCH 06/13] mm/vma: convert vm_pgprot_modify() to use vma_flags_t and rename
` [PATCH 07/13] mm/vma: rename vma_get_page_prot to vma_flags_to_page_prot
` [PATCH 08/13] mm: introduce vma_get_page_prot() and use it
` [PATCH 09/13] mm/vma: update create_init_stack_vma() to use vma_flags_t
` [PATCH 10/13] mm/vma: convert miscellaneous uses of VMA flags in core mm
` [PATCH 11/13] mm/mlock: convert mlock code to use vma_flags_t
` [PATCH 12/13] mm/mprotect: convert mprotect "
` [PATCH 13/13] mm/mremap: convert mremap "

[PATCH] drm/virtio: fail init on display-info timeout
 2026-06-30 14:42 UTC  (3+ messages)

[PATCH] drm/virtio: defer hotplug event from dequeue worker to avoid deadlock
 2026-06-30 13:46 UTC  (2+ messages)

[PATCH v3 0/4] vhost/vsock: add support for VHOST_RESET_OWNER and CPR migration
 2026-06-30 13:40 UTC  (9+ messages)
` [PATCH v3 1/4] vhost/vsock: split out vhost_vsock_drop_backends helper
` [PATCH v3 2/4] vhost/vsock: suppress EHOSTUNREACH fast-fail during CPR pause
` [PATCH v3 3/4] vhost/vsock: re-scan TX virtqueue on device start
` [PATCH v3 4/4] vhost/vsock: add VHOST_RESET_OWNER ioctl

[PATCH] drm/virtio: bound EDID block reads to the response buffer
 2026-06-30 13:17 UTC  (2+ messages)

[PATCH] drm/vblank: Don't arm vblank timer with invalid frame duration
 2026-06-30 12:58 UTC  (4+ messages)

[PATCH net 0/2] vsock/virtio: collapse receive queue under memory pressure
 2026-06-30  9:53 UTC  (4+ messages)
` [PATCH net 1/2] "
` [PATCH net 2/2] vsock/test: add test for small packets under pressure

[PATCH v7 00/12] nvdimm: virtio_pmem: fix flush/request failure paths
 2026-06-30  9:47 UTC  (14+ messages)
` [PATCH v7 01/12] nvdimm: preserve flush callback -ENOMEM
` [PATCH v7 02/12] nvdimm: pmem: keep PREFLUSH before data writes
` [PATCH v7 03/12] nvdimm: pmem: guard data loop for dataless bios
` [PATCH v7 04/12] nvdimm: virtio_pmem: stop allocating child flush bio
` [PATCH v7 05/12] nvdimm: virtio_pmem: use GFP_NOIO for flush requests
` [PATCH v7 06/12] nvdimm: virtio_pmem: always wake -ENOSPC waiters
` [PATCH v7 07/12] nvdimm: virtio_pmem: use READ_ONCE()/WRITE_ONCE() for wait flags
` [PATCH v7 08/12] nvdimm: virtio_pmem: refcount requests for token lifetime
` [PATCH v7 09/12] nvdimm: virtio_pmem: publish done with release/acquire
` [PATCH v7 10/12] nvdimm: virtio_pmem: isolate DMA request buffers
` [PATCH v7 11/12] nvdimm: virtio_pmem: converge broken virtqueue to -EIO
` [PATCH v7 12/12] nvdimm: virtio_pmem: drain requests in freeze

[PATCH net-next v4] vsock/virtio: rewrite MSG_ZEROCOPY flag handling
 2026-06-30  9:41 UTC  (3+ messages)

[PATCH v2] virtio_mem: fix hardcoded 'vm' variable in bbm iteration macros
 2026-06-30  4:59 UTC 

[PATCH] drm/virtio: warn when virtqueue has no free space for too long
 2026-06-30  2:19 UTC  (3+ messages)

[PATCH] drm/virtio: Don't detach GEM from a non-created context
 2026-06-29 21:38 UTC  (2+ messages)

[PATCH 00/32] x86/msr: Drop 32-bit MSR interfaces
 2026-06-29 11:19 UTC  (11+ messages)
` [PATCH 15/32] x86/msr: Remove rdmsr_safe()
` [PATCH 26/32] x86/msr: Remove wrmsr()
` [PATCH 30/32] x86/msr: Remove rdmsr()
` [PATCH 31/32] treewide: convert rdmsrq() from a macro to an inline function

[PATCH] vhost-vdpa: Expose ASID group change after DRIVER_OK via backend feature
 2026-06-29  9:39 UTC  (3+ messages)

[PATCH v2 0/2] tools: Fix tools/virtio test build
 2026-06-29  9:09 UTC  (4+ messages)
` [PATCH v2 1/2] tools/virtio: Add missing compat definitions for vhost_net_test
` [PATCH v2 2/2] tools/include: Include stdint.h for SIZE_MAX in overflow.h

[patch 00/24] timekeeping/ptp: Expand snapshot functionality
 2026-06-29  8:39 UTC  (9+ messages)
` [patch 09/24] timekeeping: Add CLOCK_AUX support for ktime_get_snapshot_id()

[PATCH v4 00/18] x86/msr: Inline rdmsr/wrmsr instructions
 2026-06-29  6:55 UTC  (7+ messages)
` [PATCH v4 05/18] x86/msr: Move MSR trace calls one function level up
` [PATCH v4 09/18] x86/msr: Make wrmsrns() a first class citizen
` [PATCH v4 13/18] x86/paravirt: Split off MSR related hooks into new header
` [PATCH v4 14/18] x86/paravirt: Prepare support of MSR instruction interfaces
` [PATCH v4 15/18] x86/paravirt: Switch MSR access pv_ops functions to "
` [PATCH v4 17/18] x86/paravirt: Use alternatives for MSR access with paravirt

[PATCH] virtio_mem: fix hardcoded 'vm' variable in bbm iteration macros
 2026-06-29  6:18 UTC  (2+ messages)

[PATCH] virtio_pci: fix wrong queue index for admin vq in intx path
 2026-06-29  3:35 UTC 

[PATCH] virtio_dma_buf: fix typo in kdoc comment: get_uid -> get_uuid
 2026-06-29  3:31 UTC 

[PATCH v5] virtio_net: disable cb when NAPI is busy-polled
 2026-06-29  2:42 UTC 

[PATCH V2] MAINTAINERS: Update Jason Wang's email address
 2026-06-29  1:45 UTC 

[PATCH] MAINTAINERS: Update Jason Wang's email address
 2026-06-29  1:39 UTC  (3+ messages)

[PATCH v6 00/12] nvdimm: virtio_pmem: fix request lifetime and converge broken queue failures
 2026-06-27 12:44 UTC  (9+ messages)
` [PATCH v6 01/12] nvdimm: preserve flush callback errors
` [PATCH v6 04/12] nvdimm: virtio_pmem: stop allocating child flush bio
` [PATCH v6 07/12] nvdimm: virtio_pmem: use READ_ONCE()/WRITE_ONCE() for wait flags

[PATCH v2] drm/qxl: fix use-after-free in qxl_irq_handler on PCI
 2026-06-27 10:54 UTC 

[PATCH v4] virtio_net: disable cb when NAPI is busy-polled
 2026-06-27  0:44 UTC  (3+ messages)

[PATCH splitout] mm: memory-failure: serialize TestSetPageHWPoison with zone->lock
 2026-06-26 19:50 UTC  (12+ messages)

[PATCH v4 1/8] media: virtio: Add protocol
 2026-06-26 15:50 UTC  (4+ messages)

[PATCH v4 6/8] media: virtio: Add virtio_media_driver
 2026-06-26 13:33 UTC  (2+ messages)

[PATCH v2] vhost/net: fix clear_user start address in VHOST_GET_FEATURES_ARRAY
 2026-06-26 11:31 UTC  (2+ messages)

[syzbot] [net?] [virt?] BUG: soft lockup in perf_event_open (2)
 2026-06-26  6:20 UTC  (2+ messages)
` [syzbot] [net?] "

[PATCH 0/2] vdpa_sim: fix suspend/reset and dma_unmap locking
 2026-06-26  2:05 UTC  (3+ messages)
` [PATCH 1/2] vdpa_sim: clear pending_kick on device reset
` [PATCH 2/2] vdpa_sim: hold iommu_lock across dma_unmap passthrough transition

[PATCH v4 2/8] media: virtio: Add virtio-media driver structs and function declarations
 2026-06-25 20:25 UTC  (2+ messages)

[PATCH v4 0/8] media: add virtio-media driver
 2026-06-25 20:21 UTC  (2+ messages)

[PATCH v4 8/8] media: virtio: Add MAINTAINERS entry
 2026-06-25 20:20 UTC  (2+ messages)

[PATCH v4 6/8] media: virtio: Add virtio_media_driver
 2026-06-25 20:18 UTC  (2+ messages)

[PATCH v4 1/8] media: virtio: Add protocol
 2026-06-25 19:50 UTC  (2+ messages)

[PATCH v2 0/4] vhost/vsock: add support for VHOST_RESET_OWNER and CPR migration
 2026-06-25 15:32 UTC  (2+ messages)

[PATCH 1/2] tools/virtio: Add missing compat definitions for vhost_net_test
 2026-06-25 14:05 UTC  (2+ messages)

[PATCH] vhost/net: fix clear_user start address in VHOST_GET_FEATURES_ARRAY
 2026-06-25 13:56 UTC  (3+ messages)

[PATCH] tools/virtio: Remove unsupported --batch option from vhost_net_test
 2026-06-25 13:55 UTC  (2+ messages)

[PATCH v3 0/7] Prepare mutable list iterators to cache cursor state
 2026-06-25 11:00 UTC  (16+ messages)
` [PATCH v3 1/7] list: Add mutable iterator variants

[PATCH net v3 0/2] vsock/virtio: fix msg_iter desync on transmission failure
 2026-06-25 10:43 UTC  (3+ messages)
` [PATCH net v3 1/2] iov_iter: export iov_iter_restore

[PATCH] vdpa_sim: fix cleanup after worker creation failure
 2026-06-25  8:54 UTC  (2+ messages)

[RFCv2 PATCH 0/6] Support memory hotplug/unplug for TDX CoCo guests
 2026-06-25  6:38 UTC  (13+ messages)
` [RFCv2 PATCH 1/6] efi/unaccepted: Support hotplug memory in unaccepted bitmap via SRAT
` [RFCv2 PATCH 2/6] efi/unaccepted: Set unaccepted bits for all hotplug memory
` [RFCv2 PATCH 3/6] efi/unaccepted: Create plugged bitmap to support hotplug memory in coco guest
` [RFCv2 PATCH 4/6] x86/tdx: Implement arch_unaccept_memory()
` [RFCv2 PATCH 5/6] mm/memory_hotplug: Support ACPI hotplug/unplug for coco guest
` [RFCv2 PATCH 6/6] virtio-mem: Support memory "

[PATCH v3] virtio_net: disable cb when NAPI is busy-polled
 2026-06-25  1:28 UTC  (3+ messages)
  `  "

[PATCH v4] vhost/vdpa: reject overflowing PA map page counts on 32-bit
 2026-06-24 22:10 UTC  (2+ messages)

[PATCH v3] vhost/vdpa: reject overflowing PA map page counts on 32-bit
 2026-06-24 21:59 UTC  (2+ messages)

[PATCH v2] vhost/vdpa: reject overflowing PA map page counts on 32-bit
 2026-06-24 21:54 UTC  (2+ messages)

[PATCH] vhost/vdpa: reject overflowing PA map page counts
 2026-06-24 21:47 UTC  (3+ messages)

[syzbot] Monthly virt report (Jun 2026)
 2026-06-24 20:32 UTC 

[PATCH] drm/qxl: fix use-after-free in qxl_irq_handler on PCI
 2026-06-24 20:12 UTC 

[PATCH] scsi: virtio_scsi: fixup endian conversions for warning messages
 2026-06-24 18:07 UTC  (2+ messages)

[PATCH v2 0/4] virtio_balloon: quiesce balloon work on device shutdown
 2026-06-24 17:03 UTC  (14+ messages)
` [PATCH v2 1/4] virtio: add virtio_device_shutdown() helper
` [PATCH v2 2/4] virtio_balloon: factor out virtballoon_quiesce()
` [PATCH v2 3/4] virtio_balloon: quiesce balloon work before device shutdown
` [PATCH v2 4/4] virtio_balloon: warn on failed buffer add in tell_host()
    ` [PATCH v2 5/4] virtio_balloon: warn on failed buffer add in stats_handle_request()

[PATCH v5 00/15] drm: Improve logic behind damage handling
 2026-06-24 16:06 UTC  (3+ messages)
` [PATCH v5 01/15] drm/amd/display: Handle struct drm_plane_state.ignore_damage_clips

[PATCH net-next v3] vsock/virtio: rewrite MSG_ZEROCOPY flag handling
 2026-06-24  7:39 UTC  (3+ messages)

[PATCH 0/2] virtio_balloon: quiesce balloon work on device shutdown
 2026-06-23 19:27 UTC  (5+ messages)
` [PATCH 2/2] virtio_balloon: quiesce balloon work before "

[PATCH] virtio_console: fix endian conversion in handle_control_message()
 2026-06-23 12:23 UTC  (3+ messages)

[PATCH v2] virtio_net: disable cb when NAPI is busy-polled
 2026-06-23 10:15 UTC  (4+ messages)

[PATCH 0/2] tools: Fix tools/virtio test build
 2026-06-23  3:17 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