virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-07 18:16:50 to 2019-01-15 10:41:37 UTC [more...]

[PATCH] drm: Split out drm_probe_helper.h
 2019-01-15 10:41 UTC 

[PATCH 1/3] swiotlb: Export maximum allocation size
 2019-01-15  8:37 UTC  (21+ 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 net V3] vhost: log dirty page correctly
 2019-01-15  7:14 UTC  (3+ messages)

[PATCH v3 1/5] libnvdimm: nd_region flush callback support
 2019-01-15  6:33 UTC  (27+ 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
        ` [Qemu-devel] "

[PATCH 1/2] virtio: fix virtio_config_ops description
 2019-01-15  2:20 UTC  (4+ messages)
  ` [virtio-dev] [PATCH 2/2] virtio: document virtio_config_ops restrictions

[PATCH v3 1/3] virtio-balloon: tweak config_changed implementation
 2019-01-15  2:18 UTC  (12+ messages)
  ` [PATCH v3 2/3] virtio-balloon: improve update_balloon_size_func

[PATCH net-next] virtio_net: bulk free tx skbs
 2019-01-15  1:34 UTC 

[PATCH] VMCI: Verify PPNs before sending to device
 2019-01-14 14:47 UTC 

[PATCH] drm/cirrus: fix connector leak at unload
 2019-01-14  7:38 UTC  (3+ messages)

[PATCH] vhost/vsock: fix vhost vsock cid hashing inconsistent
 2019-01-12  1:48 UTC  (4+ messages)

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

[PATCH] drm/qxl: drop prime import/export callbacks
 2019-01-11 21:13 UTC 

[PATCH] VMCI: Verify PPNs before sending to device
 2019-01-11 16:57 UTC 

[Intel-gfx] [PATCH 7/7] drm: Split out drm_probe_helper.h
 2019-01-11 14:56 UTC 

[PATCH v6 0/7] Add virtio-iommu driver
 2019-01-11 13:00 UTC  (3+ messages)

[RFC PATCH V3 0/5] Hi:
 2019-01-11  8:59 UTC  (11+ messages)
                    ` __get_user slower than get_user (was Re: [RFC PATCH V3 0/5] Hi:)

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

[PATCH net V2] vhost: log dirty page correctly
 2019-01-11  3:58 UTC  (4+ messages)

[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  (12+ messages)
  ` [PATCH RFC 2/4] include/linux/compiler.h: allow memory operands
  ` [PATCH RFC 3/4] barriers: convert a control to a data dependency
    ` [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] 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/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 1/2] virtio_pci: use queue idx instead of array idx to set up the vq
 2019-01-09 16:30 UTC  (2+ messages)
  ` [PATCH v1 2/2] virtio: don't allocate vqs when names[i] = NULL

[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 net V2] vhost: log dirty page correctly
 2019-01-09  7:29 UTC 

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  (9+ 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)


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