virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-29 14:43:37 to 2019-05-13 10:05:02 UTC [more...]

[PATCH v2 1/8] vsock/virtio: limit the memory used per-socket
 2019-05-13 10:05 UTC  (15+ messages)
` [PATCH v2 2/8] vsock/virtio: free packets during the socket release
` [PATCH v2 3/8] vsock/virtio: fix locking for fwd_cnt and buf_alloc
` [PATCH v2 4/8] vsock/virtio: reduce credit update messages
` [PATCH v2 5/8] vhost/vsock: split packets to send using multiple buffers
` [PATCH v2 6/8] vsock/virtio: change the maximum packet size allowed
` [PATCH v2 7/8] vsock/virtio: increase RX buffer size to 64 KiB
` [PATCH v2 8/8] vsock/virtio: make the RX buffer size tunable
` [PATCH v2 0/8] vsock/virtio: optimizations to increase the throughput

[PATCH 00/10] s390: virtio: support protected virtualization
 2019-05-13  9:52 UTC  (50+ messages)
` [PATCH 01/10] virtio/s390: use vring_create_virtqueue
` [PATCH 03/10] virtio/s390: enable packed ring
` [PATCH 04/10] s390/mm: force swiotlb for protected virtualization
` [PATCH 05/10] s390/cio: introduce DMA pools to cio
` [PATCH 06/10] s390/cio: add basic protected virtualization support
` [PATCH 07/10] s390/airq: use DMA memory for adapter interrupts
` [PATCH 08/10] virtio/s390: add indirection to indicators access
` [PATCH 09/10] virtio/s390: use DMA memory for ccw I/O and classic notifiers
` [PATCH 10/10] virtio/s390: make airq summary indicators DMA

[PATCH net] vhost_net: fix possible infinite loop
 2019-05-13  5:42 UTC  (3+ messages)

[PATCH net] vhost: don't use kmap() to log dirty pages
 2019-05-13  5:27 UTC 

[RFC PATCH V2] vhost: don't use kmap() to log dirty pages
 2019-05-13  5:22 UTC  (4+ messages)

[PATCH v8 0/6] virtio pmem driver
 2019-05-13  4:43 UTC  (17+ messages)
` [PATCH v8 1/6] libnvdimm: nd_region flush callback support
` [PATCH v8 2/6] virtio-pmem: Add virtio pmem driver
` [PATCH v8 3/6] libnvdimm: add dax_dev sync flag
` [PATCH v8 4/6] dax: check synchronous mapping is supported
` [PATCH v8 5/6] ext4: disable map_sync for async flush
` [PATCH v8 6/6] xfs: "
        ` [Qemu-devel] [PATCH v8 3/6] libnvdimm: add dax_dev sync flag
    ` [Qemu-devel] [PATCH v8 2/6] virtio-pmem: Add virtio pmem driver

[PATCH v7 0/7] Add virtio-iommu driver
 2019-05-12 17:15 UTC  (2+ messages)

[Qemu-devel] [PATCH v7 2/6] virtio-pmem: Add virtio pmem driver
 2019-05-11  1:26 UTC  (17+ messages)
  `  "
  ` [PATCH v7 6/6] xfs: disable map_sync for async flush
      ` [Qemu-devel] "
  ` [PATCH v7 3/6] libnvdimm: add dax_dev sync flag
  ` [Qemu-devel] [PATCH v7 4/6] dax: check synchronous mapping is supported

[PATCH v2 0/8] vsock/virtio: optimizations to increase the throughput
 2019-05-10 12:58 UTC 

[RFC PATCH V2] vhost: don't use kmap() to log dirty pages
 2019-05-09 12:58 UTC 

[PATCH v5 01/20] drm: Add |struct drm_gem_vram_object| and helpers
 2019-05-08  8:26 UTC  (20+ messages)
` [PATCH v5 02/20] drm: Add |struct drm_gem_vram_object| callbacks for |struct ttm_bo_driver|
` [PATCH v5 03/20] drm: Add |struct drm_gem_vram_object| callbacks for |struct drm_driver|
` [PATCH v5 04/20] drm: Add drm_gem_vram_fill_create_dumb() to create dumb buffers
` [PATCH v5 05/20] drm: Add simple PRIME helpers for GEM VRAM
` [PATCH v5 06/20] drm: Add VRAM MM, a simple memory manager for dedicated VRAM
` [PATCH v5 07/20] drm: Add default instance for VRAM MM callback functions
` [PATCH v5 08/20] drm: Integrate VRAM MM into struct drm_device
` [PATCH v5 09/20] drm/ast: Convert AST driver to |struct drm_gem_vram_object|
` [PATCH v5 10/20] drm/ast: Convert AST driver to VRAM MM
` [PATCH v5 11/20] drm/ast: Replace mapping code with drm_gem_vram_{kmap/kunmap}()
` [PATCH v5 12/20] drm/bochs: Convert bochs driver to |struct drm_gem_vram_object|
` [PATCH v5 13/20] drm/bochs: Convert bochs driver to VRAM MM
` [PATCH v5 14/20] drm/mgag200: Convert mgag200 driver to |struct drm_gem_vram_object|
` [PATCH v5 15/20] drm/mgag200: Convert mgag200 driver to VRAM MM
` [PATCH v5 16/20] drm/mgag200: Replace mapping code with drm_gem_vram_{kmap/kunmap}()
` [PATCH v5 17/20] drm/vboxvideo: Convert vboxvideo driver to |struct drm_gem_vram_object|
` [PATCH v5 18/20] drm/vboxvideo: Convert vboxvideo driver to VRAM MM
` [PATCH v5 19/20] drm/hisilicon: Convert hibmc-drm driver to |struct drm_gem_vram_object|
` [PATCH v5 20/20] drm/hisilicon: Convert hibmc-drm driver to VRAM MM

[PATCH v5 00/20] Share TTM code among DRM framebuffer drivers
 2019-05-08  8:26 UTC 

[PATCH RFC] vhost: don't use kmap() to log dirty pages
 2019-05-08  4:28 UTC  (3+ messages)

[PATCH RFC] vhost: don't use kmap() to log dirty pages
 2019-05-08  3:43 UTC 

[RFC 0/3] VirtIO RDMA
 2019-05-07 19:43 UTC  (8+ messages)
    ` [Qemu-devel] "

[PATCH] vsock/virtio: Initialize core virtio vsock before registering the driver
 2019-05-07 12:25 UTC  (4+ messages)

[PATCH AUTOSEL 5.0 85/99] Revert "drm/virtio: drop prime import/export callbacks"
 2019-05-07  5:32 UTC 

[PATCH RFC] vhost: don't use kmap() to log dirty pages
 2019-05-07  2:23 UTC 

[PATCH v4 01/19] drm: Add |struct drm_gem_vram_object| and helpers
 2019-05-06 15:23 UTC  (31+ messages)
` [PATCH v4 02/19] drm: Add |struct drm_gem_vram_object| callbacks for |struct ttm_bo_driver|
` [PATCH v4 03/19] drm: Add |struct drm_gem_vram_object| callbacks for |struct drm_driver|
` [PATCH v4 04/19] drm: Add drm_gem_vram_fill_create_dumb() to create dumb buffers
` [PATCH v4 05/19] drm: Add VRAM MM, a simple memory manager for dedicated VRAM
` [PATCH v4 06/19] drm: Add default instance for VRAM MM callback functions
` [PATCH v4 07/19] drm: Integrate VRAM MM into struct drm_device
` [PATCH v4 08/19] drm/ast: Convert AST driver to |struct drm_gem_vram_object|
` [PATCH v4 09/19] drm/ast: Convert AST driver to VRAM MM
` [PATCH v4 10/19] drm/ast: Replace mapping code with drm_gem_vram_{kmap/kunmap}()
` [PATCH v4 11/19] drm/bochs: Convert bochs driver to |struct drm_gem_vram_object|
` [PATCH v4 12/19] drm/bochs: Convert bochs driver to VRAM MM
` [PATCH v4 13/19] drm/mgag200: Convert mgag200 driver to |struct drm_gem_vram_object|
` [PATCH v4 14/19] drm/mgag200: Convert mgag200 driver to VRAM MM
` [PATCH v4 15/19] drm/mgag200: Replace mapping code with drm_gem_vram_{kmap/kunmap}()
` [PATCH v4 16/19] drm/vboxvideo: Convert vboxvideo driver to |struct drm_gem_vram_object|
` [PATCH v4 17/19] drm/vboxvideo: Convert vboxvideo driver to VRAM MM
` [PATCH v4 18/19] drm/hisilicon: Convert hibmc-drm driver to |struct drm_gem_vram_object|
` [PATCH v4 19/19] drm/hisilicon: Convert hibmc-drm driver to VRAM MM
` [PATCH v4 00/19] Share TTM code among DRM framebuffer drivers

[PATCH v2] drm/virtio: Remove redundant return type
 2019-05-06 13:38 UTC 

[PATCH v2] drm/virtio: Remove redundant return type
 2019-05-06  9:10 UTC 

[PATCH] drm/virtio: Remove redundant return type
 2019-05-06  8:56 UTC  (2+ messages)

[PATCH v4 00/19] Share TTM code among DRM framebuffer drivers
 2019-05-06  8:26 UTC 

[RFC PATCH V3 0/6] vhost: accelerate metadata access
 2019-05-05  9:20 UTC  (2+ messages)

[PATCH] virtio_console: remove vq buf while unpluging port
 2019-05-05  1:53 UTC 

Xorg hangs in kernelspace with qxl
 2019-05-04  7:34 UTC  (3+ messages)

[PATCH v4 0/4] vmw_balloon: Compaction and shrinker support
 2019-05-04  1:25 UTC 

[PATCH] drm/virtio: Remove redundant return type
 2019-05-03 16:38 UTC 

[PATCH v3 15/19] drm/mgag200: Replace mapping code with drm_gem_vram_{kmap/kunmap}()
 2019-05-03 13:29 UTC  (16+ messages)
` [PATCH v3 16/19] drm/vboxvideo: Convert vboxvideo driver to |struct drm_gem_vram_object|
` [PATCH v3 17/19] drm/vboxvideo: Convert vboxvideo driver to VRAM MM
` [PATCH v3 18/19] drm/hisilicon: Convert hibmc-drm driver to |struct drm_gem_vram_object|
` [PATCH v3 19/19] drm/hisilicon: Convert hibmc-drm driver to VRAM MM
  ` [PATCH v3 01/19] drm: Add |struct drm_gem_vram_object| and helpers

CFP PECCS 2019 - 9th Int.l Conf. on Pervasive and Embedded Computing and Communication Systems (Vienna/Austria)
 2019-05-02  7:13 UTC 

CFP WEBIST 2019 - 15th Int.l Conf. on Web Information Systems and Technologies (Vienna/Austria)
 2019-05-02  7:13 UTC 

[PATCH] vsock/virtio: Initialize core virtio vsock before registering the driver
 2019-05-01  0:30 UTC 

[RFC-PATCH] Introducing virtio-example
 2019-04-30  7:45 UTC 

[Spice-devel] [PATCH] Revert "drm/qxl: drop prime import/export callbacks"
 2019-04-29 14:44 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).