virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-17 06:03:10 to 2019-07-03 10:07:27 UTC [more...]

[PATCH v2 1/3] vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsock
 2019-07-03 10:07 UTC  (12+ messages)
` [PATCH v2 2/3] vsock/virtio: stop workers during the .remove()
` [PATCH v2 3/3] vsock/virtio: fix flush of works "
` [PATCH v2 0/3] vsock/virtio: several fixes in the .probe() and .remove()

[RFC v2] vhost: introduce mdev based hardware vhost backend
 2019-07-03  9:13 UTC 

[PATCH 0/5] Unmappable DRM client buffers for fbdev emulation
 2019-07-03  8:33 UTC  (6+ messages)
` [PATCH 1/5] drm/client: Support unmapping of DRM client buffers
` [PATCH 2/5] drm/fb-helper: Unmap BO for shadow-buffered framebuffer console
` [PATCH 3/5] drm/ast: Replace struct ast_fbdev with generic framebuffer emulation
` [PATCH 4/5] drm/bochs: Use shadow buffer for bochs framebuffer console
` [PATCH 5/5] drm/mgag200: Replace struct mga_fbdev with generic framebuffer emulation

[PATCH v6 01/18] drm/virtio: pass gem reservation object to ttm init
 2019-07-03  0:08 UTC  (19+ messages)
` [PATCH v6 02/18] drm/virtio: switch virtio_gpu_wait_ioctl() to gem helper
` [PATCH v6 03/18] drm/virtio: simplify cursor updates
` [PATCH v6 04/18] drm/virtio: remove virtio_gpu_object_wait
` [PATCH v6 05/18] drm/virtio: drop no_wait argument from virtio_gpu_object_reserve
` [PATCH v6 06/18] drm/virtio: remove ttm calls from in virtio_gpu_object_{reserve, unreserve}
` [PATCH v6 07/18] drm/virtio: add virtio_gpu_object_array & helpers
` [PATCH v6 08/18] drm/virtio: rework virtio_gpu_execbuffer_ioctl fencing
` [PATCH v6 09/18] drm/virtio: rework virtio_gpu_object_create fencing
` [PATCH v6 10/18] drm/virtio: drop virtio_gpu_object_list_validate/virtio_gpu_unref_list
` [PATCH v6 11/18] drm/virtio: switch from ttm to gem shmem helpers
` [PATCH v6 12/18] drm/virtio: remove virtio_gpu_alloc_object
` [PATCH v6 13/18] drm/virtio: drop virtio_gpu_object_{ref,unref}
` [PATCH v6 14/18] drm/virtio: rework virtio_gpu_transfer_from_host_ioctl fencing
` [PATCH v6 15/18] drm/virtio: rework virtio_gpu_transfer_to_host_ioctl fencing
` [PATCH v6 16/18] drm/virtio: rework virtio_gpu_cmd_context_{attach, detach}_resource
` [PATCH v6 17/18] drm/virtio: drop virtio_gpu_object_{reserve, unreserve}
` [PATCH v6 18/18] drm/virtio: add fence sanity check

[PATCH v2 4/9] x86/mm/tlb: Flush remote and local TLBs concurrently
 2019-07-02 23:51 UTC 

[PATCH v2 0/9] x86: Concurrent TLB flushes
 2019-07-02 23:51 UTC 

What are all the different virtualization solutions for Linux?
 2019-07-02 22:56 UTC  (2+ messages)

[PATCH v2] virtio-mmio: add error check for platform_get_irq
 2019-07-02 18:23 UTC  (3+ messages)

[PATCH] virtio-mmio: add error check for platform_get_irq
 2019-07-02 13:31 UTC 

Reminder: 2 open syzbot bugs in vhost subsystem
 2019-07-02 12:20 UTC 

[PATCH] virtio-mmio: add error check for platform_get_irq
 2019-07-02  9:59 UTC 

INFO: task hung in vhost_init_device_iotlb
 2019-07-02  7:23 UTC 

Reminder: 2 open syzbot bugs in vhost subsystem
 2019-07-02  7:18 UTC  (2+ messages)

[PATCH] scsi: virtio_scsi: Use struct_size() helper
 2019-07-01 15:21 UTC 

[RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
 2019-07-01 14:17 UTC  (4+ messages)

[PATCH v4 0/5] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
 2019-07-01 12:19 UTC  (2+ messages)

[PATCH v1 09/33] drm/qxl: drop use of drmP.h
 2019-07-01  6:39 UTC  (6+ messages)
` [PATCH v1 27/33] drm/virtgpu: "
` [PATCH v1 31/33] drm/bochs: "

[PATCH v4 01/12] drm/virtio: pass gem reservation object to ttm init
 2019-06-30 18:56 UTC  (23+ messages)
` [PATCH v4 02/12] drm/virtio: switch virtio_gpu_wait_ioctl() to gem helper
` [PATCH v4 03/12] drm/virtio: simplify cursor updates
` [PATCH v4 04/12] drm/virtio: remove virtio_gpu_object_wait
` [PATCH v4 05/12] drm/virtio: drop no_wait argument from virtio_gpu_object_reserve
` [PATCH v4 06/12] drm/virtio: remove ttm calls from in virtio_gpu_object_{reserve, unreserve}
` [PATCH v4 07/12] drm/virtio: add virtio_gpu_object_array & helpers
` [PATCH v4 08/12] drm/virtio: rework virtio_gpu_execbuffer_ioctl fencing
` [PATCH v4 09/12] drm/virtio: rework virtio_gpu_object_create fencing
` [PATCH v4 10/12] drm/virtio: drop virtio_gpu_object_list_validate/virtio_gpu_unref_list
` [PATCH v4 11/12] drm/virtio: switch from ttm to gem shmem helpers
` [PATCH v4 12/12] drm/virtio: remove virtio_gpu_alloc_object

[PATCH v5 01/12] drm/virtio: pass gem reservation object to ttm init
 2019-06-30 18:29 UTC  (15+ messages)
` [PATCH v5 02/12] drm/virtio: switch virtio_gpu_wait_ioctl() to gem helper
` [PATCH v5 03/12] drm/virtio: simplify cursor updates
` [PATCH v5 04/12] drm/virtio: remove virtio_gpu_object_wait
` [PATCH v5 05/12] drm/virtio: drop no_wait argument from virtio_gpu_object_reserve
` [PATCH v5 06/12] drm/virtio: remove ttm calls from in virtio_gpu_object_{reserve, unreserve}
` [PATCH v5 07/12] drm/virtio: add virtio_gpu_object_array & helpers
` [PATCH v5 08/12] drm/virtio: rework virtio_gpu_execbuffer_ioctl fencing
` [PATCH v5 09/12] drm/virtio: rework virtio_gpu_object_create fencing
` [PATCH v5 10/12] drm/virtio: drop virtio_gpu_object_list_validate/virtio_gpu_unref_list
` [PATCH v5 11/12] drm/virtio: switch from ttm to gem shmem helpers
` [PATCH v5 12/12] drm/virtio: remove virtio_gpu_alloc_object

Call for Papers - ICITS'20 - Bogota, Colombia
 2019-06-30 12:02 UTC 

Call for Papers - ICOTTS'2019, Buenos Aires, Argentina | Deadline: July 21
 2019-06-28 19:49 UTC 

[PATCH v2 0/3] vsock/virtio: several fixes in the .probe() and .remove()
 2019-06-28 12:36 UTC 

[PATCH v3 03/18] drm/qxl: use embedded gem object
 2019-06-28  9:03 UTC  (4+ messages)
` [PATCH v3 08/18] drm/ttm: use gem vma_node
` [PATCH v3 16/18] drm/qxl: switch driver from bo->resv to bo->base.resv
` [PATCH v3 17/18] drm/virtio: "

[PATCH v3 2/5] drm/bochs: pass framebuffer to bochs_hw_setbase
 2019-06-27 12:23 UTC  (4+ messages)
` [PATCH v3 3/5] drm/bochs: drop yres_virtual from struct bochs_device
` [PATCH v3 4/5] drm/bochs: drop stride and bpp "
` [PATCH v3 5/5] drm/bochs: move bochs_hw_setformat() call

[PATCH v2] drm/bochs: fix framebuffer setup
 2019-06-27 12:12 UTC  (2+ messages)

[PATCH 3/4] vsock/virtio: fix flush of works during the .remove()
 2019-06-27 10:26 UTC  (2+ messages)

[PATCH 0/4] vsock/virtio: several fixes in the .probe() and .remove()
 2019-06-27 10:05 UTC  (2+ messages)

[PATCH v2] drm/bochs: fix framebuffer setup
 2019-06-27  8:12 UTC 

[PATCH v3 02/12] drm/virtio: pass gem reservation object to ttm init
 2019-06-27  5:24 UTC  (17+ messages)
` [PATCH v3 03/12] drm/virtio: switch virtio_gpu_wait_ioctl() to gem helper
` [PATCH v3 04/12] drm/virtio: simplify cursor updates
` [PATCH v3 05/12] drm/virtio: remove virtio_gpu_object_wait
` [PATCH v3 06/12] drm/virtio: drop no_wait argument from virtio_gpu_object_reserve
` [PATCH v3 07/12] drm/virtio: remove ttm calls from in virtio_gpu_object_{reserve, unreserve}
` [PATCH v3 08/12] drm/virtio: rework virtio_gpu_execbuffer_ioctl fencing
` [PATCH v3 09/12] drm/virtio: rework virtio_gpu_object_create fencing
` [PATCH v3 10/12] drm/virtio: drop virtio_gpu_object_list_validate/virtio_gpu_unref_list
` [PATCH v3 11/12] drm/virtio: switch from ttm to gem shmem helpers
` [PATCH v3 12/12] drm/virtio: remove virtio_gpu_alloc_object
  ` [PATCH v3 07/12] drm/virtio: remove ttm calls from in virtio_gpu_object_{reserve,unreserve}

[PATCH 2/2] drm/bochs: fix framebuffer setup
 2019-06-26 16:29 UTC  (2+ messages)

[PATCH] drm/virtio: move drm_connector_update_edid_property() call
 2019-06-26  9:15 UTC  (2+ messages)

[PATCH 4/9] x86/mm/tlb: Flush remote and local TLBs concurrently
 2019-06-26  3:51 UTC  (8+ messages)

Stats for XDP actions
 2019-06-21 13:57 UTC  (4+ messages)

[PATCH v14 1/7] libnvdimm: nd_region flush callback support
 2019-06-21 13:34 UTC  (7+ messages)
` [PATCH v14 2/7] virtio-pmem: Add virtio pmem driver
` [PATCH v14 3/7] libnvdimm: add dax_dev sync flag
` [PATCH v13 4/7] dm: enable synchronous dax
` [PATCH v14 5/7] dax: check synchronous mapping is supported
` [PATCH v14 6/7] ext4: disable map_sync for async flush
` [PATCH v14 7/7] xfs: "

[PATCH v14 0/7] virtio pmem driver
 2019-06-21 13:34 UTC 

[PATCH v2 03/18] drm/qxl: use embedded gem object
 2019-06-21 11:57 UTC  (4+ messages)
` [PATCH v2 08/18] drm/ttm: use gem vma_node
` [PATCH v2 16/18] drm/qxl: switch driver from bo->resv to bo->base.resv
` [PATCH v2 17/18] drm/virtio: "

[PATCH 1/1] scsi: virtio_scsi: remove unused 'affinity_hint_set'
 2019-06-20 21:52 UTC  (3+ messages)

[PATCH 3/6] drm/qxl: use embedded gem object
 2019-06-20  7:44 UTC  (2+ messages)
` [PATCH 5/6] drm/ttm: use gem vma_node

[PATCH 3/3] drm: drop DEFINE_DRM_GEM_SHMEM_FOPS
 2019-06-20  6:15 UTC 

[PATCH] scsi: virtio_scsi: Use struct_size() helper
 2019-06-19 19:28 UTC 

[PATCH v2 01/12] drm/virtio: pass gem reservation object to ttm init
 2019-06-18 14:24 UTC  (17+ messages)
` [PATCH v2 02/12] drm/virtio: switch virtio_gpu_wait_ioctl() to gem helper
` [PATCH v2 03/12] drm/virtio: simplify cursor updates
` [PATCH v2 04/12] drm/virtio: remove virtio_gpu_object_wait
` [PATCH v2 05/12] drm/virtio: drop no_wait argument from virtio_gpu_object_reserve
` [PATCH v2 06/12] drm/virtio: remove ttm calls from in virtio_gpu_object_{reserve, unreserve}
` [PATCH v2 07/12] drm/virtio: rework virtio_gpu_execbuffer_ioctl fencing
` [PATCH v2 08/12] drm/virtio: rework virtio_gpu_object_create fencing
` [PATCH v2 09/12] drm/virtio: drop virtio_gpu_object_list_validate/virtio_gpu_unref_list
` [PATCH v2 10/12] drm/virtio: switch from ttm to gem shmem helpers
` [PATCH v2 11/12] drm/virtio: rework virtio_gpu_object_create fencing even more
` [PATCH v2 12/12] drm/virtio: remove virtio_gpu_alloc_object
  ` [PATCH v2 06/12] drm/virtio: remove ttm calls from in virtio_gpu_object_{reserve,unreserve}

[PATCH 1/4] drm/virtio: pass gem reservation object to ttm init
 2019-06-18  7:41 UTC  (10+ messages)
` [PATCH 2/4] drm/virtio: switch virtio_gpu_wait_ioctl() to gem helper
` [PATCH 3/4] drm/virtio: simplify cursor updates
` [PATCH 4/4] drm/virtio: remove virtio_gpu_object_wait

[PATCH net-next] vhost_net: disable zerocopy by default
 2019-06-17 20:58 UTC  (2+ messages)

[PATCH 25/59] drm/qxl: Drop drm_gem_prime_export/import
 2019-06-17 17:56 UTC  (6+ messages)
` [PATCH 37/59] drm/virtio: "
  ` [PATCH] drm/prime: Actually remove DRIVER_PRIME everywhere
  ` [PATCH 06/59] "

[PATCH net-next] vhost_net: disable zerocopy by default
 2019-06-17  9:20 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).