messages from 2022-08-01 06:40:07 to 2022-08-10 01:24:23 UTC [more...]
[virtio-dev] [PATCH] virtio-net: use mtu size as buffer length for big packets
2022-08-10 1:24 UTC (36+ messages)
[PATCH V4 3/6] vDPA: allow userspace to query features of a vDPA device
2022-08-10 1:09 UTC (11+ messages)
` [PATCH V4 5/6] vDPA: answer num of queue pairs = 1 to userspace when VIRTIO_NET_F_MQ == 0
[PATCH] Bluetooth: virtio_bt: fix device removal
2022-08-09 21:26 UTC (2+ messages)
[PATCH v2 0/4] hwrng: virtio - add an internal buffer
2022-08-09 20:16 UTC (5+ messages)
` [PATCH v2 4/4] hwrng: virtio - always add a pending request
[PATCH v1 2/2] Drivers: virtio: balloon: Report inflated memory
2022-08-09 17:44 UTC
[PATCH v8 1/2] drm/gem: Properly annotate WW context on drm_gem_lock_reservations() error
2022-08-09 16:44 UTC (2+ messages)
[PATCH v7 1/2] drm/gem: Properly annotate WW context on drm_gem_lock_reservations() error
2022-08-09 16:41 UTC
[PATCH v2 0/2] docs: driver-api: virtio: virtio on Linux
2022-08-09 14:28 UTC (9+ messages)
` [PATCH v2 1/2] virtio: kerneldocs fixes and enhancements
` [PATCH v2 2/2] docs: driver-api: virtio: virtio on Linux
[Linaro-mm-sig] [PATCH v2 1/5] dma-buf: Add _unlocked postfix to function names
2022-08-09 12:22 UTC (2+ messages)
` [Linaro-mm-sig] [PATCH v2 2/5] drm/gem: Take reservation lock for vmap/vunmap operations
[PATCH v5 1/1] Create debugfs file with virtio balloon usage information
2022-08-09 10:44 UTC (8+ messages)
` [PATCH v6 2/2] Unify how inflated memory is accounted in virtio balloon driver
` [PATCH v6 1/2] Create debugfs file with virtio balloon usage information
` [RFC] how the ballooned memory should be accounted by the drivers inside the guests? (was:[PATCH v6 1/2] Create debugfs file with virtio balloon usage information)
[PATCH v4 1/1] Create debugfs file with virtio balloon usage information
2022-08-09 10:35 UTC (2+ messages)
[RFC PATCH v3 0/9] vsock: updates for SO_RCVLOWAT handling
2022-08-09 10:03 UTC (14+ messages)
` [RFC PATCH v3 1/9] vsock: SO_RCVLOWAT transport set callback
` [RFC PATCH v3 2/9] hv_sock: disable SO_RCVLOWAT support
` [RFC PATCH v3 3/9] virtio/vsock: use 'target' in notify_poll_in callback
` [RFC PATCH v3 4/9] vmci/vsock: "
` [RFC PATCH v3 5/9] vsock: pass sock_rcvlowat to notify_poll_in as target
` [RFC PATCH v3 6/9] vsock: add API call for data ready
` [RFC PATCH v3 7/9] virtio/vsock: check SO_RCVLOWAT before wake up reader
` [RFC PATCH v3 8/9] vmci/vsock: "
` [RFC PATCH v3 9/9] vsock_test: POLLIN + SO_RCVLOWAT test
[PATCH v1 1/1] iommu/virtio: Do not dereference fwnode in struct device
2022-08-09 7:20 UTC (2+ messages)
IOTLB support for vhost/vsock breaks crosvm on Android
2022-08-09 3:16 UTC (16+ messages)
[PATCH v2 00/14] drm/format-helper: Move to struct iosys_map
2022-08-08 20:00 UTC (22+ messages)
` [PATCH v2 01/14] iosys-map: Add IOSYS_MAP_INIT_VADDR_IOMEM()
` [PATCH v2 02/14] drm/format-helper: Provide drm_fb_blit()
` [PATCH v2 03/14] drm/format-helper: Merge drm_fb_memcpy() and drm_fb_memcpy_toio()
` [PATCH v2 04/14] drm/format-helper: Convert drm_fb_swab() to struct iosys_map
` [PATCH v2 05/14] drm/format-helper: Rework XRGB8888-to-RGBG332 conversion
` [PATCH v2 06/14] drm/format-helper: Rework XRGB8888-to-RGBG565 conversion
` [PATCH v2 07/14] drm/format-helper: Rework XRGB8888-to-RGB888 conversion
` [PATCH v2 08/14] drm/format-helper: Rework RGB565-to-XRGB8888 conversion
` [PATCH v2 09/14] drm/format-helper: Rework RGB888-to-XRGB8888 conversion
` [PATCH v2 10/14] drm/format-helper: Rework XRGB8888-to-XRGB2101010 conversion
` [PATCH v2 11/14] drm/format-helper: Rework XRGB8888-to-GRAY8 conversion
` [PATCH v2 12/14] drm/format-helper: Rework XRGB8888-to-MONO conversion
` [PATCH v2 13/14] drm/format-helper: Move destination-buffer handling into internal helper
` [PATCH v2 14/14] drm/format-helper: Rename parameter vmap to src
[PATCH 00/12] drm/format-helper: Move to struct iosys_map
2022-08-08 18:25 UTC (29+ messages)
` [PATCH 01/12] drm/format-helper: Provide drm_fb_blit()
` [PATCH 02/12] drm/format-helper: Merge drm_fb_memcpy() and drm_fb_memcpy_toio()
` [PATCH 03/12] drm/format-helper: Convert drm_fb_swab() to struct iosys_map
` [PATCH 04/12] drm/format-helper: Rework XRGB8888-to-RGBG332 conversion
` [PATCH 05/12] drm/format-helper: Rework XRGB8888-to-RGBG565 conversion
` [PATCH 06/12] drm/format-helper: Rework XRGB8888-to-RGB888 conversion
` [PATCH 07/12] drm/format-helper: Rework RGB565-to-XRGB8888 conversion
` [PATCH 08/12] drm/format-helper: Rework RGB888-to-XRGB8888 conversion
` [PATCH 09/12] drm/format-helper: Rework XRGB8888-to-XRGB2101010 conversion
` [PATCH 10/12] drm/format-helper: Rework XRGB8888-to-GRAY8 conversion
` [PATCH 11/12] drm/format-helper: Rework XRGB8888-to-MONO conversion
` [PATCH 12/12] drm/format-helper: Move destination-buffer handling into internal helper
[PATCH v3 0/2] docs: driver-api: virtio: virtio on Linux
2022-08-08 13:27 UTC (3+ messages)
` [PATCH v3 1/2] virtio: kerneldocs fixes and enhancements
` [PATCH v3 2/2] docs: driver-api: virtio: virtio on Linux
[PATCH] virtio_bt: Fix alignment in configuration struct
2022-08-08 12:16 UTC (3+ messages)
[PATCH RFC net-next] vsock: Reschedule connect_work for O_NONBLOCK connect() requests
2022-08-08 7:56 UTC (4+ messages)
` [PATCH net v2 1/2] vsock: Fix memory leak in vsock_connect()
` [PATCH net v2 2/2] vsock: Set socket state back to SS_UNCONNECTED in vsock_connect_timeout()
Call for papers - ICITS'2023 | Cusco, Peru | Deadline: September 4
2022-08-07 23:49 UTC
[PATCH] virtio-mmio: Introduce virtio_mmio hotplug
2022-08-07 22:56 UTC
[PATCH] tools/virtio: initialize spinlocks in vring_test.c
2022-08-05 12:25 UTC
[PATCH net] virtio_net: fix memory leak inside XPD_TX with mergeable
2022-08-04 7:35 UTC (2+ messages)
memory locking in vhost-vdpa
2022-08-04 7:27 UTC (5+ messages)
[RFC 3/5] vhost_test: batch used buffer
2022-08-04 5:04 UTC (4+ messages)
` [RFC 1/5] vhost: reorder used descriptors in a batch
[PATCH v5 5/5] vduse: Support querying information of IOVA regions
2022-08-04 4:53 UTC
[PATCH V3 4/6] vDPA: !FEATURES_OK should not block querying device config space
2022-08-03 23:09 UTC (11+ messages)
[PATCH] docs: driver-api: virtio: virtio on Linux
2022-08-03 12:29 UTC (11+ messages)
[PATCH net-next v2 0/2] sfc: Add EF100 BAR config support
2022-08-03 7:57 UTC (2+ messages)
[RFC PATCH v2 0/9] vsock: updates for SO_RCVLOWAT handling
2022-08-02 8:04 UTC (4+ messages)
[PATCH v4 5/5] vduse: Support querying information of IOVA regions
2022-08-02 7:08 UTC (4+ messages)
[PATCH v14 00/42] virtio pci support VIRTIO_F_RING_RESET
2022-08-01 6:39 UTC (18+ messages)
` [PATCH v14 23/42] virtio_ring: packed: introduce virtqueue_resize_packed()
` [PATCH v14 27/42] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v14 28/42] virtio_ring: struct virtqueue introduce reset
` [PATCH v14 29/42] virtio_pci: struct virtio_pci_common_cfg add queue_reset
` [PATCH v14 30/42] virtio_pci: introduce helper to get/set queue reset
` [PATCH v14 31/42] virtio_pci: extract the logic of active vq for modern pci
` [PATCH v14 32/42] virtio_pci: support VIRTIO_F_RING_RESET
` [PATCH v14 33/42] virtio: find_vqs() add arg sizes
` [PATCH v14 34/42] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v14 35/42] virtio_mmio: "
` [PATCH v14 36/42] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v14 37/42] virtio_net: set the default max ring size by find_vqs()
` [PATCH v14 38/42] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v14 39/42] virtio_net: split free_unused_bufs()
` [PATCH v14 40/42] virtio_net: support rx queue resize
` [PATCH v14 41/42] virtio_net: support tx "
` [PATCH v14 42/42] virtio_net: support set_ringparam
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).