virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-28 12:46:31 to 2023-03-10 08:41:52 UTC [more...]

[PATCH v2] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
 2023-03-10  8:41 UTC  (3+ messages)

[PATCH] vhost-vdpa: cleanup memory maps when closing vdpa fds
 2023-03-10  8:37 UTC  (4+ messages)

[PATCH v2 0/6] use canonical ftrace path whenever possible
 2023-03-10  8:29 UTC 

[PATCH v2 0/3] virtio_ring: Clean up code for virtio ring and pci
 2023-03-10  8:06 UTC  (5+ messages)
` [PATCH v2 1/3] virtio_pci_modern: Allow non power of 2 sizes for virtqueues
` [PATCH v2 2/3] virtio_ring: Avoid using inline for small functions
` [PATCH v2 3/3] virtio_ring: Use const to annotate read-only pointer params

[PATCH] x86/paravirt: convert simple paravirt functions to asm
 2023-03-10  6:24 UTC  (3+ messages)

[RFC PATCH v3 0/4] several updates to virtio/vsock
 2023-03-09 16:32 UTC  (6+ messages)
  ` [RFC PATCH v3 1/4] virtio/vsock: don't use skbuff state to account credit
  ` [RFC PATCH v3 2/4] virtio/vsock: remove redundant 'skb_pull()' call
  ` [RFC PATCH v3 3/4] virtio/vsock: don't drop skbuff on copy failure
  ` [RFC PATCH v3 4/4] test/vsock: copy to user failure test

[PATCH 0/3] virtio_ring: Clean up code for virtio ring and pci
 2023-03-09 14:27 UTC  (30+ messages)
` [PATCH 1/3] virtio_pci_modern: Remove unnecessary num zero check
` [PATCH 2/3] virtio_ring: Avoid using inline for small functions
` [PATCH 3/3] virtio_ring: Use const to annotate read-only pointer params

[patch net-next v4] net: virtio_net: implement exact header length guest feature
 2023-03-09  9:45 UTC 

[PATCH v2] tools/virtio: virtio_test -h,--help should return directly
 2023-03-09  9:09 UTC  (3+ messages)
    ` [PATCH] "

[PATCH] tools/virtio: virtio_test -h,--help should return directly
 2023-03-09  8:31 UTC 

[PATCH] tools/virtio: virtio_test: Fix indentation
 2023-03-09  8:24 UTC 

[PATCH] tools/virtio: Ignore virtio-trace/trace-agent
 2023-03-09  8:23 UTC 

[PATCH] tools/virtio: virtio_test -h,--help should return directly
 2023-03-08 14:17 UTC 

[PATCH] virtio: Reorder fields in 'struct virtqueue'
 2023-03-08 14:07 UTC 

[PATCH net, stable v1 0/3] add checking sq is full inside xdp xmit
 2023-03-08 12:21 UTC  (10+ messages)
` [PATCH net, stable v1 1/3] virtio_net: reorder some funcs
` [PATCH net, stable v1 2/3] virtio_net: separate the logic of checking whether sq is full
` [PATCH net, stable v1 3/3] virtio_net: add checking sq is full inside xdp xmit

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

[PATCH] rust: virtio: add virtio support
 2023-03-08  3:36 UTC  (3+ messages)

virtio-fs: adding support for multi-queue
 2023-03-07 22:26 UTC  (10+ messages)

[PATCH net 0/2] add checking sq is full inside xdp xmit
 2023-03-07 15:59 UTC  (12+ messages)
` [PATCH net 1/2] virtio_net: separate the logic of checking whether sq is full
` [PATCH net 2/2] virtio_net: add checking sq is full inside xdp xmit

[PATCH v12 10/11] drm/virtio: Support memory shrinking
 2023-03-07 10:43 UTC  (2+ messages)
  ` [PATCH v12 09/11] drm/gem: Export drm_gem_pin/unpin()

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

[PATCH vhost v1 00/12] virtio core prepares for AF_XDP
 2023-03-07  7:48 UTC  (29+ messages)
` [PATCH vhost v1 01/12] virtio_ring: split: refactor virtqueue_add_split() for premapped
` [PATCH vhost v1 02/12] virtio_ring: split: separate DMA codes
` [PATCH vhost v1 03/12] virtio_ring: split: introduce virtqueue_add_split_premapped()
` [PATCH vhost v1 04/12] virtio_ring: packed: separate prepare code from virtuque_add_indirect_packed()
` [PATCH vhost v1 05/12] virtio_ring: packed: refactor virtqueue_add_packed() for premapped
` [PATCH vhost v1 06/12] virtio_ring: packed: separate DMA codes
` [PATCH vhost v1 07/12] virtio_ring: packed: introduce virtqueue_add_packed_premapped()
` [PATCH vhost v1 08/12] virtio_ring: introduce virtqueue_add_inbuf_premapped()
` [PATCH vhost v1 09/12] virtio_ring: introduce virtqueue_get_dma_dev()
` [PATCH vhost v1 10/12] virtio_ring: correct the expression of the description of virtqueue_resize()
` [PATCH vhost v1 11/12] virtio_ring: separate the logic of reset/enable from virtqueue_resize
` [PATCH vhost v1 12/12] virtio_ring: introduce virtqueue_reset()

[PATCH net] virtio-net: unify notifications coalescing structs
 2023-03-07  7:26 UTC  (4+ messages)

[PATCH v4 07/15] vdpa: add vhost_vdpa_suspend
 2023-03-07  6:48 UTC  (11+ messages)
  ` [PATCH v4 01/15] vdpa net: move iova tree creation from init to start
  ` [PATCH v4 09/15] vdpa: add vdpa net migration state notifier
  ` [PATCH v4 12/15] vdpa: block migration if device has unsupported features

[RFC PATCH v2 1/4] virtio/vsock: fix 'rx_bytes'/'fwd_cnt' calculation
 2023-03-06 16:18 UTC  (5+ messages)
  ` [RFC PATCH v2 3/4] virtio/vsock: free skb on data copy failure
  ` [RFC PATCH v2 2/4] virtio/vsock: remove all data from sk_buff

[PATCH v2] drm/virtio: Fix handling CONFIG_DRM_VIRTIO_GPU_KMS option
 2023-03-06 14:46 UTC 

[PATCH v3] virtio-net: Fix probe of virtio-net on kvmtool
 2023-03-06  8:44 UTC  (6+ messages)

[PATCH v2] x86/paravirt: merge activate_mm and dup_mmap callbacks
 2023-03-06  8:41 UTC  (4+ messages)

[PATCH v1] drm/virtio: Fix handling CONFIG_DRM_VIRTIO_GPU_KMS option
 2023-03-06  7:32 UTC 

[PATCH AUTOSEL 6.1 05/15] s390/virtio: sort out physical vs virtual pointers usage
 2023-03-05 13:52 UTC 

[PATCH AUTOSEL 6.2 05/16] s390/virtio: sort out physical vs virtual pointers usage
 2023-03-05 13:51 UTC 

[PATCH v6] drm/virtio: Add option to disable KMS support
 2023-03-03  7:27 UTC  (2+ messages)

[PATCH v5] drm/virtio: Add option to disable KMS support
 2023-03-02 23:33 UTC  (4+ messages)

[PATCH v2 0/2] [RFC] virtio-rng entropy leak reporting feature
 2023-03-02 16:55 UTC 

[RFC PATCH v1] vsock: check error queue to set EPOLLERR
 2023-03-02 13:38 UTC  (2+ messages)

[PATCH vhost 00/10] virtio core prepares for AF_XDP
 2023-03-02 11:08 UTC  (17+ messages)
` [PATCH vhost 07/10] virtio_ring: add api virtio_dma_map() for advance dma

[PATCH net-next v3 1/3] vsock: support sockmap
 2023-03-02  9:54 UTC  (5+ messages)
  ` [PATCH net-next v3 2/3] selftests/bpf: add vsock to vmtest.sh
  ` [PATCH net-next v3 3/3] selftests/bpf: add a test case for vsock sockmap

[PATCH] vhost-vdpa: free iommu domain after last use during cleanup
 2023-03-02  8:33 UTC  (2+ messages)

[PATCH v4] drm/virtio: Add option to disable KMS support
 2023-03-01  5:50 UTC  (2+ messages)

[PATCH v4 2/2] vdpasim: support doorbell mapping
 2023-03-01  3:06 UTC 

[PATCH v3 05/11] vduse: Support automatic irq callback affinity
 2023-03-01  1:18 UTC 

[PATCH v3] drm/virtio: Add option to disable KMS support
 2023-02-28 15:43 UTC  (6+ 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).