virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-14 06:39:46 to 2024-06-18 02:03:44 UTC [more...]

mmap_assert_write_locked warnings during for vhost_vdpa_fault
 2024-06-18  2:03 UTC  (3+ messages)

[PATCH v2] x86/paravirt: Disable virt spinlock on bare metal
 2024-06-18  1:46 UTC  (2+ messages)

move features flags into queue_limits v2
 2024-06-18  1:42 UTC  (55+ messages)
` [PATCH 01/26] xen-blkfront: don't disable cache flushes when they fail
` [PATCH 02/26] sd: remove sd_is_zoned
` [PATCH 03/26] sd: move zone limits setup out of sd_read_block_characteristics
` [PATCH 04/26] loop: stop using loop_reconfigure_limits in __loop_clr_fd
` [PATCH 05/26] loop: always update discard settings in loop_reconfigure_limits
` [PATCH 06/26] loop: regularize upgrading the block size for direct I/O
` [PATCH 07/26] loop: also use the default block size from an underlying block device
` [PATCH 08/26] loop: fold loop_update_rotational into loop_reconfigure_limits
` [PATCH 09/26] virtio_blk: remove virtblk_update_cache_mode
` [PATCH 10/26] nbd: move setting the cache control flags to __nbd_set_size
` [PATCH 11/26] block: freeze the queue in queue_attr_store
` [PATCH 12/26] block: remove blk_flush_policy
` [PATCH 13/26] block: move cache control settings out of queue->flags
` [PATCH 14/26] block: move the nonrot flag to queue_limits
` [PATCH 15/26] block: move the add_random "
` [PATCH 16/26] block: move the io_stat flag setting "
` [PATCH 17/26] block: move the stable_writes flag "
` [PATCH 18/26] block: move the synchronous "
` [PATCH 19/26] block: move the nowait "
` [PATCH 20/26] block: move the dax "
` [PATCH 21/26] block: move the poll "
` [PATCH 22/26] block: move the zoned flag into the features field
` [PATCH 23/26] block: move the zone_resetall flag to queue_limits
` [PATCH 24/26] block: move the pci_p2pdma "
` [PATCH 25/26] block: move the skip_tagset_quiesce "
` [PATCH 26/26] block: move the bounce flag into the features field

[PATCH net-next v5 00/15] virtio-net: support AF_XDP zero copy
 2024-06-18  1:40 UTC  (33+ messages)
` [PATCH net-next v5 04/15] virtio_net: separate virtnet_rx_resize()
` [PATCH net-next v5 06/15] virtio_net: separate receive_buf
` [PATCH net-next v5 07/15] virtio_net: refactor the xmit type
` [PATCH net-next v5 08/15] virtio_net: sq support premapped mode
` [PATCH net-next v5 09/15] virtio_net: xsk: bind/unbind xsk
` [PATCH net-next v5 11/15] virtio_net: xsk: tx: support xmit xsk buffer
` [PATCH net-next v5 12/15] virtio_net: xsk: tx: support wakeup
` [PATCH net-next v5 13/15] virtio_net: xsk: tx: handle the transmitted xsk buffer
` [PATCH net-next v5 14/15] virtio_net: xsk: rx: support fill with "
` [PATCH net-next v5 15/15] virtio_net: xsk: rx: support recv small mode

[PATCH v7 00/10] IOMMUFD: Deliver IO page faults to user space
 2024-06-18  1:35 UTC  (14+ messages)
` [PATCH v7 01/10] iommu: Introduce domain attachment handle
` [PATCH v7 02/10] iommu: Remove sva handle list
` [PATCH v7 03/10] iommu: Add attach handle to struct iopf_group
` [PATCH v7 04/10] iommu: Extend domain attach group with handle support
` [PATCH v7 05/10] iommufd: Add fault and response message definitions
` [PATCH v7 06/10] iommufd: Add iommufd fault object
` [PATCH v7 07/10] iommufd: Fault-capable hwpt attach/detach/replace
` [PATCH v7 08/10] iommufd: Associate fault object with iommufd_hw_pgtable
` [PATCH v7 09/10] iommufd/selftest: Add IOPF support for mock device
` [PATCH v7 10/10] iommufd/selftest: Add coverage for IOPF test

[PATCH net-next v3 0/4] virtio_net: enable the irq for ctrlq
 2024-06-18  1:29 UTC  (5+ messages)
` [PATCH net-next v3 4/4] virtio_net: improve dim command request efficiency

[syzbot] [net?] [virt?] upstream test error: KMSAN: uninit-value in receive_buf
 2024-06-18  1:27 UTC  (3+ messages)

[patch net-next] virtio_net: add support for Byte Queue Limits
 2024-06-18  1:19 UTC  (17+ messages)

[PATCH net-next v2] virtio_net: add support for Byte Queue Limits
 2024-06-18  0:53 UTC  (8+ messages)

[RFC] Legacy Virtio Driver with Device Has Limited Memory Access
 2024-06-17 23:41 UTC  (4+ messages)

[PATCH 1/2] vdpa: support set mac address from vdpa tool
 2024-06-17 16:44 UTC  (14+ messages)

[PATCH vhost 00/23] vdpa/mlx5: Pre-create HW VQs to reduce LM downtime
 2024-06-17 15:07 UTC  (24+ messages)
` [PATCH vhost 01/23] vdpa/mlx5: Clarify meaning thorough function rename
` [PATCH vhost 02/23] vdpa/mlx5: Make setup/teardown_vq_resources() symmetrical
` [PATCH vhost 03/23] vdpa/mlx5: Drop redundant code
` [PATCH vhost 04/23] vdpa/mlx5: Drop redundant check in teardown_virtqueues()
` [PATCH vhost 05/23] vdpa/mlx5: Iterate over active VQs during suspend/resume
` [PATCH vhost 06/23] vdpa/mlx5: Remove duplicate suspend code
` [PATCH vhost 07/23] vdpa/mlx5: Initialize and reset device with one queue pair
` [PATCH vhost 08/23] vdpa/mlx5: Clear and reinitialize software VQ data on reset
` [PATCH vhost 09/23] vdpa/mlx5: Add support for modifying the virtio_version VQ field
` [PATCH vhost 10/23] vdpa/mlx5: Add support for modifying the VQ features field
` [PATCH vhost 11/23] vdpa/mlx5: Set an initial size on the VQ
` [PATCH vhost 12/23] vdpa/mlx5: Start off rqt_size with max VQPs
` [PATCH vhost 13/23] vdpa/mlx5: Set mkey modified flags on all VQs
` [PATCH vhost 14/23] vdpa/mlx5: Allow creation of blank VQs
` [PATCH vhost 15/23] vdpa/mlx5: Accept Init -> Ready VQ transition in resume_vq()
` [PATCH vhost 16/23] vdpa/mlx5: Add error code for suspend/resume VQ
` [PATCH vhost 17/23] vdpa/mlx5: Consolidate all VQ modify to Ready to use resume_vq()
` [PATCH vhost 18/23] vdpa/mlx5: Forward error in suspend/resume device
` [PATCH vhost 19/23] vdpa/mlx5: Use suspend/resume during VQP change
` [PATCH vhost 20/23] vdpa/mlx5: Pre-create hardware VQs at vdpa .dev_add time
` [PATCH vhost 21/23] vdpa/mlx5: Re-create HW VQs under certain conditions
` [PATCH vhost 22/23] vdpa/mlx5: Don't reset VQs more than necessary
` [PATCH vhost 23/23] vdpa/mlx5: Don't enable non-active VQs in .set_vq_ready()

[PATCH 0/2] virtio_net: fixes for checksum offloading and XDP handling
 2024-06-17 13:34 UTC  (4+ messages)
` [PATCH 1/2] virtio_net: checksum offloading handling fix
` [PATCH 2/2] virtio_net: fixing XDP for fully checksummed packets handling

[PATCH] vringh: add MODULE_DESCRIPTION()
 2024-06-17 13:27 UTC  (4+ messages)

[PATCH] virtio_net: Eliminate OOO packets during switching
 2024-06-17 13:25 UTC  (3+ messages)

[PATCH net-next 1/2] vsock/virtio: refactor virtio_transport_send_pkt_work
 2024-06-17 13:24 UTC  (5+ messages)
` [PATCH net-next 2/2] vsock/virtio: avoid enqueue packets when work queue is empty

[PATCH net-next v8 04/13] mm: page_frag: add '_va' suffix to page_frag API
 2024-06-17 13:14 UTC  (2+ messages)
` [PATCH net-next v8 05/13] mm: page_frag: avoid caller accessing 'page_frag_cache' directly

[PATCH v6 00/10] IOMMUFD: Deliver IO page faults to user space
 2024-06-17  7:37 UTC  (9+ messages)
` [PATCH v6 06/10] iommufd: Add iommufd fault object
` [PATCH v6 07/10] iommufd: Fault-capable hwpt attach/detach/replace

move features flags into queue_limits
 2024-06-17  6:03 UTC  (13+ messages)
` [PATCH 02/26] sd: move zone limits setup out of sd_read_block_characteristics
` [PATCH 10/26] xen-blkfront: don't disable cache flushes when they fail

[PATCH net-next V2] virtio-net: synchronize operstate with admin state on up/down
 2024-06-17  1:50 UTC  (7+ messages)

[PATCH] vdpa: Add support for no-IOMMU mode
 2024-06-17  1:38 UTC  (7+ messages)
  ` [EXTERNAL] "

[syzbot] [virt?] KMSAN: uninit-value in virtqueue_add (5)
 2024-06-15 11:43 UTC 

[RFC PATCH v3 0/7] Add virtio_rtc module and related changes
 2024-06-15  8:40 UTC  (6+ messages)
` [RFC PATCH v3 5/7] virtio_rtc: Add PTP clocks
` [RFC PATCH v3 6/7] virtio_rtc: Add Arm Generic Timer cross-timestamping

[PATCH v11 0/8] VMware hypercalls enhancements
 2024-06-14 22:00 UTC  (8+ messages)
` [PATCH v11 8/8] x86/vmware: Add TDX hypercall support

[PATCH v6] virtio: vdpa: vDPA driver for Marvell OCTEON DPU devices
 2024-06-14 14:46 UTC 

[PATCH net-next 0/2] vsock: avoid queuing on workqueue if possible
 2024-06-14 14:40 UTC  (2+ messages)

[REGRESSION] QXL display malfunction
 2024-06-14 13:45 UTC  (3+ messages)

[PATCH] Fix Issue: When VirtIO Backend providing VIRTIO_BLK_F_MQ feature, The file system of the front-end OS fails to be mounted
 2024-06-14 11:23 UTC  (3+ messages)

[PATCH v2] net: missing check virtio
 2024-06-14 10:18 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).