virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-22 20:06:11 to 2024-02-29 10:37:24 UTC [more...]

[PATCH net-next v3 0/6] virtio-net: support device stats
 2024-02-29 10:35 UTC  (19+ messages)
` [PATCH net-next v3 1/6] virtio_net: introduce device stats feature and structures
` [PATCH net-next v3 2/6] virtio_net: virtnet_send_command supports command-specific-result
` [PATCH net-next v3 3/6] virtio_net: support device stats
` [PATCH net-next v3 4/6] virtio_net: stats map include driver stats
` [PATCH net-next v3 5/6] virtio_net: add the total stats field
` [PATCH net-next v3 6/6] virtio_net: rename stat tx_timeout to timeout

[PATCH net-next v2 3/3] tun: AF_XDP Tx zero-copy support
 2024-02-29 10:24 UTC  (2+ messages)

[PATCH v7 0/3] vduse: add support for networking devices
 2024-02-29 10:16 UTC  (4+ messages)

[PATCH vhost v3 00/19] virtio: drivers maintain dma info for premapped vq
 2024-02-29  9:42 UTC  (26+ messages)
` [PATCH vhost v3 01/19] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH vhost v3 02/19] virtio_ring: packed: remove double check of the unmap ops
` [PATCH vhost v3 03/19] virtio_ring: packed: structure the indirect desc table
` [PATCH vhost v3 04/19] virtio_ring: split: remove double check of the unmap ops
` [PATCH vhost v3 05/19] virtio_ring: split: structure the indirect desc table
` [PATCH vhost v3 06/19] virtio_ring: no store dma info when unmap is not needed
` [PATCH vhost v3 07/19] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v3 08/19] virtio: vring_create_virtqueue: "
` [PATCH vhost v3 09/19] virtio: vring_new_virtqueue(): "
` [PATCH vhost v3 10/19] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()
` [PATCH vhost v3 11/19] virtio: find_vqs: add new parameter premapped
` [PATCH vhost v3 12/19] virtio_ring: export premapped to driver by struct virtqueue
` [PATCH vhost v3 13/19] virtio_net: set premapped mode by find_vqs()
` [PATCH vhost v3 14/19] virtio_ring: remove api of setting vq premapped
` [PATCH vhost v3 15/19] virtio_ring: introduce dma map api for page
` [PATCH vhost v3 16/19] virtio_ring: introduce virtqueue_dma_map_sg_attrs
` [PATCH vhost v3 17/19] virtio_net: unify the code for recycling the xmit ptr
` [PATCH vhost v3 18/19] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH vhost v3 19/19] virtio_net: sq support premapped mode

[PATCH net-next v5] virtio_net: Support RX hash XDP hint
 2024-02-29  8:37 UTC  (13+ messages)

[PATCH v3] vduse: Fix off by one in vduse_dev_mmap()
 2024-02-29  7:21 UTC  (3+ messages)

[PATCH] virtiofs: don't mark virtio_fs_sysfs_exit as __exit
 2024-02-28 22:23 UTC  (2+ messages)

[PATCH net-next v2 0/3] tun: AF_XDP Tx zero-copy support
 2024-02-28 18:31 UTC  (3+ messages)

[PATCH v2] vduse: Fix off by one in vduse_dev_mmap()
 2024-02-28 18:16 UTC  (3+ messages)

[PATCH] vduse: Fix off by one in vduse_dev_mmap()
 2024-02-28 17:42 UTC  (3+ messages)

[PATCH v2 0/6] virtiofs: fix the warning for ITER_KVEC dio
 2024-02-28 14:41 UTC  (7+ messages)
` [PATCH v2 1/6] fuse: limit the length of ITER_KVEC dio by max_pages
` [PATCH v2 2/6] virtiofs: move alloc/free of argbuf into separated helpers
` [PATCH v2 3/6] virtiofs: factor out more common methods for argbuf
` [PATCH v2 4/6] virtiofs: support bounce buffer backed by scattered pages
` [PATCH v2 5/6] virtiofs: use scattered bounce buffer for ITER_KVEC dio
` [PATCH v2 6/6] virtiofs: use GFP_NOFS when enqueuing request through kworker

[PATCH net-next v2 2/3] vhost_net: Call peek_len when using xdp
 2024-02-28 11:05 UTC 

[PATCH net-next v2 1/3] xsk: Remove non-zero 'dma_page' check in xp_assign_dev
 2024-02-28 11:05 UTC 

[PATCH net-next v6 2/5] page_frag: unify gfp bits for order 3 page allocation
 2024-02-28  9:30 UTC  (3+ messages)
` [PATCH net-next v6 4/5] vhost/net: remove vhost_net_page_frag_refill()
` [PATCH net-next v6 5/5] tools: virtio: introduce vhost_net_test

[PATCH 00/13] drm: Fix reservation locking for pin/unpin and console
 2024-02-28  8:19 UTC  (22+ messages)
` [PATCH 01/13] drm/gem-shmem: Acquire reservation lock in GEM pin/unpin callbacks
` [PATCH 02/13] drm/gem-vram: "
` [PATCH 03/13] drm/msm: Provide msm_gem_get_pages_locked()
` [PATCH 04/13] drm/msm: Acquire reservation lock in GEM pin/unpin callback
` [PATCH 05/13] drm/nouveau: Provide nouveau_bo_{pin,unpin}_locked()
` [PATCH 06/13] drm/nouveau: Acquire reservation lock in GEM pin/unpin callbacks
` [PATCH 07/13] drm/qxl: Provide qxl_bo_{pin,unpin}_locked()
` [PATCH 08/13] drm/qxl: Acquire reservation lock in GEM pin/unpin callbacks
` [PATCH 09/13] drm/gem: Acquire reservation lock in drm_gem_{pin/unpin}()
` [PATCH 10/13] drm/fbdev-generic: Fix locking with drm_client_buffer_vmap_local()
` [PATCH 11/13] drm/client: Pin vmap'ed GEM buffers
` [PATCH 12/13] drm/gem-vram: Do not pin buffer objects for vmap
` [PATCH 13/13] drm/qxl: "

Undeliverable: The 16th ACM Workshop on Hot Topics in Storage and File Systems (HotStorage'24)
 2024-02-28  4:31 UTC 

[PATCH v5 0/6] LoongArch: Add pv ipi support on LoongArch VM
 2024-02-27 14:57 UTC  (26+ messages)
` [PATCH v5 3/6] LoongArch: KVM: Add cpucfg area for kvm hypervisor
` [PATCH v5 4/6] LoongArch: Add paravirt interface for guest kernel
` [PATCH v5 6/6] LoongArch: Add pv ipi support on LoongArch system

[PATCH v2] vdpa/mlx5: Allow CVQ size changes
 2024-02-27 10:49 UTC  (3+ messages)

[PATCH] MAINTAINERS: apply maintainer role of Intel vDPA driver
 2024-02-27 14:45 UTC 

[PATCH net-next 1/2] net/vsockmon: Leverage core stats allocator
 2024-02-27  3:20 UTC  (8+ messages)
` [PATCH net-next 2/2] net/vsockmon: Do not set zeroed statistics

[PATCH vhost v2 00/19] virtio: drivers maintain dma info for premapped vq
 2024-02-27  1:32 UTC  (38+ messages)
` [PATCH vhost v2 01/19] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH vhost v2 02/19] virtio_ring: packed: remove double check of the unmap ops
` [PATCH vhost v2 03/19] virtio_ring: packed: structure the indirect desc table
` [PATCH vhost v2 04/19] virtio_ring: split: remove double check of the unmap ops
` [PATCH vhost v2 05/19] virtio_ring: split: structure the indirect desc table
` [PATCH vhost v2 06/19] virtio_ring: no store dma info when unmap is not needed
` [PATCH vhost v2 07/19] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v2 08/19] virtio: vring_create_virtqueue: "
` [PATCH vhost v2 09/19] virtio: vring_new_virtqueue(): "
` [PATCH vhost v2 10/19] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()
` [PATCH vhost v2 11/19] virtio: find_vqs: add new parameter premapped
` [PATCH vhost v2 12/19] virtio_ring: export premapped to driver by struct virtqueue
` [PATCH vhost v2 13/19] virtio_net: set premapped mode by find_vqs()
` [PATCH vhost v2 14/19] virtio_ring: remove api of setting vq premapped
` [PATCH vhost v2 15/19] virtio_ring: introduce dma map api for page
` [PATCH vhost v2 16/19] virtio_ring: introduce virtqueue_dma_map_sg_attrs
` [PATCH vhost v2 17/19] virtio_net: unify the code for recycling the xmit ptr
` [PATCH vhost v2 18/19] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH vhost v2 19/19] virtio_net: sq support premapped mode

[PATCH] vdpa/pds: fixes for VF vdpa flr-aer handling
 2024-02-26 18:31 UTC  (3+ messages)

[RFC PATCH 66/73] x86/pvm: Use new cpu feature to describe XENPV and PVM
 2024-02-26 14:36 UTC 

[PATCH 1/1] vhost: Added pad cleanup if vnet_hdr is not present
 2024-02-26 10:30 UTC  (4+ messages)

[PATCH net-next v4 2/2] virtio-net: add cond_resched() to the command waiting loop
 2024-02-26  5:08 UTC  (12+ messages)

[PATCH] drm/qxl: remove redundant code
 2024-02-26  3:59 UTC 

[PATCH] virtiofs: limit the length of ITER_KVEC dio by max_nopage_rw
 2024-02-25  8:46 UTC  (6+ messages)

[FYI][PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-02-23 20:45 UTC  (7+ messages)

[PATCH -next] VDUSE: fix another doc underline warning
 2024-02-23  8:07 UTC  (2+ messages)

[PATCH] vduse: implement DMA sync callbacks
 2024-02-23  8:03 UTC  (4+ messages)

[PATCH vhost v1] virtio: packed: fix unmap leak for indirect desc table
 2024-02-23  7:18 UTC 

[PATCH vhost v1 00/19] virtio: drivers maintain dma info for premapped vq
 2024-02-23  6:17 UTC  (2+ messages)

[PATCH v19 0/3] vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper
 2024-02-23  2:51 UTC  (3+ messages)

[PATCH net-next 0/5] virtio-net: sq support premapped mode
 2024-02-23  1:50 UTC  (3+ messages)

BUG: virtcrypto_dataq_callback calls crypto_finalize_request() from irq context
 2024-02-22 20:31 UTC  (8+ messages)
`  "

[PATCH] virtio: packed: fix unmap leak for indirect desc table
 2024-02-22 20:06 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).