virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-24 13:09:25 to 2024-07-02 06:38:09 UTC [more...]

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

[RFC PATCH v3 0/7] Add virtio_rtc module and related changes
 2024-07-01 15:39 UTC  (25+ messages)
        ` [RFC PATCH v2] ptp: Add vDSO-style vmclock support

[RFC PATCH v1 0/2] virtio/vsock: some updates for deferred credit update
 2024-07-01 15:32 UTC  (5+ messages)
` [RFC PATCH v1 1/2] virtio/vsock: rework deferred credit update logic

[PATCH net-next v2 0/2] vsock: avoid queuing on workqueue if possible
 2024-07-01 14:49 UTC  (4+ messages)
` [PATCH PATCH net-next v2 1/2] vsock/virtio: refactor virtio_transport_send_pkt_work
` [PATCH PATCH net-next v2 2/2] vsock/virtio: avoid enqueue packets when work queue is empty

[PATCH] vhost-vdpa: switch to use vmf_insert_pfn() in the fault handler
 2024-07-01 12:37 UTC  (2+ messages)

[REGRESSION] QXL display malfunction
 2024-07-01 10:02 UTC  (4+ messages)

[PATCH net-next v6 00/10] virtio-net: support AF_XDP zero copy
 2024-07-01  8:34 UTC  (20+ messages)
` [PATCH net-next v6 05/10] virtio_net: xsk: bind/unbind xsk for rx
` [PATCH net-next v6 07/10] virtio_net: xsk: rx: support fill with xsk buffer
` [PATCH net-next v6 08/10] virtio_net: xsk: rx: support recv small mode
` [PATCH net-next v6 09/10] virtio_net: xsk: rx: support recv merge mode
` [PATCH net-next v6 10/10] virtio_net: xsk: rx: free the unused xsk buffer

[axboe-block:for-next] [block] 1122c0c1cc: aim7.jobs-per-min 22.6% improvement
 2024-07-01  8:22 UTC  (7+ messages)

[PATCH v7 00/10] IOMMUFD: Deliver IO page faults to user space
 2024-07-01  5:55 UTC  (19+ 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 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

atomic queue limits updates
 2024-07-01  4:54 UTC  (6+ messages)
` [PATCH 12/15] virtio_blk: pass queue_limits to blk_mq_alloc_disk

How to implement message forwarding from one CID to another in vhost driver
 2024-06-30 10:54 UTC  (15+ messages)

[syzbot] [virt?] [net?] upstream test error: KMSAN: uninit-value in virtnet_poll
 2024-06-28 19:11 UTC 

[PATCH net-next v3 0/3] ioctl support for AF_VSOCK and virtio-based transports
 2024-06-28 13:42 UTC  (9+ messages)
` [PATCH net-next v3 1/3] vsock: add support for SIOCOUTQ ioctl for all vsock socket types
` [PATCH net-next v3 2/3] vsock/virtio: add SIOCOUTQ support for all virtio based transports
` [PATCH net-next v3 3/3] test/vsock: add ioctl unsent bytes test

[RFC PATCH] hw/acpi: Add vmclock device
 2024-06-28 12:52 UTC 

[PATCH v4 00/11] riscv: Memory Hot(Un)Plug support
 2024-06-27 17:50 UTC  (2+ messages)

[PATCH] vhost/vsock: always initialize seqpacket_allow
 2024-06-27  3:37 UTC  (2+ messages)

[PATCH] vDPA: add missing MODULE_DESCRIPTION() macros
 2024-06-26 16:45 UTC  (2+ messages)

[PATCH] drm/qxl: Add check for drm_cvt_mode
 2024-06-26 13:35 UTC  (2+ messages)
` (subset) "

[PATCH] drm/qxl: fix null pointer dereference in qxl_add_mode
 2024-06-26 12:18 UTC  (2+ messages)

[PATCH net-next v4 0/5] virtio_net: enable the irq for ctrlq
 2024-06-26 11:51 UTC  (17+ messages)
` [PATCH net-next v4 2/5] virtio_net: enable irq for the control vq

mmap_assert_write_locked warnings during for vhost_vdpa_fault
 2024-06-26 10:54 UTC  (11+ messages)

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

[PATCH vhost 00/23] vdpa/mlx5: Pre-create HW VQs to reduce LM downtime
 2024-06-26  9:28 UTC  (7+ messages)
` [PATCH vhost 18/23] vdpa/mlx5: Forward error in suspend/resume device
` [PATCH vhost 20/23] vdpa/mlx5: Pre-create hardware VQs at vdpa .dev_add time

[PATCH V2 0/3] virtio-net: synchronize operstate with admin state on up/down
 2024-06-26  7:52 UTC  (19+ messages)
` [PATCH V2 1/3] virtio: allow nested disabling of the configure interrupt
` [PATCH V2 3/3] virtio-net: synchronize operstate with admin state on up/down

[axboe-block:for-next] [block] bd4a633b6f: fsmark.files_per_sec -64.5% regression
 2024-06-26  6:18 UTC  (6+ messages)

[PATCH v1 0/3] mm/memory_hotplug: use PageOffline() instead of PageReserved() for !ZONE_DEVICE
 2024-06-26  5:01 UTC  (3+ messages)

[PATCH v3] x86/paravirt: Disable virt spinlock on bare metal
 2024-06-26  4:38 UTC  (6+ messages)

[PATCH] virtio-pci: PCI extended capabilities for virtio
 2024-06-26  1:57 UTC  (3+ messages)

[PATCH net-next v15 0/5] ethtool: provide the dim profile fine-tuning channel
 2024-06-26  0:50 UTC  (2+ messages)

[PATCH] x86/vmware: fix panic in vmware_hypercall_slow()
 2024-06-25 15:01 UTC  (5+ messages)

[PATCH virtio 0/8] virtio_pci_modern: allow parallel admin queue commands execution
 2024-06-25 14:29 UTC  (32+ messages)
` [PATCH virtio 1/8] virtio_pci: push out single vq find code to vp_find_one_vq_msix()
` [PATCH virtio 7/8] virtio_pci_modern: use completion instead of busy loop to wait on admin cmd result

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

[PATCH v6] virtio: vdpa: vDPA driver for Marvell OCTEON DPU devices
 2024-06-25  5:46 UTC  (2+ messages)

[PATCH RESEND v2] tools/virtio: creating pipe assertion in vringh_test
 2024-06-24 17:49 UTC 

[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-24 17:29 UTC  (4+ messages)

move features flags into queue_limits v2
 2024-06-24 17:24 UTC  (4+ messages)
` [PATCH 14/26] block: move the nonrot flag to queue_limits

[PATCH] virtio_ring: fix KMSAN error for premapped mode
 2024-06-24 13:57 UTC  (4+ 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).