virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-02 09:08:33 to 2016-11-30 08:43:17 UTC [more...]

[PATCH kernel v5 1/5] virtio-balloon: rework deflate to add page to a list
 2016-11-30  8:43 UTC  (5+ 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
 2016-11-30  8:43 UTC 

[PATCH v4 1/1] crypto: add virtio-crypto driver
 2016-11-29 12:48 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  (11+ 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  (3+ messages)

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

[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  (12+ messages)
` [PATCH v7 07/11] KVM: Introduce kvm_write_guest_offset_cached
` [PATCH v7 08/11] x86, kvm/x86.c: support vcpu preempted check
` [PATCH v7 09/11] x86, kernel/kvm.c: "
` [PATCH v7 10/11] x86, xen: "
` [PATCH v7 11/11] Documentation: virtual: kvm: Support "

[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 

virtio_pci irq handling cleanups
 2016-11-15 20:33 UTC  (9+ messages)
` [PATCH 1/7] virtio_pci: use pci_alloc_irq_vectors
` [PATCH 2/7] virtio_pci: remove the call to vp_free_vectors in vp_request_msix_vectors
` [PATCH 3/7] virtio_pci: merge vp_free_vectors into vp_del_vqs
` [PATCH 4/7] virtio_pci: split the INTx case out of vp_try_to_find_vqs
` [PATCH 5/7] virtio_pci: add a helper to request MSI-X interrupts
` [PATCH 6/7] virtio_pci: split the shared and per-VQ MSI-X setup routines
` [PATCH 7/7] virtio_pci: clean up interrupt state in struct virtio_pci_device

[PATCH] vhost/scsi: Remove unused but set variable
 2016-11-15 14:40 UTC 

[GIT PULL v2 0/5] cpu_relax: drop lowlatency, introduce yield
 2016-11-15 13:52 UTC  (5+ messages)
  ` [GIT PULL v2 1/5] processor.h: introduce cpu_relax_yield

[PATCH] vhost/vsock: Remove unused but set variable
 2016-11-15 13:00 UTC 

[PATCH for-4.9] drm/virtio: allocate some extra bufs
 2016-11-15  8:53 UTC 

[PATCH] virtio_ring: fix description of virtqueue_get_buf
 2016-11-15  3:21 UTC  (2+ messages)

[PATCH] crypto: add virtio-crypto driver
 2016-11-14  6:47 UTC 

[PATCH] vhost/scsi: Remove unused but set variable
 2016-11-11 13:27 UTC 

[PATCH] vhost/vsock: Remove unused but set variable
 2016-11-11 13:26 UTC 

Last call - WorldCIST'2017 - Deadline: November 27
 2016-11-10 19:20 UTC 

[PATCH kernel v4 0/7] Extend virtio-balloon for fast (de)inflating & fast live migration
 2016-11-08 21:07 UTC  (7+ messages)
  ` [PATCH kernel v4 7/7] virtio-balloon: tell host vm's unused page info

[PATCH] virtio-net: drop legacy features in virtio 1 mode
 2016-11-08  1:36 UTC  (3+ messages)

[PATCH] virtio-net: drop legacy features in virtio 1 mode
 2016-11-04 10:55 UTC 

[PATCH v2 34/37] docs: fix locations of several documents that got moved
 2016-11-02 10:08 UTC  (2+ 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).