virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-06 02:48:45 to 2024-01-16 18:15:08 UTC [more...]

[RFC V1 00/13] vdpa live update
 2024-01-16 18:14 UTC  (22+ messages)
` [RFC V1 01/13] vhost-vdpa: count pinned memory
` [RFC V1 02/13] vhost-vdpa: pass mm to bind
` [RFC V1 03/13] vhost-vdpa: VHOST_NEW_OWNER
` [RFC V1 04/13] vhost-vdpa: VHOST_BACKEND_F_NEW_OWNER
` [RFC V1 05/13] vhost-vdpa: VHOST_IOTLB_REMAP
` [RFC V1 06/13] vhost-vdpa: VHOST_BACKEND_F_IOTLB_REMAP
` [RFC V1 07/13] vhost-vdpa: flush workers on suspend
` [RFC V1 08/13] vduse: "
` [RFC V1 09/13] vdpa_sim: reset must not run
` [RFC V1 10/13] vdpa_sim: flush workers on suspend
` [RFC V1 11/13] vdpa/mlx5: new owner capability
` [RFC V1 12/13] vdpa_sim: "
` [RFC V1 13/13] vduse: "

[GIT PULL] virtio: features, fixes
 2024-01-16 16:28 UTC 

[PATCH net-next 00/17] virtio-net: support AF_XDP zero copy (3/3)
 2024-01-16 15:07 UTC  (20+ messages)
` [PATCH net-next 01/17] virtio_net: separate virtnet_rx_resize()
` [PATCH net-next 02/17] virtio_net: separate virtnet_tx_resize()
` [PATCH net-next 03/17] virtio_net: xsk: bind/unbind xsk
` [PATCH net-next 04/17] virtio_net: xsk: prevent disable tx napi
` [PATCH net-next 05/17] virtio_net: move some api to header
` [PATCH net-next 06/17] virtio_net: xsk: tx: support xmit xsk buffer
` [PATCH net-next 07/17] virtio_net: xsk: tx: support wakeup
` [PATCH net-next 08/17] virtio_net: xsk: tx: handle the transmitted xsk buffer
` [PATCH net-next 09/17] virtio_net: xsk: tx: free the unused "
` [PATCH net-next 10/17] virtio_net: separate receive_mergeable
` [PATCH net-next 11/17] virtio_net: separate receive_buf
` [PATCH net-next 12/17] virtio_net: xsk: rx: support fill with xsk buffer
` [PATCH net-next 13/17] virtio_net: xsk: rx: support recv merge mode
` [PATCH net-next 14/17] virtio_net: xsk: rx: support recv small mode
` [PATCH net-next 15/17] virtio_net: xsk: rx: free the unused xsk buffer
` [PATCH net-next 16/17] virtio_net: update tx timeout record
` [PATCH net-next 17/17] virtio_net: xdp_features add NETDEV_XDP_ACT_XSK_ZEROCOPY

[PATCH] vhost-vdpa: Remove usage of the deprecated ida_simple_xx() API
 2024-01-16 14:57 UTC  (2+ messages)

[PATCH net-next 0/3] virtio-net: a fix and some updates for virtio dim
 2024-01-16 13:15 UTC  (5+ messages)
` [PATCH net-next 1/3] virtio-net: fix possible dim status unrecoverable
` [PATCH net-next 2/3] virtio-net: batch dim request
` [PATCH net-next 3/3] virtio-net: reduce the CPU consumption of dim worker

[PATCH] virtio_scsi: remove duplicate check if queue is broken
 2024-01-16 13:04 UTC  (3+ messages)

[PATCH net-next 0/5] virtio-net: make the virtio-net has independent directory
 2024-01-16 12:32 UTC  (7+ messages)
` [PATCH net-next 1/5] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH net-next 2/5] virtio_net: unify the code for recycling the xmit ptr
` [PATCH net-next 3/5] virtio_net: independent directory
` [PATCH net-next 4/5] virtio_net: move core structures to virtio_net.h
` [PATCH net-next 5/5] virtio_net: add prefix virtnet to all struct inside virtio_net.h

[PATCH 1/1] virtio_net: Add timeout handler to avoid kernel hang
 2024-01-16 12:04 UTC  (4+ messages)

[PATCH net-next 0/5] virtio-net: sq support premapped mode
 2024-01-16  7:59 UTC  (6+ messages)
` [PATCH net-next 1/5] virtio_ring: introduce virtqueue_get_buf_ctx_dma()
` [PATCH net-next 2/5] virtio_ring: virtqueue_disable_and_recycle let the callback detach bufs
` [PATCH net-next 3/5] virtio_ring: introduce virtqueue_detach_unused_buf_dma()
` [PATCH net-next 4/5] virtio_ring: introduce virtqueue_get_dma_premapped()
` [PATCH net-next 5/5] virtio_net: sq support premapped mode

[PATCH net-next v3 00/27] virtio-net: support AF_XDP zero copy
 2024-01-16  7:32 UTC  (5+ messages)
` [PATCH net-next v3 06/27] virtio_ring: introduce virtqueue_get_buf_ctx_dma()

[PATCH net-next v1 0/6] virtio-net: support device stats
 2024-01-16  5:55 UTC  (2+ messages)

[PATCH 1/1] vhost: Added pad cleanup if vnet_hdr is not present
 2024-01-15 22:32 UTC  (3+ messages)

[PATCH v2 0/6] IOMMUFD: Deliver IO page faults to user space
 2024-01-15 17:58 UTC  (6+ messages)
      ` [PATCH v2 4/6] iommufd: Deliver fault messages "

[PATCH] virtio_blk: remove duplicate check if queue is broken in virtblk_done
 2024-01-15 16:34 UTC  (2+ messages)

[v2 PATCH 0/1] ALSA: virtio: add support for audio controls
 2024-01-15 13:36 UTC  (2+ messages)
` [v2 PATCH 1/1] "

[RESEND PATCH 0/1] ALSA: virtio: add support for audio controls
 2024-01-15 13:47 UTC  (3+ messages)

[RFC PATCH v1] vsock/test: add '--peer-port' input argument
 2024-01-15 11:54 UTC  (3+ messages)

[PATCH] drm/virtio: set segment size for virtio_gpu device
 2024-01-12 16:03 UTC 

[PATCH net-next 16/24] net: netkit, veth, tun, virt*: Use nested-BH locking for XDP redirect
 2024-01-12 15:37 UTC  (3+ messages)

[RFC] Revert "virtio_pci: Support surprise removal of virtio pci
 2024-01-12  5:56 UTC  (9+ messages)

[PATCH v3 1/1] virtio_net: Fix "‘%d’ directive writing between 1 and 11 bytes into a region of size 10" warnings
 2024-01-12  1:00 UTC  (2+ messages)

[PATCH 5.10 0/1] drm/qxl: fix UAF on handle creation
 2024-01-11 10:45 UTC  (3+ messages)
` [PATCH 5.10 1/1] "

[PATCH 0/1] Implement device_attach for virtio gpu
 2024-01-11  9:31 UTC  (9+ messages)
` [PATCH 1/1] drm/virtio: Implement device_attach

[RFC v1 0/8] vhost-vdpa: add support for iommufd
 2024-01-11  9:02 UTC  (2+ messages)

[PATCH] driver/virtio: Add Memory Balloon Support for SEV/SEV-ES
 2024-01-11  8:35 UTC  (4+ messages)

[PATCH] driver/virtio: Add Memory Balloon Support for SEV/SEV-ES
 2024-01-11  8:22 UTC  (2+ messages)

[PATCH] dma-buf: Clean up errors in qxl_release.h
 2024-01-11  7:09 UTC 

[PATCH v7 0/3] vduse: add support for networking devices
 2024-01-11  3:10 UTC  (8+ messages)
` [PATCH v7 1/3] vduse: validate block features only with block devices
` [PATCH v7 2/3] vduse: Temporarily fail if control queue feature requested
` [PATCH v7 3/3] vduse: enable Virtio-net device type

[PATCH net-next v3 0/3] Abstract page from net stack
 2024-01-11  1:35 UTC  (7+ messages)
` [PATCH net-next v3 2/3] net: introduce abstraction for network memory

[PATCH] vfio: fix virtio-pci dependency
 2024-01-10 23:27 UTC  (3+ messages)

[PATCH] virtiofs: limit the length of ITER_KVEC dio by max_nopage_rw
 2024-01-10 22:34 UTC  (5+ messages)

REGRESSION: lockdep warning triggered by 15b9ce7ecd: virtio_balloon: stay awake while adjusting balloon
 2024-01-10 17:24 UTC  (6+ messages)

[PATCH v2 00/11] Avoid unprivileged splice(file->)/(->socket) pipe exclusion
 2024-01-10 15:47 UTC  (5+ messages)
` [PATCH v2 09/11] fuse: file: limit splice_read to virtiofs

[PATCH v2 0/1] Implementation of resource_query_layout
 2024-01-10 12:33 UTC  (5+ messages)
` [PATCH 1/1] drm/virtio: Implement RESOURCE_GET_LAYOUT ioctl

New parts in stock/offering
 2024-01-10  8:55 UTC 

[PATCH] crypto: virtio - Less function calls in __virtio_crypto_akcipher_do_req() after error detection
 2024-01-10  7:46 UTC  (5+ messages)
  ` [PATCH v2] "
      `  "

[PATCH v3] virtio_balloon: stay awake while adjusting balloon
 2024-01-10  2:19 UTC 

Re: Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement)
 2024-01-09 23:07 UTC  (10+ messages)

[PATCH v6 0/7] VMware hypercalls enhancements
 2024-01-09 10:21 UTC  (9+ messages)
` [PATCH v6 1/7] x86/vmware: Move common macros to vmware.h
` [PATCH v6 2/7] x86/vmware: Introduce VMware hypercall API
` [PATCH v6 3/7] ptp/vmware: Use "
` [PATCH v6 4/7] input/vmmouse: "
` [PATCH v6 5/7] drm/vmwgfx: "
` [PATCH v6 6/7] x86/vmware: Undefine VMWARE_HYPERCALL
` [PATCH v6 7/7] x86/vmware: Add TDX hypercall support

[PATCH 5/5] LoongArch: Add pv ipi support on LoongArch system
 2024-01-09  6:00 UTC  (2+ messages)

linux-next: Tree for Jan 8 (drivers/vfio/pci/virtio/main.o)
 2024-01-09  5:57 UTC 

[PATCH v5 0/7] VMware hypercalls enhancements
 2024-01-09  5:10 UTC  (8+ messages)
` [PATCH v5 1/7] x86/vmware: Move common macros to vmware.h
` [PATCH v5 2/7] x86/vmware: Introduce VMware hypercall API
` [PATCH v5 3/7] ptp/vmware: Use "
` [PATCH v5 4/7] input/vmmouse: "
` [PATCH v5 5/7] drm/vmwgfx: "
` [PATCH v5 6/7] x86/vmware: Undefine VMWARE_HYPERCALL
` [PATCH v5 7/7] x86/vmware: Add TDX hypercall support

[RFC PATCH 0/1] virtio-blk: handle block layer timedout request
 2024-01-09  3:33 UTC  (4+ messages)
` [RFC PATCH 1/1] virtio-blk: process "

[PATCH v5] can: virtio: Initial virtio CAN driver
 2024-01-08 19:34 UTC  (2+ messages)

[PATCH net-next 2/6] page_frag: unify gfp bits for order 3 page allocation
 2024-01-08 16:13 UTC  (8+ messages)
` [PATCH net-next 4/6] vhost/net: remove vhost_net_page_frag_refill()

[PATCH v2] virtiofs: use GFP_NOFS when enqueuing request through kworker
 2024-01-08 15:48 UTC  (9+ messages)

[PATCH AUTOSEL 6.1 1/5] virtio_blk: fix snprintf truncation compiler warning
 2024-01-08 12:28 UTC 

[PATCH AUTOSEL 6.6 1/8] virtio_blk: fix snprintf truncation compiler warning
 2024-01-08 12:27 UTC 

[PATCH next v2 2/5] locking/osq_lock: Optimise the vcpu_is_preempted() check
 2024-01-08  7:42 UTC  (2+ messages)

[PATCH v2 0/6] LoongArch: Add pv ipi support on LoongArch VM
 2024-01-08  6:40 UTC  (7+ messages)
` [PATCH v2 1/6] LoongArch: KVM: Add hypercall instruction emulation support
` [PATCH v2 2/6] LoongArch: KVM: Add cpucfg area for kvm hypervisor
` [PATCH v2 3/6] LoongArch: SMP: Refine ipi ops on LoongArch platform
` [PATCH v2 4/6] LoongArch: Add paravirt interface for guest kernel
` [PATCH v2 5/6] LoongArch: KVM: Add physical cpuid map support
` [PATCH v2 6/6] LoongArch: Add pv ipi support on LoongArch system

[PATCH v6 0/3] vduse: add support for networking devices
 2024-01-08  3:44 UTC  (7+ messages)
` [PATCH v6 2/3] vduse: Temporarily fail if control queue features requested


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).