messages from 2024-03-26 04:11:10 to 2024-03-29 09:13:36 UTC [more...]
[PATCH v3] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
2024-03-29 9:13 UTC (5+ messages)
[PATCH] virtio: vdpa: vDPA driver for Marvell OCTEON DPU devices
2024-03-29 4:28 UTC (2+ messages)
[PATCH vhost v6 00/10] virtio: drivers maintain dma info for premapped vq
2024-03-29 3:24 UTC (30+ 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 net v2] virtio-net: fix possible dim status unrecoverable
2024-03-29 2:19 UTC (3+ messages)
[PATCH net v2 1/2] virtio_net: Do not set rss_indir if RSS is not supported
2024-03-29 2:10 UTC (9+ messages)
` [PATCH net v2 2/2] virtio_net: Do not send RSS key if it "
[PATCH net-next v2 0/6] Remove RTNL lock protection of CVQ
2024-03-28 21:58 UTC (10+ messages)
` [PATCH net-next v2 1/6] virtio_net: Store RSS setting in virtnet_info
` [PATCH net-next v2 2/6] virtio_net: Remove command data from control_buf
` [PATCH net-next v2 3/6] virtio_net: Add a lock for the command VQ
` [PATCH net-next v2 4/6] virtio_net: Do DIM update for specified queue only
` [PATCH net-next v2 5/6] virtio_net: Add a lock for per queue RX coalesce
` [PATCH net-next v2 6/6] virtio_net: Remove rtnl lock protection of command buffers
[linux-next:master] BUILD REGRESSION a6bd6c9333397f5a0e2667d4d82fef8c970108f2
2024-03-28 18:09 UTC
[PATCH 00/22] virtio: store owner from modules with register_virtio_driver()
2024-03-28 15:39 UTC (30+ 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: "
[PATCH net-next 0/4] Remove RTNL lock protection of CVQ
2024-03-28 15:29 UTC (13+ messages)
` [PATCH net-next 2/4] virtio_net: Remove command data from control_buf
` [PATCH net-next 4/4] virtio_net: Remove rtnl lock protection of command buffers
[PATCH 1/2] drm/qxl: remove unused `count` variable from `qxl_surface_id_alloc()`
2024-03-28 14:07 UTC (5+ messages)
` [PATCH 2/2] drm/qxl: remove unused variable from `qxl_process_single_command()`
[PATCH] drm/virtio: add driver_priv validation in virtio_gpu_create_context
2024-03-28 13:43 UTC
[PATCH RFC 04/10] mm: page_frag: add '_va' suffix to page_frag API
2024-03-28 13:38 UTC
[PATCH v3 0/3] vhost: Fix stale available ring entries
2024-03-28 9:48 UTC (8+ messages)
` [PATCH v3 1/3] vhost: Add smp_rmb() in vhost_vq_avail_empty()
` [PATCH v3 2/3] vhost: Add smp_rmb() in vhost_enable_notify()
` [PATCH v3 3/3] vhost: Improve vhost_get_avail_idx() with smp_rmb()
[PATCH v2 1/1] vhost: Added pad cleanup if vnet_hdr is not present
2024-03-28 7:46 UTC (3+ messages)
[PATCH vhost v7 0/6] refactor the params of find_vqs()
2024-03-28 8:06 UTC (8+ messages)
` [PATCH vhost v7 1/6] virtio_balloon: remove the dependence where names[] is null
` [PATCH vhost v7 2/6] virtio: remove support for names array entries being null
` [PATCH vhost v7 3/6] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v7 4/6] virtio: vring_create_virtqueue: "
` [PATCH vhost v7 5/6] virtio: vring_new_virtqueue(): "
` [PATCH vhost v7 6/6] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()
[PATCH vhost v6 0/6] refactor the params of find_vqs()
2024-03-28 6:36 UTC (15+ 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 v2 0/2] vhost: Fix stale available ring entries
2024-03-28 0:27 UTC (14+ 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 untested] vhost: order avail ring reads after index updates
2024-03-27 20:04 UTC (3+ messages)
drivers/gpu/drm/qxl/qxl_cmd.c:424:6: error: variable 'count' set but not used
2024-03-27 18:12 UTC (4+ messages)
[linux-next:master] BUILD REGRESSION 26074e1be23143b2388cacb36166766c235feb7c
2024-03-27 15:32 UTC
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] virtio_ring: Fix the stale index in available ring
2024-03-27 11:56 UTC (16+ messages)
[PATCH vhost v5 00/10] virtio: drivers maintain dma info for premapped vq
2024-03-27 8:47 UTC (6+ messages)
[PATCH vhost v4 00/10] virtio: drivers maintain dma info for premapped vq
2024-03-27 7:11 UTC (6+ messages)
` [PATCH vhost v4 02/10] virtio_ring: packed: remove double check of the unmap ops
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 (10+ 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 (9+ 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 0/2] virtio-net: a fix and some updates for virtio dim
2024-03-26 6:05 UTC (13+ messages)
` [PATCH 2/2] virtio-net: reduce the CPU consumption of dim worker
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).