virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-11 13:16:44 to 2024-07-23 11:04:21 UTC [more...]

[PATCH] vdpa: Add support for no-IOMMU mode
 2024-07-23 11:04 UTC  (7+ messages)
  ` [EXTERNAL] "

[PATCH 0/2] Support userspace hypercalls for TDX
 2024-07-23  9:10 UTC  (5+ messages)
` [PATCH 1/2] x86/tdx: Add prctl to allow userlevel TDX hypercalls

[PATH v5 0/3] vdpa: support set mac address from vdpa tool
 2024-07-23  7:49 UTC  (9+ messages)
` [PATH v5 1/3] "
` [PATH v5 2/3] vdpa_sim_net: Add the support of set mac address
` [PATH v5 3/3] vdpa/mlx5: "

[PATCH 0/2] LoongArch: KVM: Add paravirt qspinlock support
 2024-07-23  7:38 UTC  (3+ messages)
` [PATCH 1/2] LoongArch: KVM: Add paravirt qspinlock in kvm side
` [PATCH 2/2] LoongArch: KVM: Add paravirt qspinlock in guest side

[PATH v4 0/3] vdpa: support set mac address from vdpa tool
 2024-07-23  1:52 UTC  (15+ messages)
` [PATH v4 1/3] "
` [PATH v4 2/3] vdpa_sim_net: Add the support of set mac address
` [PATH v4 3/3] vdpa/mlx5: "

[RFC net-next 00/13] virtio-net: support AF_XDP zero copy (tx)
 2024-07-23  1:20 UTC  (17+ 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

[PATCH V2 0/7] vdpa live update
 2024-07-22  7:26 UTC  (35+ 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 net-next v3 0/3] virtio-net: synchronize op/admin state
 2024-07-22  7:24 UTC  (10+ messages)
` [PATCH net-next v3 3/3] virtio-net: synchronize operstate with admin state on up/down

[RFC v11 04/14] mm: page_frag: add '_va' suffix to page_frag API
 2024-07-21 23:01 UTC  (4+ messages)
` [RFC v11 05/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly

[RFC PATCH net-next v6 14/14] test/vsock: add vsock dgram tests
 2024-07-20 19:58 UTC  (2+ messages)

[PATCH] virtio: Fix various coding style issues
 2024-07-19 22:28 UTC  (5+ messages)

[GIT PULL] virtio: features, fixes, cleanups
 2024-07-19 19:38 UTC  (6+ messages)

[PATCH] virt: acrn: Remove unusted list 'acrn_irqfd_clients'
 2024-07-19 16:01 UTC  (6+ messages)

[PATCH v2] drm/qxl: fix null pointer dereference in qxl_add_mode
 2024-07-18 13:19 UTC 

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

[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 2/2] virtio: fix vq # for balloon
 2024-07-16 10:52 UTC  (3+ messages)

[RFC PATCH net-next v6 01/14] af_vsock: generalize vsock_dgram_recvmsg() to all transports
 2024-07-15 23:39 UTC  (3+ messages)

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

[RFC PATCH net-next v6 03/14] af_vsock: support multi-transport datagrams
 2024-07-15 17:41 UTC  (3+ 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  (6+ messages)
` [PATCH virtio v2 10/13] virtio_pci_modern: create admin queue of queried size

[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  (2+ 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)

[RFC PATCH net-next v6 13/14] virtio/vsock: implement datagram support
 2024-07-11 23:07 UTC  (3+ 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  (8+ messages)

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

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

[PATCH v2 1/2] virtio_balloon: add work around for out of spec QEMU
 2024-07-11 13:23 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).