virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-24 09:50:59 to 2015-11-10 05:35:02 UTC [more...]

[PATCH v4 1/6] virtio-net: Stop doing DMA from the stack
 2015-11-10  5:35 UTC  (23+ messages)
` [PATCH v4 2/6] virtio_ring: Support DMA APIs
` [PATCH v4 3/6] virtio_pci: Use the DMA API
` [PATCH v4 4/6] virtio: Add improved queue allocation API
` [PATCH v4 5/6] virtio_mmio: Use the DMA API
` [PATCH v4 6/6] virtio_pci: "
` [PATCH v4 0/6] virtio core DMA API conversion

[PATCH v3 1/3] virtio_net: Stop doing DMA from the stack
 2015-11-08 12:00 UTC  (29+ messages)
` [PATCH v3 2/3] virtio_ring: Support DMA APIs
` [PATCH v3 3/3] virtio_pci: Use the DMA API
` [PATCH v3 0/3] virtio DMA API core stuff

[GIT PULL v4 1/3] dma: Provide simple noop dma ops
 2015-11-06  8:35 UTC  (5+ messages)
` [GIT PULL v4 2/3] alpha/dma: use common "
` [GIT PULL v4 3/3] s390/dma: Allow per device "
` [GIT PULL v4 0/3] dma and virtio prep patches

[GIT PULL v4 0/3] dma and virtio prep patches
 2015-11-05 20:08 UTC 

[PATCH 1/3] dma: Provide simple noop dma ops
 2015-11-05 19:22 UTC  (7+ messages)
` [PATCH 2/3] alpha/dma: use common "
` [PATCH 3/3] s390/dma: Allow per device "

[RFC PATCH] x86/paravirt: Kill some unused patching functions
 2015-11-05 11:15 UTC  (2+ messages)

Last Call for Papers - WorldCIST'2016 - Deadline: November 15, 2015
 2015-11-03 18:52 UTC 

[PATCHv3 0/3] dma ops and virtio
 2015-11-03 11:54 UTC 

[PATCH net-next rfc V2 1/2] vhost: introduce vhost_has_work()
 2015-11-03  7:46 UTC  (4+ messages)
` [PATCH net-next rfc V2 2/2] vhost_net: basic polling support
` [PATCH net-next rfc V2 0/2] basic busy polling support for vhost_net

[PATCH] vhost: move is_le setup to the backend
 2015-11-02 20:09 UTC  (2+ messages)

[PATCHv2 0/3] dma ops and virtio
 2015-11-02 16:38 UTC  (10+ messages)
` [PATCH 1/3] Provide simple noop dma ops
` [PATCH 2/3] alpha: use common "
` [PATCH 3/3] s390/dma: Allow per device "

[kvm-unit-tests PATCH] x86: hyperv_synic: Hyper-V SynIC test
 2015-11-02 12:48 UTC  (4+ messages)

[PATCH 1/7] standard-headers/x86: add Hyper-V SynIC constants
 2015-11-02 11:55 UTC  (12+ messages)
` [PATCH 2/7] target-i386/kvm: Hyper-V SynIC MSR's support
` [PATCH 3/7] linux-headers/kvm: add Hyper-V SynIC irq routing type and struct
` [PATCH 4/7] kvm: Hyper-V SynIC irq routing support
` [PATCH 5/7] linux-headers/kvm: KVM_EXIT_HYPERV type and struct
` [PATCH 6/7] target-i386/hyperv: Hyper-V SynIC SINT routing and vCPU exit
` [PATCH 7/7] hw/misc: Hyper-V test device 'hyperv-testdev'
  ` [Qemu-devel] [PATCH 3/7] linux-headers/kvm: add Hyper-V SynIC irq routing type and struct
` [PATCH 0/7] Hyper-V Synthetic interrupt controller

[PATCH] VSOCK: define VSOCK_SS_LISTEN once only
 2015-11-01 17:15 UTC 

WorldCIST'2016 Call for Papers - Deadline: November 15, 2015
 2015-10-30  6:35 UTC 

[PATCH v4 0/6] virtio core DMA API conversion
 2015-10-30  1:09 UTC 

[PATCH v2 1/3] virtio_net: Stop doing DMA from the stack
 2015-10-29 23:43 UTC  (3+ messages)

[PATCH] VSOCK: define VSOCK_SS_LISTEN once only
 2015-10-29 11:57 UTC 

[PATCH net-next rfc V2 0/2] basic busy polling support for vhost_net
 2015-10-29  8:45 UTC 

[PATCH v3 0/3] virtio DMA API core stuff
 2015-10-28  6:38 UTC 

[PATCH] vhost: fix performance on LE hosts
 2015-10-28  3:19 UTC  (5+ messages)

[kvm-unit-tests PATCH] x86: hyperv_synic: Hyper-V SynIC test
 2015-10-26  9:56 UTC 

[PATCH 0/7] Hyper-V Synthetic interrupt controller
 2015-10-26  9:50 UTC 

[PATCH net-next RFC 1/2] vhost: introduce vhost_has_work()
 2015-10-23 13:39 UTC  (10+ messages)
` [PATCH net-next RFC 2/2] vhost_net: basic polling support

[PATCH] VSOCK: sock_put wasn't safe to call in interrupt context
 2015-10-22 14:21 UTC 

[PATCH] VSOCK: sock_put wasn't safe to call in interrupt context
 2015-10-21 11:53 UTC 

Call for Papers - WorldCIST'2016 - Deadline: November 15, 2015
 2015-10-20 17:38 UTC 

[PATCH] drm/virtio: use %llu format string form atomic64_t
 2015-10-19 10:39 UTC  (8+ messages)

[PATCH v2 0/9] Hyper-V synthetic interrupt controller
 2015-10-16 10:51 UTC  (12+ messages)
` [PATCH 1/9] kvm/eventfd: avoid loop inside irqfd_update()
` [PATCH 2/9] kvm/eventfd: factor out kvm_notify_acked_gsi()
` [PATCH 3/9] kvm/eventfd: add arch-specific set_irq
` [PATCH 4/9] kvm/irqchip: allow only multiple irqchip routes per GSI
` [PATCH 5/9] kvm/irqchip: kvm_arch_irq_routing_update renaming split
` [PATCH 6/9] drivers/hv: share Hyper-V SynIC constants with userspace
` [PATCH 7/9] kvm/x86: split ioapic-handled and EOI exit bitmaps
` [PATCH 8/9] kvm/x86: Hyper-V synthetic interrupt controller
` [PATCH 9/9] kvm/x86: Hyper-V kvm exit

Call for Papers - WorldCIST'16 - 4th World Conference on Information Systems and Technologies
 2015-10-13 14:38 UTC 

[PATCH 0/2] Hyper-V synthetic interrupt controller
 2015-10-12 22:21 UTC  (19+ messages)
` [PATCH 1/2] kvm/x86: "
` [PATCH 2/2] kvm/x86: Hyper-V kvm exit
  ` [Qemu-devel] "

[PATCH] drm/virtio: use %llu format string form atomic64_t
 2015-10-07 10:41 UTC 

rfc: vhost user enhancements for vm2vm communication
 2015-10-07  5:39 UTC  (5+ messages)
          ` RFC: virtio-peer shared memory based peer communication device

[PATCH v3 1/7] virtio-gpu: add virtio_gpu_queue_ctrl_buffer_locked
 2015-10-02 11:58 UTC  (7+ messages)
` [PATCH v3 2/7] virtio-gpu: add & use virtio_gpu_queue_fenced_ctrl_buffer
` [PATCH v3 3/7] virtio-gpu: wait for cursor updates finish
` [PATCH v3 4/7] virtio-gpu: add 3d/virgl support
` [PATCH v3 5/7] virtio-gpu: add basic prime support
` [PATCH v3 6/7] virtio-gpu: mark as a render gpu
` [PATCH v3 7/7] [wip] virtio-gpu: add page flip support

kernel BUG at drivers/block/virtio_blk.c:172!
 2015-10-01 16:06 UTC  (11+ messages)
` req->nr_phys_segments > queue_max_segments (was Re: kernel BUG at drivers/block/virtio_blk.c:172!)

Call for Papers - WorldCIST'15 - Proceedings by Springer
 2015-09-29 19:02 UTC 

[RFC PATCH 0/2] virtio nvme
 2015-09-28  5:58 UTC  (8+ messages)

[PATCH v2] Fix AF_PACKET ABI breakage in 4.2
 2015-09-25 12:33 UTC  (4+ 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).