messages from 2022-02-17 12:07:35 to 2022-03-01 10:28:35 UTC [more...]
[PATCH v2 0/3] Introduce akcipher service for virtio-crypto
2022-03-01 10:25 UTC (8+ messages)
` [PATCH v2 2/3] virtio-crypto: introduce akcipher service
` [PATCH v2 3/3] virtio-crypto: implement RSA algorithm
` "
` PING: "
[PATCH] virtio-blk: Assign discard_granularity
2022-03-01 9:06 UTC (2+ messages)
[PATCH] vdpa: fix use-after-free on vp_vdpa_remove
2022-03-01 9:10 UTC (3+ messages)
[PATCH V8 0/8] Use copy_process in vhost layer
2022-03-01 1:13 UTC (2+ messages)
[PATCH v3 05/11] PCI: Use driver_set_override() instead of open-coding
2022-02-28 20:06 UTC
[PATCH v3 01/11] driver: platform: Add helper for safer setting of driver_override
2022-02-28 20:03 UTC
[PATCH v3 04/11] hv: Use driver_set_override() instead of open-coding
2022-02-28 13:07 UTC (2+ messages)
` [PATCH v3 07/11] spi: Use helper for safer setting of driver_override
[PATCH 00/21] Control VQ support in vDPA
2022-02-28 8:17 UTC (3+ messages)
` [RFC PATCH v2 05/19] vdpa: introduce virtqueue groups
` [RFC PATCH v2 00/19] Control VQ support in vDPA
[PATCH v2 00/14] vDPA shadow virtqueue
2022-02-28 7:41 UTC (11+ messages)
` [PATCH v2 02/14] vhost: Add Shadow VirtQueue kick forwarding capabilities
` [PATCH v2 03/14] vhost: Add Shadow VirtQueue call "
` [PATCH v2 04/14] vhost: Add vhost_svq_valid_features to shadow vq
` [PATCH v2 06/14] vdpa: adapt vhost_ops callbacks to svq
` [PATCH v2 07/14] vhost: Shadow virtqueue buffers forwarding
` [PATCH v2 08/14] util: Add iova_tree_alloc
` [PATCH v2 09/14] vhost: Add VhostIOVATree
` [PATCH v2 10/14] vdpa: Add custom IOTLB translations to SVQ
` [PATCH v2 11/14] vdpa: Adapt vhost_vdpa_get_vring_base "
[PATCH] VMCI: Update maintainers for VMCI
2022-02-27 21:05 UTC
[PATCH] tools/virtio: Test virtual address range detection
2022-02-25 18:25 UTC (9+ messages)
[PATCH v2 05/11] pci: use helper for safer setting of driver_override
2022-02-25 17:13 UTC
[PATCH] virtio: drop default for virtio-mem
2022-02-25 13:30 UTC (2+ messages)
[PATCH] virtio_ring: aovid reading flag from the descriptor ring
2022-02-25 2:39 UTC (9+ messages)
[PATCH v2 05/11] pci: use helper for safer setting of driver_override
2022-02-24 23:52 UTC
[PATCH] virtio-blk: Check the max discard segment for discard request
2022-02-24 13:34 UTC
[PATCH v2 0/9] virtio: support advance DMA
2022-02-24 11:04 UTC (10+ messages)
` [PATCH v2 1/9] virtio_ring: rename vring_unmap_state_packed() to vring_unmap_extra_packed()
` [PATCH v2 2/9] virtio_ring: remove flags check for unmap split indirect desc
` [PATCH v2 3/9] virtio_ring: remove flags check for unmap packed "
` [PATCH v2 4/9] virtio_ring: virtqueue_add() support premapped
` [PATCH v2 5/9] virtio_ring: split: virtqueue_add_split() "
` [PATCH v2 6/9] virtio_ring: packed: virtqueue_add_packed() "
` [PATCH v2 7/9] virtio_ring: add api virtio_dma_map() for advance dma
` [PATCH v2 8/9] virtio_ring: introduce virtqueue_add_outbuf_premapped()
` [PATCH v2 9/9] virtio_net: xdp xmit use virtio dma api
[PATCH v2] vhost/vsock: don't check owner in vhost_vsock_stop() while releasing
2022-02-24 8:53 UTC (3+ messages)
[PATCH v6 00/26] virtio pci support VIRTIO_F_RING_RESET
2022-02-24 8:11 UTC (27+ messages)
` [PATCH v6 01/26] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v6 02/26] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v6 03/26] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v6 04/26] virtio_ring: split: extract the logic of creating vring
` [PATCH v6 05/26] virtio_ring: split: extract the logic of init vq and attach vring
` [PATCH v6 06/26] virtio_ring: packed: extrace the logic of creating vring
` [PATCH v6 07/26] virtio_ring: packed: extract the logic of init vq and attach vring
` [PATCH v6 08/26] virtio_ring: extract the logic of freeing vring
` [PATCH v6 09/26] virtio_ring: split: implement virtqueue_reset_vring_split()
` [PATCH v6 10/26] virtio_ring: packed: implement virtqueue_reset_vring_packed()
` [PATCH v6 11/26] virtio_ring: introduce virtqueue_reset_vring()
` [PATCH v6 12/26] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v6 13/26] virtio: queue_reset: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v6 14/26] virtio: add helper for queue reset
` [PATCH v6 15/26] virtio_pci: queue_reset: update struct virtio_pci_common_cfg and option functions
` [PATCH v6 16/26] virtio_pci: queue_reset: extract the logic of active vq for modern pci
` [PATCH v6 17/26] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
` [PATCH v6 18/26] virtio: find_vqs() add arg sizes
` [PATCH v6 19/26] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v6 20/26] virtio_mmio: "
` [PATCH v6 21/26] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v6 22/26] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v6 23/26] virtio_net: split free_unused_bufs()
` [PATCH v6 24/26] virtio_net: support rx/tx queue reset
` [PATCH v6 25/26] virtio_net: set the default max ring size by find_vqs()
` [PATCH v6 26/26] virtio_net: support set_ringparam
[PATCH 17/31] vdpa: adapt vhost_ops callbacks to svq
2022-02-24 3:45 UTC (25+ messages)
` [PATCH 01/31] vdpa: Reorder virtio/vhost-vdpa.c functions
` [PATCH 09/31] vhost-vdpa: Take into account SVQ in vhost_vdpa_set_vring_call
` [PATCH 18/31] vhost: Shadow virtqueue buffers forwarding
` [PATCH 28/31] vdpa: Expose VHOST_F_LOG_ALL on SVQ
[RFC PATCH 0/5] TUN/VirtioNet USO features support
2022-02-24 3:33 UTC (18+ messages)
` [RFC PATCH 1/5] uapi/linux/if_tun.h: Added new ioctl for tun/tap
` [RFC PATCH 2/5] driver/net/tun: Added features for USO
` [RFC PATCH 3/5] uapi/linux/virtio_net.h: Added USO types
[PATCH v2 07/11] spi: use helper for safer setting of driver_override
2022-02-23 21:53 UTC (3+ messages)
` [PATCH v2 01/11] driver: platform: add and "
[PATCH v2 05/11] pci: use helper for safer setting of driver_override
2022-02-23 21:51 UTC
[PATCH] vhost: validate range size before adding to iotlb
2022-02-23 17:14 UTC (8+ messages)
[PATCH v1 0/6] virtio: support advance DMA
2022-02-23 8:30 UTC (36+ messages)
` [PATCH v1 1/6] virtio: rename vring_unmap_state_packed() to vring_unmap_extra_packed()
` [PATCH v1 2/6] virtio: remove flags check for unmap split indirect desc
` [PATCH v1 3/6] virtio: remove flags check for unmap packed "
` [PATCH v1 4/6] virtio: virtqueue_add() support predma
` [PATCH v1 5/6] virtio: split: virtqueue_add_split() support dma address
` [PATCH v1 6/6] virtio: packed: virtqueue_add_packed() "
[PATCH] vhost: use bvec_kmap_local in {get,put}u16_iotlb
2022-02-23 2:18 UTC (2+ messages)
[PATCH] drm/virtio: Add USE_INTERNAL blob flag
2022-02-22 20:54 UTC (4+ messages)
[PATCH] drm/virtio: Remove restriction of non-zero blob_flags
2022-02-22 20:35 UTC (2+ messages)
[PATCH v4 0/4] RSS support for VirtioNet
2022-02-22 19:15 UTC (6+ messages)
` [PATCH v4 1/4] drivers/net/virtio_net: Fixed padded vheader to use v1 with hash
` [PATCH v4 2/4] drivers/net/virtio_net: Added basic RSS support
` [PATCH v4 3/4] drivers/net/virtio_net: Added RSS hash report
` [PATCH v4 4/4] drivers/net/virtio_net: Added RSS hash report control
[syzbot] INFO: task hung in vhost_work_dev_flush
2022-02-22 10:05 UTC (3+ messages)
[PATCH] vhost/vsock: don't check owner in vhost_vsock_stop() while releasing
2022-02-22 9:05 UTC (9+ messages)
[PATCH v3 4/4] vdpa: Support reading device features
2022-02-22 7:57 UTC (2+ messages)
` [PATCH v3 2/4] vdpa: Allow for printing negotiated features of a device
[PATCH] vdpa/mlx5: Enlarge queue size to 512 entries
2022-02-22 7:11 UTC (2+ messages)
[PATCH v1] net/mlx5: Add support for configuring max device MTU
2022-02-22 4:03 UTC
[PATCH v1] virtio: Add definition for VIRTIO_F_NOTIFICATION_DATA feature flag
2022-02-22 3:31 UTC
[PATCH] vhost: handle zero regions in vhost_set_memory
2022-02-21 16:48 UTC (2+ messages)
[syzbot] general protection fault in vhost_iotlb_itree_first
2022-02-21 13:12 UTC
[syzbot] WARNING in vhost_dev_cleanup (2)
2022-02-21 10:05 UTC (8+ messages)
[PATCH v5 00/22] virtio pci support VIRTIO_F_RING_RESET
2022-02-21 7:00 UTC (8+ messages)
` [PATCH v5 20/22] virtio_net: set the default max ring num
[PATCH v3 0/4] RSS support for VirtioNet
2022-02-20 13:17 UTC (8+ messages)
` [PATCH v3 2/4] drivers/net/virtio_net: Added basic RSS support
[PATCH RFC v1 0/5] Add SCSI per device tagsets
2022-02-19 7:37 UTC
[PATCH] net/mlx5: Add support for configuring max device MTU
2022-02-19 0:34 UTC (2+ messages)
[syzbot] kernel BUG in vhost_get_vq_desc
2022-02-18 11:37 UTC
[PATCH] virtio: Add definition for VIRTIO_F_NOTIFICATION_DATA feature flag
2022-02-17 21:45 UTC (2+ messages)
[PATCH v2] vsock: remove vsock from connected table when connect is interrupted by a signal
2022-02-17 14:30 UTC
[PATCH v2 0/3] Support akcipher for virtio-crypto
2022-02-17 12:09 UTC (3+ messages)
` [PATCH v2 1/3] virtio-crypto: header update
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).