Linux virtualization list
 help / color / mirror / Atom feed
 messages from 2026-07-20 10:23:11 to 2026-07-24 14:10:20 UTC [more...]

[PATCH v9 00/11] sched, steal_governor: Introduce preferred CPUs and steal-driven vCPU backoff
 2026-07-24 14:07 UTC  (12+ messages)
` [PATCH v9 01/11] sched/docs: Document cpu_preferred_mask and Preferred CPU concept
` [PATCH v9 02/11] cpumask: Introduce cpu_preferred_mask
` [PATCH v9 03/11] sysfs: Add preferred CPU file
` [PATCH v9 04/11] sched/core: Try to use a preferred CPU in is_cpu_allowed
` [PATCH v9 05/11] sched/fair: Load balance only among preferred CPUs
` [PATCH v9 06/11] sched/core: Push current task from non preferred CPU
` [PATCH v9 07/11] sched/debug: Add migration stats due to non preferred CPUs
` [PATCH v9 08/11] virt: Introduce steal governor driver
` [PATCH v9 09/11] virt/steal_governor: Add control knobs for handling steal values
` [PATCH v9 10/11] virt/steal_governor: Implement steal_governor policy loop
` [PATCH v9 11/11] virt/steal_governor: Enable the driver

[PATCH] drm/qxl: avoid hangs on an unresponsive SPICE host
 2026-07-24 12:26 UTC 

[PATCH v6 0/5] vhost/vsock: add support for VHOST_RESET_OWNER and CPR migration
 2026-07-24 11:45 UTC  (6+ messages)
` [PATCH v6 1/5] vhost/vsock: split out vhost_vsock_drop_backends helper
` [PATCH v6 2/5] vhost/vsock: suppress EHOSTUNREACH fast-fail during CPR pause
` [PATCH v6 3/5] vhost/vsock: re-scan TX virtqueue on device start
` [PATCH v6 4/5] vhost: synchronize with RCU readers when freeing workers
` [PATCH v6 5/5] vhost/vsock: add VHOST_RESET_OWNER ioctl

[PATCH v2] drm/virtio: fix deadlock in display_info_cb by removing hotplug from dequeue worker
 2026-07-24 11:22 UTC  (5+ messages)

[PATCH 1/3] hw/virtio: Optimize vhost_log_sync_range to avoid N^2 complexity
 2026-07-24  9:56 UTC  (2+ messages)

[PATCH 2/3] hw/virtio: Implement vhost_log_start and vhost_log_stop
 2026-07-24  9:51 UTC  (4+ messages)
` [PATCH 3/3] hw/virtio: Add error handling for vhost_virtqueue_mask failure

[PATCH] hw/net/virtio-net: Remove dangerous cast in receive_header
 2026-07-24  9:44 UTC  (2+ messages)

[PATCH] vsock: use sock_error() to consume sk_err after connect timeout
 2026-07-24  7:34 UTC  (10+ messages)

[PATCH] vhost-scsi: flush backend after device ioctls
 2026-07-24  6:09 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] vhost-scsi: fix T10-PI lifecycle hard BUG after endpoint
 2026-07-24  3:43 UTC  (4+ messages)
  ` [PATCH v2] vhost-scsi: reject feature changes "

[RFC PATCH] virtio_balloon: add VIRTIO_BALLOON_F_REPORTING_PM_SAFE feature bit
 2026-07-24  1:46 UTC 

[PATCH v2 1/4] virtio-mem: validate device-reported block size
 2026-07-24  1:16 UTC  (19+ messages)

[PATCH v5 0/5] media: add virtio-media driver
 2026-07-23 18:32 UTC  (6+ messages)
` [PATCH v5 1/5] media: virtio: Add skeleton "
` [PATCH v5 2/5] media: virtio: Add session management
` [PATCH v5 3/5] media: virtio: Add scatterlist builder
` [PATCH v5 4/5] media: virtio: Add ioctl operations and driver logic
` [PATCH v5 5/5] media: virtio: Add USERPTR memory type support

[PATCH net 0/1] vsock: clear stale sk_err before listen()
 2026-07-23 17:21 UTC  (2+ messages)
` [PATCH net 1/1] "

[PATCH v5 0/5] vhost/vsock: add support for VHOST_RESET_OWNER and CPR migration
 2026-07-23 17:17 UTC  (22+ messages)
` [PATCH v5 1/5] vhost/vsock: split out vhost_vsock_drop_backends helper
` [PATCH v5 2/5] vhost/vsock: suppress EHOSTUNREACH fast-fail during CPR pause
` [PATCH v5 3/5] vhost/vsock: re-scan TX virtqueue on device start
` [PATCH v5 4/5] vhost: synchronize with RCU readers when freeing workers
` [PATCH v5 5/5] vhost/vsock: add VHOST_RESET_OWNER ioctl

[PATCH] vhost: clear vq->worker under vq->mutex when freeing workers
 2026-07-23 15:33 UTC 

[PATCH] tools: Use fputc() calls in some functions
 2026-07-23 15:14 UTC  (5+ messages)

[PATCH] iommu/virtio: Set driver data before enabling virtqueues
 2026-07-23 11:44 UTC  (8+ messages)
` [PATCH] iommu/virtio: Handle iommu_device_register() failures
  ` [PATCH v2 0/3] iommu/virtio: Probe error handling and event buffer validation
  ` [PATCH v2 1/3] iommu/virtio: Set driver data before enabling virtqueues
  ` [PATCH v2 2/3] iommu/virtio: Handle iommu_device_register() failures
  ` [PATCH v2 3/3] iommu/virtio: Reject short event buffers

[PATCH v3] mm/page_reporting: use system_freezable_wq to fix UAF during suspend
 2026-07-23  9:15 UTC  (4+ messages)

[PATCH v1 0/2] iommu/virtio: Harden event handling
 2026-07-22 21:42 UTC  (5+ messages)
` [PATCH v1 1/2] iommu/virtio: Set driver data before enabling virtqueues
` [PATCH v1 2/2] iommu/virtio: Reject short event buffers

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

[PATCH] virtio: rtc: time out alarm requests
 2026-07-22 15:48 UTC  (2+ messages)

[RFC PATCH 0/4] virtio: SQ/CQ doorbell polling for vhost-scsi
 2026-07-22 11:00 UTC  (7+ messages)
` [RFC PATCH 1/4] common: add UAPI for SQ/CQ doorbell polling
` [RFC PATCH 2/4] vhost: host kernel support for SQ/CQ polling
` [RFC PATCH 3/4] virtio: guest driver "
` [RFC PATCH 4/4] virtio: add SQ/CQ polling mode support for vhost-scsi

[PATCH v8 00/11] sched, steal_governor: Introduce cpu_preferred_mask and steal-driven vCPU backoff
 2026-07-22 10:27 UTC  (18+ messages)
` [PATCH v8 01/11] sched/docs: Document cpu_preferred_mask and Preferred CPU concept
` [PATCH v8 02/11] cpumask: Introduce cpu_preferred_mask
` [PATCH v8 03/11] sysfs: Add preferred CPU file
` [PATCH v8 04/11] sched/core: Try to use a preferred CPU in is_cpu_allowed
` [PATCH v8 05/11] sched/fair: Load balance only among preferred CPUs
` [PATCH v8 06/11] sched/core: Push current task from non preferred CPU
` [PATCH v8 07/11] sched/debug: Add migration stats due to non preferred CPUs
` [PATCH v8 08/11] virt: Introduce steal governor driver
` [PATCH v8 09/11] virt/steal_governor: Add control knobs for handling steal values
` [PATCH v8 10/11] virt/steal_governor: Implement steal_governor policy loop
` [PATCH v8 11/11] virt/steal_governor: Enable the driver

[PATCH RFC v3 0/6] Add Rust virtio bindings and sample device
 2026-07-22  9:55 UTC  (7+ messages)

[PATCH] virtio_net: fix spelling of aggressively in comments
 2026-07-21 22:22 UTC  (2+ messages)

[PATCH] drm/virtio: Remove usage of drm_simple_encoder_init()
 2026-07-21 16:21 UTC 

[PATCH net] vhost-net: fix TX stall when vhost owns virtio-net header
 2026-07-21 13:20 UTC  (4+ messages)

[PATCH net v2 0/2] vsock/virtio: collapse receive queue under memory pressure
 2026-07-21 10:20 UTC  (6+ messages)
` [PATCH net v2 2/2] vsock/test: add test for small packets under pressure

[PATCH v3] virtio_ring: fix infinite loop in virtnet_poll_cleantx when device is broken
 2026-07-21  6:53 UTC  (2+ messages)

[PATCH v2] virtio_net: fix infinite loop in virtnet_poll_cleantx when device is broken
 2026-07-21  6:52 UTC  (2+ messages)

[PATCH v2 0/2] virtio_balloon: fix Use-After-Free bugs during PM freeze
 2026-07-20 23:44 UTC  (4+ messages)
` [PATCH v2 2/2] virtio_balloon: avoid shrinker execution during PM suspend

[PATCH v3] media: add virtio-media driver
 2026-07-20 20:50 UTC  (4+ messages)

[PATCH v4 0/8] media: add virtio-media driver
 2026-07-20 20:07 UTC  (12+ messages)
` [PATCH v4 1/8] media: virtio: Add protocol
` [PATCH v4 2/8] media: virtio: Add virtio-media driver structs and function declarations

[PATCH v2 00/15] drm/drm_simple: remove drm_simple_encoder_init
 2026-07-20 17:49 UTC  (17+ messages)
` [PATCH v2 01/15] drm/exynos: remove dependency on DRM simple helpers
` [PATCH v2 02/15] drm/xlnx/zynqmp_dpsub: "
` [PATCH v2 03/15] drm/tegra: "
` [PATCH v2 04/15] drm/fsl-dcu: "
` [PATCH v2 05/15] drm/kmb: "
` [PATCH v2 06/15] drm/virtio: "
` [PATCH v2 07/15] drm/tidss: "
` [PATCH v2 08/15] drm/imx: "
` [PATCH v2 09/15] drm/mediatek: "
` [PATCH v2 10/15] drm/renesas/shmobile: "
` [PATCH v2 11/15] drm/hisilicon/kirin: "
` [PATCH v2 12/15] drm/arm/komeda: "
` [PATCH v2 13/15] drm/meson: "
` [PATCH v2 14/15] drm/drm_simple: remove deprecated drm_simple_encoder_init function
` [PATCH v2 15/15] Documentation/gpu: remove completed drm_simple_encoder_init() todo

[PATCH v4 6/8] media: virtio: Add virtio_media_driver
 2026-07-20 15:48 UTC  (8+ messages)

[PATCH 00/15] drm/drm_simple: remove drm_simple_encoder_init
 2026-07-20 15:27 UTC  (5+ messages)
` [PATCH 01/15] drm/exynos: remove dependency on DRM simple helpers

[PATCH 2/3] sched: Convert paravirt_steal to new static key APIs
 2026-07-20 10:35 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