virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-10 06:36:25 to 2024-07-18 00:52:44 UTC [more...]

[GIT PULL] virtio: features, fixes, cleanups
 2024-07-18  0:52 UTC  (2+ messages)

[PATCH V2 0/7] vdpa live update
 2024-07-18  0:33 UTC  (29+ messages)
` [PATCH V2 1/7] vhost-vdpa: count pinned memory
` [PATCH V2 2/7] vhost-vdpa: pass mm to bind
` [PATCH V2 3/7] vhost-vdpa: VHOST_NEW_OWNER
` [PATCH V2 4/7] vhost-vdpa: VHOST_BACKEND_F_NEW_OWNER
` [PATCH V2 5/7] vhost-vdpa: VHOST_IOTLB_REMAP
` [PATCH V2 6/7] vhost-vdpa: VHOST_BACKEND_F_IOTLB_REMAP
` [PATCH V2 7/7] vdpa/mlx5: new owner capability

[PATCH] vdpa: Add support for no-IOMMU mode
 2024-07-17  9:50 UTC  (2+ messages)

[RFC PATCH v4] ptp: Add vDSO-style vmclock support
 2024-07-17  8:16 UTC  (11+ messages)

[PATCH net-next v3 0/3] virtio-net: synchronize op/admin state
 2024-07-17  6:53 UTC  (7+ messages)
` [PATCH net-next v3 3/3] virtio-net: synchronize operstate with admin state on up/down

[PATCH] LoongArch: KVM: Implement function kvm_arch_para_features
 2024-07-16 12:58 UTC 

[PATCH virtio v3 00/13] virtio_pci_modern: allow parallel admin queue commands execution
 2024-07-16 11:35 UTC  (14+ messages)
` [PATCH virtio v3 01/13] virtio_pci: push out single vq find code to vp_find_one_vq_msix()
` [PATCH virtio v3 02/13] virtio_pci: simplify vp_request_msix_vectors() call a bit
` [PATCH virtio v3 03/13] virtio_pci: pass vector policy enum to vp_find_vqs_msix()
` [PATCH virtio v3 04/13] virtio_pci: pass vector policy enum to vp_find_one_vq_msix()
` [PATCH virtio v3 05/13] virtio_pci: introduce vector allocation fallback for slow path virtqueues
` [PATCH virtio v3 06/13] virtio_pci_modern: treat vp_dev->admin_vq.info.vq pointer as static
` [PATCH virtio v3 07/13] virtio: push out code to vp_avq_index()
` [PATCH virtio v3 08/13] virtio_pci: pass vq info as an argument to vp_setup_vq()
` [PATCH virtio v3 09/13] virtio: create admin queues alongside other virtqueues
` [PATCH virtio v3 10/13] virtio_pci_modern: create admin queue of queried size
` [PATCH virtio v3 11/13] virtio_pci_modern: pass cmd as an identification token
` [PATCH virtio v3 12/13] virtio_pci_modern: use completion instead of busy loop to wait on admin cmd result
` [PATCH virtio v3 13/13] virtio_pci_modern: remove admin queue serialization lock

[BUG REPORT] kernel BUG at lib/dynamic_queue_limits.c:99!
 2024-07-16 11:31 UTC  (3+ messages)

[PATCH v2 1/2] virtio_balloon: add work around for out of spec QEMU
 2024-07-16 10:52 UTC  (13+ messages)
` [PATCH v2 2/2] virtio: fix vq # for balloon

[RFC net-next 00/13] virtio-net: support AF_XDP zero copy (tx)
 2024-07-16  6:46 UTC  (14+ messages)
` [RFC net-next 01/13] virtio_ring: introduce vring_need_unmap_buffer
` [RFC net-next 02/13] virtio_ring: split: harden dma unmap for indirect
` [RFC net-next 03/13] virtio_ring: packed: "
` [RFC net-next 04/13] virtio_ring: perform premapped operations based on per-buffer
` [RFC net-next 05/13] virtio-net: rq submits premapped buffer per buffer
` [RFC net-next 06/13] virtio_ring: remove API virtqueue_set_dma_premapped
` [RFC net-next 07/13] virtio_net: refactor the xmit type
` [RFC net-next 08/13] virtio_net: xsk: bind/unbind xsk for tx
` [RFC net-next 09/13] virtio_net: xsk: prevent disable tx napi
` [RFC net-next 10/13] virtio_net: xsk: tx: support xmit xsk buffer
` [RFC net-next 11/13] virtio_net: xsk: tx: handle the transmitted "
` [RFC net-next 12/13] virtio_net: update tx timeout record
` [RFC net-next 13/13] virtio_net: xdp_features add NETDEV_XDP_ACT_XSK_ZEROCOPY

[RFC PATCH net-next v6 00/14] virtio/vsock: support datagrams
 2024-07-15 23:39 UTC  (21+ messages)
` [RFC PATCH net-next v6 01/14] af_vsock: generalize vsock_dgram_recvmsg() to all transports
` [RFC PATCH net-next v6 02/14] af_vsock: refactor transport lookup code
` [RFC PATCH net-next v6 03/14] af_vsock: support multi-transport datagrams
` [RFC PATCH net-next v6 04/14] af_vsock: generalize bind table functions
` [RFC PATCH net-next v6 05/14] af_vsock: use a separate dgram bind table
` [RFC PATCH net-next v6 06/14] virtio/vsock: add VIRTIO_VSOCK_TYPE_DGRAM
` [RFC PATCH net-next v6 07/14] virtio/vsock: add common datagram send path
` [RFC PATCH net-next v6 08/14] af_vsock: add vsock_find_bound_dgram_socket()
` [RFC PATCH net-next v6 09/14] virtio/vsock: add common datagram recv path
` [RFC PATCH net-next v6 10/14] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
` [RFC PATCH net-next v6 11/14] vhost/vsock: implement datagram support
` [RFC PATCH net-next v6 12/14] vsock/loopback: "
` [RFC PATCH net-next v6 13/14] virtio/vsock: "
` [RFC PATCH net-next v6 14/14] test/vsock: add vsock dgram tests

[PATCH] virtio_ring: fix KMSAN error for premapped mode
 2024-07-15 20:11 UTC  (10+ messages)

[PATCH net-next v3 0/3] ioctl support for AF_VSOCK and virtio-based transports
 2024-07-15 16:03 UTC  (3+ messages)
` [PATCH net-next v3 3/3] test/vsock: add ioctl unsent bytes test

[PATCH net-next] virtio_net: Fix napi_skb_cache_put warning
 2024-07-15 11:25 UTC  (10+ messages)

[PATCH net-next v3 0/2] vsock: avoid queuing on workqueue if possible
 2024-07-15 10:44 UTC  (6+ messages)
` [PATCH net-next v3 1/2] vsock/virtio: refactor virtio_transport_send_pkt_work
` [PATCH net-next v3 2/2] vsock/virtio: avoid queuing packets when work queue is empty

[PATCH virtio v2 00/13] virtio_pci_modern: allow parallel admin queue commands execution
 2024-07-15  9:03 UTC  (14+ messages)
` [PATCH virtio v2 10/13] virtio_pci_modern: create admin queue of queried size
` [PATCH virtio v2 12/13] virtio_pci_modern: use completion instead of busy loop to wait on admin cmd result
` [PATCH virtio v2 13/13] virtio_pci_modern: remove admin queue serialization lock

[PATCH v3] x86/paravirt: Disable virt spinlock on bare metal
 2024-07-15  6:42 UTC  (2+ messages)

[PATCH net-next v8 00/10] virtio-net: support AF_XDP zero copy
 2024-07-15  3:40 UTC  (2+ messages)

[PATCH] vdpa/octeon_ep: Fix error code in octep_process_mbox()
 2024-07-15  1:54 UTC  (2+ messages)

[PATCH V2] test/vsock: add install target
 2024-07-13 22:30 UTC  (3+ messages)

[PATCH net-next] net: virtio: fix virtnet_sq_free_stats initialization
 2024-07-12 19:57 UTC  (4+ messages)

[PATCH] virtio-pci: Add MSI support
 2024-07-12 14:32 UTC  (2+ messages)

[PATCH v8 00/10] IOMMUFD: Deliver IO page faults to user space
 2024-07-12 13:00 UTC  (8+ messages)
` [PATCH v8 06/10] iommufd: Add iommufd fault object

[PATCH 0/2] Cleanup the MAINTAINER's file
 2024-07-12 10:15 UTC  (4+ messages)
` [PATCH 1/2] MAINTAINERS: i2c-virtio: Drop Conghui Chen from Maintainers

[PATCH] test/vsock: add install target
 2024-07-12  8:53 UTC  (11+ messages)

[PATCH] virtio: add missing MODULE_DESCRIPTION() macro
 2024-07-11 19:22 UTC  (4+ messages)

[PATCH 0/2] virtio-fs: Add 'file' mount option
 2024-07-11 15:04 UTC  (10+ messages)

[PATCH v2 00/60] i2c: reword first drivers according to newest specification
 2024-07-11 14:45 UTC  (5+ messages)
` [PATCH v2 58/60] i2c: virtio: reword "

[PATCH v6] virtio: vdpa: vDPA driver for Marvell OCTEON DPU devices
 2024-07-11 14:37 UTC  (3+ messages)

[PATCH v1] drm/ci: uprev IGT
 2024-07-11 11:43 UTC  (2+ messages)

[PATCH v3 0/2] vdpa: support set mac address from vdpa tool
 2024-07-11  9:08 UTC  (8+ messages)

[PATCH 1/2] virtio_balloon: add work around for out of spec QEMU
 2024-07-10 11:36 UTC  (5+ messages)

[PATCH net-next v10 04/15] mm: page_frag: add '_va' suffix to page_frag API
 2024-07-10 11:13 UTC  (2+ messages)
  ` [EXTERNAL] "

[PATCH v7 00/10] IOMMUFD: Deliver IO page faults to user space
 2024-07-10  8:36 UTC  (6+ messages)
` [PATCH v7 07/10] iommufd: Fault-capable hwpt attach/detach/replace

[PATCH v2] drm/qxl: Pin buffer objects for internal mappings
 2024-07-10  7:38 UTC  (2+ messages)

[PATCH] vdpa_sim_blk: add `capacity` module parameter
 2024-07-10  7:36 UTC  (12+ 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).