virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-22 17:09:55 to 2024-03-28 00:22:11 UTC [more...]

[PATCH v3 0/3] vhost: Fix stale available ring entries
 2024-03-28  0:21 UTC 

[PATCH v2 1/1] vhost: Added pad cleanup if vnet_hdr is not present
 2024-03-27 23:18 UTC 

[PATCH untested] vhost: order avail ring reads after index updates
 2024-03-27 20:04 UTC  (3+ messages)

[PATCH 1/2] drm/qxl: remove unused `count` variable from `qxl_surface_id_alloc()`
 2024-03-27 18:14 UTC  (3+ messages)
` [PATCH 2/2] drm/qxl: remove unused variable from `qxl_process_single_command()`

drivers/gpu/drm/qxl/qxl_cmd.c:424:6: error: variable 'count' set but not used
 2024-03-27 18:12 UTC  (4+ messages)

[PATCH 00/22] virtio: store owner from modules with register_virtio_driver()
 2024-03-27 15:52 UTC  (28+ messages)
` [PATCH 01/22] "
` [PATCH 02/22] um: virt-pci: drop owner assignment
` [PATCH 03/22] virtio_blk: "
` [PATCH 04/22] bluetooth: virtio: "
` [PATCH 05/22] hwrng: "
` [PATCH 06/22] virtio_console: "
` [PATCH 07/22] crypto: virtio - "
` [PATCH 08/22] firmware: arm_scmi: virtio: "
` [PATCH 09/22] gpio: "
` [PATCH 10/22] drm/virtio: "
` [PATCH 11/22] iommu: virtio: "
` [PATCH 12/22] misc: nsm: "
` [PATCH 13/22] net: caif: virtio: "
` [PATCH 14/22] net: "
` [PATCH 15/22] net: 9p: "
` [PATCH 16/22] net: vmw_vsock: "
` [PATCH 17/22] wireless: mac80211_hwsim: "
` [PATCH 18/22] nvdimm: virtio_pmem: "
` [PATCH 19/22] rpmsg: virtio: "
` [PATCH 20/22] scsi: "
` [PATCH 21/22] fuse: "
` [PATCH 22/22] sound: "

[linux-next:master] BUILD REGRESSION 26074e1be23143b2388cacb36166766c235feb7c
 2024-03-27 15:32 UTC 

[PATCH net v2 1/2] virtio_net: Do not set rss_indir if RSS is not supported
 2024-03-27 13:51 UTC  (6+ messages)
` [PATCH net v2 2/2] virtio_net: Do not send RSS key if it "

Bug#1054514: linux-image-6.1.0-13-amd64: Debian VM with qxl graphics freezes frequently
 2024-03-27 13:27 UTC  (5+ messages)
` [PATCH 0/1] drm/qxl: fixes qxl_fence_wait
  ` [PATCH 1/1] "

FAILED: Patch "virtio: reenable config if freezing device failed" failed to apply to 4.19-stable tree
 2024-03-27 12:26 UTC 

FAILED: Patch "virtio: reenable config if freezing device failed" failed to apply to 5.4-stable tree
 2024-03-27 12:22 UTC 

FAILED: Patch "virtio: reenable config if freezing device failed" failed to apply to 5.10-stable tree
 2024-03-27 12:19 UTC 

FAILED: Patch "virtio: reenable config if freezing device failed" failed to apply to 5.15-stable tree
 2024-03-27 12:15 UTC 

FAILED: Patch "virtio: reenable config if freezing device failed" failed to apply to 6.1-stable tree
 2024-03-27 12:12 UTC 

[PATCH v2 0/2] vhost: Fix stale available ring entries
 2024-03-27 12:07 UTC  (12+ messages)
` [PATCH v2 1/2] vhost: Add smp_rmb() in vhost_vq_avail_empty()
` [PATCH v2 2/2] vhost: Add smp_rmb() in vhost_enable_notify()

[PATCH net-next 0/4] Remove RTNL lock protection of CVQ
 2024-03-27 12:00 UTC  (14+ messages)
` [PATCH net-next 1/4] virtio_net: Store RSS setting in virtnet_info
` [PATCH net-next 2/4] virtio_net: Remove command data from control_buf
` [PATCH net-next 3/4] virtio_net: Add a lock for the command VQ
` [PATCH net-next 4/4] virtio_net: Remove rtnl lock protection of command buffers

[PATCH] virtio_ring: Fix the stale index in available ring
 2024-03-27 11:56 UTC  (16+ messages)

[PATCH] virtio: vdpa: vDPA driver for Marvell OCTEON DPU devices
 2024-03-27 11:21 UTC 

[PATCH vhost v6 00/10] virtio: drivers maintain dma info for premapped vq
 2024-03-27 11:14 UTC  (11+ messages)
` [PATCH vhost v6 01/10] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH vhost v6 02/10] virtio_ring: packed: remove double check of the unmap ops
` [PATCH vhost v6 03/10] virtio_ring: packed: structure the indirect desc table
` [PATCH vhost v6 04/10] virtio_ring: split: remove double check of the unmap ops
` [PATCH vhost v6 05/10] virtio_ring: split: structure the indirect desc table
` [PATCH vhost v6 06/10] virtio_ring: no store dma info when unmap is not needed
` [PATCH vhost v6 07/10] virtio: find_vqs: add new parameter premapped
` [PATCH vhost v6 08/10] virtio_ring: export premapped to driver by struct virtqueue
` [PATCH vhost v6 09/10] virtio_net: set premapped mode by find_vqs()
` [PATCH vhost v6 10/10] virtio_ring: virtqueue_set_dma_premapped support disable

[PATCH vhost v6 0/6] refactor the params of find_vqs()
 2024-03-27  9:57 UTC  (7+ messages)
` [PATCH vhost v6 1/6] virtio_balloon: remove the dependence where names[] is null
` [PATCH vhost v6 2/6] virtio: remove support for names array entries being null
` [PATCH vhost v6 3/6] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v6 4/6] virtio: vring_create_virtqueue: "
` [PATCH vhost v6 5/6] virtio: vring_new_virtqueue(): "
` [PATCH vhost v6 6/6] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

[PATCH v3] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
 2024-03-27  9:08 UTC  (3+ messages)

[PATCH vhost v5 00/10] virtio: drivers maintain dma info for premapped vq
 2024-03-27  8:47 UTC  (16+ messages)
` [PATCH vhost v5 01/10] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH vhost v5 02/10] virtio_ring: packed: remove double check of the unmap ops
` [PATCH vhost v5 03/10] virtio_ring: packed: structure the indirect desc table
` [PATCH vhost v5 04/10] virtio_ring: split: remove double check of the unmap ops
` [PATCH vhost v5 05/10] virtio_ring: split: structure the indirect desc table
` [PATCH vhost v5 06/10] virtio_ring: no store dma info when unmap is not needed
` [PATCH vhost v5 07/10] virtio: find_vqs: add new parameter premapped
` [PATCH vhost v5 08/10] virtio_ring: export premapped to driver by struct virtqueue
` [PATCH vhost v5 09/10] virtio_net: set premapped mode by find_vqs()
` [PATCH vhost v5 10/10] virtio_ring: virtqueue_set_dma_premapped support disable

[PATCH vhost v4 00/10] virtio: drivers maintain dma info for premapped vq
 2024-03-27  7:11 UTC  (18+ messages)
` [PATCH vhost v4 02/10] virtio_ring: packed: remove double check of the unmap ops
` [PATCH vhost v4 03/10] virtio_ring: packed: structure the indirect desc table
` [PATCH vhost v4 10/10] virtio_ring: virtqueue_set_dma_premapped support disable

REGRESSION: RIP: 0010:skb_release_data+0xb8/0x1e0 in vhost/tun
 2024-03-27  7:08 UTC  (13+ messages)

[syzbot] [virtualization?] net boot error: WARNING: refcount bug in __free_pages_ok
 2024-03-26 22:38 UTC 

[PATCH vhost v4 0/6] refactor the params of find_vqs()
 2024-03-26 20:23 UTC  (12+ messages)
` [PATCH vhost v4 1/6] virtio_balloon: remove the dependence where names[] is null

[PATCH 0/2] LoongArch: Add steal time support
 2024-03-26  8:15 UTC  (5+ messages)
` [PATCH 1/2] LoongArch: KVM: Add steal time support in kvm side
` [PATCH 2/2] LoongArch: Add steal time support in guest side

[PATCH vhost v5 0/6] refactor the params of find_vqs()
 2024-03-26  7:42 UTC  (13+ messages)
` [PATCH vhost v5 1/6] virtio_balloon: remove the dependence where names[] is null
` [PATCH vhost v5 2/6] virtio: remove support for names array entries being null
` [PATCH vhost v5 3/6] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v5 4/6] virtio: vring_create_virtqueue: "
` [PATCH vhost v5 5/6] virtio: vring_new_virtqueue(): "
` [PATCH vhost v5 6/6] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

[PATCH net v2] virtio-net: fix possible dim status unrecoverable
 2024-03-26  6:25 UTC 

[PATCH 0/2] virtio-net: a fix and some updates for virtio dim
 2024-03-26  6:05 UTC  (21+ messages)
` [PATCH 1/2] virtio-net: fix possible dim status unrecoverable
` [PATCH 2/2] virtio-net: reduce the CPU consumption of dim worker

[PATCH 00/64] i2c: reword i2c_algorithm according to newest specification
 2024-03-26  0:36 UTC  (10+ messages)
` [PATCH 64/64] i2c: reword i2c_algorithm in drivers "

[PATCH] vsock/virtio: fix packet delivery to tap device
 2024-03-25 18:24 UTC  (2+ messages)

Reply: [PATCH v2] vp_vdpa: fix the method of calculating vectors
 2024-03-25 15:07 UTC 

Reply: [PATCH v2] vp_vdpa: Fix return value check vp_vdpa_request_irq
 2024-03-25 14:46 UTC 

[PATCH] virtio_net: Do not send RSS key if it is not supported
 2024-03-25 12:34 UTC  (7+ messages)

[PATCH v2] vp_vdpa: Fix return value check vp_vdpa_request_irq
 2024-03-25 11:03 UTC 

[PATCH v2] vp_vdpa: Fix return value check vp_vdpa_request_irq
 2024-03-25 10:54 UTC 

[PATCH v3 0/8] IOMMUFD: Deliver IO page faults to user space
 2024-03-25  5:01 UTC  (25+ messages)
` [PATCH v3 2/8] iommu/sva: Use iopf domain attach/detach interface
` [PATCH v3 3/8] iommufd: Add fault and response message definitions
` [PATCH v3 4/8] iommufd: Add iommufd fault object
` [PATCH v3 5/8] iommufd: Associate fault object with iommufd_hw_pgtable

[PATCH v7 0/7] LoongArch: Add pv ipi support on LoongArch VM
 2024-03-23 19:02 UTC  (5+ messages)
` [PATCH v7 3/7] LoongArch: KVM: Add cpucfg area for kvm hypervisor
` [PATCH v7 7/7] Documentation: KVM: Add hypercall for LoongArch


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