messages from 2019-01-20 16:14:20 to 2019-01-31 15:27:53 UTC [more...]
[PATCH RFC] virtio: hint if callbacks surprisingly might sleep
2019-01-31 15:27 UTC
[PATCH net] virtio_net: Account for tx bytes and packets on sending xdp_frames
2019-01-31 15:25 UTC
[PATCH 1/5] swiotlb: Introduce swiotlb_max_mapping_size()
2019-01-31 14:43 UTC (12+ messages)
` [PATCH 2/5] swiotlb: Add is_swiotlb_active() function
` [PATCH 3/5] dma: Introduce dma_max_mapping_size()
` [PATCH 4/5] virtio: Introduce virtio_max_dma_size()
` [PATCH 5/5] virtio-blk: Consider virtio_max_dma_size() for maximum segment size
` [PATCH 0/5 v5] Fix virtio-blk issue with SWIOTLB
` [PATCH] dma: Uninline dma_max_mapping_size()
[PATCH RFC] virtio: hint if callbacks surprisingly might sleep
2019-01-31 12:53 UTC
[PATCH net] virtio_net: Account for tx bytes and packets on sending xdp_frames
2019-01-31 11:40 UTC
[PATCH v2 1/6] drm/virtio: move virtio_gpu_object_{attach, detach} calls
2019-01-31 10:53 UTC (12+ messages)
` [PATCH v2 2/6] drm/virtio: use struct to pass params to virtio_gpu_object_create()
` [PATCH v2 3/6] drm/virtio: params struct for virtio_gpu_cmd_create_resource()
` [PATCH v2 4/6] drm/virtio: params struct for virtio_gpu_cmd_create_resource_3d()
` [PATCH v2 5/6] drm/virtio: drop fencing in virtio_gpu_resource_create_ioctl
` [PATCH v2 6/6] drm/virtio: move virtio_gpu_cmd_create_resource call into virtio_gpu_object_create
[PATCH net] vhost: fix OOB in get_rx_bufs()
2019-01-30 22:31 UTC (7+ messages)
[PATCH v2 net 1/7] virtio_net: Don't enable NAPI when interface is down
2019-01-30 22:03 UTC (14+ messages)
` [PATCH v2 net 2/7] virtio_net: Don't call free_old_xmit_skbs for xdp_frames
` [PATCH v2 net 3/7] virtio_net: Fix not restoring real_num_rx_queues
` [PATCH v2 net 4/7] virtio_net: Fix out of bounds access of sq
` [PATCH v2 net 5/7] virtio_net: Don't process redirected XDP frames when XDP is disabled
` [PATCH v2 net 6/7] virtio_net: Use xdp_return_frame to free xdp_frames on destroying vqs
` [PATCH v2 net 7/7] virtio_net: Differentiate sk_buff and xdp_frame on freeing
` [PATCH v2 net 0/7] virtio_net: Fix problems around XDP tx and napi_tx
[PATCH v2] mic: vop: Fix broken virtqueues
2019-01-30 19:40 UTC
[PATCH 0/5 v5] Fix virtio-blk issue with SWIOTLB
2019-01-30 16:40 UTC
[PATCH] mic: vop: Fix broken virtqueues
2019-01-30 16:29 UTC
[PATCH] virtio_net: Introduce extended RSC feature
2019-01-30 16:28 UTC (2+ messages)
[PATCH 1/5] swiotlb: Introduce swiotlb_max_mapping_size()
2019-01-30 15:49 UTC (13+ messages)
` [PATCH 2/5] swiotlb: Add is_swiotlb_active() function
` [PATCH 3/5] dma: Introduce dma_max_mapping_size()
` [PATCH 4/5] virtio: Introduce virtio_max_dma_size()
` [PATCH 5/5] virtio-blk: Consider virtio_max_dma_size() for maximum segment size
INFO: task hung in vhost_init_device_iotlb
2019-01-30 8:12 UTC (2+ messages)
[RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
2019-01-30 7:44 UTC (7+ messages)
[PATCH v7 0/7] Add virtio-iommu driver
2019-01-29 18:54 UTC (4+ messages)
[RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
2019-01-29 17:08 UTC
[PATCH 1/3] drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)install
2019-01-29 10:42 UTC
[PATCH v2] drm/qxl: use ttm_tt
2019-01-29 8:49 UTC
[PATCH 0/5 v4] Fix virtio-blk issue with SWIOTLB
2019-01-29 8:43 UTC
[PATCH v2] drm/qxl: use ttm_tt
2019-01-29 8:25 UTC
[PATCH 1/5] swiotlb: Introduce swiotlb_max_mapping_size()
2019-01-29 7:38 UTC (27+ messages)
` [PATCH 2/5] swiotlb: Add is_swiotlb_active() function
` [PATCH 3/5] dma: Introduce dma_max_mapping_size()
` [PATCH 4/5] virtio: Introduce virtio_max_dma_size()
` [PATCH 5/5] virtio-blk: Consider virtio_max_dma_size() for maximum segment size
` [PATCH 0/5 v3] Fix virtio-blk issue with SWIOTLB
[PATCH net-next V4 1/5] vhost: generalize adding used elem
2019-01-29 2:34 UTC (21+ messages)
` [PATCH net-next V4 2/5] vhost: fine grain userspace memory accessors
` [PATCH net-next V4 3/5] vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch()
` [PATCH net-next V4 4/5] vhost: introduce helpers to get the size of metadata area
` [PATCH net-next V4 5/5] vhost: access vq metadata through kernel virtual address
` [PATCH net-next V4 0/5] vhost: accelerate metadata access through vmap()
[PATCH v2 net 0/7] virtio_net: Fix problems around XDP tx and napi_tx
2019-01-29 0:45 UTC
[PATCH v3 04/23] drm/qxl: change the way slot is detected
2019-01-28 11:40 UTC (30+ messages)
` [PATCH v3 01/23] drm/qxl: drop ttm_mem_reg arg from qxl_hw_surface_alloc()
` [PATCH v3 02/23] drm/qxl: drop unused qxl_fb_virtual_address
` [PATCH v3 03/23] drm/qxl: simplify slot management
` [PATCH v3 05/23] drm/qxl: drop unused fields from struct qxl_device
` [PATCH v3 06/23] drm/qxl: use separate offset spaces for the two slots / ttm memory types
` [PATCH v3 07/23] drm/qxl: allow both PRIV and VRAM placement for QXL_GEM_DOMAIN_SURFACE
` [PATCH v3 08/23] drm/qxl: use QXL_GEM_DOMAIN_SURFACE for shadow bo
` [PATCH v3 09/23] drm/qxl: use QXL_GEM_DOMAIN_SURFACE for dumb gem objects
` [PATCH v3 10/23] drm/qxl: move qxl_primary_apply_cursor to correct place
` [PATCH v3 11/23] drm/qxl: drop unused offset parameter from qxl_io_create_primary()
` [PATCH v3 12/23] drm/qxl: track primary bo
` [PATCH v3 13/23] drm/qxl: use shadow bo directly
` [PATCH v3 14/23] drm/qxl: cover all crtcs in shadow bo
` [PATCH v3 15/23] drm/qxl: use qxl_num_crtc directly
` [PATCH v3 16/23] drm/qxl: implement prime kmap/kunmap
` [PATCH v3 17/23] drm/qxl: use generic fbdev emulation
` [PATCH v3 18/23] drm/qxl: remove dead qxl fbdev emulation code
` [PATCH v3 19/23] drm/qxl: implement qxl_gem_prime_(un)pin
` [PATCH v3 20/23] drm/qxl: add mode/framebuffer check functions
` [PATCH v3 21/23] drm/qxl: add qxl_add_mode helper function
` [PATCH v3 22/23] drm/qxl: use kernel mode db
[RFC] virtio_ring: check dma_mem for xen_domain
2019-01-28 8:00 UTC (7+ messages)
` [Xen-devel] "
[PATCH net] vhost: fix OOB in get_rx_bufs()
2019-01-28 7:05 UTC
[PATCH 01/26] drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)install
2019-01-25 15:09 UTC (6+ messages)
` [PATCH 19/26] drm/qxl: Use drm_fb_helper_fill_info
[PATCH] drm: Split out drm_probe_helper.h
2019-01-24 12:39 UTC (5+ messages)
[PATCH 0/5 v3] Fix virtio-blk issue with SWIOTLB
2019-01-23 16:30 UTC
[virtio-dev] [PATCH] virtio: support VIRTIO_F_ORDER_PLATFORM
2019-01-23 13:49 UTC (6+ messages)
` "
[PATCH net-next V4 0/5] vhost: accelerate metadata access through vmap()
2019-01-23 9:55 UTC
[PATCH v2] virtio: support VIRTIO_F_ORDER_PLATFORM
2019-01-23 9:50 UTC
[PATCH] virtio: support VIRTIO_F_ORDER_PLATFORM
2019-01-22 17:03 UTC
CFP PECCS 2019 - 9th Int.l Conf. on Pervasive and Embedded Computing and Communication Systems (Vienna/Austria)
2019-01-22 15:22 UTC
CFP WEBIST 2019 - 14th Int.l Conf. on Web Information Systems and Technologies (Vienna/Austria)
2019-01-22 15:22 UTC
[PATCH 0/3] virtio-ccw: updates
2019-01-21 19:30 UTC (5+ messages)
` [PATCH 1/3] virtio-ccw: diag 500 may return a negative cookie
` [PATCH 2/3] s390/virtio: handle find on invalid queue gracefully
` [PATCH 3/3] virtio-ccw: wire up ->bus_name callback
[PULL] virtio, vhost: fixes and cleanups
2019-01-20 16:14 UTC
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).