messages from 2023-10-10 06:26:25 to 2023-10-18 00:15:50 UTC [more...]
[RFC PATCH] ALSA: virtio: use copy and fill_silence callbacks
2023-10-18 0:15 UTC (8+ messages)
[PATCH V1 vfio 0/9] Introduce a vfio driver over virtio devices
2023-10-17 20:33 UTC (12+ messages)
` [PATCH V1 vfio 1/9] virtio-pci: Fix common config map for modern device
` [PATCH V1 vfio 2/9] virtio: Define feature bit for administration virtqueue
` [PATCH V1 vfio 3/9] virtio-pci: Introduce admin virtqueue
` [PATCH V1 vfio 4/9] virtio-pci: Introduce admin command sending function
` [PATCH V1 vfio 5/9] virtio-pci: Introduce admin commands
` [PATCH V1 vfio 6/9] virtio-pci: Introduce APIs to execute legacy IO "
` [PATCH V1 vfio 7/9] vfio/pci: Expose vfio_pci_core_setup_barmap()
` [PATCH V1 vfio 8/9] vfio/pci: Expose vfio_pci_iowrite/read##size()
` [PATCH V1 vfio 9/9] vfio/virtio: Introduce a vfio driver over virtio devices
[RFC PATCH v2 1/7] bpf: Introduce BPF_PROG_TYPE_VNET_HASH
2023-10-17 19:03 UTC (5+ messages)
virtio-sound: release control request clarification
2023-10-17 15:29 UTC (2+ messages)
[RFC PATCH] vdpa_sim: implement .reset_map support
2023-10-17 13:44 UTC (4+ messages)
[PATCH net-next v1 00/19] virtio-net: support AF_XDP zero copy
2023-10-17 11:19 UTC (31+ messages)
` [PATCH net-next v1 01/19] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH net-next v1 02/19] virtio_net: unify the code for recycling the xmit ptr
` [PATCH net-next v1 03/19] virtio_net: independent directory
` [PATCH net-next v1 04/19] virtio_net: move to virtio_net.h
` [PATCH net-next v1 05/19] virtio_net: add prefix virtnet to all struct/api inside virtio_net.h
` [PATCH net-next v1 06/19] virtio_net: separate virtnet_rx_resize()
` [PATCH net-next v1 07/19] virtio_net: separate virtnet_tx_resize()
` [PATCH net-next v1 08/19] virtio_net: sq support premapped mode
` [PATCH net-next v1 09/19] virtio_net: xsk: bind/unbind xsk
` [PATCH net-next v1 10/19] virtio_net: xsk: prevent disable tx napi
` [PATCH net-next v1 11/19] virtio_net: xsk: tx: support tx
` [PATCH net-next v1 12/19] virtio_net: xsk: tx: support wakeup
` [PATCH net-next v1 13/19] virtio_net: xsk: tx: virtnet_free_old_xmit() distinguishes xsk buffer
` [PATCH net-next v1 14/19] virtio_net: xsk: tx: virtnet_sq_free_unused_buf() check "
` [PATCH net-next v1 15/19] virtio_net: xsk: rx: introduce add_recvbuf_xsk()
` [PATCH net-next v1 16/19] virtio_net: xsk: rx: introduce receive_xsk() to recv xsk buffer
` [PATCH net-next v1 17/19] virtio_net: xsk: rx: virtnet_rq_free_unused_buf() check "
` [PATCH net-next v1 18/19] virtio_net: update tx timeout record
` [PATCH net-next v1 19/19] virtio_net: xdp_features add NETDEV_XDP_ACT_XSK_ZEROCOPY
[PATCH 0/4] vdpa: decouple reset of iotlb mapping from device reset
2023-10-17 2:35 UTC (17+ messages)
` [PATCH 1/4] vdpa: introduce .reset_map operation callback
` [PATCH 2/4] vhost-vdpa: reset vendor specific mapping to initial state in .release
` [PATCH 3/4] vhost-vdpa: introduce IOTLB_PERSIST backend feature bit
` [PATCH 4/4] vdpa/mlx5: implement .reset_map driver op
[PATCH v2 0/4] vdpa: decouple reset of iotlb mapping from device reset
2023-10-17 0:39 UTC (5+ messages)
` [PATCH v2 1/4] vdpa: introduce .reset_map operation callback
` [PATCH v2 2/4] vhost-vdpa: reset vendor specific mapping to initial state in .release
` [PATCH v2 3/4] vhost-vdpa: introduce IOTLB_PERSIST backend feature bit
` [PATCH v2 4/4] vdpa/mlx5: implement .reset_map driver op
[PATCH v2 0/4] x86/paravirt: Get rid of paravirt patching
2023-10-16 14:40 UTC (7+ messages)
` [PATCH v2 1/4] x86/paravirt: move some functions and defines to alternative
` [PATCH v2 3/4] x86/paravirt: switch mixed paravirt/alternative calls to alternative_2
` [PATCH v2 4/4] x86/paravirt: remove no longer needed paravirt patching code
[PATCH vfio 10/11] vfio/virtio: Expose admin commands over virtio device
2023-10-16 9:53 UTC (44+ messages)
[PATCH net-next 0/5] virtio-net: support dynamic coalescing moderation
2023-10-16 7:51 UTC (3+ messages)
` [PATCH net-next 2/5] virtio-net: separate rx/tx coalescing moderation cmds
[PATCH][next] iommu/virtio: Add __counted_by for struct viommu_request and use struct_size()
2023-10-16 7:37 UTC (2+ messages)
[RESEND PATCH v2] vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATE
2023-10-16 7:18 UTC (2+ messages)
WorldCIST'24 - 12nd World Conference on Information Systems and Technologies | Lodz, Poland
2023-10-14 15:47 UTC
[PATCH 2/2] virtio-mmio: Support multiple interrupts per device
2023-10-14 10:49 UTC (2+ messages)
[PATCH vhost 00/22] virtio-net: support AF_XDP zero copy
2023-10-13 10:13 UTC (40+ messages)
` [PATCH vhost 01/22] virtio_ring: virtqueue_set_dma_premapped support disable
` [PATCH vhost 02/22] virtio_ring: introduce virtqueue_dma_[un]map_page_attrs
` [PATCH vhost 03/22] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH vhost 04/22] virtio_net: unify the code for recycling the xmit ptr
` [PATCH vhost 05/22] virtio_net: independent directory
` [PATCH vhost 06/22] virtio_net: move to virtio_net.h
` [PATCH vhost 07/22] virtio_net: add prefix virtnet to all struct/api inside virtio_net.h
` [PATCH vhost 08/22] virtio_net: virtnet_poll_tx support rescheduled
` [PATCH vhost 09/22] virtio_net: separate virtnet_rx_resize()
` [PATCH vhost 10/22] virtio_net: separate virtnet_tx_resize()
` [PATCH vhost 11/22] virtio_net: sq support premapped mode
` [PATCH vhost 12/22] virtio_net: xsk: bind/unbind xsk
` [PATCH vhost 13/22] virtio_net: xsk: prevent disable tx napi
` [PATCH vhost 14/22] virtio_net: xsk: tx: support tx
` [PATCH vhost 15/22] virtio_net: xsk: tx: support wakeup
` [PATCH vhost 16/22] virtio_net: xsk: tx: virtnet_free_old_xmit() distinguishes xsk buffer
` [PATCH vhost 17/22] virtio_net: xsk: tx: virtnet_sq_free_unused_buf() check "
` [PATCH vhost 18/22] virtio_net: xsk: rx: introduce add_recvbuf_xsk()
` [PATCH vhost 19/22] virtio_net: xsk: rx: introduce receive_xsk() to recv xsk buffer
` [PATCH vhost 20/22] virtio_net: xsk: rx: virtnet_rq_free_unused_buf() check "
` [PATCH vhost 21/22] virtio_net: update tx timeout record
` [PATCH vhost 22/22] virtio_net: xdp_features add NETDEV_XDP_ACT_XSK_ZEROCOPY
Report a possible vhost bug in stable branches
2023-10-13 1:31 UTC (2+ messages)
[PATCH vfio 11/11] vfio/virtio: Introduce a vfio driver over virtio devices
2023-10-12 11:40 UTC (12+ messages)
[PATCH net-next v4 02/12] vsock: read from socket's error queue
2023-10-11 12:57 UTC (4+ messages)
` [PATCH net-next v4 10/12] test/vsock: MSG_ZEROCOPY flag tests
` [PATCH net-next v4 12/12] test/vsock: io_uring rx/tx tests
` [PATCH net-next v4 00/12] vsock/virtio: continue MSG_ZEROCOPY support
[PATCH vhost v3 0/4] strictly check the acccess to the common cfg
2023-10-11 3:35 UTC (9+ messages)
` [PATCH vhost v3 1/4] virtio: add definition of VIRTIO_F_NOTIF_CONFIG_DATA feature bit
` [PATCH vhost v3 2/4] virtio_pci: fix the common cfg map size
` [PATCH vhost v3 3/4] virtio_pci: add check for common cfg size
[RFC PATCH 5/7] tun: Introduce virtio-net hashing feature
2023-10-11 3:18 UTC (9+ messages)
[PATCH net-next v3 10/12] test/vsock: MSG_ZEROCOPY flag tests
2023-10-10 7:19 UTC (2+ messages)
[PATCH vhost v3 00/16] vdpa: Add support for vq descriptor mappings
2023-10-10 6:33 UTC (13+ messages)
` [PATCH vhost v3 11/16] vdpa/mlx5: Move mr mutex out of mr struct
` [PATCH vhost v3 12/16] vdpa/mlx5: Improve mr update flow
` [PATCH vhost v3 13/16] vdpa/mlx5: Introduce mr for vq descriptor
` [PATCH vhost v3 14/16] vdpa/mlx5: Enable hw support for vq descriptor mapping
` [PATCH vhost v3 15/16] vdpa/mlx5: Make iotlb helper functions more generic
` [PATCH vhost v3 16/16] vdpa/mlx5: Update cvq iotlb mapping on ASID change
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).