virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-10 08:28:37 to 2019-01-20 16:14:20 UTC [more...]

[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  (3+ 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 v3 01/23] drm/qxl: drop ttm_mem_reg arg from qxl_hw_surface_alloc()
 2019-01-18 17:15 UTC  (26+ 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 v7 1/7] dt-bindings: virtio-mmio: Add IOMMU description
 2019-01-18 15:51 UTC  (8+ 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 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] drm: Split out drm_probe_helper.h
 2019-01-17 21:03 UTC  (4+ messages)

[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  (25+ messages)
` [PATCH 2/3] virtio: Introduce virtio_max_dma_size()
` [PATCH 3/3] virtio-blk: Consider virtio_max_dma_size() for maximum segment size
` [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 2/5] virtio-pmem: Add virtio pmem driver
 2019-01-15 20:42 UTC  (21+ messages)
  ` [PATCH v3 0/5] kvm "virtio pmem" device
        ` [Qemu-devel] "

[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 

[PATCH net V3] vhost: log dirty page correctly
 2019-01-15  7:14 UTC  (3+ messages)

[PATCH 1/2] virtio: fix virtio_config_ops description
 2019-01-15  2:20 UTC  (4+ messages)
  ` [virtio-dev] [PATCH 2/2] virtio: document virtio_config_ops restrictions

[PATCH v3 1/3] virtio-balloon: tweak config_changed implementation
 2019-01-15  2:18 UTC  (4+ messages)
  ` [PATCH v3 2/3] virtio-balloon: improve update_balloon_size_func

[PATCH net-next] virtio_net: bulk free tx skbs
 2019-01-15  1:34 UTC 

[PATCH] VMCI: Verify PPNs before sending to device
 2019-01-14 14:47 UTC 

[PATCH] drm/cirrus: fix connector leak at unload
 2019-01-14  7:38 UTC  (3+ messages)

[PATCH] vhost/vsock: fix vhost vsock cid hashing inconsistent
 2019-01-12  1:48 UTC  (2+ messages)

[PATCH] drm/virtio: drop prime import/export callbacks
 2019-01-11 21:14 UTC 

[PATCH] drm/qxl: drop prime import/export callbacks
 2019-01-11 21:13 UTC 

[PATCH] VMCI: Verify PPNs before sending to device
 2019-01-11 16:57 UTC 

[Intel-gfx] [PATCH 7/7] drm: Split out drm_probe_helper.h
 2019-01-11 14:56 UTC 

[PATCH v6 0/7] Add virtio-iommu driver
 2019-01-11 13:00 UTC  (3+ messages)

[RFC PATCH V3 0/5] Hi:
 2019-01-11  8:59 UTC  (2+ messages)

[PATCH v4 01/16] drm/bochs: encoder cleanup
 2019-01-11  5:37 UTC  (16+ messages)
` [PATCH v4 02/16] drm/bochs: split bochs_hw_setmode
` [PATCH v4 03/16] drm/bochs: atomic: add atomic_flush+atomic_enable callbacks
` [PATCH v4 04/16] drm/bochs: atomic: add mode_set_nofb callback
` [PATCH v4 05/16] drm/bochs: atomic: switch planes to atomic, wire up helpers
` [PATCH v4 06/16] drm/bochs: atomic: use atomic set_config helper
` [PATCH v4 07/16] drm/bochs: atomic: use atomic page_flip helper
` [PATCH v4 08/16] drm/bochs: atomic: use suspend/resume helpers
` [PATCH v4 09/16] drm/bochs: atomic: set DRIVER_ATOMIC
` [PATCH v4 10/16] drm/bochs: remove old bochs_crtc_* functions
` [PATCH v4 11/16] drm/bochs: drop unused gpu_addr arg from bochs_bo_pin()
` [PATCH v4 12/16] drm/bochs: move ttm_bo_(un)reserve calls into bochs_bo_{pin, unpin}
` [PATCH v4 13/16] drm/bochs: add basic prime support
` [PATCH v4 14/16] drm/bochs: switch to generic drm fbdev emulation
` [PATCH v4 15/16] drm/bochs: drop old fbdev emulation code
` [PATCH v4 16/16] drm/bochs: move remaining fb bits to kms

[PATCH net V2] vhost: log dirty page correctly
 2019-01-11  3:58 UTC  (3+ messages)

[PATCH 0/3] Fix virtio-blk issue with SWIOTLB
 2019-01-10 13:44 UTC 

[PATCH] drm/virtio: drop prime import/export callbacks
 2019-01-10 11:15 UTC 

[PATCH v3 07/15] drm/bochs: atomic: use atomic page_flip helper
 2019-01-10 11:09 UTC  (12+ messages)
` [PATCH v3 08/15] drm/bochs: atomic: set DRIVER_ATOMIC
` [PATCH v3 09/15] drm/bochs: remove old bochs_crtc_* functions
` [PATCH v3 10/15] drm/bochs: drop unused gpu_addr arg from bochs_bo_pin()
` [PATCH v3 11/15] drm/bochs: move ttm_bo_(un)reserve calls into bochs_bo_{pin, unpin}
` [PATCH v3 12/15] drm/bochs: add basic prime support
` [PATCH v3 13/15] drm/bochs: switch to generic drm fbdev emulation
` [PATCH v3 14/15] drm/bochs: drop old fbdev emulation code
` [PATCH v3 15/15] drm/bochs: move remaining fb bits to kms


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