virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-05 14:56:49 to 2023-06-23 08:15:37 UTC [more...]

[PATCH RFC net-next v4 1/8] vsock/dgram: generalize recvmsg and drop transport->dgram_dequeue
 2023-06-23  8:15 UTC  (10+ messages)
  ` [PATCH RFC net-next v4 2/8] vsock: refactor transport lookup code
  ` [PATCH RFC net-next v4 3/8] vsock: support multi-transport datagrams
  ` [PATCH RFC net-next v4 4/8] vsock: make vsock bind reusable
  ` [PATCH RFC net-next v4 5/8] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
    ` [PATCH RFC net-next v4 6/8] virtio/vsock: support dgrams
  ` [PATCH RFC net-next v4 7/8] vsock: Add lockless sendmsg() support

[PATCH 01/29] mm: shrinker: add shrinker::private_data field
 2023-06-23  6:29 UTC  (5+ messages)
  ` [PATCH 29/29] mm: shrinker: move shrinker-related code into a separate file
  ` [PATCH 24/29] mm: vmscan: make global slab shrink lockless
  ` [PATCH 02/29] mm: vmscan: introduce some helpers for dynamically allocating shrinker

[PATCH] block: virtio-blk: Fix handling of zone append command completion
 2023-06-22 22:19 UTC 

[PATCH v2] vduse: fix NULL pointer dereference
 2023-06-22 20:48 UTC 

[PATCH vhost v10 00/10] virtio core prepares for AF_XDP
 2023-06-22 19:38 UTC  (19+ messages)
` [PATCH vhost v10 05/10] virtio_ring: split-detach: support return dma info to driver
` [PATCH vhost v10 07/10] virtio_ring: introduce helpers for premapped
` [PATCH vhost v10 10/10] virtio_net: support dma premapped

[PATCH v2] Revert "virtio-blk: support completion batching for the IRQ path"
 2023-06-22 17:52 UTC  (5+ messages)

[PATCH] vhost-vdpa: filter VIRTIO_F_RING_PACKED feature
 2023-06-22 12:28 UTC  (31+ messages)

[PATCH 1/3] virtio-crypto: fixup potential cpu stall when free unused bufs
 2023-06-22 11:59 UTC  (9+ messages)
  ` [PATCH 2/3] virtio_console: "
` [PATCH 0/3] fixup potential cpu stall

[GIT PULL] virtio: last minute revert
 2023-06-21 18:12 UTC  (2+ messages)

[PATCH] virtio_pmem: do flush synchronously
 2023-06-21 13:15 UTC  (2+ messages)
    ` [PATCH v2] virtio_pmem: add the missing REQ_OP_WRITE for flush bio

[PATCH] drm/virtgpu: Replace dev_private by helper function
 2023-06-21 10:36 UTC  (4+ messages)
  `  "

[PATCH 0/3] Support negative dentry cache for FUSE and virtiofs
 2023-06-20 15:13 UTC  (3+ messages)
` [PATCH 1/3] docs: virtiofs: Fix descriptions about virtiofs mount option
` [PATCH 3/3] virtiofs: Add negative_dentry_timeout option

[PATCH net-next v3 17/18] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
 2023-06-20 14:53 UTC  (2+ messages)
` [PATCH net-next v3 18/18] net: Kill MSG_SENDPAGE_NOTLAST

[PATCH 7/9] virtio_console: make port class a static const structure
 2023-06-20 14:37 UTC 

[PATCH net-next v2 16/17] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
 2023-06-20 12:59 UTC  (5+ messages)
` [PATCH net-next v2 17/17] net: Kill MSG_SENDPAGE_NOTLAST

[RFC PATCHES 00/17] IOMMUFD: Deliver IO page faults to user space
 2023-06-19 12:58 UTC  (2+ messages)

[RFC PATCH net 0/3] virtio-net: allow usage of small vrings
 2023-06-17  7:44 UTC  (2+ messages)

[PATCH net-next 16/17] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
 2023-06-16 16:12 UTC 

[PATCH AUTOSEL 5.10 14/14] vhost_vdpa: tell vqs about the negotiated
 2023-06-16 10:27 UTC 

[PATCH AUTOSEL 5.15 15/16] vhost_vdpa: tell vqs about the negotiated
 2023-06-16 10:27 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 16/16] vhost_net: revert upend_idx only on retriable error

[PATCH AUTOSEL 6.1 25/26] vhost_vdpa: tell vqs about the negotiated
 2023-06-16 10:26 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 26/26] vhost_net: revert upend_idx only on retriable error

[PATCH AUTOSEL 6.3 28/30] tools/virtio: Fix arm64 ringtest compilation error
 2023-06-16 10:25 UTC  (3+ messages)
` [PATCH AUTOSEL 6.3 29/30] vhost_vdpa: tell vqs about the negotiated
` [PATCH AUTOSEL 6.3 30/30] vhost_net: revert upend_idx only on retriable error

[PATCH] vduse: fix NULL pointer dereference
 2023-06-15  7:46 UTC  (2+ messages)

[PATCH 1/1] fork, vhost: Use CLONE_THREAD to fix freezer/ps regression
 2023-06-14 17:59 UTC  (18+ messages)
  ` [CFT][PATCH v3] "
                  ` Can vhost translate to io_uring?

[PATCH v8 00/17] vhost: multiple worker support
 2023-06-13  1:42 UTC  (19+ messages)
` [PATCH v8 01/17] vhost: create worker at end of vhost_dev_set_owner
` [PATCH v8 02/17] vhost: dynamically allocate vhost_worker
` [PATCH v8 03/17] vhost: add vhost_worker pointer to vhost_virtqueue
` [PATCH v8 04/17] vhost, vhost_net: add helper to check if vq has work
` [PATCH v8 05/17] vhost: take worker or vq instead of dev for queueing
` [PATCH v8 06/17] vhost: take worker or vq for flushing
` [PATCH v8 07/17] vhost: convert poll work to be vq based
` [PATCH v8 08/17] vhost_sock: convert to vhost_vq_work_queue
` [PATCH v8 09/17] vhost_scsi: make SCSI cmd completion per vq
` [PATCH v8 10/17] vhost_scsi: convert to vhost_vq_work_queue
` [PATCH v8 11/17] vhost_scsi: flush IO vqs then send TMF rsp
` [PATCH v8 12/17] vhost: remove vhost_work_queue
` [PATCH v8 13/17] vhost: add helper to parse userspace vring state/file
` [PATCH v8 14/17] vhost: replace single worker pointer with xarray
` [PATCH v8 15/17] vhost: allow userspace to create workers
` [PATCH v8 16/17] vhost_scsi: add support for worker ioctls
` [PATCH v8 17/17] vhost: Allow worker switching while work is queueing

[PATCH V2 0/3] vDPA/ifcvf: enable virtio-net on Intel F2000X-PL
 2023-06-12 15:14 UTC  (4+ messages)
` [PATCH V2 1/3] vDPA/ifcvf: dynamic allocate vq data stores
` [PATCH V2 2/3] vDPA/ifcvf: detect and report max allowed vq size
` [PATCH V2 3/3] vDPA/ifcvf: implement new accessors for vq_state

[PATCH 0/3] vDPA/ifcvf: enable virtio-net on Intel F2000X-PL
 2023-06-12  6:37 UTC  (6+ messages)
` [PATCH 1/3] vDPA/ifcvf: dynamic allocate vq data stores
` [PATCH 2/3] vDPA/ifcvf: detect and report max allowed vq size
` [PATCH 3/3] vDPA/ifcvf: implement new accessors for vq_state

[PATCH] Documentation: virt: clean up paravirt_ops doc
 2023-06-12  5:27 UTC  (2+ messages)

[PATCH RFC 0/4] x86/fixmap: Unify FIXADDR_TOP
 2023-06-10 18:37 UTC  (3+ messages)

[PATCH 2/2] x86/paravirt: Make the struct paravirt_patch_site packed
 2023-06-09 18:25 UTC  (2+ messages)

[GIT PULL] virtio,vhost,vdpa: bugfixes
 2023-06-09 18:19 UTC  (2+ messages)

[PATCH v2 2/4] vdpa: accept VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK backend feature
 2023-06-09 16:13 UTC 

[PATCH v2] vdpa/vp_vdpa: Check queue number of vdpa device from add_config
 2023-06-09 16:12 UTC  (3+ messages)

[PATCH net-next 1/5] virtio_net: Fix an unsafe reference to the page chain
 2023-06-09  2:57 UTC  (21+ messages)
` [PATCH net-next 2/5] virtio_net: Add page_pool support to improve performance

[PATCH] vdpa/mlx5: Support interrupt bypassing
 2023-06-09  2:49 UTC  (4+ messages)

[PATCH] Revert "virtio-blk: support completion batching for the IRQ path"
 2023-06-09  0:45 UTC  (3+ messages)

virtio-blk: support completion batching for the IRQ path - failure
 2023-06-08 18:04 UTC  (3+ messages)

vhost: Fix vhost_task regressions in 6.4-rc
 2023-06-08 15:11 UTC  (7+ messages)
` [PATCH 1/2] vhost: Fix crash during early vhost_transport_send_pkt calls
` [PATCH 2/2] vhost: Fix worker hangs due to missed wake up calls

[RFC PATCH 0/3] x86/paravirt: Get rid of paravirt patching
 2023-06-08 14:03 UTC  (3+ messages)
` [RFC PATCH 1/3] x86/paravirt: move some functions and defines to alternative
` [RFC PATCH 3/3] x86/paravirt: switch mixed paravirt/alternative calls to alternative_2

[PATCH] scsi: virtio_scsi: Remove a useless function call
 2023-06-08  1:42 UTC 

[PATCH 1/1] vhost: Fix crash during early vhost_transport_send_pkt calls
 2023-06-07  8:48 UTC  (6+ messages)

[PATCH] vp_vdpa: Check queue number of vdpa device from add_config
 2023-06-07  2:11 UTC  (2+ messages)

[PATCH net] virtio_net: use control_buf for coalesce params
 2023-06-06  8:29 UTC  (3+ messages)

[RFC PATCH net] virtio_net: Prevent napi_weight changes with VIRTIO_NET_F_NOTF_COAL support
 2023-06-06  2:03 UTC  (3+ messages)

[PATCH V3] virtio-fs: Improved request latencies when Virtio queue is full
 2023-06-05 20:34 UTC  (3+ 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).