virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-01 12:25:57 to 2017-02-17 12:27:00 UTC [more...]

[PATCH 13/35] drivers/char: Convert remaining use of pr_warning to pr_warn
 2017-02-17 12:27 UTC  (3+ messages)
` [PATCH 00/35] treewide trivial patches converting "

[PATCH v2 0/3] x86/vdso: Add Hyper-V TSC page clocksource support
 2017-02-17 10:35 UTC  (12+ messages)
` [PATCH v2 1/3] x86/hyperv: implement hv_get_tsc_page()
` [PATCH v2 2/3] x86/hyperv: move TSC reading method to asm/mshyperv.h
` [PATCH v2 3/3] x86/vdso: Add VCLOCK_HVCLOCK vDSO clock read method

[PATCH v4 1/2] x86/paravirt: Change vcp_is_preempted() arg type to long
 2017-02-17  9:42 UTC  (7+ messages)
` [PATCH v4 2/2] x86/kvm: Provide optimized version of vcpu_is_preempted() for x86-64

[PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn
 2017-02-17  7:11 UTC 

[PATCH net-next] virito-net: set queues after reset during xdp_set
 2017-02-17  5:10 UTC  (4+ messages)

[PATCH net-next] virtio-net: batch stats updating
 2017-02-17  3:33 UTC 

[PATCH] drm/virtio: call drm_plane_cleanup() at destroy phase
 2017-02-16 15:39 UTC 

[PATCH v4 0/2] x86/kvm: Reduce vcpu_is_preempted() overhead
 2017-02-15 21:37 UTC 

[PATCH v3 2/2] x86/kvm: Provide optimized version of vcpu_is_preempted() for x86-64
 2017-02-15 20:28 UTC 

[PATCH v3 1/2] x86/paravirt: Change vcp_is_preempted() arg type to long
 2017-02-15 18:31 UTC  (2+ messages)
` [PATCH v3 2/2] x86/kvm: Provide optimized version of vcpu_is_preempted() for x86-64

[PATCH v3 0/2] x86/kvm: Reduce vcpu_is_preempted() overhead
 2017-02-15 18:31 UTC 

[PATCH] drm/virtio: call drm_plane_cleanup() at destroy phase
 2017-02-15 18:00 UTC 

[PATCH] average: change to declare precision, not factor
 2017-02-15 17:54 UTC 

[PATCH] average: change to declare precision, not factor
 2017-02-15  8:49 UTC 

[PATCH V2] vhost: introduce O(1) vq metadata cache
 2017-02-15  5:37 UTC  (2+ messages)

[PATCH v2] x86/paravirt: Don't make vcpu_is_preempted() a callee-save function
 2017-02-14 16:18 UTC  (23+ messages)
                      ` [Xen-devel] "

[PATCH 1/2] hyperv: implement hv_get_tsc_page()
 2017-02-13 19:28 UTC  (21+ messages)
` [PATCH 2/2] x86/vdso: Add VCLOCK_HVCLOCK vDSO clock read method

[PATCH] virtio: Try to untangle DMA coherency
 2017-02-13 11:57 UTC  (24+ messages)

packed ring layout proposal v2
 2017-02-10 16:17 UTC  (11+ messages)
` [virtio-dev] "

[PATCH 00/14] hyperv: vmbus related patches
 2017-02-10 14:55 UTC  (18+ messages)
` [PATCH 01/14] vmbus: use kernel bitops for traversing interrupt mask
` [PATCH 02/14] vmbus: drop no longer used kick_q argument
` [PATCH 03/14] vmbus: remove no longer used signal_policy
` [PATCH 04/14] vmbus: remove unused kickq argument to sendpacket
` [PATCH 05/14] netvsc: remove no longer needed receive staging buffers
` [PATCH 06/14] vmbus: remove per channel state
` [PATCH 07/14] vmbus: callback is in softirq not workqueue
` [PATCH 08/14] vmbus: put related per-cpu variable together
` [PATCH 09/14] vmbus: change to per channel tasklet
` [PATCH 10/14] vmbus: add direct isr callback mode
` [PATCH 11/14] vmbus: remove conditional locking of vmbus_write
` [PATCH 12/14] vmbus: expose hv_begin/end_read
` [PATCH 13/14] vmbus: constify parameters where possible
` [PATCH 14/14] vmbus: replace modulus operation with subtraction

[PATCH 1/9] virtio_pci: remove struct virtio_pci_vq_info
 2017-02-09 16:01 UTC  (15+ messages)
` [PATCH 2/9] virtio_pci: use shared interrupts for virtqueues
` [PATCH 3/9] virtio_pci: don't duplicate the msix_enable flag in struct pci_dev
` [PATCH 4/9] virtio_pci: simplify MSI-X setup
` [PATCH 5/9] virtio: allow drivers to request IRQ affinity when creating VQs
` [PATCH 6/9] virtio: provide a method to get the IRQ affinity mask for a virtqueue
` [PATCH 7/9] blk-mq: provide a default queue mapping for virtio device
` [PATCH 8/9] virtio_blk: use virtio IRQ affinity
` [PATCH 9/9] virtio_scsi: "
` automatic IRQ affinity for virtio V3

[PATCH 0/2] x86/vdso: Add Hyper-V TSC page clocksource support
 2017-02-09 14:10 UTC 

[PATCH] x86/paravirt: Avoid setting IF flag, if not necessary
 2017-02-09  2:13 UTC  (2+ messages)
` [lkp-robot] [x86/paravirt] b1e955caea: WARNING:at_kernel/locking/lockdep.c:#trace_hardirqs_off_caller

[PATCH] mm balloon: umount balloon_mnt when remove vb device
 2017-02-08 23:42 UTC 

[PATCH 1/2] x86/paravirt: Don't make vcpu_is_preempted() a callee-save function
 2017-02-08 20:17 UTC  (6+ messages)
` [PATCH 2/2] locking/mutex, rwsem: Reduce vcpu_is_preempted() calling frequency
  ` [PATCH 2/2] locking/mutex,rwsem: "

[PATCH RFC 0/2] x86/vdso: Add Hyper-V TSC page clocksource support
 2017-02-08 17:52 UTC  (6+ messages)
` [PATCH RFC 1/2] hyperv: implement hv_get_tsc_page()
` [PATCH RFC 2/2] x86/vdso: Add VCLOCK_HVCLOCK vDSO clock read method

FW: Question about /patch/9251925/
 2017-02-08  8:25 UTC 

[PATCH] mm balloon: umount balloon_mnt when remove vb device
 2017-02-08  5:21 UTC 

packed ring layout proposal v2
 2017-02-08  3:20 UTC 

[PATCH v2 2/2] virtio: Document DMA coherency
 2017-02-07 18:45 UTC  (3+ messages)

[PATCH] vhost: try avoiding avail index access when getting descriptor
 2017-02-07  7:49 UTC 

automatic IRQ affinity for virtio V3
 2017-02-05 17:15 UTC 

CISTI'2017 - Doctoral Symposium
 2017-02-05 13:04 UTC 

[PATCH] virtio_mmio: remove virtio_mmio_vq_info
 2017-02-04 10:13 UTC 

[PATCH v6 kernel 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration
 2017-02-04  4:35 UTC  (2+ messages)
    ` [PATCH v6 kernel 3/5] virtio-balloon: speed up inflate/deflate process

[PATCH] vhost: fix initialization for vq->is_le
 2017-02-04  2:27 UTC  (6+ messages)

[PULL] vhost: cleanups and fixes
 2017-02-03 21:43 UTC 

[PATCH] MAINTAINERS: update my email address
 2017-02-03 15:34 UTC  (3+ messages)

[PATCH] Revert "vring: Force use of DMA API for ARM-based systems with legacy devices"
 2017-02-03  9:57 UTC 

automatic IRQ affinity for virtio V2
 2017-02-03  9:56 UTC  (18+ messages)
` [PATCH 1/9] virtio_pci: remove struct virtio_pci_vq_info
` [PATCH 2/9] virtio_pci: use shared interrupts for virtqueues
` [PATCH 3/9] virtio_pci: don't duplicate the msix_enable flag in struct pci_dev
` [PATCH 4/9] virtio_pci: simplify MSI-X setup
` [PATCH 5/9] virtio: allow drivers to request IRQ affinity when creating VQs
` [PATCH 6/9] virtio: provide a method to get the IRQ affinity mask for a virtqueue

[PATCH] Revert "vring: Force use of DMA API for ARM-based systems with legacy devices"
 2017-02-03  3:49 UTC 

[PATCH 0/3] Virtio: Fine-tuning for two function implementations
 2017-02-03  2:57 UTC 

[PATCH v2 1/2] virtio: Make ARM SMMU workaround more specific
 2017-02-02 16:36 UTC 

[PATCH] virtio-console: avoid DMA from stack
 2017-02-01 13:47 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).