virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-29 16:50:56 to 2019-08-09 05:48:43 UTC [more...]

[PATCH V5 1/9] vhost: don't set uaddr for invalid address
 2019-08-09  5:48 UTC 

[PATCH V5 0/9] Fixes for vhost metadata acceleration
 2019-08-09  5:48 UTC 

[PATCH V4 1/9] vhost: don't set uaddr for invalid address
 2019-08-09  5:35 UTC  (16+ messages)
` [PATCH V4 2/9] vhost: validate MMU notifier registration
` [PATCH V4 3/9] vhost: fix vhost map leak
` [PATCH V4 4/9] vhost: reset invalidate_count in vhost_set_vring_num_addr()
` [PATCH V4 5/9] vhost: mark dirty pages during map uninit
` [PATCH V4 6/9] vhost: don't do synchronize_rcu() in vhost_uninit_vq_maps()
` [PATCH V4 7/9] vhost: do not use RCU to synchronize MMU notifier with worker
` [PATCH V4 8/9] vhost: correctly set dirty pages in MMU notifiers callback
` [PATCH V4 9/9] vhost: do not return -EAGAIN for non blocking invalidation too early
` [PATCH V4 0/9] Fixes for metadata accelreation

[PATCH v4 04/17] drm/qxl: switch qxl to the new gem_ttm_bo_device_init()
 2019-08-08 22:51 UTC  (9+ messages)
` [PATCH v4 07/17] drm/shmem: drop DEFINE_DRM_GEM_SHMEM_FOPS
` [PATCH v4 12/17] drm: drop DRM_VRAM_MM_FILE_OPERATIONS
` [PATCH v4 13/17] drm/qxl: use drm_gem_object_funcs
` [PATCH v4 14/17] drm/qxl: drop qxl_ttm_fault
` [PATCH v4 15/17] drm/qxl: switch qxl to drm_gem_object_funcs->mmap codepath
` [PATCH v4 16/17] drm/qxl: drop verify_access
` [PATCH v4 17/17] drm/qxl: use DEFINE_DRM_GEM_FOPS()

[PATCH] drm/virtio: use virtio_max_dma_size
 2019-08-08 15:34 UTC 

[PATCH v2 0/2] virtio_console: fix replug of virtio console port
 2019-08-08 12:44 UTC  (9+ messages)
` [PATCH v2 1/2] virtio_console: free unused buffers with port delete
` [PATCH v2 2/2] virtio_ring: packed ring: fix virtqueue_detach_unused_buf

[PATCH v3 5/8] drm/qxl: switch qxl to the new gem_ttm_bo_device_init()
 2019-08-08  9:37 UTC  (2+ messages)
` [PATCH v3 8/8] gem/qxl: use drm_gem_ttm_bo_driver_verify_access()

[PATCH 0/4] virtio: Add definitions for shared memory regions
 2019-08-07 13:20 UTC  (2+ messages)

[PATCH v2 3/3] drm/qxl: switch qxl to use the new ttm helpers
 2019-08-07 10:38 UTC 

[PATCH V4 0/9] Fixes for metadata accelreation
 2019-08-07  7:06 UTC 

[PATCH V3 01/10] vhost: disable metadata prefetch optimization
 2019-08-07  7:05 UTC  (11+ messages)
` [PATCH V3 02/10] vhost: don't set uaddr for invalid address
` [PATCH V3 03/10] vhost: validate MMU notifier registration
` [PATCH V3 04/10] vhost: fix vhost map leak
` [PATCH V3 05/10] vhost: reset invalidate_count in vhost_set_vring_num_addr()
` [PATCH V3 06/10] vhost: mark dirty pages during map uninit
` [PATCH V3 07/10] vhost: don't do synchronize_rcu() in vhost_uninit_vq_maps()
` [PATCH V3 08/10] vhost: do not use RCU to synchronize MMU notifier with worker
` [PATCH V3 09/10] vhost: correctly set dirty pages in MMU notifiers callback
` [PATCH V3 10/10] vhost: do not return -EAGAIN for non blocking invalidation too early

[PATCH V3 00/10] Fixes for metadata accelreation
 2019-08-07  6:54 UTC 

[PATCH V2 1/9] vhost: don't set uaddr for invalid address
 2019-08-07  6:49 UTC  (50+ messages)
` [PATCH V2 2/9] vhost: validate MMU notifier registration
` [PATCH V2 3/9] vhost: fix vhost map leak
` [PATCH V2 4/9] vhost: reset invalidate_count in vhost_set_vring_num_addr()
` [PATCH V2 5/9] vhost: mark dirty pages during map uninit
` [PATCH V2 6/9] vhost: don't do synchronize_rcu() in vhost_uninit_vq_maps()
` [PATCH V2 7/9] vhost: do not use RCU to synchronize MMU notifier with worker
` [PATCH V2 8/9] vhost: correctly set dirty pages in MMU notifiers callback
` [PATCH V2 9/9] vhost: do not return -EAGIAN for non blocking invalidation too early

[PATCH 03/12] block: bio_release_pages: use flags arg instead of bool
 2019-08-07  6:38 UTC  (7+ messages)
  ` [PATCH 00/12] block/bio, fs: convert put_page() to put_user_page*()

Xorg indefinitely hangs in kernelspace
 2019-08-06 18:00 UTC 

[PATCH v9 10/11] x86/paravirt: Adapt assembly for PIE support
 2019-08-06 15:50 UTC  (4+ messages)
` [PATCH v9 00/11] x86: PIE support to extend KASLR randomization

[PATCH 3/3] drm/qxl: switch qxl to use the new ttm helpers
 2019-08-06 13:34 UTC 

[PATCH] drm/qxl: Use dev_get_drvdata where possible
 2019-08-06  7:21 UTC 

[PATCH v6 03/17] drm/qxl: use embedded gem object
 2019-08-05 14:01 UTC  (4+ messages)
` [PATCH v6 08/17] drm/ttm: use gem vma_node
` [PATCH v6 15/17] drm/qxl: switch driver from bo->resv to bo->base.resv
` [PATCH v6 16/17] drm/virtio: "

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

[PATCH v2] drm/qxl: get vga ioports
 2019-08-05 10:54 UTC 

[Spice-devel] [PATCH] drm/qxl: get vga ioports
 2019-08-05 10:50 UTC  (2+ messages)

[PATCH] drm/qxl: get vga ioports
 2019-08-05  8:53 UTC 

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

[PATCH] drm/virtio: kick vq outside of the vq lock
 2019-08-02  8:02 UTC 

[PATCH v2 01/11] VSOCK: fix header include in vsock_diag_test
 2019-08-02  7:55 UTC  (14+ messages)
` [PATCH v2 02/11] VSOCK: add SPDX identifiers to vsock tests
` [PATCH v2 03/11] VSOCK: extract utility functions from vsock_diag_test.c
` [PATCH v2 04/11] VSOCK: extract connect/accept "
` [PATCH v2 05/11] VSOCK: add full barrier between test cases
` [PATCH v2 06/11] VSOCK: add send_byte()/recv_byte() test utilities
` [PATCH v2 07/11] VSOCK: add AF_VSOCK test cases
` [PATCH v2 08/11] VSOCK: add vsock_get_local_cid() test utility
` [PATCH v2 09/11] vsock_test: add --transport parameter
` [PATCH v2 10/11] vsock_test: skip read() in test_stream*close tests on a VMCI host
` [PATCH v2 11/11] vsock_test: wait for the remote to close the connection
  ` [PATCH v2 00/11] VSOCK: add vsock_test test suite

[PATCH v4 03/17] drm/qxl: use embedded gem object
 2019-08-02  5:22 UTC  (4+ messages)
` [PATCH v4 08/17] drm/ttm: use gem vma_node
` [PATCH v4 15/17] drm/qxl: switch driver from bo->resv to bo->base.resv
` [PATCH v4 16/17] drm/virtio: "

[PATCH v2 00/11] VSOCK: add vsock_test test suite
 2019-08-01 15:25 UTC 

[PATCH v4 0/5] vsock/virtio: optimizations to increase the throughput
 2019-08-01 13:36 UTC  (12+ messages)
          ` [PATCH v4 1/5] vsock/virtio: limit the memory used per-socket

[PATCH v2 0/6] Unmappable DRM client buffers for fbdev emulation
 2019-08-01 13:03 UTC  (4+ messages)

[PATCH V2 0/9] Fixes for metadata accelreation
 2019-07-31  8:46 UTC 

[PATCH v5 12/29] compat_ioctl: move drivers to compat_ptr_ioctl
 2019-07-31  8:37 UTC  (3+ messages)

[PATCH v3 4/9] x86/mm/tlb: Flush remote and local TLBs concurrently
 2019-07-31  0:13 UTC 

[PATCH v9 00/11] x86: PIE support to extend KASLR randomization
 2019-07-30 19:12 UTC 

[PATCH v8 00/11] x86: PIE support to extend KASLR randomization
 2019-07-30 19:09 UTC  (2+ messages)

[PATCH net-next v5 1/5] vsock/virtio: limit the memory used per-socket
 2019-07-30 16:02 UTC  (8+ messages)
` [PATCH net-next v5 2/5] vsock/virtio: reduce credit update messages
` [PATCH net-next v5 3/5] vsock/virtio: fix locking in virtio_transport_inc_tx_pkt()
` [PATCH net-next v5 4/5] vhost/vsock: split packets to send using multiple buffers
` [PATCH net-next v5 5/5] vsock/virtio: change the maximum packet size allowed
` [PATCH net-next v5 0/5] vsock/virtio: optimizations to increase the throughput

[PATCH net-next v5 0/5] vsock/virtio: optimizations to increase the throughput
 2019-07-30 15:43 UTC 

[PULL] vhost,virtio: cleanups and fixes
 2019-07-29 18:40 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).