messages from 2022-02-03 02:40:46 to 2022-02-14 14:45:18 UTC [more...]
[PATCH v2] iommu/iova: Separate out rcache init
2022-02-14 14:45 UTC (3+ messages)
[PATCH V4 1/4] vDPA/ifcvf: implement IO read/write helpers in the header file
2022-02-14 14:27 UTC (7+ messages)
` [PATCH V4 2/4] vDPA/ifcvf: implement device MSIX vector allocator
` [PATCH V4 3/4] vhost_vdpa: don't setup irq offloading when irq_num < 0
` [PATCH V4 4/4] vDPA/ifcvf: implement shared IRQ feature
[PATCH] virtio_pci: remove the check that queue size is power of 2
2022-02-14 8:39 UTC
[PATCH 1/2] vdpa: Add support for querying vendor statistics
2022-02-14 8:16 UTC (2+ messages)
` [PATCH 2/2] vdpa/mlx5: Add support for reading descriptor statistics
[PATCH v5 00/22] virtio pci support VIRTIO_F_RING_RESET
2022-02-14 8:14 UTC (23+ messages)
` [PATCH v5 01/22] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v5 02/22] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v5 03/22] virtio_ring: queue_reset: add function vring_setup_virtqueue()
` [PATCH v5 04/22] virtio_ring: queue_reset: split: add __vring_init_virtqueue()
` [PATCH v5 05/22] virtio_ring: queue_reset: split: support enable reset queue
` [PATCH v5 06/22] virtio_ring: queue_reset: packed: "
` [PATCH v5 07/22] virtio_ring: queue_reset: extract the release function of the vq ring
` [PATCH v5 08/22] virtio_ring: queue_reset: add vring_release_virtqueue()
` [PATCH v5 09/22] virtio: queue_reset: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v5 10/22] virtio_pci: queue_reset: update struct virtio_pci_common_cfg and option functions
` [PATCH v5 11/22] virtio_pci: queue_reset: release vq by vp_dev->vqs
` [PATCH v5 12/22] virtio_pci: queue_reset: setup_vq() support vring_setup_virtqueue()
` [PATCH v5 13/22] virtio_pci: queue_reset: reserve vq->priv for re-enable queue
` [PATCH v5 14/22] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
` [PATCH v5 15/22] virtio: queue_reset: add helper
` [PATCH v5 16/22] virtio_net: split free_unused_bufs()
` [PATCH v5 17/22] virtio_net: support rx/tx queue reset
` [PATCH v5 18/22] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v5 19/22] virtio: add helper virtio_set_max_ring_num()
` [PATCH v5 20/22] virtio_net: set the default max ring num
` [PATCH v5 21/22] virtio_net: get max ring size by virtqueue_get_vring_max_size()
` [PATCH v5 22/22] virtio_net: support set_ringparam
[PATCH v5 3/6] mm: make alloc_contig_range work at pageblock granularity
2022-02-14 7:26 UTC
[PATCH v4 00/14] virtio pci support VIRTIO_F_RING_RESET
2022-02-14 2:50 UTC (26+ messages)
` [PATCH v4 01/14] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v4 02/14] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v4 03/14] virtio_ring: queue_reset: add function vring_setup_virtqueue()
` [PATCH v4 04/14] virtio_ring: queue_reset: split: add __vring_init_virtqueue()
` [PATCH v4 05/14] virtio_ring: queue_reset: split: support enable reset queue
` [PATCH v4 06/14] virtio_ring: queue_reset: packed: "
` [PATCH v4 07/14] virtio_ring: queue_reset: extract the release function of the vq ring
` [PATCH v4 08/14] virtio_ring: queue_reset: add vring_release_virtqueue()
` [PATCH v4 09/14] virtio: queue_reset: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v4 10/14] virtio_pci: queue_reset: update struct virtio_pci_common_cfg and option functions
` [PATCH v4 11/14] virtio_pci: queue_reset: release vq by vp_dev->vqs
` [PATCH v4 12/14] virtio_pci: queue_reset: setup_vq() support vring_setup_virtqueue()
` [PATCH v4 13/14] virtio_pci: queue_reset: vp_setup_vq() support ring_num
` [PATCH v4 14/14] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
[PATCH v3 0/4] RSS support for VirtioNet
2022-02-13 22:09 UTC (12+ messages)
` [PATCH v3 1/4] drivers/net/virtio_net: Fixed padded vheader to use v1 with hash
` [PATCH v3 2/4] drivers/net/virtio_net: Added basic RSS support
` [PATCH v3 3/4] drivers/net/virtio_net: Added RSS hash report
` [PATCH v3 4/4] drivers/net/virtio_net: Added RSS hash report control
[PATCH v2 0/3] Support akcipher for virtio-crypto
2022-02-11 8:43 UTC (4+ messages)
` [PATCH v2 1/3] virtio-crypto: header update
` [PATCH v2 2/3] virtio_crypto: Support virtio crypto asym operation
` [PATCH v2 3/3] crypto: Introduce RSA algorithm
[PATCH v2 0/3] Introduce akcipher service for virtio-crypto
2022-02-11 8:41 UTC (4+ messages)
` [PATCH v2 1/3] virtio_crypto: Introduce VIRTIO_CRYPTO_NOSPC
` [PATCH v2 2/3] virtio-crypto: introduce akcipher service
` [PATCH v2 3/3] virtio-crypto: implement RSA algorithm
add a ->free_disk block_device_operation v2
2022-02-11 2:35 UTC (9+ messages)
` [PATCH 1/5] block: add a ->free_disk method
` [PATCH 2/5] memstick/ms_block: simplify refcounting
` [PATCH 3/5] memstick/mspro_block: fix handling of read-only devices
` [PATCH 4/5] memstick/mspro_block: simplify refcounting
` [PATCH 5/5] virtio_blk: "
[PATCH v2 0/2] drm/gem-shmem: Various improvements
2022-02-10 23:48 UTC (4+ messages)
` [PATCH v2 1/2] drm/gem-shmem: Set vm_ops in static initializer
` [PATCH v2 2/2] drm/gem-shmem: Don't store mmap'ed buffers in core dumps
Confidential Computing microconference 2022 planning kick-off
2022-02-10 11:18 UTC
[PATCH 0/3] Introduce akcipher service for virtio-crypto
2022-02-10 9:21 UTC (10+ messages)
` [PATCH 1/3] virtio_crypto: Introduce VIRTIO_CRYPTO_NOSPC
` [PATCH 2/3] virtio-crypto: introduce akcipher service
` "
` PING: [PATCH 0/3] Introduce akcipher service for virtio-crypto
[PATCH v1 0/6] virtio: support advance DMA
2022-02-10 8:51 UTC (7+ 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 V8 0/8] Use copy_process in vhost layer
2022-02-09 23:29 UTC (9+ messages)
` [PATCH V8 1/8] fork: Make IO worker options flag based
` [PATCH V8 2/8] fork/vm: Move common PF_IO_WORKER behavior to new flag
` [PATCH V8 3/8] fork: add USER_WORKER flag to not dup/clone files
` [PATCH V8 4/8] fork: Add USER_WORKER flag to ignore signals
` [PATCH V8 5/8] fork: allow kernel code to call copy_process
` [PATCH V8 6/8] vhost_task: Allow vhost layer to use copy_process
` [PATCH V8 7/8] vhost: move worker thread fields to new struct
` [PATCH V8 8/8] vhost: use vhost_tasks for worker threads
[PATCH v3 00/17] virtio pci support VIRTIO_F_RING_RESET
2022-02-09 6:05 UTC (30+ messages)
` [PATCH v3 01/17] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v3 03/17] virtio: queue_reset: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v3 13/17] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
[RFC PATCH 0/5] TUN/VirtioNet USO features support
2022-02-09 5:41 UTC (15+ 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
` [RFC PATCH 4/5] linux/virtio_net.h: Added Support for GSO_UDP_L4 offload
` [RFC PATCH 5/5] drivers/net/virtio_net.c: Added USO support
one question about your patch "vhost: log dirty page correctly"
2022-02-09 4:21 UTC
[PATCH 00/31] vDPA shadow virtqueue
2022-02-08 9:02 UTC (24+ messages)
` [PATCH 09/31] vhost-vdpa: Take into account SVQ in vhost_vdpa_set_vring_call
` [PATCH 11/31] vhost: Add vhost_svq_valid_device_features to shadow vq
` [PATCH 17/31] vdpa: adapt vhost_ops callbacks to svq
` [PATCH 16/31] vhost: pass queue index to vhost_vq_get_addr
` [PATCH 18/31] vhost: Shadow virtqueue buffers forwarding
` [PATCH 22/31] vhost: Add VhostIOVATree
` [PATCH 23/31] vdpa: Add custom IOTLB translations to SVQ
` [PATCH 28/31] vdpa: Expose VHOST_F_LOG_ALL on SVQ
` [PATCH 04/31] vdpa: Add vhost_svq_set_svq_kick_fd
` [PATCH 06/31] vhost: Route guest->host notification through shadow virtqueue
[PATCH v3 0/8] VMCI: dma dg: Add support for DMA datagrams
2022-02-07 10:27 UTC (9+ messages)
` [PATCH v3 1/8] VMCI: dma dg: whitespace formatting change for vmci register defines
` [PATCH v3 2/8] VMCI: dma dg: add MMIO access to registers
` [PATCH v3 3/8] VMCI: dma dg: detect DMA datagram capability
` [PATCH v3 4/8] VMCI: dma dg: set OS page size
` [PATCH v3 5/8] VMCI: dma dg: register dummy IRQ handlers for DMA datagrams
` [PATCH v3 6/8] VMCI: dma dg: allocate send and receive buffers "
` [PATCH v3 7/8] VMCI: dma dg: add support for DMA datagrams sends
` [PATCH v3 8/8] VMCI: dma dg: add support for DMA datagrams receive
[PATCH v2 0/8] VMCI: dma dg: Add support for DMA datagrams
2022-02-07 8:51 UTC (13+ messages)
` [PATCH v2 1/8] VMCI: dma dg: whitespace formatting change for vmci register defines
` [PATCH v2 2/8] VMCI: dma dg: add MMIO access to registers
` [PATCH v2 3/8] VMCI: dma dg: detect DMA datagram capability
` [PATCH v2 4/8] VMCI: dma dg: set OS page size
` [PATCH v2 5/8] VMCI: dma dg: register dummy IRQ handlers for DMA datagrams
` [PATCH v2 6/8] VMCI: dma dg: allocate send and receive buffers "
` [PATCH v2 7/8] VMCI: dma dg: add support for DMA datagrams sends
` [PATCH v2 8/8] VMCI: dma dg: add support for DMA datagrams receive
CISTI'2022 - 17th Iberian Conference on Information Systems and Technologies | Madrid, Spain
2022-02-06 19:41 UTC
[PATCH v3] drivers/virtio: Enable virtio mem for ARM64
2022-02-04 14:25 UTC (8+ messages)
[PATCH 6/8] vhost_task: Allow vhost layer to use copy_process
2022-02-03 14:06 UTC (3+ messages)
add a ->free_disk block_device_operation
2022-02-03 13:06 UTC (5+ messages)
` [PATCH 2/5] virtio_blk: simplify refcounting
[PATCH v2 3/9] [RFC] virtio_ring: Embed a wrap counter in opaque poll index value
2022-02-03 11:32 UTC (2+ messages)
[PATCH 7/8] VMCI: dma dg: add support for DMA datagrams sends
2022-02-03 2:39 UTC (2+ 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).