messages from 2023-05-08 06:43:39 to 2023-05-17 10:13:31 UTC [more...]
[PATCH v2 0/2] virtio: abstract virtqueue related methods
2023-05-17 10:13 UTC (16+ messages)
` [PATCH v2 1/2] "
` "
` [PATCH v2 2/2] tools/virtio: implement virtqueue in test
` Re: [PATCH v2 0/2] virtio: abstract virtqueue related methods
` "
` "
[PATCH v2 0/3] vhost_vdpa: better PACKED support
2023-05-17 7:00 UTC (8+ messages)
` [PATCH v2 2/3] vhost: support PACKED when setting-getting vring_base
[RESEND PATCH] vdpa: solidrun: constify pointers to hwmon_channel_info
2023-05-17 5:57 UTC
[PATCH] vdpa: consume device_features parameter
2023-05-17 5:56 UTC (2+ messages)
[PATCH] vdpa/mlx5: Fix hang when cvq commands are triggered during device unregister
2023-05-17 5:24 UTC (2+ messages)
[PATCH v1] virtio_pci: Optimize virtio_pci_device structure size
2023-05-17 5:23 UTC (3+ messages)
[PATCH v6 virtio 00/11] pds_vdpa driver
2023-05-17 3:56 UTC (19+ messages)
` [PATCH v6 virtio 01/11] virtio: allow caller to override device id in vp_modern
` [PATCH v6 virtio 02/11] virtio: allow caller to override device DMA mask "
` [PATCH v6 virtio 03/11] pds_vdpa: Add new vDPA driver for AMD/Pensando DSC
` [PATCH v6 virtio 04/11] pds_vdpa: move enum from common to adminq header
` [PATCH v6 virtio 05/11] pds_vdpa: new adminq entries
` [PATCH v6 virtio 06/11] pds_vdpa: get vdpa management info
` [PATCH v6 virtio 07/11] pds_vdpa: virtio bar setup for vdpa
` [PATCH v6 virtio 08/11] pds_vdpa: add vdpa config client commands
` [PATCH v6 virtio 09/11] pds_vdpa: add support for vdpa and vdpamgmt interfaces
` [PATCH v6 virtio 10/11] pds_vdpa: subscribe to the pds_core events
` [PATCH v6 virtio 11/11] pds_vdpa: pds_vdps.rst and Kconfig
[PATCH 01/14] vhost: add vhost_worker pointer to vhost_virtqueue
2023-05-17 3:10 UTC (3+ messages)
` [PATCH 13/14] vhost: allow userspace to create workers
[PATCH vhost v9 00/12] virtio core prepares for AF_XDP
2023-05-17 2:22 UTC (13+ messages)
` [PATCH vhost v9 01/12] virtio_ring: put mapping error check in vring_map_one_sg
` [PATCH vhost v9 02/12] virtio_ring: simplify the reference of desc state inside detach_buf_split()
` [PATCH vhost v9 03/12] virtio_ring: check use_dma_api before unmap desc for indirect
` [PATCH vhost v9 04/12] virtio_ring: virtqueue_add() support premapped
` [PATCH vhost v9 05/12] virtio_ring: split: virtqueue_add_split() "
` [PATCH vhost v9 06/12] virtio_ring: packed: virtqueue_add_packed() "
` [PATCH vhost v9 07/12] virtio_ring: introduce virtqueue_add_outbuf_premapped()
` [PATCH vhost v9 08/12] virtio_ring: introduce virtqueue_add_inbuf_premapped()
` [PATCH vhost v9 09/12] virtio_ring: introduce virtqueue_dma_dev()
` [PATCH vhost v9 10/12] virtio_ring: correct the expression of the description of virtqueue_resize()
` [PATCH vhost v9 11/12] virtio_ring: separate the logic of reset/enable from virtqueue_resize
` [PATCH vhost v9 12/12] virtio_ring: introduce virtqueue_reset()
[PATCH net-next V2 0/2] virtio-net: don't busy poll for cvq command
2023-05-17 0:50 UTC (18+ messages)
` [PATCH net-next V2 1/2] virtio-net: convert rx mode setting to use workqueue
` [PATCH net-next V2 2/2] virtio-net: sleep instead of busy waiting for cvq command
[PATCH 01/20] x86: move prepare_ftrace_return prototype to header
2023-05-16 21:44 UTC
[PATCH v11 0/8] Use copy_process in vhost layer
2023-05-16 20:12 UTC (20+ messages)
` [PATCH v11 8/8] vhost: use vhost_tasks for worker threads
[PATCH v4 07/41] drm: handle HAS_IOPORT dependencies
2023-05-16 17:47 UTC (2+ messages)
[PATCH v2] virtio: Add missing documentation for structure fields
2023-05-16 8:54 UTC
[PATCH v5 virtio 00/11] pds_vdpa driver
2023-05-15 18:33 UTC (21+ messages)
` [PATCH v5 virtio 01/11] virtio: allow caller to override device id in vp_modern
` [PATCH v5 virtio 02/11] virtio: allow caller to override device DMA mask "
` [PATCH v5 virtio 04/11] pds_vdpa: move enum from common to adminq header
` [PATCH v5 virtio 05/11] pds_vdpa: new adminq entries
` [PATCH v5 virtio 07/11] pds_vdpa: virtio bar setup for vdpa
` [PATCH v5 virtio 08/11] pds_vdpa: add vdpa config client commands
` [PATCH v5 virtio 09/11] pds_vdpa: add support for vdpa and vdpamgmt interfaces
` [PATCH v5 virtio 10/11] pds_vdpa: subscribe to the pds_core events
` [PATCH v5 virtio 11/11] pds_vdpa: pds_vdps.rst and Kconfig
[PATCH v2 0/2] iommu/virtio: Fixes
2023-05-15 11:39 UTC (3+ messages)
` [PATCH v2 1/2] iommu/virtio: Detach domain on endpoint release
` [PATCH v2 2/2] iommu/virtio: Return size mapped for a detached domain
[PATCH v5 5/6] mm/gup: remove vmas parameter from pin_user_pages()
2023-05-15 11:50 UTC
[PATCH net v6] virtio_net: Fix error unwinding of XDP initialization
2023-05-15 4:45 UTC (5+ messages)
[PATCH vhost v8 00/12] virtio core prepares for AF_XDP
2023-05-15 2:00 UTC (16+ messages)
` [PATCH vhost v8 01/12] virtio_ring: split: separate dma codes
` [PATCH vhost v8 02/12] virtio_ring: packed: "
` [PATCH vhost v8 03/12] virtio_ring: packed-indirect: "
` [PATCH vhost v8 04/12] virtio_ring: split: support premapped
` [PATCH vhost v8 05/12] virtio_ring: packed: "
` [PATCH vhost v8 06/12] virtio_ring: packed-indirect: "
` [PATCH vhost v8 07/12] virtio_ring: remove unused code
` [PATCH vhost v8 08/12] virtio_ring: update document for virtqueue_add_*
` [PATCH vhost v8 09/12] virtio_ring: introduce virtqueue_dma_dev()
` [PATCH vhost v8 10/12] virtio_ring: correct the expression of the description of virtqueue_resize()
` [PATCH vhost v8 11/12] virtio_ring: separate the logic of reset/enable from virtqueue_resize
` [PATCH vhost v8 12/12] virtio_ring: introduce virtqueue_reset()
[PATCH 0/2] virtio: abstract virtqueue related methods
2023-05-13 17:22 UTC (10+ messages)
` [PATCH 1/2] "
` "
` "
` [PATCH 2/2] tools/virtio: implement virtqueue in test
[PATCH 1/3] MAINTAINERS: Update maintainers for paravirt-ops
2023-05-13 10:11 UTC (4+ messages)
` [PATCH 2/3] MAINTAINERS: Update maintainers for VMware hypervisor interface
` [PATCH net 3/3] MAINTAINERS: Update maintainers for VMware virtual PTP clock driver
[PATCH] virtio-vdpa: Fix unchecked call to NULL set_vq_affinity
2023-05-12 23:55 UTC (6+ messages)
[PATCH v6 0/3] Add sync object UAPI support to VirtIO-GPU driver
2023-05-12 21:23 UTC (4+ messages)
[PATCH net v3] virtio_net: Fix error unwinding of XDP initialization
2023-05-12 3:25 UTC (10+ messages)
[PATCH net v2] vsock: avoid to close connected socket after the timeout
2023-05-11 13:00 UTC
[PATCH] vsock: bugfix port residue in server
2023-05-11 8:05 UTC (2+ messages)
[PATCH v2] vhost_net: revert upend_idx only on retriable error
2023-05-11 7:31 UTC
[PATCH] vdpa/snet: implement the resume vDPA callback
2023-05-11 7:23 UTC (2+ messages)
[PATCH] vhost_net: Use fdget() and fdput()
2023-05-11 5:31 UTC
[PATCH] virtio: Add missing documentation for structure fields
2023-05-10 20:40 UTC (3+ messages)
[PATCH] iommu/virtio: Detach domain on endpoint release
2023-05-10 16:20 UTC (4+ messages)
[RFC PATCH 2/2] virtio-balloon: Add Working Set reporting
2023-05-10 8:25 UTC (2+ messages)
` [RFC PATCH 1/2] mm: multigen-LRU: working set reporting
[PATCH] virtio_ring: use u32 for virtio_max_dma_size
2023-05-10 7:52 UTC (8+ messages)
` "
[RFC PATCH v2 1/3] PCI: endpoint: introduce a helper to implement pci ep virtio function
2023-05-10 3:49 UTC (3+ messages)
[RFC PATCH v2 0/3] Introduce a PCIe endpoint virtio console
2023-05-10 3:18 UTC (9+ messages)
` [RFC PATCH v2 2/3] virtio_pci: add a definition of queue flag in ISR
` [RFC PATCH v2 3/3] PCI: endpoint: Add EP function driver to provide virtio-console functionality
[PATCH net v5] virtio_net: Fix error unwinding of XDP initialization
2023-05-09 15:58 UTC
[PATCH net v4] virtio_net: Fix error unwinding of XDP initialization
2023-05-09 14:08 UTC (3+ messages)
[PATCH v4] virtio_net: suppress cpu stall when free_unused_bufs
2023-05-09 3:14 UTC (7+ messages)
[PATCH] virtio_net: set default mtu to 1500 when 'Device maximum MTU' bigger than 1500
2023-05-09 1:51 UTC (10+ messages)
[PATCH V2 0/5] vDPA/ifcvf: implement immediate initialization mechanism
2023-05-08 18:05 UTC (6+ messages)
` [PATCH V2 1/5] vDPA/ifcvf: virt queue ops take immediate actions
` [PATCH V2 2/5] vDPA/ifcvf: get_driver_features from virtio registers
` [PATCH V2 3/5] vDPA/ifcvf: retire ifcvf_start_datapath and ifcvf_add_status
` [PATCH V2 4/5] vDPA/ifcvf: synchronize irqs in the reset routine
` [PATCH V2 5/5] vDPA/ifcvf: a vendor driver should not set _CONFIG_S_FAILED
[PATCH net-next v5 00/15] virtio_net: refactor xdp codes
2023-05-08 6:46 UTC (3+ messages)
` [PATCH net-next v5 07/15] virtio_net: virtnet_build_xdp_buff_mrg() auto release xdp shinfo
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).