virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-03 05:31:00 to 2019-01-10 14:07:53 UTC [more...]

[PATCH net V2] vhost: log dirty page correctly
 2019-01-10 14:07 UTC  (3+ messages)

[PATCH 1/3] swiotlb: Export maximum allocation size
 2019-01-10 13:59 UTC  (4+ messages)
` [PATCH 2/3] virtio: Introduce virtio_max_dma_size()
` [PATCH 3/3] virtio-blk: Consider virtio_max_dma_size() for maximum segment size
` [PATCH 0/3] Fix virtio-blk issue with SWIOTLB

[PATCH 0/3] Fix virtio-blk issue with SWIOTLB
 2019-01-10 13:44 UTC 

[PATCH RFC 0/4] barriers using data dependency
 2019-01-10 13:41 UTC  (15+ messages)
  ` [PATCH RFC 3/4] barriers: convert a control to a "
  ` [PATCH RFC 2/4] include/linux/compiler.h: allow memory operands
    ` [PATCH RFC 1/4] include/linux/compiler*.h: fix OPTIMIZER_HIDE_VAR

[PATCH] drm/virtio: drop prime import/export callbacks
 2019-01-10 11:15 UTC 

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

[PATCH v3 1/5] libnvdimm: nd_region flush callback support
 2019-01-10 10:17 UTC  (9+ messages)
` [PATCH v3 2/5] virtio-pmem: Add virtio pmem driver
` [PATCH v3 3/5] libnvdimm: add nd_region buffered dax_dev flag
` [PATCH v3 4/5] ext4: disable map_sync for virtio pmem
` [PATCH v3 5/5] xfs: "
` [PATCH v3 0/5] kvm "virtio pmem" device

[PATCH] drm/qxl: drop prime import/export callbacks
 2019-01-10  8:17 UTC 

[PATCH] virtio:linux:kernel:NULL check after kmalloc is needed
 2019-01-10  8:13 UTC  (2+ messages)

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

[PATCH] virtio-ccw: wire up ->bus_name callback
 2019-01-09 18:39 UTC  (2+ messages)

[PATCH v3 1/3] virtio-balloon: tweak config_changed implementation
 2019-01-09 18:31 UTC  (18+ messages)
` [PATCH v3 2/3] virtio-balloon: improve update_balloon_size_func
` [PATCH v3 3/3] virtio_balloon: remove the unnecessary 0-initialization
` [PATCH v3 0/3] virtio-balloon: tweak config_changed

[PATCH v3 1/5] libnvdimm: nd_region flush callback support
 2019-01-09 18:21 UTC  (6+ messages)
` [PATCH v3 2/5] virtio-pmem: Add virtio pmem driver
` [PATCH v3 3/5] libnvdimm: add nd_region buffered dax_dev flag
` [Qemu-devel] [PATCH v3 0/5] kvm "virtio pmem" device

[PATCH v1 0/2] Virtio: fix some vq allocation issues
 2019-01-09 16:30 UTC  (5+ messages)
  ` [PATCH v1 2/2] virtio: don't allocate vqs when names[i] = NULL
  ` [PATCH v1 1/2] virtio_pci: use queue idx instead of array idx to set up the vq

[PATCH v3 5/5] xfs: disable map_sync for virtio pmem
 2019-01-09 14:54 UTC  (3+ messages)
` [PATCH v3 4/5] ext4: "

[PATCH v3 0/5] kvm "virtio pmem" device
 2019-01-09 14:47 UTC 

[PATCH net-next V2 0/3] basic in order support for vhost_net
 2019-01-09 14:27 UTC  (6+ messages)
` [PATCH net-next V2 1/3] virtio: introduce in order feature bit
` [PATCH net-next V2 2/3] vhost_net: support in order feature
` [PATCH net-next V2 3/3] vhost: don't touch avail ring if in_order is negotiated

[PATCH v3 4/5] ext4: disable map_sync for virtio pmem
 2019-01-09 13:56 UTC 

[PATCH v3 0/5] kvm "virtio pmem" device
 2019-01-09 13:50 UTC 

[PATCH] qxl: Use struct_size() in kzalloc()
 2019-01-09  8:32 UTC 

[PATCH] drm/virtio: Drop deprecated load/unload initialization
 2019-01-09  8:28 UTC  (2+ messages)
  ` [PATCH v2] "

[PATCH] vhost/vsock: fix vhost vsock cid hashing inconsistent
 2019-01-09  8:21 UTC  (2+ messages)

[PATCH net V2] vhost: log dirty page correctly
 2019-01-09  7:29 UTC 

[RFC PATCH V3 1/5] vhost: generalize adding used elem
 2019-01-09  5:19 UTC  (24+ messages)
  ` [RFC PATCH V3 5/5] vhost: access vq metadata through kernel virtual address
` [RFC PATCH V3 0/5] Hi:
                    ` __get_user slower than get_user (was Re: [RFC PATCH V3 0/5] Hi:)

CFP: The 28th Int. ACM Symp. on High-Performance Parallel and Distributed Computing (HPDC'19) 2019
 2019-01-08 21:08 UTC 

kernel vhost demands an interrupt from guest when the ring is full in order to enable guest to submit new packets to the queue
 2019-01-08 19:05 UTC  (5+ messages)

[PATCH] drm/virtio: Remove incorrect kfree()
 2019-01-08 10:40 UTC 

[PATCH RFC 1/2] virtio-net: bql support
 2019-01-08 10:06 UTC  (11+ messages)

[PATCH v4 1/3] virtio-balloon: tweak config_changed implementation
 2019-01-08  7:10 UTC  (6+ messages)
` [PATCH v4 2/3] virtio-balloon: improve update_balloon_size_func
` [PATCH v4 3/3] virtio_balloon: remove the unnecessary 0-initialization

[PATCH v4 0/3] virtio-balloon: tweak config_changed
 2019-01-08  4:50 UTC 

[PATCH v15 23/26] sched: early boot clock
 2019-01-08  1:09 UTC  (3+ messages)

[PATCH 1/1] s390/virtio: handle find on invalid queue gracefully
 2019-01-07 15:06 UTC 

[PATCH 7/7] drm: Split out drm_probe_helper.h
 2019-01-07 10:24 UTC  (3+ messages)

[PATCH v3 0/3] virtio-balloon: tweak config_changed
 2019-01-07  7:01 UTC 

CISTI'2019 - Doctoral Symposium | Coimbra, Portugal
 2019-01-06 18:58 UTC 

[PATCH v2 1/2] virtio-balloon: tweak config_changed implementation
 2019-01-06  0:31 UTC  (6+ messages)
` [PATCH v2 2/2] virtio-balloon: improve update_balloon_size_func

[RFC PATCH 1/1] s390/virtio: handle find on invalid queue gracefully
 2019-01-04 14:01 UTC  (2+ messages)

[PATCH 1/2] virtio: fix virtio_config_ops description
 2019-01-04 12:48 UTC  (5+ messages)
` [PATCH 2/2] virtio: document virtio_config_ops restrictions

[PULL 0/1] virtio-ccw: one more patch for 4.21
 2019-01-04  9:56 UTC  (5+ messages)

[PATCH v2 0/2] virtio-balloon: tweak config_changed
 2019-01-04  7:11 UTC 

[PATCH v1 0/2] virtio-balloon: tweak config_changed
 2019-01-04  5:14 UTC  (9+ messages)
` [PATCH v1 1/2] virtio-balloon: tweak config_changed implementation
    ` [virtio-dev] "
` [PATCH v1 2/2] virtio-balloon: improve update_balloon_size_func

[PATCH 0/2] virtio: virtio_config_ops documentation
 2019-01-03 16:08 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).