virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-10 13:08:53 to 2018-12-20 07:45:40 UTC [more...]

4.20-rc6: WARNING: CPU: 30 PID: 197360 at net/core/flow_dissector.c:764 __skb_flow_dissect
 2018-12-20  7:45 UTC 

[PATCH v2] drm/bochs: add edid present check
 2018-12-20  6:50 UTC 

[PULL] virtio fix
 2018-12-19 23:29 UTC 

[PATCH] virtio: fix test build after uio.h change
 2018-12-19 23:23 UTC 

[PATCH v6 0/7] Add virtio-iommu driver
 2018-12-19 23:09 UTC  (16+ messages)
` [PATCH v6 1/7] dt-bindings: virtio-mmio: Add IOMMU description
` [PATCH v6 2/7] dt-bindings: virtio: Add virtio-pci-iommu node
` [PATCH v6 3/7] of: Allow the iommu-map property to omit untranslated devices
` [PATCH v6 4/7] PCI: OF: Initialize dev->fwnode appropriately
` [PATCH v6 5/7] iommu: Add virtio-iommu driver
` [PATCH v6 6/7] iommu/virtio: Add probe request
` [PATCH v6 7/7] iommu/virtio: Add event queue

[PATCH net 4/4] vhost: log dirty page correctly
 2018-12-19 17:29 UTC  (3+ messages)

[PATCH] drm/bochs: add edid present check
 2018-12-19 15:21 UTC 

[PATCH v3 00/12] x86, kbuild: revert macrofying inline assembly code
 2018-12-19 14:33 UTC  (5+ messages)
` [PATCH v3 04/12] Revert "x86/paravirt: Work around GCC inlining bugs when compiling paravirt ops"

[PATCH 01/10] drm/virtio: log error responses
 2018-12-19 12:27 UTC  (10+ messages)
` [PATCH 02/10] drm/virtio: fix pageflip flush
` [PATCH 03/10] drm/virtio: drop virtio_gpu_fence_cleanup()
` [PATCH 04/10] drm/virtio: move virtio_gpu_object_{attach, detach} calls
` [PATCH 05/10] drm/virtio: use struct to pass params to virtio_gpu_object_create()
` [PATCH 06/10] drm/virtio: params struct for virtio_gpu_cmd_create_resource()
` [PATCH 07/10] drm/virtio: params struct for virtio_gpu_cmd_create_resource_3d()
` [PATCH 08/10] drm/virtio: drop fencing in virtio_gpu_resource_create_ioctl
` [PATCH 09/10] drm/virtio: move virtio_gpu_cmd_create_resource call into virtio_gpu_object_create
` [PATCH 10/10] drm/virtio: ditch virtio_gpu_object_attach() calls

[PATCH 01/14] drm/bochs: encoder cleanup
 2018-12-19 11:51 UTC  (14+ messages)
` [PATCH 02/14] drm/bochs: split bochs_hw_setmode
` [PATCH 03/14] drm/bochs: atomic: add atomic_flush+atomic_enable callbacks
` [PATCH 04/14] drm/bochs: atomic: add mode_set_nofb callback
` [PATCH 05/14] drm/bochs: atomic: switch planes to atomic, wire up helpers
` [PATCH 06/14] drm/bochs: atomic: use atomic set_config helper
` [PATCH 07/14] drm/bochs: atomic: use atomic page_flip helper
` [PATCH 08/14] drm/bochs: atomic: set DRIVER_ATOMIC
` [PATCH 09/14] drm/bochs: remove old bochs_crtc_* functions
` [PATCH 10/14] drm/bochs: drop unused gpu_addr arg from bochs_bo_pin()
` [PATCH 11/14] drm/bochs: add basic prime support
` [PATCH 12/14] drm/bochs: switch to generic drm fbdev emulation
` [PATCH 13/14] drm/bochs: drop old fbdev emulation code
` [PATCH 14/14] drm/bochs: move remaining fb bits to kms

[PULL 0/1] virtio-ccw: one more patch for 4.21
 2018-12-19 10:14 UTC  (2+ messages)
` [PULL 1/1] virtio-ccw: diag 500 may return a negative cookie

[PATCH] virtio-ccw: diag 500 may return a negative cookie
 2018-12-19 10:06 UTC  (2+ messages)

[PATCH v2] VSOCK: Send reset control packet when socket is partially bound
 2018-12-18 19:54 UTC  (2+ messages)

[PATCH] drm/bochs: add edid present check
 2018-12-18  7:33 UTC 

[PATCH] Export mm_update_next_owner function for vhost-net
 2018-12-18  1:41 UTC  (3+ messages)

kernel vhost demands an interrupt from guest when the ring is full in order to enable guest to submit new packets to the queue
 2018-12-18  0:15 UTC  (4+ messages)

[PATCH 7/7] drm: Split out drm_probe_helper.h
 2018-12-17 19:43 UTC 

[PATCH] VSOCK: Send reset control packet when socket is partially bound
 2018-12-17 19:15 UTC 

[PATCH v2] x86, kbuild: revert macrofying inline assembly code
 2018-12-17  2:54 UTC 

[PATCH net-next 1/3] vhost: generalize adding used elem
 2018-12-16 19:57 UTC  (22+ messages)
` [PATCH net-next 2/3] vhost: fine grain userspace memory accessors
` [PATCH net-next 3/3] vhost: access vq metadata through kernel virtual address
` [PATCH net-next 0/3] vhost: accelerate metadata access through vmap()

[PATCH] vhost: return EINVAL if iovecs size does not match the message size
 2018-12-16 19:41 UTC  (3+ messages)

[PATCH] kbuild, x86: revert macros in extended asm workarounds
 2018-12-16 10:00 UTC  (2+ messages)

[PATCH v2] x86, kbuild: revert macrofying inline assembly code
 2018-12-16  2:50 UTC 

Call for Papers - MICRADS 2019, Rio de Janeiro, Brazil | Deadline: December 28
 2018-12-15 18:50 UTC 

[PATCH v2 0/5] VSOCK: support mergeable rx buffer in vhost-vsock
 2018-12-14 13:22 UTC  (6+ messages)

[PATCH net V2 1/4] vhost: make sure used idx is seen before log in vhost_add_used_n()
 2018-12-14 13:20 UTC  (15+ messages)
` [PATCH net V2 2/4] vhost_net: switch to use mutex_trylock() in vhost_net_busy_poll()
` [PATCH net V2 3/4] Revert "net: vhost: lock the vqs one by one"
` [PATCH net V2 4/4] vhost: log dirty page correctly
` [PATCH net V2 0/4] Fix various issue of vhost

[PATCH v2 3/5] VSOCK: support receive mergeable rx buffer in guest
 2018-12-14  8:41 UTC  (6+ messages)

[PATCH v2 2/5] VSOCK: support fill data to mergeable rx buffer in host
 2018-12-14  7:49 UTC  (13+ messages)

[PATCH v2 5/5] VSOCK: batch sending rx buffer to increase bandwidth
 2018-12-14  1:05 UTC  (3+ messages)

[PATCH] vhost: correct the related warning message
 2018-12-13 20:06 UTC  (4+ messages)

[PATCH] drm/virtio: switch to generic fbdev emulation
 2018-12-13 19:18 UTC 

[PATCH net V3 1/3] vhost: make sure used idx is seen before log in vhost_add_used_n()
 2018-12-13 14:32 UTC  (5+ messages)
` [PATCH net V3 2/3] vhost_net: switch to use mutex_trylock() in vhost_net_busy_poll()
` [PATCH net V3 3/3] Revert "net: vhost: lock the vqs one by one"
` [PATCH net V3 0/3] Fix various issue of vhost

[PATCH v5 5/7] iommu: Add virtio-iommu driver
 2018-12-13 14:13 UTC  (8+ messages)
          ` [virtio-dev] "

[PATCH] drm/virtio: switch to generic fbdev emulation
 2018-12-13 13:49 UTC 

[PATCH net-next 0/3] vhost: accelerate metadata access through vmap()
 2018-12-13 10:10 UTC 

[PATCH] kbuild, x86: revert macros in extended asm workarounds
 2018-12-13  9:17 UTC 

[PATCH net V3 0/3] Fix various issue of vhost
 2018-12-13  2:53 UTC 

[PATCH v2 1/5] VSOCK: support fill mergeable rx buffer in guest
 2018-12-13  2:47 UTC  (2+ messages)

[PATCH v2 01/18] drm/qxl: drop ttm_mem_reg arg from qxl_hw_surface_alloc()
 2018-12-12 13:21 UTC  (18+ messages)
` [PATCH v2 02/18] drm/qxl: drop unused qxl_fb_virtual_address
` [PATCH v2 03/18] drm/qxl: simplify slot management
` [PATCH v2 04/18] drm/qxl: change the way slot is detected
` [PATCH v2 05/18] drm/qxl: drop unused fields from struct qxl_device
` [PATCH v2 06/18] drm/qxl: use separate offset spaces for the two slots / ttm memory types
` [PATCH v2 07/18] drm/qxl: allow both PRIV and VRAM placement for QXL_GEM_DOMAIN_SURFACE
` [PATCH v2 08/18] drm/qxl: use QXL_GEM_DOMAIN_SURFACE for shadow bo
` [PATCH v2 09/18] drm/qxl: use QXL_GEM_DOMAIN_SURFACE for dumb gem objects
` [PATCH v2 10/18] drm/qxl: move qxl_primary_apply_cursor to correct place
` [PATCH v2 11/18] drm/qxl: drop unused offset parameter from qxl_io_create_primary()
` [PATCH v2 12/18] drm/qxl: track primary bo
` [PATCH v2 13/18] drm/qxl: use shadow bo directly
` [PATCH v2 14/18] drm/qxl: cover all crtcs in shadow bo
` [PATCH v2 15/18] drm/qxl: use qxl_num_crtc directly
` [PATCH v2 16/18] drm/qxl: implement prime kmap/kunmap
` [PATCH v2 17/18] drm/qxl: use generic fbdev emulation
` [PATCH v2 18/18] drm/qxl: remove dead qxl fbdev emulation code

CISTI'2019 - Doctoral Symposium
 2018-12-12 11:28 UTC 

[PATCH 5/7] drm/qxl: Don't set the dpms hook
 2018-12-12 10:53 UTC  (4+ messages)
` [PATCH 7/7] drm: Split out drm_probe_helper.h

[PATCH net V2 0/4] Fix various issue of vhost
 2018-12-12 10:08 UTC 

[PATCH] VSOCK: Send reset control packet when socket is partially bound
 2018-12-12  9:38 UTC 

[PATCH v2 4/5] VSOCK: increase send pkt len in mergeable mode to improve performance
 2018-12-12  9:34 UTC 

[PATCH v2 3/5] VSOCK: support receive mergeable rx buffer in guest
 2018-12-12  9:31 UTC 

[PATCH v2 2/5] VSOCK: support fill data to mergeable rx buffer in host
 2018-12-12  9:29 UTC 

[PATCH v2 1/5] VSOCK: support fill mergeable rx buffer in guest
 2018-12-12  9:28 UTC 

[PATCH v2 0/5] VSOCK: support mergeable rx buffer in vhost-vsock
 2018-12-12  9:25 UTC 

[PATCH net 0/4] Fix various issue of vhost
 2018-12-12  3:40 UTC  (8+ messages)
  ` [PATCH net 2/4] vhost_net: rework on the lock ordering for busy polling


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