virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-01 14:05:10 to 2023-08-17 15:20:17 UTC [more...]

[PATCH net-next v2] virtio_net: Introduce skb_vnet_common_hdr to avoid typecasting
 2023-08-17 15:19 UTC 

[PATCH 0/2] vdpa/mlx5: Fixes for ASID handling
 2023-08-17  0:05 UTC  (38+ messages)
` [PATCH 1/2] vdpa/mlx5: Fix mr->initialized semantics
                    ` [PATCH RFC 0/4] vdpa: decouple reset of iotlb mapping from device reset
                      ` [PATCH RFC 1/4] vdpa: introduce .reset_map operation callback
                      ` [PATCH RFC 2/4] vdpa/mlx5: implement .reset_map driver op
                      ` [PATCH RFC 3/4] vhost-vdpa: should restore 1:1 dma mapping before detaching driver
                      ` [PATCH RFC 4/4] vhost-vdpa: introduce IOTLB_PERSIST backend feature bit
` [PATCH 2/2] vdpa/mlx5: Delete control vq iotlb in destroy_mr only when necessary

[PATCH V4] virtio-fs: Improved request latencies when Virtio queue is full
 2023-08-16 21:10 UTC  (3+ messages)

[PATCH net v1] virtio_net: Introduce skb_vnet_common_hdr to avoid typecasting
 2023-08-16 18:31 UTC  (6+ messages)

[PATCH vhost v13 00/12] virtio core prepares for AF_XDP
 2023-08-16  3:22 UTC  (27+ messages)
` [PATCH vhost v13 01/12] virtio_ring: check use_dma_api before unmap desc for indirect
` [PATCH vhost v13 02/12] virtio_ring: put mapping error check in vring_map_one_sg
` [PATCH vhost v13 03/12] virtio_ring: introduce virtqueue_set_dma_premapped()
` [PATCH vhost v13 04/12] virtio_ring: support add premapped buf
` [PATCH vhost v13 05/12] virtio_ring: introduce virtqueue_dma_dev()
` [PATCH vhost v13 06/12] virtio_ring: skip unmap for premapped
` [PATCH vhost v13 07/12] virtio_ring: correct the expression of the description of virtqueue_resize()
` [PATCH vhost v13 08/12] virtio_ring: separate the logic of reset/enable from virtqueue_resize
` [PATCH vhost v13 09/12] virtio_ring: introduce virtqueue_reset()
` [PATCH vhost v13 10/12] virtio_ring: introduce dma map api for virtqueue
` [PATCH vhost v13 11/12] virtio_ring: introduce dma sync "
` [PATCH vhost v13 12/12] virtio_net: merge dma operations when filling mergeable buffers

[PATCH] MAINTAINERS: Add myself as mlx5_vdpa driver
 2023-08-16  3:02 UTC  (2+ messages)

[PATCH RFC 0/3] vdpa: dedicated descriptor table group
 2023-08-16  1:58 UTC  (11+ messages)
` [PATCH RFC 1/3] vdpa: introduce dedicated descriptor group for virtqueue
` [PATCH RFC 2/3] vhost-vdpa: introduce descriptor group backend feature
` [PATCH RFC 3/3] vhost-vdpa: uAPI to get dedicated descriptor group id

[GIT PULL] virtio: bugfixes
 2023-08-15  6:30 UTC  (2+ messages)

[PATCH] virtio-balloon: correct the comment of virtballoon_migratepage()
 2023-08-15  6:17 UTC  (2+ messages)

[PATCH net-next 6/8] virtio-net: support rx netdim
 2023-08-14 13:58 UTC  (2+ messages)

[PATCH net-next 0/8] virtio-net: support dynamic notification coalescing moderation
 2023-08-14  4:38 UTC 

[PATCH v11 0/8] Use copy_process in vhost layer
 2023-08-14  3:13 UTC  (8+ messages)
` [PATCH v11 8/8] vhost: use vhost_tasks for worker threads

WorldCIST'24 - Call for Workshops Proposals
 2023-08-13 13:17 UTC 

[PATCH V10 04/19] riscv: qspinlock: Add basic queued_spinlock support
 2023-08-12  0:47 UTC  (4+ messages)
  ` [PATCH V10 05/19] riscv: qspinlock: Introduce combo spinlock
  ` [PATCH V10 18/19] locking/qspinlock: Move pv_ops into x86 directory

[PATCH net-next 7/8] virtio-net: support tx netdim
 2023-08-11 15:21 UTC 

[PATCH -next] drm/virtio: Remove unused function declarations
 2023-08-11 10:18 UTC 

[PATCH net-next v4 2/2] virtio-net: add cond_resched() to the command waiting loop
 2023-08-11 10:12 UTC  (22+ messages)

[PATCH] virtio_vdpa: build affinity masks conditionally
 2023-08-11  9:54 UTC  (5+ messages)

[PATCH] virtio_mmio: add suspend and resume calls for virtio_mmio devices
 2023-08-11  2:10 UTC  (2+ messages)

[mst-vhost:vhost 34/46] drivers/vdpa/vdpa_user/vduse_dev.c:1812:23: error: use of undeclared identifier 'VIRTIO_RING_F_INDIRECT_DESC'
 2023-08-10 23:53 UTC 

[PATCH v3 0/3] vduse: add support for networking devices
 2023-08-10 21:42 UTC  (3+ messages)

[PATCH] virtio: a new vcpu watchdog driver
 2023-08-10 20:55 UTC 

[PATCH] A new virtio pci driver is added for listening to vcpus inside guest. Each vcpu creates a corresponding thread to periodically send data to qemu's back-end watchdog device
 2023-08-10 20:38 UTC 

[PATCH V3 04/14] virtio-blk: limit max allowed submit queues
 2023-08-10 19:23 UTC  (2+ messages)

[PATCH] virtio_ring: fix avail_wrap_counter in virtqueue_add_packed
 2023-08-10 19:19 UTC 

[PATCH v1 0/2] vduse: add support for networking devices
 2023-08-10 19:02 UTC  (2+ messages)

Unbinding virtio_pci_modern does not release BAR4 in Linux 6.5.0-rc4
 2023-08-10 14:15 UTC  (3+ messages)

[PATCH] virtio-net: Zero max_tx_vq field for VIRTIO_NET_CTRL_MQ_HASH_CONFIG case
 2023-08-10  8:51 UTC  (3+ messages)

[PATCH vhost v11 00/10] virtio core prepares for AF_XDP
 2023-08-10  6:47 UTC  (31+ messages)
` [PATCH vhost v11 05/10] virtio_ring: introduce virtqueue_dma_dev()

[PATCH net V2] virtio-net: set queues after driver_ok
 2023-08-10  3:12 UTC 

[PATCH net] virtio-net: set queues after driver_ok
 2023-08-10  3:11 UTC  (6+ messages)

[PATCH -next 1/7] drm/amdkfd: Remove unnecessary NULL values
 2023-08-09 13:11 UTC  (2+ messages)

[PATCH net] virtio-net: fix race between set queues and probe
 2023-08-09  1:43 UTC  (3+ messages)

[PATCH] virtio_ring: fix avail_wrap_counter in virtqueue_add_packed
 2023-08-08  9:13 UTC  (5+ messages)

[PATCH v4 44/48] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
 2023-08-08  2:44 UTC  (4+ messages)
  ` [PATCH v4 45/48] mm: shrinker: make global slab shrink lockless
  ` [PATCH v4 46/48] mm: shrinker: make memcg "

[PATCH] iommu: Explicitly include correct DT includes
 2023-08-07 13:00 UTC  (3+ messages)

[PATCH v4] virtio_pmem: add the missing REQ_OP_WRITE for flush bio
 2023-08-06 15:10 UTC 

ICITS'24 - The 2024 International Conference on Information Technology & Systems |Temuco, Chile
 2023-08-05 15:24 UTC 

[RFC PATCH v1 1/2] vsock: send SIGPIPE on write to shutdowned socket
 2023-08-04 15:02 UTC  (4+ messages)
  ` [RFC PATCH v1 2/2] test/vsock: shutdowned socket test

[PATCH RFC net-next v5 10/14] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
 2023-08-04 14:11 UTC  (5+ messages)
        ` [PATCH RFC net-next v5 03/14] af_vsock: support multi-transport datagrams

[PATCH -next] af_vsock: Remove unused declaration vsock_release_pending()/vsock_init_tap()
 2023-08-04  7:50 UTC  (2+ messages)

[PATCH] x86/paravirt: Fix tlb_remove_table function callback prototype warning
 2023-08-03 22:42 UTC  (2+ messages)

[PATCH v2] vdpa/mlx5: Fix crash on shutdown for when no ndev exists
 2023-08-03 15:26 UTC 

[PATCH] vdpa/mlx5: Fix crash on shutdown for when no ndev exists
 2023-08-03 15:12 UTC  (12+ messages)

[PATCH -next] vdpa/mlx5: Remove unused function declarations
 2023-08-03 14:30 UTC 

[PATCH net] test/vsock: remove vsock_perf executable on `make clean`
 2023-08-03  8:54 UTC 

[PATCH bpf-next 2/3] net: move struct netdev_rx_queue out of netdevice.h
 2023-08-02 19:42 UTC 

[RFC] iommu/virtio: Use single flush queue (EXPERIMENTAL)
 2023-08-02 13:44 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION a734662572708cf062e974f659ae50c24fc1ad17
 2023-08-01 17:49 UTC 

[PATCH net-next v5 4/4] vsock/virtio: MSG_ZEROCOPY flag support
 2023-08-01 14:04 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).