messages from 2024-07-08 07:40:10 to 2024-07-10 18:40:34 UTC [more...]
[PATCH v2 1/2] virtio_balloon: add work around for out of spec QEMU
2024-07-10 18:40 UTC (6+ messages)
` [PATCH v2 2/2] virtio: fix vq # for balloon
[PATCH 0/2] virtio-fs: Add 'file' mount option
2024-07-10 17:28 UTC (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] virtio-fs: Document "
[RFC PATCH v4] ptp: Add vDSO-style vmclock support
2024-07-10 16:01 UTC (3+ messages)
[PATCH virtio v2 00/13] virtio_pci_modern: allow parallel admin queue commands execution
2024-07-10 13:06 UTC (17+ messages)
` [PATCH virtio v2 01/13] virtio_pci: push out single vq find code to vp_find_one_vq_msix()
` [PATCH virtio v2 02/13] virtio_pci: simplify vp_request_msix_vectors() call a bit
` [PATCH virtio v2 03/13] virtio_pci: pass vector policy enum to vp_find_vqs_msix()
` [PATCH virtio v2 04/13] virtio_pci: pass vector policy enum to vp_find_one_vq_msix()
` [PATCH virtio v2 05/13] virtio_pci: introduce vector allocation fallback for slow path virtqueues
` [PATCH virtio v2 06/13] virtio_pci_modern: treat vp_dev->admin_vq.info.vq pointer as static
` [PATCH virtio v2 07/13] virtio: push out code to vp_avq_index()
` [PATCH virtio v2 08/13] virtio_pci: pass vq info as an argument to vp_setup_vq()
` [PATCH virtio v2 09/13] virtio: create admin queues alongside other virtqueues
` [PATCH virtio v2 10/13] virtio_pci_modern: create admin queue of queried size
` [PATCH virtio v2 11/13] virtio_pci_modern: pass cmd as an identification token
` [PATCH virtio v2 12/13] virtio_pci_modern: use completion instead of busy loop to wait on admin cmd result
` [PATCH virtio v2 13/13] virtio_pci_modern: remove admin queue serialization lock
[PATCH V2] test/vsock: add install target
2024-07-10 12:43 UTC (2+ messages)
[PATCH] test/vsock: add install target
2024-07-10 11:58 UTC (6+ messages)
[PATCH 1/2] virtio_balloon: add work around for out of spec QEMU
2024-07-10 11:36 UTC (9+ messages)
` [PATCH 2/2] virtio: fix vq # when vq skipped
[PATCH net-next v10 04/15] mm: page_frag: add '_va' suffix to page_frag API
2024-07-10 11:13 UTC (3+ messages)
` [EXTERNAL] "
` [PATCH net-next v10 05/15] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
[PATCH v3 0/2] vdpa: support set mac address from vdpa tool
2024-07-10 9:46 UTC (12+ messages)
` [PATCH v3 2/2] vdpa_sim_net: Add the support of set mac address
[PATCH v7 00/10] IOMMUFD: Deliver IO page faults to user space
2024-07-10 8:36 UTC (7+ messages)
` [PATCH v7 07/10] iommufd: Fault-capable hwpt attach/detach/replace
[PATCH v2] drm/qxl: Pin buffer objects for internal mappings
2024-07-10 7:38 UTC (4+ messages)
[PATCH] vdpa_sim_blk: add `capacity` module parameter
2024-07-10 7:36 UTC (12+ messages)
[PATCH net-next v8 00/10] virtio-net: support AF_XDP zero copy
2024-07-10 6:08 UTC (13+ messages)
` [PATCH net-next v8 01/10] virtio_net: replace VIRTIO_XDP_HEADROOM by XDP_PACKET_HEADROOM
` [PATCH net-next v8 02/10] virtio_net: separate virtnet_rx_resize()
` [PATCH net-next v8 03/10] virtio_net: separate virtnet_tx_resize()
` [PATCH net-next v8 04/10] virtio_net: separate receive_buf
` [PATCH net-next v8 05/10] virtio_net: separate receive_mergeable
` [PATCH net-next v8 06/10] virtio_net: xsk: bind/unbind xsk for rx
` [PATCH net-next v8 07/10] virtio_net: xsk: support wakeup
` [PATCH net-next v8 08/10] virtio_net: xsk: rx: support fill with xsk buffer
` [PATCH net-next v8 09/10] virtio_net: xsk: rx: support recv small mode
` [PATCH net-next v8 10/10] virtio_net: xsk: rx: support recv merge mode
[PATCH net-next v3 0/3] virtio-net: synchronize op/admin state
2024-07-10 3:03 UTC (11+ messages)
` [PATCH net-next v3 1/3] virtio: rename virtio_config_enabled to virtio_config_core_enabled
` [PATCH net-next v3 2/3] virtio: allow driver to disable the configure change notification
` [PATCH net-next v3 3/3] virtio-net: synchronize operstate with admin state on up/down
[PATCH v8 00/10] IOMMUFD: Deliver IO page faults to user space
2024-07-09 17:33 UTC (16+ messages)
` [PATCH v8 06/10] iommufd: Add iommufd fault object
[PATCH] virtio_net: Use u64_stats_fetch_begin() for stats fetch
2024-07-09 12:45 UTC (2+ messages)
[PATCH virtio v4 00/19] virtio: consolidate vq info args of find_vqs()
2024-07-09 9:57 UTC (23+ messages)
` [PATCH virtio v4 01/19] caif_virtio: use virtio_find_single_vq() for single virtqueue finding
` [PATCH virtio v4 02/19] virtio: make virtio_find_vqs() call virtio_find_vqs_ctx()
` [PATCH virtio v4 03/19] virtio: make virtio_find_single_vq() call virtio_find_vqs()
` [PATCH virtio v4 04/19] virtio: introduce virtio_queue_info struct and find_vqs_info() config op
` [PATCH virtio v4 05/19] virtio_pci: convert vp_*find_vqs() ops to find_vqs_info()
` [PATCH virtio v4 06/19] virtio: convert find_vqs() op implementations "
` [PATCH virtio v4 07/19] virtio: call virtio_find_vqs_info() from virtio_find_single_vq() directly
` [PATCH virtio v4 08/19] virtio: remove the original find_vqs() op
` [PATCH virtio v4 09/19] virtio: rename find_vqs_info() op to find_vqs()
` [PATCH virtio v4 10/19] virtio_blk: convert to use virtio_find_vqs_info()
` [PATCH virtio v4 11/19] virtio_console: "
` [PATCH virtio v4 12/19] virtio_crypto: "
` [PATCH virtio v4 13/19] virtio_net: "
` [PATCH virtio v4 14/19] scsi: virtio_scsi: "
` [PATCH virtio v4 15/19] virtiofs: "
` [PATCH virtio v4 16/19] virtio_balloon: "
` [PATCH virtio v4 17/19] virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()
` [PATCH virtio v4 18/19] virtio: remove unused virtio_find_vqs() and virtio_find_vqs_ctx() helpers
` [PATCH virtio v4 19/19] virtio: rename virtio_find_vqs_info() to virtio_find_vqs()
[PATCH] virtio_blk: stop all virtqueues when 'virtblk_probe' fails
2024-07-09 7:50 UTC
[PATCH] vdpa/mlx5: Add the support of set mac address
2024-07-09 7:36 UTC (9+ messages)
[PATCH] vdpa/mlx5: Add the support of set mac address
2024-07-09 7:35 UTC (2+ messages)
[PATCH v2 0/5] Validate logical block size in blk_validate_limits()
2024-07-09 6:01 UTC (12+ messages)
` [PATCH v2 1/5] virtio_blk: Fix default logical block size fallback
` [PATCH v2 2/5] block: Validate logical block size in blk_validate_limits()
` [PATCH v2 3/5] null_blk: Don't bother validating blocksize
` [PATCH v2 4/5] virtio_blk: "
` [PATCH v2 5/5] loop: "
[PATCH v4 0/2] LoongArch: Add steal time support
2024-07-09 1:39 UTC (8+ messages)
` [PATCH v4 1/2] LoongArch: KVM: Add steal time support in kvm side
[PATCH vhost 00/23] vdpa/mlx5: Pre-create HW VQs to reduce LM downtime
2024-07-08 16:43 UTC (11+ messages)
` [PATCH vhost 20/23] vdpa/mlx5: Pre-create hardware VQs at vdpa .dev_add time
[PATCH 0/2] Support userspace hypercalls for TDX
2024-07-08 12:23 UTC (5+ messages)
` [PATCH 1/2] x86/tdx: Add prctl to allow userlevel TDX hypercalls
` [PATCH 2/2] x86/vmware: VMware support for TDX userspace hypercalls
[PATCH net-next v4 0/5] virtio_net: enable the irq for ctrlq
2024-07-08 12:19 UTC (17+ messages)
` [PATCH net-next v4 2/5] virtio_net: enable irq for the control vq
[PATCH] drm/qxl: Pin buffer objects for internal mappings
2024-07-08 12:11 UTC (6+ messages)
[PATCH vhost v3 00/24] vdpa/mlx5: Pre-create HW VQs to reduce LM downtime
2024-07-08 12:00 UTC (25+ messages)
` [PATCH vhost v3 01/24] vdpa/mlx5: Clarify meaning thorough function rename
` [PATCH vhost v3 02/24] vdpa/mlx5: Make setup/teardown_vq_resources() symmetrical
` [PATCH vhost v3 03/24] vdpa/mlx5: Drop redundant code
` [PATCH vhost v3 04/24] vdpa/mlx5: Drop redundant check in teardown_virtqueues()
` [PATCH vhost v3 05/24] vdpa/mlx5: Iterate over active VQs during suspend/resume
` [PATCH vhost v3 06/24] vdpa/mlx5: Remove duplicate suspend code
` [PATCH vhost v3 07/24] vdpa/mlx5: Initialize and reset device with one queue pair
` [PATCH vhost v3 08/24] vdpa/mlx5: Clear and reinitialize software VQ data on reset
` [PATCH vhost v3 09/24] vdpa/mlx5: Rename init_mvqs
` [PATCH vhost v3 10/24] vdpa/mlx5: Add support for modifying the virtio_version VQ field
` [PATCH vhost v3 11/24] vdpa/mlx5: Add support for modifying the VQ features field
` [PATCH vhost v3 12/24] vdpa/mlx5: Set an initial size on the VQ
` [PATCH vhost v3 13/24] vdpa/mlx5: Start off rqt_size with max VQPs
` [PATCH vhost v3 14/24] vdpa/mlx5: Set mkey modified flags on all VQs
` [PATCH vhost v3 15/24] vdpa/mlx5: Allow creation of blank VQs
` [PATCH vhost v3 16/24] vdpa/mlx5: Accept Init -> Ready VQ transition in resume_vq()
` [PATCH vhost v3 17/24] vdpa/mlx5: Add error code for suspend/resume VQ
` [PATCH vhost v3 18/24] vdpa/mlx5: Consolidate all VQ modify to Ready to use resume_vq()
` [PATCH vhost v3 19/24] vdpa/mlx5: Forward error in suspend/resume device
` [PATCH vhost v3 20/24] vdpa/mlx5: Use suspend/resume during VQP change
` [PATCH vhost v3 21/24] vdpa/mlx5: Pre-create hardware VQs at vdpa .dev_add time
` [PATCH vhost v3 22/24] vdpa/mlx5: Re-create HW VQs under certain conditions
` [PATCH vhost v3 23/24] vdpa/mlx5: Don't reset VQs more than necessary
` [PATCH vhost v3 24/24] vdpa/mlx5: Don't enable non-active VQs in .set_vq_ready()
[RFC PATCH v3] ptp: Add vDSO-style vmclock support
2024-07-08 9:29 UTC (3+ messages)
[PATCH v3 1/2] vdpa: support set mac address from vdpa tool
2024-07-08 9:15 UTC (2+ messages)
[PATCH net-next v7 00/10] virtio-net: support AF_XDP zero copy
2024-07-08 8:10 UTC (11+ messages)
` [PATCH net-next v7 08/10] virtio_net: xsk: rx: support fill with xsk buffer
` [PATCH net-next v7 09/10] virtio_net: xsk: rx: support recv small mode
` [PATCH net-next v7 10/10] virtio_net: xsk: rx: support recv merge mode
[PATCH 0/5] Validate logical block size in blk_validate_limits()
2024-07-08 7:45 UTC (5+ messages)
` [PATCH 1/5] virtio_blk: Fix default logical block size fallback
` [PATCH 4/5] virtio_blk: Don't bother validating blocksize
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).