virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-03 22:13:53 to 2023-09-22 13:00:03 UTC [more...]

[PATCH vfio 00/11] Introduce a vfio driver over virtio devices
 2023-09-22 12:59 UTC  (47+ messages)
` [PATCH vfio 01/11] virtio-pci: Use virtio pci device layer vq info instead of generic one
` [PATCH vfio 02/11] virtio: Define feature bit for administration virtqueue
` [PATCH vfio 03/11] virtio-pci: Introduce admin virtqueue
` [PATCH vfio 04/11] virtio: Expose the synchronous command helper function
` [PATCH vfio 05/11] virtio-pci: Introduce admin command sending function
` [PATCH vfio 06/11] virtio-pci: Introduce API to get PF virtio device from VF PCI device
` [PATCH vfio 07/11] virtio-pci: Introduce admin commands
` [PATCH vfio 08/11] vfio/pci: Expose vfio_pci_core_setup_barmap()
` [PATCH vfio 09/11] vfio/pci: Expose vfio_pci_iowrite/read##size()
` [PATCH vfio 10/11] vfio/virtio: Expose admin commands over virtio device
` [PATCH vfio 11/11] vfio/virtio: Introduce a vfio driver over virtio devices

[PATCH v2 2/2] iommu/virtio: Add ops->flush_iotlb_all and enable deferred flush
 2023-09-22 12:41 UTC  (9+ messages)
  ` [PATCH v2 1/2] iommu/virtio: Make use of ops->iotlb_sync_map

[PATCH v14 00/42] virtio pci support VIRTIO_F_RING_RESET
 2023-09-22 10:46 UTC  (5+ messages)
` [PATCH v14 30/42] virtio_pci: introduce helper to get/set queue reset

Weird locking hierarchy in virtcrypto
 2023-09-22 10:45 UTC  (2+ messages)

[PATCH net 1/6] virtio-net: initially change the value of tx-frames
 2023-09-22  9:50 UTC  (8+ messages)
  ` [PATCH net 2/6] virtio-net: fix mismatch of getting tx-frames
  ` [PATCH net 3/6] virtio-net: consistently save parameters for per-queue
  ` [PATCH net 4/6] virtio-net: fix per queue coalescing parameter setting
  ` [PATCH net 5/6] virtio-net: fix the vq coalescing setting for vq resize
  ` [PATCH net 6/6] virtio-net: a tiny comment update

[RFC PATCH 0/3] x86/paravirt: Get rid of paravirt patching
 2023-09-20 15:49 UTC  (6+ 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

virtio-sound linux driver conformance to spec
 2023-09-20 13:18 UTC  (13+ messages)
` [virtio-comment] "
  ` [virtio-comment] "

[PATCH net-next v9 4/4] vsock/virtio: MSG_ZEROCOPY flag support
 2023-09-20 11:06 UTC  (7+ messages)
` [PATCH net-next v9 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations

[RFC v2 3/4] vduse: update the vq_info in ioctl
 2023-09-18  8:48 UTC  (4+ messages)
  ` [RFC v2 1/4] vduse: Add function to get/free the pages for reconnection
  ` [RFC v2 2/4] vduse: Add file operation for mmap
  ` [RFC v2 4/4] vduse: Add new ioctl VDUSE_GET_RECONNECT_INFO

[PATCH net-next 0/5] vsock/test: add recv_buf()/send_buf() utility functions and some improvements
 2023-09-15 12:14 UTC  (6+ messages)
` [PATCH net-next 1/5] vsock/test: add recv_buf() utility function
` [PATCH net-next 2/5] vsock/test: use recv_buf() in vsock_test.c
` [PATCH net-next 3/5] vsock/test: add send_buf() utility function
` [PATCH net-next 4/5] vsock/test: use send_buf() in vsock_test.c
` [PATCH net-next 5/5] vsock/test: track bytes in MSG_PEEK test for SOCK_SEQPACKET

[PATCH V3] io_uring: fix IO hang in io_wq_put_and_exit from do_exit()
 2023-09-15  7:04 UTC  (2+ messages)

[PATCH v2] vdpa/mlx5: Fix firmware error on creation of 1k VQs
 2023-09-15  6:54 UTC  (3+ messages)

[PATCH] vdpa/mlx5: Fix double release of debugfs entry
 2023-09-15  6:53 UTC  (3+ messages)

[PATCH 00/16] vdpa: Add support for vq descriptor mappings
 2023-09-15  6:34 UTC  (17+ messages)
` [PATCH 01/16] vdpa: introduce dedicated descriptor group for virtqueue
` [PATCH 02/16] vhost-vdpa: introduce descriptor group backend feature
` [PATCH 03/16] vhost-vdpa: uAPI to get dedicated descriptor group id
` [PATCH 04/16] vdpa/mlx5: Create helper function for dma mappings
` [PATCH 05/16] vdpa/mlx5: Decouple cvq iotlb handling from hw mapping code
` [PATCH 06/16] vdpa/mlx5: Take cvq iotlb lock during refresh
` [PATCH 07/16] vdpa/mlx5: Collapse "dvq" mr add/delete functions
` [PATCH 08/16] vdpa/mlx5: Rename mr destroy functions
` [PATCH 09/16] vdpa/mlx5: Allow creation/deletion of any given mr struct
` [PATCH 10/16] vdpa/mlx5: Move mr mutex out of "
` [PATCH 11/16] vdpa/mlx5: Improve mr update flow
` [PATCH 12/16] vdpa/mlx5: Introduce mr for vq descriptor
` [PATCH 13/16] vdpa/mlx5: Enable hw support for vq descriptor mapping
` [PATCH 14/16] vdpa/mlx5: Make iotlb helper functions more generic
` [PATCH 15/16] vdpa/mlx5: Update cvq iotlb mapping on ASID change

[PATCH RFC v3 0/4] vdpa: decouple reset of iotlb mapping from device reset
 2023-09-15  5:55 UTC  (13+ messages)
` [PATCH RFC v3 1/4] vdpa: introduce .reset_map operation callback
` [PATCH RFC v3 2/4] vdpa/mlx5: implement .reset_map driver op
` [PATCH RFC v3 3/4] vhost-vdpa: should restore 1:1 dma mapping before detaching driver
` [PATCH RFC v3 4/4] vhost-vdpa: introduce IOTLB_PERSIST backend feature bit

[PATCH RFC v2 0/4] vdpa: decouple reset of iotlb mapping from device reset
 2023-09-15  5:38 UTC  (9+ messages)
` [PATCH RFC v2 1/4] vdpa: introduce .reset_map operation callback
` [PATCH RFC v2 2/4] vdpa/mlx5: implement .reset_map driver op
` [PATCH RFC v2 3/4] vhost-vdpa: should restore 1:1 dma mapping before detaching driver
` [PATCH RFC v2 4/4] vhost-vdpa: introduce IOTLB_PERSIST backend feature bit

[PATCH V11 04/17] locking/qspinlock: Improve xchg_tail for number of cpus >= 16k
 2023-09-14 17:23 UTC  (6+ messages)
  ` [PATCH V11 07/17] riscv: qspinlock: Introduce qspinlock param for command line

[PATCH net-next v8 2/4] vsock/virtio: support to send non-linear skb
 2023-09-14 15:34 UTC  (4+ messages)
  ` [PATCH net-next v8 4/4] vsock/virtio: MSG_ZEROCOPY flag support
` [PATCH net-next v8 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations

[PATCH V10 07/19] riscv: qspinlock: errata: Introduce ERRATA_THEAD_QSPINLOCK
 2023-09-13 19:32 UTC 

[BUG] virtio-fs: Corruption when running binaries from virtiofsd-backed fs
 2023-09-13 15:38 UTC  (4+ messages)

[PATCH v2] vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATE
 2023-09-13 14:00 UTC  (2+ messages)

[PATCH 0/3] xen: cleanup and fix lazy mode handling
 2023-09-13 13:36 UTC  (4+ messages)
` [PATCH 2/3] x86/xen: move paravirt lazy code

[PATCH net-next] virtio: kdoc for struct virtio_pci_modern_device
 2023-09-12 20:54 UTC  (4+ messages)

[PATCH RFC v2 0/3] vdpa: dedicated descriptor table group
 2023-09-12  4:25 UTC  (7+ messages)
` [PATCH RFC v2 1/3] vdpa: introduce dedicated descriptor group for virtqueue
` [PATCH RFC v2 2/3] vhost-vdpa: introduce descriptor group backend feature
` [PATCH RFC v2 3/3] vhost-vdpa: uAPI to get dedicated descriptor group id

[PATCH iproute2] vdpa: consume device_features parameter
 2023-09-12  3:18 UTC  (2+ messages)

[PATCH] vdpa: consume device_features parameter
 2023-09-12  0:33 UTC  (5+ messages)

[PATCH 0/2] vdpa: Add logging operatins
 2023-09-11  6:56 UTC 

[PATCH v2] virtio-mmio: fix memory leak of vm_dev
 2023-09-08 15:41 UTC  (3+ messages)

[PATCH 1/2] iommu/virtio: Make use of ops->iotlb_sync_map
 2023-09-07 14:21 UTC  (5+ messages)
  ` [PATCH 2/2] iommu/virtio: Add ops->flush_iotlb_all and enable deferred flush

[PATCH] virtio-mmio: fix memory leak of vm_dev
 2023-09-06 16:26 UTC 

[PATCH] virtio-vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
 2023-09-06 14:28 UTC  (7+ messages)

[GIT PULL] virtio: features
 2023-09-04 18:43 UTC  (2+ messages)

WorldCIST'24 - Call for Workshops Proposals
 2023-09-04 16:58 UTC 

[PATCH net-next v7 4/4] vsock/virtio: MSG_ZEROCOPY flag support
 2023-09-04  8:21 UTC  (2+ messages)

[PATCH] virtio-blk: fix implicit overflow on virtio_max_dma_size
 2023-09-04  6:10 UTC 


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