virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-21 09:41:59 to 2019-09-06 10:36:13 UTC [more...]

[PATCH 01/18] virtiofs: Remove request from processing list before calling end
 2019-09-06 10:36 UTC  (19+ messages)
` [PATCH 02/18] virtiofs: Check whether hiprio queue is connected at submission time
` [PATCH 03/18] virtiofs: Pass fsvq instead of vq as parameter to virtio_fs_enqueue_req
` [PATCH 04/18] virtiofs: Check connected state for VQ_REQUEST queue as well
` [PATCH 05/18] Maintain count of in flight requests for VQ_REQUEST queue
` [PATCH 06/18] virtiofs: ->remove should not clean virtiofs fuse devices
` [PATCH 07/18] virtiofs: Stop virtiofs queues when device is being removed
` [PATCH 08/18] virtiofs: Drain all pending requests during ->remove time
` [PATCH 09/18] virtiofs: Add an helper to start all the queues
` [PATCH 10/18] virtiofs: Do not use device managed mem for virtio_fs and virtio_fs_vq
` [PATCH 11/18] virtiofs: stop and drain queues after sending DESTROY
` [PATCH 12/18] virtiofs: Use virtio_fs_free_devs() in error path
` [PATCH 13/18] virtiofs: Do not access virtqueue in request submission path
` [PATCH 14/18] virtiofs: Add a fuse_iqueue operation to put() reference
` [PATCH 15/18] virtiofs: Make virtio_fs object refcounted
` [PATCH 16/18] virtiofs: Use virtio_fs_mutex for races w.r.t ->remove and mount path
` [PATCH 17/18] virtiofs: Remove TODO to quiesce/end_requests
` [PATCH 18/18] virtiofs: Remove TODO item from virtio_fs_free_devs()
  ` [PATCH 00/18] virtiofs: Fix various races and cleanups round 1

[PATCH v4 15/16] virtio-fs: add virtiofs filesystem
 2019-09-06 10:22 UTC  (5+ messages)

[PATCH 1/2] Revert "vhost: access vq metadata through kernel virtual address"
 2019-09-06 10:02 UTC  (5+ messages)
` [PATCH 2/2] vhost: re-introducing metadata acceleration through kernel virtual address
` [PATCH 0/2] Revert and rework on the metadata accelreation

[PATCH v2] scsi: virtio_scsi: unplug LUNs when events missed
 2019-09-06  8:54 UTC 

Xorg indefinitely hangs in kernelspace
 2019-09-06  5:53 UTC 

[PATCH] drm/virtio: Use vmalloc for command buffer allocations
 2019-09-06  5:18 UTC  (11+ messages)
` [PATCH v2] "

[RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
 2019-09-06  5:07 UTC  (5+ messages)

[PATCH 00/18] virtiofs: Fix various races and cleanups round 1
 2019-09-05 19:48 UTC 

[RFC PATCH v6 00/92] VM introspection
 2019-09-05 18:09 UTC  (10+ messages)
` [RFC PATCH v6 55/92] kvm: introspection: add KVMI_CONTROL_MSR and KVMI_EVENT_MSR
` [RFC PATCH v6 71/92] mm: add support for remote mapping
  ` DANGER WILL ROBINSON, DANGER

[PATCH] drm/virtio: fix command submission with objects but without fence
 2019-09-05 17:14 UTC  (3+ messages)

Xorg indefinitely hangs in kernelspace
 2019-09-05 12:34 UTC  (3+ messages)

[PATCH 0/2] Revert and rework on the metadata accelreation
 2019-09-05 12:27 UTC 

[PATCH net-next] vsock/virtio: a better comment on credit update
 2019-09-05  7:53 UTC  (2+ messages)

[PATCH 1/8] drm/ttm: turn ttm_bo_device.vma_manager into a pointer
 2019-09-05  7:05 UTC  (2+ messages)
` [PATCH 6/8] drm/qxl: switch to gem vma offset manager

[PATCH V5 1/5] iommu/amd: Remove unnecessary locking from AMD iommu driver
 2019-09-05  6:18 UTC  (3+ messages)
` [PATCH V5 0/5] iommu/amd: Convert the AMD iommu driver to the dma-iommu api

[PATCH AUTOSEL 5.2 36/94] drm/virtio: use virtio_max_dma_size
 2019-09-04 15:56 UTC 

[PATCH v3 00/13] virtio-fs: shared file system for virtual machines
 2019-09-04 15:54 UTC  (6+ messages)

[PATCH] mm/balloon_compaction: suppress allocation warnings
 2019-09-04 10:37 UTC  (7+ messages)

[PATCH] scsi: virtio_scsi: unplug LUNs when events missed
 2019-09-04  9:14 UTC 

[PATCH] drm/virtio: fix command submission with objects but without fence
 2019-09-04  7:48 UTC 

[PATCH v3 5/7] drm/qxl: use drm_gem_object_funcs callbacks
 2019-09-04  5:47 UTC  (3+ messages)
` [PATCH v3 6/7] drm/qxl: use drm_gem_ttm_print_info
` [PATCH v3 7/7] drm/vram: fix Kconfig

[RFC v3] vhost: introduce mdev based hardware vhost backend
 2019-09-04  4:32 UTC  (7+ messages)

[PATCH] drm/virtio: add worker for object release
 2019-09-03 16:39 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 162/167] virtio/s390: fix race on airq_areas[]
 2019-09-03 16:25 UTC 

[PATCH AUTOSEL 5.2 18/23] virtio/s390: fix race on airq_areas[]
 2019-09-03 16:24 UTC 

[PATCH] virtio: Change typecasts in vring_init()
 2019-09-03 15:00 UTC  (4+ messages)

[PATCH v2 5/6] drm/qxl: use drm_gem_object_funcs callbacks
 2019-09-03 10:12 UTC  (2+ messages)
` [PATCH v2 6/6] drm/qxl: use drm_gem_ttm_print_info

[PATCH v4 0/5] vsock/virtio: optimizations to increase the throughput
 2019-09-03  8:02 UTC  (9+ messages)
    ` [PATCH v4 1/5] vsock/virtio: limit the memory used per-socket
  ` [PATCH v4 2/5] vsock/virtio: reduce credit update messages
` request for stable (was Re: [PATCH v4 0/5] vsock/virtio: optimizations to increase the throughput)

[PATCH v4 1/5] vsock/virtio: limit the memory used per-socket
 2019-09-03  8:00 UTC  (8+ messages)

[PATCH net-next] vsock/virtio: a better comment on credit update
 2019-09-03  7:38 UTC 

[PATCH 1/5] iommu: Implement iommu_put_resv_regions_simple()
 2019-09-03  6:54 UTC  (6+ messages)
` [PATCH 2/5] iommu: arm: Use iommu_put_resv_regions_simple()
` [PATCH 3/5] iommu: amd: "
` [PATCH 4/5] iommu: intel: "
` [PATCH 5/5] iommu: virt: "

[PATCH 4/5] drm/qxl: use drm_gem_object_funcs callbacks
 2019-09-03  6:52 UTC  (6+ messages)
` [PATCH 5/5] drm/qxl: use drm_gem_ttm_print_info

[PATCH v3] virtio-net: lower min ring num_free for efficiency
 2019-09-02 15:01 UTC  (2+ messages)

[PATCH V5 0/9] Fixes for vhost metadata acceleration
 2019-09-01 18:02 UTC  (2+ messages)

Singaporean Mr. Teo En Ming's Refugee Seeking Attempts, In The Search of a Substantially Better Life
 2019-08-31 14:07 UTC 

[PATCH 2/2] vhost/test: fix build for vhost test
 2019-08-30  3:38 UTC  (3+ messages)
` [PATCH 1/2] "

[PATCH] drm/virtio: Use vmalloc for command buffer allocations
 2019-08-29 21:24 UTC 

[PATCH v9 00/11] x86: PIE support to extend KASLR randomization
 2019-08-29 19:55 UTC  (2+ messages)

[PATCH 0/5] iommu: Implement iommu_put_resv_regions_simple()
 2019-08-29 11:17 UTC 

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

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

[PATCH 1/2] vhost/test: fix build for vhost test
 2019-08-28  5:36 UTC 

[PATCH 2/2] drm/virtio: notify virtqueues without holding spinlock
 2019-08-27 16:45 UTC 

[PATCH v2] drm/virtio: add plane check
 2019-08-27 16:42 UTC  (3+ messages)

[PATCH v2] drm/virtio: make resource id workaround runtime switchable
 2019-08-26 22:06 UTC 

[PATCH v4 4/9] x86/mm/tlb: Flush remote and local TLBs concurrently
 2019-08-23 22:41 UTC 

[PATCH v4 0/9] x86/tlb: Concurrent TLB flushes
 2019-08-23 22:41 UTC 

[PATCH v2 11/11] vsock_test: wait for the remote to close the connection
 2019-08-23 10:09 UTC  (3+ messages)
    ` [PATCH v2 10/11] vsock_test: skip read() in test_stream*close tests on a VMCI host

[PATCH 2/3] drm: drop resource_id parameter from drm_fb_helper_remove_conflicting_pci_framebuffers
 2019-08-22 13:08 UTC  (2+ messages)

[PATCH v5] drm/virtio: use virtio_max_dma_size
 2019-08-22 11:33 UTC 

[PATCH v2] drm/virtio: make resource id workaround runtime switchable
 2019-08-22 10:26 UTC 

[PATCH v2] drm/virtio: add plane check
 2019-08-22  9:46 UTC 

[PATCH v4 1/4] drm/bochs: pass framebuffer to bochs_hw_setbase
 2019-08-22  6:50 UTC  (4+ messages)
` [PATCH v4 2/4] drm/bochs: drop yres_virtual from struct bochs_device
` [PATCH v4 3/4] drm/bochs: drop stride and bpp "
` [PATCH v4 4/4] drm/bochs: move bochs_hw_setformat() call

[PATCH v2] mm/balloon_compaction: Informative allocation warnings
 2019-08-21 19:19 UTC  (6+ messages)

[PATCH v5] drm/virtio: use virtio_max_dma_size
 2019-08-21 11:12 UTC 

[PATCH v2] mm/balloon_compaction: Informative allocation warnings
 2019-08-21  9: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).