virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-13 04:06:19 to 2023-07-27 07:51:59 UTC [more...]

[PATCH RFC net-next v5 10/14] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
 2023-07-27  7:51 UTC  (4+ messages)
  ` [PATCH RFC net-next v5 11/14] vhost/vsock: implement datagram support
` [PATCH RFC net-next v5 00/14] virtio/vsock: support datagrams

[PATCH net-next v4 0/2] virtio-net: don't busy poll for cvq command
 2023-07-27  6:10 UTC  (25+ messages)
` [PATCH net-next v4 1/2] virtio-net: convert rx mode setting to use workqueue
` [PATCH net-next v4 2/2] virtio-net: add cond_resched() to the command waiting loop

[PATCH] virtio-vdpa: Fix cpumask memory leak in virtio_vdpa_find_vqs()
 2023-07-27  6:09 UTC  (2+ messages)

[PATCH] x86/paravirt: Fix tlb_remove_table function callback prototype warning
 2023-07-27  5:14 UTC  (2+ messages)

[PATCH v2 03/47] mm: shrinker: add infrastructure for dynamically allocating shrinker
 2023-07-26 23:09 UTC  (4+ messages)
  ` [PATCH v2 44/47] mm: shrinker: make global slab shrink lockless

[PATCH 0/2] vdpa: Enable strict validation for netlink ops
 2023-07-26 19:28 UTC  (8+ messages)
` [PATCH 1/2] vdpa: Complement vdpa_nl_policy for nlattr length check
` [PATCH 2/2] vdpa: Enable strict validation for netlinks ops

[PATCH v2 0/2] vdpa: Enable strict validation for netlink ops
 2023-07-26 19:27 UTC  (4+ messages)
` [PATCH 1/2] vdpa: Complement vdpa_nl_policy for nlattr length check
` [PATCH 2/2] vdpa: Enable strict validation for netlinks ops

[PATCH] vdpa/mlx5: Fix crash on shutdown for when no ndev exists
 2023-07-26 19:26 UTC  (2+ messages)

[PATCH v1] vdpa: Complement vdpa_nl_policy for nlattr length check
 2023-07-26 11:47 UTC  (10+ messages)

[PATCH net-next v3 4/4] vsock/test: MSG_PEEK test for SOCK_SEQPACKET
 2023-07-26 10:02 UTC  (2+ messages)
` [PATCH net-next v3 0/4] virtio/vsock: some updates for MSG_PEEK flag

vdpa: use io_uring passthrough command for IOCTLs [was Re: [PATCH 1/2] Reduce vdpa initialization / startup overhead]
 2023-07-26  8:10 UTC  (2+ messages)

[PATCH] vduse: Use proper spinlock for IRQ injection
 2023-07-26  5:38 UTC  (2+ messages)

[PATCH net] virtio-net: fix race between set queues and probe
 2023-07-26  1:54 UTC  (4+ messages)

[RFC PATCH v2 1/4] virtio/vsock: rework MSG_PEEK for SOCK_STREAM
 2023-07-25 15:41 UTC  (4+ messages)
  ` [RFC PATCH v2 2/4] virtio/vsock: support MSG_PEEK for SOCK_SEQPACKET
  ` [RFC PATCH v2 3/4] vsock/test: rework MSG_PEEK test for SOCK_STREAM
  ` [RFC PATCH v2 4/4] vsock/test: MSG_PEEK test for SOCK_SEQPACKET

[PATCH net-next v3 2/4] vsock/virtio: support to send non-linear skb
 2023-07-25 13:36 UTC  (14+ messages)
  ` [PATCH net-next v3 4/4] vsock/virtio: MSG_ZEROCOPY flag support

[PATCH vhost v11 00/10] virtio core prepares for AF_XDP
 2023-07-25 11:07 UTC  (54+ messages)
` [PATCH vhost v11 03/10] virtio_ring: introduce virtqueue_set_premapped()
` [PATCH vhost v11 05/10] virtio_ring: introduce virtqueue_dma_dev()
` [PATCH vhost v11 06/10] virtio_ring: skip unmap for premapped
` [PATCH vhost v11 10/10] virtio_net: merge dma operation for one page

[PATCH v1] virtio-pci: Fix legacy device flag setting error in probe
 2023-07-25  4:18 UTC  (9+ messages)

[PATCH net-next V3 3/4] virtio_net: support per queue interrupt coalesce command
 2023-07-24  7:32 UTC 

ICITS'24 - The 2024 International Conference on Information Technology & Systems |Temuco, Chile
 2023-07-23 17:10 UTC 

[PATCH v11 0/8] Use copy_process in vhost layer
 2023-07-23  9:31 UTC  (5+ messages)
` [PATCH v11 8/8] vhost: use vhost_tasks for worker threads

[PATCH v2 21/22] i2c: virtio: Remove #ifdef guards for PM related functions
 2023-07-22 15:07 UTC  (2+ messages)

[PATCH vhost v12 00/10] virtio core prepares for AF_XDP
 2023-07-20  2:31 UTC  (14+ messages)
` [PATCH vhost v12 01/10] virtio_ring: check use_dma_api before unmap desc for indirect
` [PATCH vhost v12 02/10] virtio_ring: put mapping error check in vring_map_one_sg
` [PATCH vhost v12 03/10] virtio_ring: introduce virtqueue_set_dma_premapped()
` [PATCH vhost v12 04/10] virtio_ring: support add premapped buf
` [PATCH vhost v12 05/10] virtio_ring: introduce virtqueue_dma_dev()
` [PATCH vhost v12 06/10] virtio_ring: skip unmap for premapped
` [PATCH vhost v12 07/10] virtio_ring: correct the expression of the description of virtqueue_resize()
` [PATCH vhost v12 08/10] virtio_ring: separate the logic of reset/enable from virtqueue_resize
` [PATCH vhost v12 09/10] virtio_ring: introduce virtqueue_reset()
` [PATCH vhost v12 10/10] virtio_net: merge dma operations when filling mergeable buffers

[PATCH] vdpa: reject F_ENABLE_AFTER_DRIVER_OK if backend does not support it
 2023-07-20  0:03 UTC  (9+ messages)

[PATCH] vpda: pds: fix building without debugfs
 2023-07-19 23:04 UTC 

[PATCH 1/1] MAINTAINERS: add vhost-scsi entry and myself as a co-maintainer
 2023-07-19 14:42 UTC  (4+ messages)

[PATCH net-next v2 2/4] vsock/virtio: support to send non-linear skb
 2023-07-19  7:36 UTC  (2+ messages)

[PATCH RFC net] virtio-net: add timeout for virtnet_send_command()
 2023-07-18 19:09 UTC 

[PATCH 0/2] eventfd: simplify signal helpers
 2023-07-18 15:56 UTC  (5+ messages)

[PATCH net-next v1 1/4] vsock/virtio/vhost: read data from non-linear skb
 2023-07-18 13:51 UTC  (2+ messages)
  ` [PATCH net-next v1 4/4] vsock/virtio: MSG_ZEROCOPY flag support

[PATCH] iommu: Explicitly include correct DT includes
 2023-07-14 17:46 UTC 

[PATCH v1 0/4] virtio-mem: memory unplug/offlining related cleanups
 2023-07-14  9:55 UTC  (7+ messages)
` [PATCH v1 1/4] virtio-mem: remove unsafe unplug in Big Block Mode (BBM)
` [PATCH v1 2/4] virtio-mem: convert most offline_and_remove_memory() errors to -EBUSY
` [PATCH v1 3/4] virtio-mem: keep retrying on offline_and_remove_memory() errors in Sub Block Mode (SBM)
` [PATCH v1 4/4] virtio-mem: check if the config changed before fake offlining memory

[Freedreno] [PATCH RFC v1 00/52] drm/crtc: Rename struct drm_crtc::dev to drm_dev
 2023-07-14  7:38 UTC  (9+ messages)
    `  "

[PATCH net-next V1 0/4] virtio_net: add per queue interrupt coalescing support
 2023-07-14  2:10 UTC  (2+ messages)

[PATCH 0/2] eventfd: simplify signal helpers
 2023-07-13 17:10 UTC 

[CfP] Confidential Computing Microconference @ LPC 2023
 2023-07-13 15:50 UTC 

[PATCH v2 0/2] vhost-scsi: Fix IO hangs when using windows
 2023-07-13 14:07 UTC  (8+ messages)

[PATCH v2 virtio 0/5] pds_vdpa: mac, reset, and irq updates
 2023-07-13  5:09 UTC  (9+ messages)
` [PATCH v2 virtio 1/5] pds_vdpa: reset to vdpa specified mac
` [PATCH v2 virtio 2/5] pds_vdpa: always allow offering VIRTIO_NET_F_MAC
` [PATCH v2 virtio 3/5] pds_vdpa: clean and reset vqs entries
` [PATCH v2 virtio 5/5] pds_vdpa: fix up debugfs feature bit printing


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