virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-10 03:42:52 to 2023-07-24 09:16:37 UTC [more...]

[PATCH v1] vdpa: Complement vdpa_nl_policy for nlattr length check
 2023-07-24  9:16 UTC  (6+ messages)

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

[PATCH net-next v4 0/2] virtio-net: don't busy poll for cvq command
 2023-07-24  7:18 UTC  (18+ 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

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 v11 00/10] virtio core prepares for AF_XDP
 2023-07-20 17:21 UTC  (60+ messages)
` [PATCH vhost v11 01/10] virtio_ring: check use_dma_api before unmap desc for indirect
` [PATCH vhost v11 02/10] virtio_ring: put mapping error check in vring_map_one_sg
` [PATCH vhost v11 03/10] virtio_ring: introduce virtqueue_set_premapped()
` [PATCH vhost v11 04/10] virtio_ring: support add premapped buf
` [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 07/10] virtio_ring: correct the expression of the description of virtqueue_resize()
` [PATCH vhost v11 08/10] virtio_ring: separate the logic of reset/enable from virtqueue_resize
` [PATCH vhost v11 09/10] virtio_ring: introduce virtqueue_reset()
` [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-20 17:14 UTC  (6+ 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

vdpa: use io_uring passthrough command for IOCTLs [was Re: [PATCH 1/2] Reduce vdpa initialization / startup overhead]
 2023-07-18 10:32 UTC 

[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

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

[PATCH net-next V1 0/4] virtio_net: add per queue interrupt coalescing support
 2023-07-14  2:10 UTC  (8+ messages)
  ` [PATCH net-next V1 1/4] virtio_net: extract interrupt coalescing settings to a structure
  ` [PATCH net-next V1 2/4] virtio_net: extract get/set interrupt coalesce to a function
  ` [PATCH net-next V1 3/4] virtio_net: support per queue interrupt coalesce command

[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  (10+ messages)

[PATCH v2 virtio 0/5] pds_vdpa: mac, reset, and irq updates
 2023-07-13  5:09 UTC  (10+ 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 4/5] pds_vdpa: alloc irq vectors on DRIVER_OK
` [PATCH v2 virtio 5/5] pds_vdpa: fix up debugfs feature bit printing

[PATCH] Revert "virtio-scsi: Send "REPORTED LUNS CHANGED" sense data upon disk hotplug events"
 2023-07-12 14:26 UTC  (11+ messages)

[PATCH 2/7] drm/qxl: switch to using drm_exec
 2023-07-12 12:47 UTC  (2+ messages)
` [PATCH 4/7] drm/virtgpu: "

(subset) [PATCH v2 00/24] use vmalloc_array and vcalloc
 2023-07-11 16:31 UTC 

[RFC 1/4] vduse: Add the struct to save the vq reconnect info
 2023-07-11 14:18 UTC  (2+ messages)
  ` [RFC 2/4] vduse: Add file operation for mmap

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

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

[PATCH virtio 0/4] pds_vdpa: mac, reset, and irq updates
 2023-07-10 15:42 UTC  (6+ messages)
` [PATCH virtio 1/4] pds_vdpa: reset to vdpa specified mac

[RFC PATCH 0/3] x86/paravirt: Get rid of paravirt patching
 2023-07-10 12:29 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;
as well as URLs for NNTP newsgroup(s).