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

[PATCH V4 1/9] vhost: don't set uaddr for invalid address
 2019-08-07  7:06 UTC  (9+ 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
 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 00/12] block/bio, fs: convert put_page() to put_user_page*()
 2019-08-07  6:38 UTC  (9+ messages)
    ` [PATCH 03/12] block: bio_release_pages: use flags arg instead of bool

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  (20+ 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  (2+ messages)

[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 

[PULL] vhost,virtio: cleanups and fixes
 2019-07-29 16:16 UTC 

INFO: rcu detected stall in vhost_worker
 2019-07-28  8:36 UTC  (3+ messages)

[PATCH] vhost: disable metadata prefetch optimization
 2019-07-26 13:52 UTC  (2+ messages)

[PATCH AUTOSEL 4.14 35/37] x86/paravirt: Fix callee-saved function ELF sizes
 2019-07-26 13:43 UTC 

[PATCH AUTOSEL 4.19 45/47] x86/paravirt: Fix callee-saved function ELF sizes
 2019-07-26 13:42 UTC 

[PATCH AUTOSEL 5.2 36/85] virtio-mmio: add error check for platform_get_irq
 2019-07-26 13:39 UTC  (2+ messages)
` [PATCH AUTOSEL 5.2 79/85] x86/paravirt: Fix callee-saved function ELF sizes

[PATCH v2 06/35] crypto: Use kmemdup rather than duplicating its implementation
 2019-07-26 12:32 UTC 

[PATCH] vhost: disable metadata prefetch optimization
 2019-07-26 11:51 UTC 

[PATCH 0/4] virtio: Add definitions for shared memory regions
 2019-07-25 17:50 UTC  (5+ messages)
` [PATCH 1/4] virtio_pci: Define id field
` [PATCH 2/4] virtio_pci: Define virtio_pci_cap64
` [PATCH 3/4] virtio_pci: Defined shared memory capability
` [PATCH 4/4] virito_mmio: Define shared memory region registers

[PATCH 2/2] virtio/virtio_ring: Fix the dma_max_mapping_size call
 2019-07-25 16:32 UTC  (4+ messages)

[PATCH] gpu: drm: qxl: Fix possible null-pointer dereferences in qxl_crtc_atomic_flush()
 2019-07-25 12:03 UTC 

[PATCH] gpu: drm: qxl: Fix possible null-pointer dereferences in qxl_crtc_atomic_flush()
 2019-07-25 10:21 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).