virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-13 07:42:30 to 2024-09-29 06:58:19 UTC [more...]

[syzbot] [dri?] [virt?] INFO: task hung in drm_atomic_get_plane_state
 2024-09-29  6:58 UTC 

[PATCH RFC v4 0/9] tun: Introduce virtio-net hashing feature
 2024-09-29  2:07 UTC  (18+ messages)
` [PATCH RFC v4 1/9] skbuff: Introduce SKB_EXT_TUN_VNET_HASH
` [PATCH RFC v4 2/9] virtio_net: Add functions for hashing
` [PATCH RFC v4 3/9] net: flow_dissector: Export flow_keys_dissector_symmetric
` [PATCH RFC v4 4/9] tap: Pad virtio header with zero
` [PATCH RFC v4 5/9] tun: "
` [PATCH RFC v4 6/9] tun: Introduce virtio-net hash reporting feature
` [PATCH RFC v4 7/9] tun: Introduce virtio-net RSS
` [PATCH RFC v4 8/9] selftest: tun: Add tests for virtio-net hashing
` [PATCH RFC v4 9/9] vhost/net: Support VIRTIO_NET_F_HASH_REPORT

[syzbot] [net?] [virt?] BUG: unable to handle kernel paging request in clear_page_erms (6)
 2024-09-28 14:29 UTC 

[PATCH 1/1] virtio-blk: Add description for blk_size field
 2024-09-28  0:22 UTC  (4+ messages)

[PATCH] virtio: Fixes errors: uninitialized symbol
 2024-09-27 15:53 UTC 

[PATCH v3] docs/gpu: ci: update flake tests requirements
 2024-09-27 14:35 UTC  (3+ messages)

[PATCH] virtio: console: Fix atomicity violation in fill_readbuf()
 2024-09-27  8:40 UTC 

[PATCH v2] virtio: Add polling virtio-mmio device reset completion
 2024-09-27  4:08 UTC  (4+ messages)

[PATCH v2] docs/gpu: ci: update flake tests requirements
 2024-09-26 23:01 UTC  (5+ messages)

Bouncing maintainer: Alexey Makhalov
 2024-09-26 17:46 UTC  (5+ messages)

[PATCH] MAINTAINERS: update Alexey Makhalov's email address
 2024-09-26 17:43 UTC 

[GIT PULL v2] virtio: features, fixes, cleanups
 2024-09-26 16:37 UTC  (2+ messages)

[PATCH] vhost/vsock: specify module version
 2024-09-26 16:16 UTC 

[PATCH v1] nvdimm: Correct some typos in comments
 2024-09-26 15:15 UTC  (2+ messages)

[PATCH v6] ptp: Add support for the AMZNC10C 'vmclock' device
 2024-09-26 10:32 UTC  (3+ messages)

[RESEND PATCH v3] virtio_net: Fix mismatched buf address when unmapping for small packets
 2024-09-26  8:40 UTC  (4+ messages)

[PATCH 1/2] Virtio: Add CONFIG_VIRTIO_MMIO_POLL_RESET
 2024-09-26  6:46 UTC  (9+ messages)
` [PATCH 2/2] virtio: Add polling virtio-mmio device reset completion

[PATCH] vhost-vdpa: Refactor copy_to_user() usage in vhost_vdpa_get_config()
 2024-09-26  6:04 UTC  (3+ messages)
  `  "

[GIT PULL] virtio: features, fixes, cleanups
 2024-09-25 11:11 UTC  (4+ messages)

[PATCH v2 00/10] drm/bochs: Modernize driver
 2024-09-25  8:46 UTC  (5+ messages)
` [PATCH v2 02/10] drm/bochs: Use helpers for struct drm_edid

[PATCH v2] drm/ci: uprev mesa, IGT and deqp-runner
 2024-09-25  7:59 UTC  (2+ messages)

[PATCH] virtio_pmem: Add freeze/restore callbacks
 2024-09-25  7:30 UTC  (6+ messages)

[PATCH] virtio: Make vring_new_virtqueue support for packed vring
 2024-09-25  4:22 UTC  (3+ messages)

[RFC net-next v1 00/12] virtio-net: support AF_XDP zero copy (tx)
 2024-09-24 11:41 UTC  (23+ messages)
` [RFC net-next v1 01/12] virtio_ring: introduce vring_need_unmap_buffer
` [RFC net-next v1 02/12] virtio_ring: split: record extras for indirect buffers
` [RFC net-next v1 03/12] virtio_ring: packed: "
` [RFC net-next v1 04/12] virtio_ring: perform premapped operations based on per-buffer
` [RFC net-next v1 05/12] virtio-net: rq submits premapped per-buffer
` [RFC net-next v1 06/12] virtio_ring: remove API virtqueue_set_dma_premapped
` [RFC net-next v1 07/12] virtio_net: refactor the xmit type
` [RFC net-next v1 08/12] virtio_net: xsk: bind/unbind xsk for tx
` [RFC net-next v1 09/12] virtio_net: xsk: prevent disable tx napi
` [RFC net-next v1 10/12] virtio_net: xsk: tx: support xmit xsk buffer
` [RFC net-next v1 11/12] virtio_net: update tx timeout record
` [RFC net-next v1 12/12] virtio_net: xdp_features add NETDEV_XDP_ACT_XSK_ZEROCOPY

[PATCH v2] virtio_blk: implement init_hctx MQ operation
 2024-09-24 10:26 UTC  (8+ messages)

[PATCH v2 0/2] vhost-vdpa: Add support for NO-IOMMU mode
 2024-09-24 10:01 UTC  (6+ messages)
` [PATCH v2 1/2] vhost-vdpa: introduce module parameter for no-IOMMU mode
` [PATCH v2 2/2] vhost-vdpa: introduce NO-IOMMU backend feature bit
    ` [EXTERNAL] "

[syzbot] [block?] [virt?] kernel panic: corrupted stack end in kernel_init (2)
 2024-09-24 10:00 UTC  (2+ messages)
` [syzbot] [ntfs3?] "

[PATCH] fuse: cleanup request queuing towards virtiofs
 2024-09-24  9:52 UTC  (6+ messages)

[PATCH RFC v3 0/9] tun: Introduce virtio-net hashing feature
 2024-09-24  8:57 UTC  (25+ messages)
` [PATCH RFC v3 1/9] skbuff: Introduce SKB_EXT_TUN_VNET_HASH
` [PATCH RFC v3 2/9] virtio_net: Add functions for hashing
` [PATCH RFC v3 3/9] net: flow_dissector: Export flow_keys_dissector_symmetric
` [PATCH RFC v3 4/9] tap: Pad virtio header with zero
` [PATCH RFC v3 5/9] tun: "
` [PATCH RFC v3 6/9] tun: Introduce virtio-net hash reporting feature
` [PATCH RFC v3 7/9] tun: Introduce virtio-net RSS
` [PATCH RFC v3 8/9] selftest: tun: Add tests for virtio-net hashing
` [PATCH RFC v3 9/9] vhost/net: Support VIRTIO_NET_F_HASH_REPORT

[PATCH v1] docs/gpu: ci: update flake tests requirements
 2024-09-24  8:05 UTC  (3+ messages)

[RESEND PATCH v1 0/7]vhost: Add support of kthread API
 2024-09-23  1:15 UTC  (7+ messages)

[PATCH v4] drm/qxl: Add drm_panic support
 2024-09-22 15:20 UTC 

[PATCH v3] drm/qxl: Add drm_panic support
 2024-09-21  6:40 UTC  (2+ messages)

[PATCH v2] drm/qxl: Add drm_panic support
 2024-09-20  9:52 UTC  (2+ messages)

[PATCH] virtio-pmem: reset device before delete vqs on device removal
 2024-09-20  9:06 UTC 

[RFC] Virtualizing tagged disaggregated memory capacity (app specific, multi host shared)
 2024-09-20  9:06 UTC  (7+ messages)

Looking for help and advice on using RPMSG-over-VIRTIO
 2024-09-19 12:26 UTC 

[RESEND PATCH v3] virtio_net: Fix mismatched buf address when unmapping for small packets
 2024-09-19  7:09 UTC  (2+ messages)

[PATCH v5] ptp: Add support for the AMZNC10C 'vmclock' device
 2024-09-18 16:57 UTC  (3+ messages)

[PATCH] vdpa/octeon_ep: Fix format specifier for pointers in debug messages
 2024-09-18 16:25 UTC  (9+ messages)
  ` [EXTERNAL] "

[PATCH v3] virtio_net: Fix mismatched buf address when unmapping for small packets
 2024-09-18 14:58 UTC  (2+ messages)

[PATCH v2] vdpa/octeon_ep: Fix format specifier for pointers in debug messages
 2024-09-18 12:27 UTC 

[PATCH] virtio_console: fix misc probe bugs
 2024-09-17  8:39 UTC  (3+ messages)

0010:virtnet_rq_alloc+0x8f/0x1b0 [virtio_net] with 6.10.7 and packed virtqueues
 2024-09-16  7:32 UTC  (8+ messages)

[PATCH 1/6] blk-mq: introduce blk_mq_hctx_map_queues
 2024-09-16  6:48 UTC  (5+ messages)

[PATCH] vhost/net: Set num_buffers for virtio 1.0
 2024-09-15  1:35 UTC 

[syzbot] [virt?] [netfilter?] INFO: rcu detected stall in ip_list_rcv (6)
 2024-09-14 16:12 UTC 

[CFP] AHPC3: The 1st Workshop on Accelerated HPC in the Cloud-Edge Continuum
 2024-09-13 12:10 UTC 

[PATCH 0/6] EDITME: blk: refactor queue affinity helpers
 2024-09-13  7:42 UTC  (6+ messages)
` [PATCH 2/6] scsi: replace blk_mq_pci_map_queues with blk_mq_hctx_map_queues
` [PATCH 3/6] scsi: hisi_sas: "
` [PATCH 4/6] nvme: "
` [PATCH 5/6] virtio: blk/scsi: replace blk_mq_virtio_map_queues "
` [PATCH 6/6] blk-mq: remove unused queue mapping helpers


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