virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-15 10:41:37 to 2019-01-25 17:35:46 UTC [more...]

[PATCH v3 01/23] drm/qxl: drop ttm_mem_reg arg from qxl_hw_surface_alloc()
 2019-01-25 17:35 UTC  (48+ messages)
` [PATCH v3 02/23] drm/qxl: drop unused qxl_fb_virtual_address
` [PATCH v3 03/23] drm/qxl: simplify slot management
` [PATCH v3 04/23] drm/qxl: change the way slot is detected
` [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
` [PATCH v3 23/23] drm/qxl: add overflow checks to qxl_mode_dumb_create()

[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 net-next V4 1/5] vhost: generalize adding used elem
 2019-01-25  9:24 UTC  (18+ 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()

[RFC] virtio_ring: check dma_mem for xen_domain
 2019-01-24 20:34 UTC  (6+ messages)
  ` [Xen-devel] "

[PATCH v7 1/7] dt-bindings: virtio-mmio: Add IOMMU description
 2019-01-24 16:03 UTC  (11+ messages)
` [PATCH v7 2/7] dt-bindings: virtio: Add virtio-pci-iommu node
` [PATCH v7 3/7] of: Allow the iommu-map property to omit untranslated devices
` [PATCH v7 4/7] PCI: OF: Initialize dev->fwnode appropriately
` [PATCH v7 5/7] iommu: Add virtio-iommu driver
` [PATCH v7 6/7] iommu/virtio: Add probe request
` [PATCH v7 7/7] iommu/virtio: Add event queue
` [PATCH v7 0/7] Add virtio-iommu driver

[PATCH 1/5] swiotlb: Introduce swiotlb_max_mapping_size()
 2019-01-24 15:00 UTC  (21+ 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] drm: Split out drm_probe_helper.h
 2019-01-24 12:39 UTC  (9+ 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 

[PATCH RFC 0/4] barriers using data dependency
 2019-01-20 14:43 UTC  (2+ messages)
          ` [PATCH RFC 1/4] include/linux/compiler*.h: fix OPTIMIZER_HIDE_VAR

[PATCH v2] virtio_net: bulk free tx skbs
 2019-01-20  0:07 UTC  (2+ messages)

CISTI'2019 - Doctoral Symposium | Coimbra, Portugal
 2019-01-18 19:38 UTC 

[PATCH net V4] vhost: log dirty page correctly
 2019-01-18  5:47 UTC  (3+ messages)

[PATCH v2] virtio_net: bulk free tx skbs
 2019-01-18  4:20 UTC 

[PATCH net 1/7] virtio_net: Don't enable NAPI when interface is down
 2019-01-18  4:02 UTC  (23+ messages)
` [PATCH net 2/7] virtio_net: Don't call free_old_xmit_skbs for xdp_frames
` [PATCH net 3/7] virtio_net: Fix not restoring real_num_rx_queues
` [PATCH net 4/7] virtio_net: Fix out of bounds access of sq
` [PATCH net 5/7] virtio_net: Don't process redirected XDP frames when XDP is disabled
` [PATCH net 6/7] virtio_net: Use xdp_return_frame to free xdp_frames on destroying vqs
` [PATCH net 7/7] virtio_net: Differentiate sk_buff and xdp_frame on freeing
` [PATCH net 0/7] virtio_net: Fix problems around XDP tx and napi_tx

[PATCH net-next] virtio_net: bulk free tx skbs
 2019-01-17 13:34 UTC  (2+ messages)

[PATCH RFC 1/2] virtio-net: bql support
 2019-01-17 13:09 UTC  (3+ messages)

[PATCH net 0/7] virtio_net: Fix problems around XDP tx and napi_tx
 2019-01-17 11:20 UTC 

[PATCH] drm: Split out drm_probe_helper.h
 2019-01-16 16:34 UTC 

[PATCH 1/3] swiotlb: Export maximum allocation size
 2019-01-16 14:16 UTC  (4+ messages)
                ` [PATCH 0/3] Fix virtio-blk issue with SWIOTLB

[PATCH 1/3] swiotlb: Introduce swiotlb_max_mapping_size()
 2019-01-16 14:10 UTC  (8+ messages)
` [PATCH 2/3] dma: Introduce dma_max_mapping_size()
` [PATCH 3/3] virtio-blk: Consider dma_max_mapping_size() for maximum segment size

[PATCH] drm: Split out drm_probe_helper.h
 2019-01-16 13:51 UTC 

[PATCH 1/3] drm/qxl: add mode/framebuffer check functions
 2019-01-16 13:21 UTC  (5+ messages)
` [PATCH 2/3] drm/qxl: add qxl_add_mode helper function
` [PATCH 3/3] drm/qxl: use kernel mode db
    ` [Spice-devel] [PATCH 1/3] drm/qxl: add mode/framebuffer check functions

[PATCH net V4] vhost: log dirty page correctly
 2019-01-16  8:54 UTC 

[PATCH] drm: Split out drm_probe_helper.h
 2019-01-16  3:30 UTC  (4+ messages)

[PATCH v3 0/5] kvm "virtio pmem" device
 2019-01-15 20:42 UTC 

[PATCH 0/3 v2] Fix virtio-blk issue with SWIOTLB
 2019-01-15 13:22 UTC 

[PATCH v7 0/7] Add virtio-iommu driver
 2019-01-15 12:19 UTC 

[PATCH] drm: Split out drm_probe_helper.h
 2019-01-15 10:41 UTC 


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).