messages from 2024-11-06 21:41:01 to 2024-11-13 01:35:54 UTC [more...]
[PATCH] virtio_ring: skip cpu sync when mapping fails
2024-11-13 1:35 UTC (6+ messages)
[GIT PULL] virtio: bugfix
2024-11-13 0:59 UTC (2+ messages)
[PATCH] MAINTAINERS: update Alexey Makhalov's email address
2024-11-12 23:50 UTC (2+ messages)
[PATCH] vdpa: vdpa_sim: vdpa_sim_net: fixed cofing style issues
2024-11-12 23:07 UTC (2+ messages)
[PATCH v3 0/8] blk: refactor queue affinity helpers
2024-11-12 22:07 UTC (20+ messages)
` [PATCH v3 1/8] driver core: bus: add irq_get_affinity callback to bus_type
` [PATCH v3 2/8] PCI: hookup irq_get_affinity callback
` [PATCH v3 3/8] virtio: "
` [PATCH v3 4/8] blk-mp: introduce blk_mq_hctx_map_queues
` [PATCH v3 5/8] scsi: replace blk_mq_pci_map_queues with blk_mq_hctx_map_queues
` [PATCH v3 6/8] nvme: "
` [PATCH v3 7/8] virtio: blk/scsi: replace blk_mq_virtio_map_queues "
` [PATCH v3 8/8] blk-mq: remove unused queue mapping helpers
[PATCH v5 net-next 09/13] gro: prevent ACE field corruption & better AccECN handling
2024-11-12 21:19 UTC
[PATCH V3 vfio 0/7] Enhance the vfio-virtio driver to support live migration
2024-11-12 21:01 UTC (9+ messages)
` [PATCH V3 vfio 1/7] virtio_pci: Introduce device parts access commands
` [PATCH V3 vfio 2/7] virtio: Extend the admin command to include the result size
` [PATCH V3 vfio 3/7] virtio: Manage device and driver capabilities via the admin commands
` [PATCH V3 vfio 4/7] virtio-pci: Introduce APIs to execute device parts "
` [PATCH V3 vfio 5/7] vfio/virtio: Add support for the basic live migration functionality
` [PATCH V3 vfio 6/7] vfio/virtio: Add PRE_COPY support for live migration
` [PATCH V3 vfio 7/7] vfio/virtio: Enable live migration once VIRTIO_PCI was configured
[PATCH v5 0/3] vsock/test: fix wrong setsockopt() parameters
2024-11-12 18:10 UTC (8+ messages)
` [PATCH v5 1/3] vsock/test: fix failures due to wrong SO_RCVLOWAT parameter
` [PATCH v5 2/3] vsock/test: fix parameter types in SO_VM_SOCKETS_* calls
` [PATCH v5 3/3] vsock/test: verify socket options after setting them
[GIT PULL] virtio: bugfixes
2024-11-12 18:07 UTC (2+ messages)
[PATCH] virtio-blk: don't keep queue frozen during system suspend
2024-11-12 12:58 UTC
[PATCH net v2 0/3] virtio/vsock: Fix memory leaks
2024-11-12 11:40 UTC (8+ messages)
` [PATCH net v2 1/3] virtio/vsock: Fix accept_queue memory leak
` [PATCH net v2 2/3] vsock: Fix sk_error_queue "
` [PATCH net v2 3/3] virtio/vsock: Improve MSG_ZEROCOPY error handling
[PATCH v2 0/2] vhost-vdpa: Add support for NO-IOMMU mode
2024-11-12 7:11 UTC (13+ messages)
` [EXTERNAL] "
[PATCH v2 0/6] blk: refactor queue affinity helpers
2024-11-12 7:08 UTC (13+ messages)
` [PATCH v2 1/6] blk-mq: introduce blk_mq_hctx_map_queues
` [PATCH v2 2/6] scsi: replace blk_mq_pci_map_queues with blk_mq_hctx_map_queues
` [PATCH v2 3/6] scsi: hisi_sas: "
` [PATCH v2 4/6] nvme: "
` [PATCH v2 5/6] virtio: blk/scsi: replace blk_mq_virtio_map_queues "
` [PATCH v2 6/6] blk-mq: remove unused queue mapping helpers
[PATCH net-next v4 00/13] virtio-net: support AF_XDP zero copy (tx)
2024-11-12 1:29 UTC (14+ messages)
` [PATCH net-next v4 01/13] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH net-next v4 02/13] virtio_ring: split: record extras for indirect buffers
` [PATCH net-next v4 03/13] virtio_ring: packed: "
` [PATCH net-next v4 04/13] virtio_ring: perform premapped operations based on per-buffer
` [PATCH net-next v4 05/13] virtio_ring: introduce add api for premapped
` [PATCH net-next v4 06/13] virtio-net: rq submits premapped per-buffer
` [PATCH net-next v4 07/13] virtio_ring: remove API virtqueue_set_dma_premapped
` [PATCH net-next v4 08/13] virtio_net: refactor the xmit type
` [PATCH net-next v4 09/13] virtio_net: xsk: bind/unbind xsk for tx
` [PATCH net-next v4 10/13] virtio_net: xsk: prevent disable tx napi
` [PATCH net-next v4 11/13] virtio_net: xsk: tx: support xmit xsk buffer
` [PATCH net-next v4 12/13] virtio_net: update tx timeout record
` [PATCH net-next v4 13/13] virtio_net: xdp_features add NETDEV_XDP_ACT_XSK_ZEROCOPY
[PATCH net-next v3 00/13] virtio-net: support AF_XDP zero copy (tx)
2024-11-12 0:51 UTC (20+ messages)
` [PATCH net-next v3 01/13] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH net-next v3 02/13] virtio_ring: split: record extras for indirect buffers
` [PATCH net-next v3 03/13] virtio_ring: packed: "
` [PATCH net-next v3 04/13] virtio_ring: perform premapped operations based on per-buffer
` [PATCH net-next v3 05/13] virtio_ring: introduce add api for premapped
` [PATCH net-next v3 06/13] virtio-net: rq submits premapped per-buffer
` [PATCH net-next v3 07/13] virtio_ring: remove API virtqueue_set_dma_premapped
` [PATCH net-next v3 08/13] virtio_net: refactor the xmit type
` [PATCH net-next v3 09/13] virtio_net: xsk: bind/unbind xsk for tx
` [PATCH net-next v3 10/13] virtio_net: xsk: prevent disable tx napi
` [PATCH net-next v3 11/13] virtio_net: xsk: tx: support xmit xsk buffer
` [PATCH net-next v3 12/13] virtio_net: update tx timeout record
` [PATCH net-next v3 13/13] virtio_net: xdp_features add NETDEV_XDP_ACT_XSK_ZEROCOPY
[PATCH v2 0/4] Add new headers for Hyper-V Dom0
2024-11-11 23:41 UTC (22+ messages)
` [PATCH v2 1/4] hyperv: Move hv_connection_id to hyperv-tlfs.h
` [PATCH v2 2/4] hyperv: Clean up unnecessary #includes
` [PATCH v2 3/4] hyperv: Add new Hyper-V headers in include/hyperv
` [PATCH v2 4/4] hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.h
` [EXTERNAL] RE: [PATCH v2 0/4] Add new headers for Hyper-V Dom0
[PATCH V1 vfio 0/7] Enhance the vfio-virtio driver to support live migration
2024-11-11 21:27 UTC (23+ messages)
` [PATCH V1 vfio 5/7] vfio/virtio: Add support for the basic live migration functionality
` [PATCH V1 vfio 6/7] vfio/virtio: Add PRE_COPY support for live migration
` [PATCH V1 vfio 7/7] vfio/virtio: Enable live migration once VIRTIO_PCI was configured
[PATCH net 0/4] virtio/vsock: Fix memory leaks
2024-11-11 13:49 UTC (13+ messages)
` [PATCH net 1/4] virtio/vsock: Fix accept_queue memory leak
` [PATCH net 2/4] virtio/vsock: Fix sk_error_queue "
` [PATCH net 3/4] virtio/vsock: Improve MSG_ZEROCOPY error handling
` [PATCH net 4/4] virtio/vsock: Put vsock_connected_sockets_vsk() to use
[PATCH v3] drm/virtio: Add drm_panic support
2024-11-11 12:18 UTC (2+ messages)
[PATCH vhost 0/2] vdpa/mlx5: Iova mapping related fixes
2024-11-11 8:58 UTC (2+ messages)
[PATCH V2 vfio 0/7] Enhance the vfio-virtio driver to support live migration
2024-11-11 8:41 UTC (8+ messages)
` [PATCH V2 vfio 1/7] virtio_pci: Introduce device parts access commands
` [PATCH V2 vfio 2/7] virtio: Extend the admin command to include the result size
` [PATCH V2 vfio 3/7] virtio: Manage device and driver capabilities via the admin commands
` [PATCH V2 vfio 4/7] virtio-pci: Introduce APIs to execute device parts "
` [PATCH V2 vfio 5/7] vfio/virtio: Add support for the basic live migration functionality
` [PATCH V2 vfio 6/7] vfio/virtio: Add PRE_COPY support for live migration
` [PATCH V2 vfio 7/7] vfio/virtio: Enable live migration once VIRTIO_PCI was configured
[PATCH net 0/4] virtio_net: Make RSS interact properly with queue number
2024-11-11 1:30 UTC (7+ messages)
` [PATCH net 4/4] virtio_net: Update rss when set queue
[PATCH net-next v2 00/13] virtio-net: support AF_XDP zero copy (tx)
2024-11-11 1:27 UTC (7+ messages)
` [PATCH net-next v2 02/13] virtio_ring: split: record extras for indirect buffers
[PATCH] vhost/net: Set num_buffers for virtio 1.0
2024-11-11 1:27 UTC (3+ messages)
[PATCH v2] hv_sock: Initializing vsk->trans to NULL to prevent a dangling pointer
2024-11-09 17:50 UTC (6+ messages)
[PATCH v3 0/2] Properly initialize speed/duplex and remove vDPA config updates
2024-11-08 23:44 UTC (6+ messages)
` [PATCH v3 1/2] vdpa/mlx5: Set speed and duplex of vDPA devices to UNKNOWN
[PATCH] virtio-fs: Query rootmode during mount
2024-11-08 14:11 UTC (6+ messages)
[PATCH] virtio: only reset device and restore status if needed in device resume
2024-11-08 2:53 UTC (5+ messages)
` [PATCH v2] "
[PATCH 0/2] Add Error Recovery support for Virtio PCI devices
2024-11-07 15:17 UTC (3+ messages)
` [PATCH 1/2] virtio_pci: Add support for PCIe Function Level Reset
` [PATCH 2/2] virtio_blk: Add support for transport error recovery
[PATCH][next] virtio_vdpa: remove redundant check on desc
2024-11-07 14:51 UTC (2+ messages)
[PATCH v2 RESEND] drm/virtio: use generic dumb_map_offset implementation
2024-11-07 14:10 UTC
[PATCH v2] drm/virtio: Add drm_panic support
2024-11-07 13:14 UTC (2+ messages)
[PATCH] virtio-pci: Add MSI support
2024-11-07 12:28 UTC (3+ messages)
[PATCH v3 0/9] vhost: Add support of kthread API
2024-11-07 11:50 UTC (6+ messages)
` [PATCH v3 7/9] vhost: Add new UAPI to support change to task mode
[PATCH v6 1/1] virtio-blk: Add description for blk_size field
2024-11-07 11:47 UTC
[PATCH 0/2] drm/cirrus: Don't pretend to operate hardware
2024-11-07 11:35 UTC (2+ messages)
[PATCH v3 6/9] vhost: Add kthread support in function vhost_worker_destroy()
2024-11-07 11:24 UTC (2+ messages)
[PATCH v3 5/9] vhost: Add kthread support in function vhost_worker_queue()
2024-11-07 11:12 UTC (3+ messages)
[PATCH v6 1/1] virtio-blk: Add description for blk_size field
2024-11-07 10:51 UTC
[PATCH v6 1/1] virtio-blk: Add description for blk_size field
2024-11-07 10:43 UTC
0010:virtnet_rq_alloc+0x8f/0x1b0 [virtio_net] with 6.10.7 and packed virtqueues
2024-11-07 2:21 UTC (13+ messages)
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).