virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-25 16:10:33 to 2019-02-19 21:16:09 UTC [more...]

[PATCH net V2] vhost: correctly check the return value of translate_desc() in log_used()
 2019-02-19 21:16 UTC 

[PATCH][next] vhost: only return early if ret indicates an error or no iovecs have been processed
 2019-02-19 16:40 UTC  (2+ messages)

[PATCH][next] vhost: only return early if ret indicates an error or no iovecs have been processed
 2019-02-19 13:57 UTC 

[PATCH net V2] vhost: correctly check the return value of translate_desc() in log_used()
 2019-02-19  6:53 UTC 

[PATCH net] vhost: correctly check the return value of translate_desc() in log_used()
 2019-02-19  6:51 UTC  (5+ messages)

[PATCH] VMCI: Support upto 64-bit PPNs
 2019-02-16 19:52 UTC 

[PATCH 0/5] Clean up TTM mmap offsets
 2019-02-15 15:25 UTC  (3+ messages)
  ` [PATCH 2/5] drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constant

[PATCH net] vhost: correctly check the return value of translate_desc() in log_used()
 2019-02-15  7:53 UTC 

[PATCH RFC] virtio: hint if callbacks surprisingly might sleep
 2019-02-13 15:04 UTC  (4+ messages)

security implications of caching with virtio pmem (was Re: [PATCH v3 0/5] kvm "virtio pmem" device)
 2019-02-11 23:07 UTC  (8+ messages)
  ` [Qemu-devel] "

[PATCH net] virtio_net: Account for tx bytes and packets on sending xdp_frames
 2019-02-09  2:05 UTC  (11+ messages)
              ` Resource management for ndo_xdp_xmit (Was: [PATCH net] virtio_net: Account for tx bytes and packets on sending xdp_frames)

[PATCH] drm/virtio: do NOT reuse resource ids
 2019-02-08 14:04 UTC 

[PATCH v7 1/5] swiotlb: Introduce swiotlb_max_mapping_size()
 2019-02-07 11:59 UTC  (5+ messages)
` [PATCH v7 2/5] swiotlb: Add is_swiotlb_active() function
` [PATCH v7 3/5] dma: Introduce dma_max_mapping_size()
` [PATCH v7 4/5] virtio: Introduce virtio_max_dma_size()
` [PATCH v7 5/5] virtio-blk: Consider virtio_max_dma_size() for maximum segment size

[PATCH v7 0/5] Fix virtio-blk issue with SWIOTLB
 2019-02-07 11:59 UTC 

[PATCH 1/5] swiotlb: Introduce swiotlb_max_mapping_size()
 2019-02-07  8:49 UTC  (10+ messages)
` [PATCH 2/5] swiotlb: Add is_swiotlb_active() function
` [PATCH 3/5] dma: Introduce dma_max_mapping_size()
` [PATCH 4/5] virtio: Introduce virtio_max_dma_size()
` [PATCH 5/5] virtio-blk: Consider virtio_max_dma_size() for maximum segment size
` [PATCH 0/5 v6] Fix virtio-blk issue with SWIOTLB

[PATCH 3/6] mm/balloon_compaction: list interfaces
 2019-02-07  1:26 UTC  (2+ messages)

[PULL] virtio: fixes
 2019-02-06 19:32 UTC 

[PATCH 0/6] vmw_balloon: 64-bit limit support, compaction, shrinker
 2019-02-06 17:52 UTC 

[vhost:linux-next 3/23] include/linux/swiotlb.h:105:20: error: static declaration of 'is_swiotlb_active' follows non-static declaration
 2019-02-05 19:37 UTC 

[vhost:linux-next 2/23] include/linux/swiotlb.h:99:22: error: static declaration of 'swiotlb_max_mapping_size' follows non-static declaration
 2019-02-05 19:37 UTC 

[RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
 2019-02-05 16:13 UTC  (13+ messages)

[PATCH] drm/bochs: fix bochs_gem_prime_mmap
 2019-02-05  9:01 UTC 

[PATCH] drm/cirrus: add plane setup
 2019-02-05  9:00 UTC 

[PATCH] drm/bochs: fix bochs_gem_prime_mmap
 2019-02-04 18:38 UTC 

[PATCH] drm/cirrus: add plane setup
 2019-02-04 11:01 UTC 

[PATCH v3 1/2] vsock/virtio: fix kernel panic after device hot-unplug
 2019-02-03 19:06 UTC  (3+ messages)
` [PATCH v3 2/2] vsock/virtio: reset connected sockets on device removal
` [PATCH v3 0/2] vsock/virtio: fix issues on device hot-unplug

[PATCH 3.16 140/305] x86/hyper-v: Enable PIT shutdown quirk
 2019-02-03 13:45 UTC  (2+ messages)
` [PATCH 3.16 139/305] clockevents/drivers/i8253: Add support for "

CISTI'2019 - Doctoral Symposium | Coimbra, Portugal; Deadline: February 17
 2019-02-02 11:25 UTC 

[PATCH] virtio: drop internal struct from UAPI
 2019-02-02  4:04 UTC  (2+ messages)

[PATCH] virtio: drop internal struct from UAPI
 2019-02-01 22:16 UTC 

[PATCH v3 0/2] vsock/virtio: fix issues on device hot-unplug
 2019-02-01 11:42 UTC 

[PATCH v2 1/6] drm/virtio: move virtio_gpu_object_{attach, detach} calls
 2019-02-01  9:31 UTC  (16+ messages)
` [PATCH v2 2/6] drm/virtio: use struct to pass params to virtio_gpu_object_create()
` [PATCH v2 3/6] drm/virtio: params struct for virtio_gpu_cmd_create_resource()
` [PATCH v2 4/6] drm/virtio: params struct for virtio_gpu_cmd_create_resource_3d()
` [PATCH v2 5/6] drm/virtio: drop fencing in virtio_gpu_resource_create_ioctl
` [PATCH v2 6/6] drm/virtio: move virtio_gpu_cmd_create_resource call into virtio_gpu_object_create

[PATCH v6 00/27] x86: PIE support and option to extend KASLR randomization
 2019-01-31 21:40 UTC  (2+ messages)

[PATCH 1/5] swiotlb: Introduce swiotlb_max_mapping_size()
 2019-01-31 16:34 UTC  (13+ messages)
` [PATCH 2/5] swiotlb: Add is_swiotlb_active() function
` [PATCH 3/5] dma: Introduce dma_max_mapping_size()
` [PATCH 4/5] virtio: Introduce virtio_max_dma_size()
` [PATCH 5/5] virtio-blk: Consider virtio_max_dma_size() for maximum segment size
` [PATCH 0/5 v5] Fix virtio-blk issue with SWIOTLB
    ` [PATCH] dma: Uninline dma_max_mapping_size()

[PATCH 0/5 v6] Fix virtio-blk issue with SWIOTLB
 2019-01-31 16:33 UTC 

[PATCH RFC] virtio: hint if callbacks surprisingly might sleep
 2019-01-31 12:53 UTC 

[PATCH net] virtio_net: Account for tx bytes and packets on sending xdp_frames
 2019-01-31 11:40 UTC 

[PATCH net] vhost: fix OOB in get_rx_bufs()
 2019-01-30 22:31 UTC  (7+ messages)

[PATCH v2 net 1/7] virtio_net: Don't enable NAPI when interface is down
 2019-01-30 22:03 UTC  (14+ messages)
` [PATCH v2 net 2/7] virtio_net: Don't call free_old_xmit_skbs for xdp_frames
` [PATCH v2 net 3/7] virtio_net: Fix not restoring real_num_rx_queues
` [PATCH v2 net 4/7] virtio_net: Fix out of bounds access of sq
` [PATCH v2 net 5/7] virtio_net: Don't process redirected XDP frames when XDP is disabled
` [PATCH v2 net 6/7] virtio_net: Use xdp_return_frame to free xdp_frames on destroying vqs
` [PATCH v2 net 7/7] virtio_net: Differentiate sk_buff and xdp_frame on freeing
` [PATCH v2 net 0/7] virtio_net: Fix problems around XDP tx and napi_tx

[PATCH v2] mic: vop: Fix broken virtqueues
 2019-01-30 19:40 UTC 

[PATCH 0/5 v5] Fix virtio-blk issue with SWIOTLB
 2019-01-30 16:40 UTC 

[PATCH] mic: vop: Fix broken virtqueues
 2019-01-30 16:29 UTC 

[PATCH] virtio_net: Introduce extended RSC feature
 2019-01-30 16:28 UTC  (2+ messages)

[PATCH 1/5] swiotlb: Introduce swiotlb_max_mapping_size()
 2019-01-30 15:49 UTC  (13+ messages)
` [PATCH 2/5] swiotlb: Add is_swiotlb_active() function
` [PATCH 3/5] dma: Introduce dma_max_mapping_size()
` [PATCH 4/5] virtio: Introduce virtio_max_dma_size()
` [PATCH 5/5] virtio-blk: Consider virtio_max_dma_size() for maximum segment size

INFO: task hung in vhost_init_device_iotlb
 2019-01-30  8:12 UTC  (2+ messages)

[PATCH v7 0/7] Add virtio-iommu driver
 2019-01-29 18:54 UTC 

[RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
 2019-01-29 17:08 UTC 

[PATCH 1/3] drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)install
 2019-01-29 10:42 UTC 

[PATCH v2] drm/qxl: use ttm_tt
 2019-01-29  8:49 UTC 

[PATCH 0/5 v4] Fix virtio-blk issue with SWIOTLB
 2019-01-29  8:43 UTC 

[PATCH v2] drm/qxl: use ttm_tt
 2019-01-29  8:25 UTC 

[PATCH 5/5] virtio-blk: Consider virtio_max_dma_size() for maximum segment size
 2019-01-29  7:38 UTC  (6+ messages)
    ` [PATCH 0/5 v3] Fix virtio-blk issue with SWIOTLB
          ` [PATCH 2/5] swiotlb: Add is_swiotlb_active() function

[PATCH net-next V4 0/5] vhost: accelerate metadata access through vmap()
 2019-01-29  2:34 UTC  (3+ messages)

[PATCH v2 net 0/7] virtio_net: Fix problems around XDP tx and napi_tx
 2019-01-29  0:45 UTC 

[PATCH v3 11/23] drm/qxl: drop unused offset parameter from qxl_io_create_primary()
 2019-01-28 11:40 UTC  (19+ messages)
  ` [PATCH v3 12/23] drm/qxl: track primary bo
  ` [PATCH v3 13/23] drm/qxl: use shadow bo directly
  ` [PATCH v3 14/23] drm/qxl: cover all crtcs in shadow bo
  ` [PATCH v3 15/23] drm/qxl: use qxl_num_crtc directly
  ` [PATCH v3 16/23] drm/qxl: implement prime kmap/kunmap
  ` [PATCH v3 17/23] drm/qxl: use generic fbdev emulation
  ` [PATCH v3 18/23] drm/qxl: remove dead qxl fbdev emulation code
  ` [PATCH v3 19/23] drm/qxl: implement qxl_gem_prime_(un)pin
  ` [PATCH v3 20/23] drm/qxl: add mode/framebuffer check functions
  ` [PATCH v3 21/23] drm/qxl: add qxl_add_mode helper function
  ` [PATCH v3 22/23] drm/qxl: use kernel mode db
    ` [PATCH v3 10/23] drm/qxl: move qxl_primary_apply_cursor to correct place

[Xen-devel] [RFC] virtio_ring: check dma_mem for xen_domain
 2019-01-28  8:00 UTC 

[PATCH net] vhost: fix OOB in get_rx_bufs()
 2019-01-28  7:05 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).