virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-07 07:21:57 to 2023-03-15 06:56:31 UTC [more...]

[PATCH 1/2] vdpa/mlx5: Make VIRTIO_NET_F_MRG_RXBUF off by default
 2023-03-15  6:56 UTC  (12+ messages)

[PATCH vhost v2 00/12] virtio core prepares for AF_XDP
 2023-03-15  6:01 UTC  (27+ 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()

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

[PATCH net v2 0/2] virtio_net: fix two bugs related to XDP
 2023-03-15  2:19 UTC  (4+ messages)
` [PATCH net v2 1/2] virtio_net: fix page_to_skb() miss headroom
` [PATCH net v2 2/2] virtio_net: free xdp shinfo frags when build_skb_from_xdp_buff() fails

[PATCH AUTOSEL 6.2 05/16] s390/virtio: sort out physical vs virtual pointers usage
 2023-03-14 17:26 UTC  (2+ messages)

[PATCH net v1 0/2] virtio_net: fix two bugs related to XDP
 2023-03-14 11:27 UTC  (4+ messages)
` [PATCH net v1 1/2] virtio_net: fix page_to_skb() miss headroom
` [PATCH net v1 2/2] virtio_net: free xdp shinfo frags when build_skb_from_xdp_buff() fails

[PATCH net 0/2] virtio_net: fix two bugs related to XDP
 2023-03-14  9:11 UTC  (5+ messages)
` [PATCH net 1/2] virtio_net: fix page_to_skb() miss headroom
` [PATCH net 2/2] virtio_net: free xdp shinfo frags when build_skb_from_xdp_buff() fails

[PATCH v2 0/8] vdpa_sim: add support for user VA
 2023-03-14  5:36 UTC  (19+ 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

[RFC PATCH] hyperv-tlfs: Change shared HV_REGISTER_* defines to HV_SYNTHETIC_REG_*
 2023-03-14  1:56 UTC  (2+ messages)

[PATCH 31/36] vhost-vdpa: vhost_vdpa_alloc_domain() should be using a const struct bus_type *
 2023-03-13 18:29 UTC 

[GIT PULL] virtio,vhost,vdpa: bugfixes
 2023-03-13 18:25 UTC  (2+ messages)

[PATCH v2 0/2] [RFC] virtio-rng entropy leak reporting feature
 2023-03-13 18:05 UTC  (2+ messages)

[PATCH] drm/virtio: Enable fb damage clips property for the primary plane
 2023-03-13  8:52 UTC  (2+ messages)

[PATCH] x86/paravirt: convert simple paravirt functions to asm
 2023-03-12 20:47 UTC  (4+ messages)

[PATCH v2 0/3] virtio_ring: Clean up code for virtio ring and pci
 2023-03-12 12:05 UTC  (16+ 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 00/11] Use copy_process in vhost layer
 2023-03-12  1:48 UTC  (17+ messages)
` [PATCH 01/11] csky: Remove kernel_thread declaration
` [PATCH 02/11] kernel: Allow a kernel thread's name to be set in copy_process
` [PATCH 03/11] kthread: Pass in the thread's name during creation
` [PATCH 04/11] kernel: Make io_thread and kthread bit fields
` [PATCH 05/11] fork/vm: Move common PF_IO_WORKER behavior to new flag
` [PATCH 06/11] fork: add kernel_clone_args flag to not dup/clone files
` [PATCH 07/11] fork: Add kernel_clone_args flag to ignore signals
` [PATCH 08/11] fork: allow kernel code to call copy_process
` [PATCH 09/11] vhost_task: Allow vhost layer to use copy_process
` [PATCH 10/11] vhost: move worker thread fields to new struct
` [PATCH 11/11] vhost: use vhost_tasks for worker threads

[PATCH v2 0/6] use canonical ftrace path whenever possible
 2023-03-10 19:37 UTC  (2+ messages)

[RFC PATCH v4 1/4] virtio/vsock: don't use skbuff state to account credit
 2023-03-10 11:40 UTC  (5+ messages)
  ` [RFC PATCH v4 2/4] virtio/vsock: remove redundant 'skb_pull()' call
  ` [RFC PATCH v4 3/4] virtio/vsock: don't drop skbuff on copy failure
` [RFC PATCH v4 0/4] several updates to virtio/vsock

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

[PATCH v3 00/11] VDUSE: Improve performance
 2023-03-10  9:41 UTC  (3+ messages)
  ` [PATCH v3 01/11] lib/group_cpus: Export group_cpus_evenly()

[PATCH v4 0/2] vdpasim: support doorbell mapping
 2023-03-10  8:59 UTC 

[PATCH] vhost_net: revert upend_idx only on retriable error
 2023-03-10  8:55 UTC  (4+ messages)

[PATCH net-next v3 0/3] vsock: add support for sockmap
 2023-03-10  8:53 UTC 

[PATCH] vhost-vdpa: cleanup memory maps when closing vdpa fds
 2023-03-10  8:37 UTC  (4+ 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] 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  (8+ messages)
` [PATCH net 1/2] virtio_net: separate the logic of checking whether sq is full

[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 vhost v1 00/12] virtio core prepares for AF_XDP
 2023-03-07  7:48 UTC  (8+ messages)
` [PATCH vhost v1 03/12] virtio_ring: split: introduce virtqueue_add_split_premapped()
` [PATCH vhost v1 11/12] virtio_ring: separate the logic of reset/enable from virtqueue_resize

[PATCH net] virtio-net: unify notifications coalescing structs
 2023-03-07  7:26 UTC  (4+ 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).