virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-16 12:10:36 to 2016-12-07 04:31:56 UTC [more...]

[PATCH 00/10] virtio: sparse fixes
 2016-12-07  4:31 UTC  (20+ messages)
` [PATCH 01/10] virtio_console: drop unused config fields
` [PATCH 02/10] drm/virtio: fix endianness in primary_plane_update
` [PATCH 03/10] drm/virtio: fix lock context imbalance
` [PATCH 04/10] drm/virtio: annotate virtio_gpu_queue_ctrl_buffer_locked
` [PATCH 05/10] vhost: make interval tree static inline
` [PATCH 06/10] vhost: add missing __user annotations
` [PATCH 07/10] vsock/virtio: add a missing __le annotation
` [PATCH 08/10] vsock/virtio: mark an internal function static
` [PATCH 09/10] vsock/virtio: fix src/dst cid format
` [PATCH 10/10] virtio: enable endian checks for sparse builds

[RFC LINUX PATCH 0/2] Virtio ring works with DMA coherent memory
 2016-12-06 18:21 UTC 

[PATCH v9 0/6] Implement qspinlock/pv-qspinlock on ppc
 2016-12-06 18:09 UTC  (7+ messages)
` [PATCH v9 1/6] powerpc/qspinlock: powerpc support qspinlock
` [PATCH v9 2/6] powerpc: platforms/Kconfig: Add qspinlock build config
` [PATCH v9 3/6] powerpc: lib/locks.c: Add cpu yield/wake helper function
` [PATCH v9 4/6] powerpc/pv-qspinlock: powerpc support pv-qspinlock
` [PATCH v9 5/6] powerpc: pSeries: Add pv-qspinlock build config/make
` [PATCH v9 6/6] powerpc/pv-qspinlock: Optimise native unlock path

[RFC LINUX PATCH 0/2] Virtio ring works with DMA coherent memory
 2016-12-06 18:08 UTC  (3+ messages)
` [RFC LINUX PATCH 1/2] virtio_ring: Do not call dma_map_page if sg is already mapped
` [RFC LINUX PATCH 2/2] rpmsg: DMA map sgs passed to virtio

[PATCH] virtio-net: Fix DMA-from-the-stack in virtnet_set_mac_address()
 2016-12-06 16:39 UTC  (4+ messages)

[PATCH v5 1/1] crypto: add virtio-crypto driver
 2016-12-06  9:01 UTC  (4+ messages)

[PATCH kernel v5 1/5] virtio-balloon: rework deflate to add page to a list
 2016-12-06  8:40 UTC  (10+ messages)
` [PATCH kernel v5 2/5] virtio-balloon: define new feature bit and head struct
` [PATCH kernel v5 3/5] virtio-balloon: speed up inflate/deflate process
` [PATCH kernel v5 4/5] virtio-balloon: define flags and head for host request vq
` [PATCH kernel v5 5/5] virtio-balloon: tell host vm's unused page info
` [PATCH kernel v5 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration

[PATCH v8 0/6] Implement qspinlock/pv-qspinlock on ppc
 2016-12-06  2:12 UTC  (14+ messages)
` [PATCH v8 1/6] powerpc/qspinlock: powerpc support qspinlock
` [PATCH v8 2/6] powerpc: pSeries/Kconfig: Add qspinlock build config
` [PATCH v8 3/6] powerpc: lib/locks.c: Add cpu yield/wake helper function
` [PATCH v8 4/6] powerpc/pv-qspinlock: powerpc support pv-qspinlock
` [PATCH v8 5/6] powerpc: pSeries: Add pv-qspinlock build config/make
` [PATCH v8 6/6] powerpc/pv-qspinlock: Optimise native unlock path

Oops with CONFIG_VMAP_STCK and bond device + virtio-net
 2016-12-05 23:53 UTC 

[PATCH v5 0/1] virtio-crypto: add Linux driver
 2016-12-01 12:39 UTC 

[PATCH v4 1/1] crypto: add virtio-crypto driver
 2016-12-01 12:33 UTC  (7+ messages)

WorldCIST'2017 - Workshops submission deadline - December 8
 2016-11-30 12:26 UTC 

[PATCH kernel v5 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration
 2016-11-30  8:43 UTC 

[PATCH v4 0/1] virtio-crypto: add Linux driver
 2016-11-29 12:48 UTC 

[PATCH v3] crypto: add virtio-crypto driver
 2016-11-29 11:50 UTC  (17+ messages)
    ` [virtio-dev] "

[PATCH net-next] virtio-net: enable multiqueue by default
 2016-11-28 18:18 UTC  (9+ messages)

[PATCH] drm/virtio: fix framebuffer sparse warning
 2016-11-28 15:28 UTC  (2+ messages)

[PATCH v3] virtio-crypto: add Linux driver
 2016-11-28 12:08 UTC 

BUG: 'list_empty(&vgdev->free_vbufs)' is true!
 2016-11-28  7:50 UTC  (5+ messages)
        ` virtio gpu sparse warning

[PATCH v2 1/2] virtio: introduce little edian functions for virtio_cread/write# family
 2016-11-28  5:38 UTC  (13+ messages)
` [PATCH v2 2/2] crypto: add virtio-crypto driver
` [PATCH v2 0/2] virtio-crypto: add Linux driver
    ` [virtio-dev] Re: [PATCH v2 2/2] crypto: add virtio-crypto driver
    ` [virtio-dev] Re: [PATCH v2 1/2] virtio: introduce little edian functions for virtio_cread/write# family

automatic IRQ affinity for virtio
 2016-11-27  3:37 UTC  (14+ messages)
` [PATCH 01/11] virtio_pci: use pci_alloc_irq_vectors
` [PATCH 02/11] virtio_pci: remove the call to vp_free_vectors in vp_request_msix_vectors
` [PATCH 03/11] virtio_pci: merge vp_free_vectors into vp_del_vqs
` [PATCH 04/11] virtio_pci: split vp_try_to_find_vqs into INTx and MSI-X variants
` [PATCH 05/11] virtio_pci: use shared interrupts for virtqueues
` [PATCH 06/11] virtio_pci: use msix_enable flag in struct pci_dev
` [PATCH 07/11] virtio_pci: simplify MSI-X setup
` [PATCH 08/11] virtio: allow drivers to request IRQ affinity when creating VQs
` [PATCH 09/11] virtio: provide a method to get the IRQ affinity mask for a virtqueue
` [PATCH 10/11] blk-mq: provide a default queue mapping for virtio device
` [PATCH 11/11] virtio_blk: use virtio IRQ affinity

[PATCH 0/2] virtio: fix complaint by sparse
 2016-11-27  2:53 UTC  (9+ messages)
` [PATCH 1/2] virtio_pci_modern: "
` [PATCH 2/2] virtio_ring: "

WorldCIST'2017 - Submission deadline: November 30
 2016-11-26 11:51 UTC 

[PATCH 1/3] tools/virtio: fix READ_ONCE()
 2016-11-25 21:45 UTC  (33+ messages)
` [PATCH 2/3] vringh: kill off ACCESS_ONCE()
` [PATCH 3/3] tools/virtio: use {READ,WRITE}_ONCE() in uaccess.h
` [PATCH 0/3] virtio/vringh: kill off ACCESS_ONCE()

[PATCH] virtio_mmio: Set dev.release() to avoid warning
 2016-11-25  2:51 UTC  (4+ messages)

WorldCIST'17 - Submission deadline: November 27
 2016-11-24 19:38 UTC 

[PATCH 0/3] virtio/vringh: kill off ACCESS_ONCE()
 2016-11-24 10:25 UTC 

[PATCH v2 0/2] virtio-crypto: add Linux driver
 2016-11-22  8:10 UTC 

[RFC LINUX PATCH 0/2] Virtio ring works with DMA coherent memory
 2016-11-22  0:32 UTC  (3+ messages)
` [RFC LINUX PATCH 1/2] virtio_ring: Do not call dma_map_page if sg is already mapped
` [RFC LINUX PATCH 2/2] rpmsg: DMA map sgs passed to virtio

[PATCH] crypto: add virtio-crypto driver
 2016-11-20  7:11 UTC  (2+ messages)

[RFC/PATCHSET 0/3] virtio: Implement virtio pstore device (v3)
 2016-11-18  9:46 UTC  (9+ messages)
    ` [PATCH 1/3] virtio: Basic implementation of virtio pstore driver
                    ` [virtio-dev] "

[PATCH 1/2] vhost: remove unused feature bit
 2016-11-18  7:58 UTC  (2+ messages)
` [PATCH 2/2] vhost: forbid IOTLB invalidation when not enabled

[PATCH v7 06/11] x86, paravirt: Add interface to support kvm/xen vcpu preempted check
 2016-11-17  5:16 UTC  (4+ messages)

[PATCH 1/1] sched: provide common cpu_relax_yield definition
 2016-11-16 12:42 UTC  (2+ messages)

[PATCH 1/1] sched: provide common cpu_relax_yield definition
 2016-11-16 12:23 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).