messages from 2022-07-26 17:10:55 to 2022-08-04 20:14:30 UTC [more...]
[PATCH 00/12] drm/format-helper: Move to struct iosys_map
2022-08-04 20:14 UTC (21+ 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 v2 0/2] docs: driver-api: virtio: virtio on Linux
2022-08-04 10:59 UTC (3+ messages)
` [PATCH v2 1/2] virtio: kerneldocs fixes and enhancements
` [PATCH v2 2/2] docs: driver-api: virtio: virtio on Linux
[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)
[virtio-dev] [PATCH] virtio-net: use mtu size as buffer length for big packets
2022-08-04 7:24 UTC (4+ messages)
[PATCH RFC net-next] vsock: Reschedule connect_work for O_NONBLOCK connect() requests
2022-08-04 6:59 UTC
[RFC 1/5] vhost: reorder used descriptors in a batch
2022-08-04 5:04 UTC (4+ messages)
` [RFC 3/5] vhost_test: batch used buffer
[PATCH v5 5/5] vduse: Support querying information of IOVA regions
2022-08-04 4:53 UTC
[PATCH V3 5/6] vDPA: answer num of queue pairs = 1 to userspace when VIRTIO_NET_F_MQ == 0
2022-08-03 23:09 UTC (61+ messages)
` [PATCH V3 3/6] vDPA: allow userspace to query features of a vDPA device
` [PATCH V3 4/6] vDPA: !FEATURES_OK should not block querying device config space
` spec clarification (was Re: [PATCH V3 4/6] vDPA: !FEATURES_OK should not block querying device config space)
` [PATCH V3 6/6] vDPA: fix 'cast to restricted le16' warnings in vdpa.c
[PATCH v2 0/4] hwrng: virtio - add an internal buffer
2022-08-03 12:55 UTC (4+ messages)
` [PATCH v2 4/4] hwrng: virtio - always add a pending request
[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)
[PATCH v5 1/1] Create debugfs file with virtio balloon usage information
2022-08-02 13:48 UTC (5+ 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)
[RFC PATCH v2 1/9] vsock: use sk_rcvlowat to set POLLIN/POLLRDNORM
2022-08-02 8:04 UTC (8+ messages)
` [RFC PATCH v2 3/9] vmci/vsock: use 'target' in notify_poll_in, callback
` [RFC PATCH v2 5/9] vsock: SO_RCVLOWAT transport set callback
` [RFC PATCH v2 0/9] vsock: updates for SO_RCVLOWAT handling
[PATCH v4 5/5] vduse: Support querying information of IOVA regions
2022-08-02 7:08 UTC (4+ messages)
[PATCH v1 1/1] iommu/virtio: Do not dereference fwnode in struct device
2022-08-01 16:51 UTC
[PATCH v14 00/42] virtio pci support VIRTIO_F_RING_RESET
2022-08-01 6:39 UTC (43+ messages)
` [PATCH v14 01/42] virtio: record the maximum queue num supported by the device
` [PATCH v14 02/42] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v14 03/42] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v14 04/42] virtio_ring: extract the logic of freeing vring
` [PATCH v14 05/42] virtio_ring: split vring_virtqueue
` [PATCH v14 06/42] virtio_ring: introduce virtqueue_init()
` [PATCH v14 07/42] virtio_ring: split: stop __vring_new_virtqueue as export symbol
` [PATCH v14 08/42] virtio_ring: split: __vring_new_virtqueue() accept struct vring_virtqueue_split
` [PATCH v14 09/42] virtio_ring: split: introduce vring_free_split()
` [PATCH v14 10/42] virtio_ring: split: extract the logic of alloc queue
` [PATCH v14 11/42] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v14 12/42] virtio_ring: split: extract the logic of vring init
` [PATCH v14 13/42] virtio_ring: split: extract the logic of attach vring
` [PATCH v14 14/42] virtio_ring: split: introduce virtqueue_reinit_split()
` [PATCH v14 15/42] virtio_ring: split: reserve vring_align, may_reduce_num
` [PATCH v14 16/42] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v14 17/42] virtio_ring: packed: introduce vring_free_packed
` [PATCH v14 18/42] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v14 19/42] virtio_ring: packed: extract the logic of alloc state and extra
` [PATCH v14 20/42] virtio_ring: packed: extract the logic of vring init
` [PATCH v14 21/42] virtio_ring: packed: extract the logic of attach vring
` [PATCH v14 22/42] virtio_ring: packed: introduce virtqueue_reinit_packed()
` [PATCH v14 23/42] virtio_ring: packed: introduce virtqueue_resize_packed()
` [PATCH v14 24/42] virtio_ring: introduce virtqueue_resize()
` [PATCH v14 25/42] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v14 26/42] virtio: allow to unbreak/break virtqueue individually
` [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
[PATCH v13 00/42] virtio pci support VIRTIO_F_RING_RESET
2022-08-01 6:27 UTC (37+ messages)
` [PATCH v13 07/42] virtio_ring: split: stop __vring_new_virtqueue as export symbol
` [PATCH v13 08/42] virtio_ring: split: __vring_new_virtqueue() accept struct vring_virtqueue_split
` [PATCH v13 10/42] virtio_ring: split: extract the logic of alloc queue
` [PATCH v13 11/42] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v13 16/42] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v13 17/42] virtio_ring: packed: introduce vring_free_packed
` [PATCH v13 18/42] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v13 19/42] virtio_ring: packed: extract the logic of alloc state and extra
` [PATCH v13 20/42] virtio_ring: packed: extract the logic of vring init
` [PATCH v13 21/42] virtio_ring: packed: extract the logic of attach vring
` [PATCH v13 22/42] virtio_ring: packed: introduce virtqueue_reinit_packed()
` [PATCH v13 32/42] virtio_pci: support VIRTIO_F_RING_RESET
[PATCH 00/36] cpuidle,rcu: Cleanup the mess
2022-07-30 19:52 UTC (4+ messages)
` [PATCH 04/36] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE
Call for Workshop Proposals - WorldCIST'23 | Pisa, Italy
2022-07-28 23:56 UTC
[PATCH] VMCI: Update maintainers for VMCI
2022-07-28 8:44 UTC (8+ messages)
VIRTIO_NET_F_MTU not negotiated
2022-07-28 6:57 UTC (9+ 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).