virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-28 09:02:48 to 2019-07-12 02:20:17 UTC [more...]

[PATCH 11/12] Documentation/x86: repointer docs to Documentation/arch/
 2019-07-12  2:20 UTC 

[PATCH] scsi: virtio_scsi: Use struct_size() helper
 2019-07-12  0:18 UTC  (2+ messages)

[PATCH v5 0/8] s390: virtio: support protected virtualization
 2019-07-11 21:48 UTC  (3+ messages)
` [PATCH v5 1/8] s390/mm: force swiotlb for "

[RFC] virtio-net: share receive_*() and add_recvbuf_*() with virtio-vsock
 2019-07-11 19:52 UTC  (3+ messages)

[PATCH v2] virtio_pmem: fix sparse warning
 2019-07-11 18:46 UTC  (2+ messages)

[PATCH] virtio_pmem: fix sparse warning
 2019-07-11 18:37 UTC  (2+ messages)

[PATCH] drm/virtio: kick vq outside of the vq lock
 2019-07-11  2:39 UTC 

[PATCH v6 01/18] drm/virtio: pass gem reservation object to ttm init
 2019-07-11  2:35 UTC  (43+ 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 v6 16/18] drm/virtio: rework virtio_gpu_cmd_context_{attach,detach}_resource
    ` [PATCH v6 06/18] drm/virtio: remove ttm calls from in virtio_gpu_object_{reserve,unreserve}

[PATCH] drm/virtio: kick vq outside of the vq lock
 2019-07-11  2:29 UTC 

[PATCH v2] virtio_pmem: fix sparse warning
 2019-07-10 17:58 UTC 

[RFC] virtio-net: share receive_*() and add_recvbuf_*() with virtio-vsock
 2019-07-10 15:37 UTC 

[PATCH v2 0/6] Unmappable DRM client buffers for fbdev emulation
 2019-07-10 15:34 UTC  (12+ messages)
` [PATCH v2 1/6] drm/client: Support unmapping of DRM client buffers
` [PATCH v2 2/6] drm/fb-helper: Map DRM client buffer only when required
` [PATCH v2 3/6] drm/fb-helper: Instanciate shadow FB if configured in device's mode_config
` [PATCH v2 4/6] drm/ast: Replace struct ast_fbdev with generic framebuffer emulation
` [PATCH v2 5/6] drm/bochs: Use shadow buffer for bochs framebuffer console
` [PATCH v2 6/6] drm/mgag200: Replace struct mga_fbdev with generic framebuffer emulation

[PATCH AUTOSEL 5.1 03/11] drm/virtio: move drm_connector_update_edid_property() call
 2019-07-10 15:02 UTC 

[PATCH] virtio_pmem: fix sparse warning
 2019-07-10 14:27 UTC 

[RFC v2] vhost: introduce mdev based hardware vhost backend
 2019-07-10  7:22 UTC  (19+ messages)

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

[PATCH v8 10/11] x86/paravirt: Adapt assembly for PIE support
 2019-07-08 17:49 UTC 

[PATCH v8 00/11] x86: PIE support to extend KASLR randomization
 2019-07-08 17:48 UTC 

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

[PATCH v15 0/7] virtio pmem driver
 2019-07-05 14:03 UTC 

[PATCH v3 0/3] vsock/virtio: several fixes in the .probe() and .remove()
 2019-07-05 11:04 UTC 

[PATCH 0/5] Unmappable DRM client buffers for fbdev emulation
 2019-07-05  7:09 UTC  (17+ 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 v2 1/3] vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsock
 2019-07-05  0:18 UTC  (18+ 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()

[PATCH v2 06/35] crypto: Use kmemdup rather than duplicating its implementation
 2019-07-03 18:51 UTC  (2+ messages)

[PATCH v2 4/9] x86/mm/tlb: Flush remote and local TLBs concurrently
 2019-07-03 18:09 UTC  (5+ messages)
      ` [Xen-devel] "

[PATCH v2 06/35] crypto: Use kmemdup rather than duplicating its implementation
 2019-07-03 16:27 UTC 

[PATCH 05/30] crypto: Use kmemdup rather than duplicating its implementation
 2019-07-03 13:13 UTC 

[RFC v2] vhost: introduce mdev based hardware vhost backend
 2019-07-03  9:13 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)

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

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

[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 02/12] drm/virtio: switch virtio_gpu_wait_ioctl() to gem helper
 2019-06-30 18:56 UTC  (8+ messages)
  ` [PATCH v4 08/12] drm/virtio: rework virtio_gpu_execbuffer_ioctl fencing
    ` [PATCH v4 11/12] drm/virtio: switch from ttm to gem shmem helpers

[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: "


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