messages from 2022-02-23 02:53:38 to 2022-03-08 07:05:49 UTC [more...]
[PATCH v6 00/26] virtio pci support VIRTIO_F_RING_RESET
2022-03-08 7:01 UTC (29+ 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 1/1] vhost: Protect the virtqueue from being cleared whilst still in use
2022-03-08 6:15 UTC (5+ messages)
[PATCH v1 1/2] vdpa: Add support for querying vendor statistics
2022-03-08 6:15 UTC (7+ messages)
` [PATCH v1 2/2] vdpa/mlx5: Add support for reading descriptor statistics
` [PATCH v1 0/2] Show statistics for a vdpa device
[PATCH v5 00/15] vDPA shadow virtqueue
2022-03-08 6:03 UTC
[PATCH 0/1] ALSA: virtio: add support for audio controls
2022-03-07 19:47 UTC (2+ messages)
` [PATCH 1/1] "
[GIT PULL] virtio: last minute fixes
2022-03-07 19:47 UTC (2+ messages)
[PATCH v5 0/3] Update VMware maintainer entries
2022-03-07 17:06 UTC
[PATCH V2 03/11] perf/x86: Add support for TSC in nanoseconds as a perf event clock
2022-03-07 14:42 UTC (5+ messages)
[PATCH vhost] virtio_net: fix build warnings
2022-03-07 10:04 UTC (3+ messages)
[PATCH v3 0/4] Introduce akcipher service for virtio-crypto
2022-03-07 9:07 UTC (12+ messages)
` [PATCH v3 1/4] virtio_crypto: Introduce VIRTIO_CRYPTO_NOSPC
` [PATCH v3 2/4] virtio-crypto: introduce akcipher service
` [PATCH v3 3/4] virtio-crypto: implement RSA algorithm
` [PATCH v3 4/4] virtio-crypto: rename skcipher algs
` Re: [PATCH v3 0/4] Introduce akcipher service for virtio-crypto
[PATCH v3] vhost: fix hung thread due to erroneous iotlb entries
2022-03-07 4:28 UTC
[PATCH v2 00/14] vDPA shadow virtqueue
2022-03-07 4:24 UTC (19+ 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 "
[RFC v4] virtio-vsock: add description for datagram type
2022-03-06 10:17 UTC (7+ messages)
` [virtio-comment] [PATCH v5 1/2] "
` [virtio-comment] [PATCH v5 2/2] virtio-vsock: add mergeable buffer feature bit
[PATCH 1/1] vhost: Protect the virtqueue from being cleared whilst still in use
2022-03-04 16:56 UTC (21+ messages)
[PATCH v2 0/9] virtio: support advance DMA
2022-03-04 16:38 UTC (11+ 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 v4 3/4] drivers/net/virtio_net: Added RSS hash report
2022-03-04 13:09 UTC (4+ messages)
[PATCH 1/1] vhost: Provide a kernel warning if mutex is held whilst clean-up in progress
2022-03-04 8:12 UTC (8+ messages)
Call for Posters - ACM HPDC 2022
2022-03-03 18:36 UTC
[PATCH v2] virtio-blk: Remove BUG_ON() in virtio_queue_rq()
2022-03-03 7:22 UTC (9+ messages)
[PATCH net-next] tuntap: add sanity checks about msg_controllen in sendmsg
2022-03-03 3:59 UTC
[syzbot] kernel BUG in vhost_get_vq_desc
2022-03-02 9:23 UTC (4+ messages)
[PATCH] virtio-blk: Assign discard_granularity
2022-03-01 16:30 UTC (3+ messages)
[PATCH v2 0/3] Introduce akcipher service for virtio-crypto
2022-03-01 11:13 UTC (7+ messages)
` [PATCH v2 3/3] virtio-crypto: implement RSA algorithm
` "
` PING: "
[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] 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 (8+ 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] vhost/vsock: don't check owner in vhost_vsock_stop() while releasing
2022-02-24 8:53 UTC (2+ messages)
[PATCH 28/31] vdpa: Expose VHOST_F_LOG_ALL on SVQ
2022-02-24 3:45 UTC (6+ messages)
[RFC PATCH 0/5] TUN/VirtioNet USO features support
2022-02-24 3:33 UTC (7+ messages)
` [RFC PATCH 1/5] uapi/linux/if_tun.h: Added new ioctl for tun/tap
[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 (6+ messages)
[PATCH v1 0/6] virtio: support advance DMA
2022-02-23 8:30 UTC (19+ messages)
` [PATCH v1 3/6] virtio: remove flags check for unmap packed indirect desc
` [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() "
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).