virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-21 00:12:12 to 2023-03-24 15:40:09 UTC [more...]

[PATCH v4 0/9] vdpa_sim: add support for user VA
 2023-03-24 15:39 UTC  (9+ messages)
` [PATCH v4 1/9] vdpa: add bind_mm/unbind_mm callbacks
` [PATCH v4 2/9] vhost-vdpa: use bind_mm/unbind_mm device callbacks
` [PATCH v4 3/9] vringh: replace kmap_atomic() with kmap_local_page()
` [PATCH v4 4/9] vringh: define the stride used for translation
` [PATCH v4 5/9] vringh: support VA with iotlb
` [PATCH v4 6/9] vdpa_sim: make devices agnostic for work management
` [PATCH v4 7/9] vdpa_sim: use kthread worker
` [PATCH v4 8/9] vdpa_sim: replace the spinlock with a mutex to protect the state

[syzbot] [net?] [virt?] [io-uring?] [kvm?] BUG: soft lockup in vsock_connect
 2023-03-24 15:33 UTC  (2+ messages)

[PATCH v3 0/8] vdpa_sim: add support for user VA
 2023-03-24 14:46 UTC  (24+ messages)
` [PATCH v3 1/8] vdpa: add bind_mm/unbind_mm callbacks
` [PATCH v3 2/8] vhost-vdpa: use bind_mm/unbind_mm device callbacks
` [PATCH v3 3/8] vringh: replace kmap_atomic() with kmap_local_page()
` [PATCH v3 4/8] vringh: support VA with iotlb
` [PATCH v3 5/8] vdpa_sim: make devices agnostic for work management
  ` [PATCH v3 6/8] vdpa_sim: use kthread worker
  ` [PATCH v3 7/8] vdpa_sim: replace the spinlock with a mutex to protect the state
  ` [PATCH v3 8/8] vdpa_sim: add support for user VA

[syzbot] [kvm?] [net?] [virt?] general protection fault in virtio_transport_purge_skbs
 2023-03-24 11:58 UTC  (5+ messages)

[PATCH net] vsock/loopback: use only sk_buff_head.lock to protect the packet queue
 2023-03-24 11:54 UTC 

[PATCH v4 03/11] virtio-vdpa: Support interrupt affinity spreading mechanism
 2023-03-24  9:12 UTC  (2+ messages)

[PATCH v5] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
 2023-03-24  9:07 UTC  (4+ messages)

[PATCH] virtio_ring: Suppress tx interrupt when napi_tx disable
 2023-03-24  9:05 UTC  (11+ messages)
    ` [External] "

[PATCH vhost v5 00/11] virtio core prepares for AF_XDP
 2023-03-24  7:38 UTC  (16+ messages)
` [PATCH vhost v5 01/11] virtio_ring: split: separate dma codes
` [PATCH vhost v5 02/11] virtio_ring: packed: "
` [PATCH vhost v5 03/11] virtio_ring: packed-indirect: "
` [PATCH vhost v5 04/11] virtio_ring: split: support premapped
` [PATCH vhost v5 05/11] virtio_ring: packed: "
` [PATCH vhost v5 06/11] virtio_ring: packed-indirect: "
` [PATCH vhost v5 07/11] virtio_ring: update document for virtqueue_add_*
` [PATCH vhost v5 08/11] virtio_ring: introduce virtqueue_dma_dev()
` [PATCH vhost v5 09/11] virtio_ring: correct the expression of the description of virtqueue_resize()
` [PATCH vhost v5 10/11] virtio_ring: separate the logic of reset/enable from virtqueue_resize
` [PATCH vhost v5 11/11] virtio_ring: introduce virtqueue_reset()

[PATCH v3 1/2] drm/virtio: Refactor job submission code path
 2023-03-23 21:18 UTC  (2+ messages)
  ` [PATCH v3 2/2] drm/virtio: Support sync objects

[PATCH 1/1] vhost_task: Fix vhost_task_create return value
 2023-03-23 15:40 UTC  (6+ messages)

[PATCH net-next 0/8] virtio_net: refactor xdp codes
 2023-03-23 11:04 UTC  (23+ messages)
` [PATCH net-next 1/8] virtio_net: mergeable xdp: put old page immediately
` [PATCH net-next 2/8] virtio_net: mergeable xdp: introduce mergeable_xdp_prepare
` [PATCH net-next 3/8] virtio_net: introduce virtnet_xdp_handler() to seprate the logic of run xdp
` [PATCH net-next 4/8] virtio_net: separate the logic of freeing xdp shinfo
` [PATCH net-next 5/8] virtio_net: separate the logic of freeing the rest mergeable buf
` [PATCH net-next 6/8] virtio_net: auto release xdp shinfo
` [PATCH net-next 7/8] virtio_net: introduce receive_mergeable_xdp()
` [PATCH net-next 8/8] virtio_net: introduce receive_small_xdp()

[RFC PATCH v5 2/2] virtio/vsock: check argument to avoid no effect call
 2023-03-23 11:11 UTC  (3+ messages)
  ` [RFC PATCH v5 0/2] allocate multiple skbuffs on tx

[PATCH v4] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
 2023-03-23  7:45 UTC  (6+ messages)

[PATCH v3 virtio 1/8] virtio: allow caller to override device id and DMA mask
 2023-03-23  5:22 UTC  (7+ messages)
  ` [PATCH v3 virtio 2/8] pds_vdpa: Add new vDPA driver for AMD/Pensando DSC
  ` [PATCH v3 virtio 3/8] pds_vdpa: get vdpa management info
  ` [PATCH v3 virtio 4/8] pds_vdpa: virtio bar setup for vdpa
  ` [PATCH v3 virtio 5/8] pds_vdpa: add vdpa config client commands
  ` [PATCH v3 virtio 6/8] pds_vdpa: add support for vdpa and vdpamgmt interfaces
  ` [PATCH v3 virtio 8/8] pds_vdpa: pds_vdps.rst and Kconfig

[PATCH vhost v4 00/11] virtio core prepares for AF_XDP
 2023-03-23  2:56 UTC  (15+ messages)
` [PATCH vhost v4 01/11] virtio_ring: split: separate dma codes
` [PATCH vhost v4 02/11] virtio_ring: packed: "
` [PATCH vhost v4 03/11] virtio_ring: packed-indirect: "
` [PATCH vhost v4 04/11] virtio_ring: split: support premapped
` [PATCH vhost v4 05/11] virtio_ring: packed: "
` [PATCH vhost v4 06/11] virtio_ring: packed-indirect: "
` [PATCH vhost v4 07/11] virtio_ring: update document for virtqueue_add_*
` [PATCH vhost v4 08/11] virtio_ring: introduce virtqueue_dma_dev()
` [PATCH vhost v4 09/11] virtio_ring: correct the expression of the description of virtqueue_resize()
` [PATCH vhost v4 10/11] virtio_ring: separate the logic of reset/enable from virtqueue_resize
` [PATCH vhost v4 11/11] virtio_ring: introduce virtqueue_reset()

[PATCH vhost v3 00/11] virtio core prepares for AF_XDP
 2023-03-23  2:55 UTC  (15+ messages)
` [PATCH vhost v3 01/11] virtio_ring: split: separate dma codes
` [PATCH vhost v3 02/11] virtio_ring: packed: "
` [PATCH vhost v3 03/11] virtio_ring: packed-indirect: "
` [PATCH vhost v3 04/11] virtio_ring: split: support premapped
` [PATCH vhost v3 05/11] virtio_ring: packed: "
` [PATCH vhost v3 06/11] virtio_ring: packed-indirect: "
` [PATCH vhost v3 07/11] virtio_ring: update document for virtqueue_add_*
` [PATCH vhost v3 08/11] virtio_ring: introduce virtqueue_dma_dev()
` [PATCH vhost v3 09/11] virtio_ring: correct the expression of the description of virtqueue_resize()
` [PATCH vhost v3 10/11] virtio_ring: separate the logic of reset/enable from virtqueue_resize
` [PATCH vhost v3 11/11] virtio_ring: introduce virtqueue_reset()

[PATCH v2 1/2] drm/virtio: Refactor job submission code path
 2023-03-22 21:25 UTC 

[PATCH] tools/virtio: fix build break for aarch64
 2023-03-22 16:29 UTC 

[RFC PATCH v4] virtio/vsock: allocate multiple skbuffs on tx
 2023-03-22 14:41 UTC 

[RFC PATCH 1/3] net: Drop the size argument from ->sendmsg()
 2023-03-22 13:56 UTC 

Call For Nominations: HPDC'23 Achievement Award
 2023-03-22  4:30 UTC 

[PATCH v4 1/2] vdpa/mlx5: Make VIRTIO_NET_F_MRG_RXBUF off by default
 2023-03-22  3:35 UTC  (3+ messages)

[PATCH v2 0/6] use canonical ftrace path whenever possible
 2023-03-22  2:32 UTC 

[PATCH] vdpa/mlx5: Remove debugfs file after device unregister
 2023-03-22  2:18 UTC  (4+ messages)

[syzbot] [kernel?] general protection fault in vhost_task_start
 2023-03-21 21:36 UTC  (3+ messages)

[PATCH v2 1/8] drm/fbdev-generic: Always use shadow buffering
 2023-03-21 19:12 UTC  (2+ messages)
  ` [v2,1/8] "

[PATCH v2 0/7] vhost-scsi: Fix crashes and management op hangs
 2023-03-21 17:25 UTC  (11+ messages)
` [PATCH v2 1/7] vhost-scsi: Fix vhost_scsi struct use after free
` [PATCH v2 2/7] vhost-scsi: Fix crash during LUN unmapping
` [PATCH v2 3/7] vhost-scsi: Delay releasing our refcount on the tpg
` [PATCH v2 4/7] vhost-scsi: Drop device mutex use in vhost_scsi_do_plug
` [PATCH v2 5/7] vhost-scsi: Check for a cleared backend before queueing an event
` [PATCH v2 6/7] vhost-scsi: Drop vhost_scsi_mutex use in port callouts
` [PATCH v2 7/7] vhost-scsi: Reduce vhost_scsi_mutex use

[PATCH v3] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
 2023-03-21 16:21 UTC  (5+ messages)

[PATCH v2] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
 2023-03-21 13:10 UTC  (7+ messages)

[RFC net-next 0/8] virtio_net: refactor xdp codes
 2023-03-21 12:22 UTC  (4+ messages)

[PATCH v3 1/2] vdpa/mlx5: Extend driver support for new features
 2023-03-21  9:29 UTC  (3+ messages)
  ` [PATCH v3 2/2] vdpa/mlx5: Make VIRTIO_NET_F_MRG_RXBUF off by default

[RFC PATCH v3] virtio/vsock: allocate multiple skbuffs on tx
 2023-03-21  8:40 UTC 

[RFC PATCH v1 1/3] virtio/vsock: fix header length on skb merging
 2023-03-21  8:31 UTC  (2+ messages)

[RFC PATCH v2] virtio/vsock: allocate multiple skbuffs on tx
 2023-03-21  8:28 UTC  (2+ messages)

[PATCH v2 1/2] vdpa/mlx5: Extend driver support for new features
 2023-03-21  4:38 UTC  (2+ messages)

[PATCH] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
 2023-03-21  2:15 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).