virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-06-04 05:31:50 to 2013-06-24 12:43:42 UTC [more...]

[PATCH RFC V10 1/18] x86/spinlock: Replace pv spinlocks with pv ticketlocks
 2013-06-24 12:43 UTC  (15+ messages)
` [PATCH RFC V10 2/18] x86/ticketlock: Don't inline _spin_unlock when using paravirt spinlocks
` [PATCH RFC V10 3/18] x86/ticketlock: Collapse a layer of functions
` [PATCH RFC V10 4/18] xen: Defer spinlock setup until boot CPU setup
` [PATCH RFC V10 5/18] xen/pvticketlock: Xen implementation for PV ticket locks
` [PATCH RFC V10 6/18] xen/pvticketlocks: Add xen_nopvspin parameter to disable xen pv ticketlocks
` [PATCH RFC V10 7/18] x86/pvticketlock: Use callee-save for lock_spinning
` [PATCH RFC V10 8/18] x86/pvticketlock: When paravirtualizing ticket locks, increment by 2
` [PATCH RFC V10 9/18] jump_label: Split out rate limiting from jump_label.h
` [PATCH RFC V10 10/18] x86/ticketlock: Add slowpath logic
` [PATCH RFC V10 11/18] xen/pvticketlock: Allow interrupts to be enabled while blocking
` [PATCH RFC V10 12/18] kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocks
` [PATCH RFC V10 13/18] kvm : Fold pv_unhalt flag into GET_MP_STATE ioctl to aid migration
` [PATCH RFC V10 14/18] kvm guest : Add configuration support to enable debug information for KVM Guests
` [PATCH RFC V10 15/18] kvm : Paravirtual ticketlocks support for linux guests running on KVM hypervisor

[PATCH RFC V10 0/18] Paravirtualized ticket spinlocks
 2013-06-24 12:40 UTC 

what should a virtio-mmio transport without a backend look like?
 2013-06-24 12:26 UTC  (13+ messages)

[PATCH net] vhost-net: fix use-after-free in vhost_net_flush
 2013-06-24  7:01 UTC  (5+ messages)

[PATCH 30/45] x86/xen: Use get/put_online_cpus_atomic() to prevent CPU offline
 2013-06-23 13:44 UTC 

[PATCH 0/3] deprecate usage of pci_scan_bus_parented()
 2013-06-21 18:23 UTC  (8+ messages)
` [PATCH 1/3] PCI: export three functions to support modular host bridge driver
` [PATCH 2/3] PCI, xen-pcifront: use new PCI interfaces to simplify implementation
` [PATCH 3/3] PCI: mark pci_scan_bus_parented() as __deprecated

[PATCH v2 0/3] deprecate usage of pci_scan_bus_parented()
 2013-06-21 16:12 UTC  (5+ messages)
` [PATCH v2 1/3] PCI: export three functions to support modular host bridge driver
` [PATCH v2 2/3] PCI, xen-pcifront: use new PCI interfaces to simplify implementation
` [PATCH v2 3/3] PCI: kill pci_scan_bus_parented()
` [PATCH v2 3/3] PCI: mark pci_scan_bus_parented() as __deprecated

[PATCH] virtio-pci: fix leaks of msix_affinity_masks
 2013-06-21  6:25 UTC  (4+ messages)

[PATCH RFC] vhost-net: make more functions static
 2013-06-20 11:55 UTC 

[PATCH net for-stable] vhost-net: fix use-after-free in vhost_net_flush
 2013-06-20 11:51 UTC 

[PATCH] virtio-spec: add field for scsi command size
 2013-06-20  9:26 UTC  (15+ messages)

[PATCH] virtio-pci: fix leaks of msix_affinity_masks
 2013-06-19 15:59 UTC 

[PATCH] virtio-spec: balloon: MUST_TELL_HOST is optional
 2013-06-19  2:55 UTC  (3+ messages)

[PATCH 0/2] fix kernel crash with macvtap on top of LRO
 2013-06-18  5:12 UTC  (6+ messages)

[virtio-spec PATCH 0/5] Receiving Used Buffers example code: cleanups and an extra mb()
 2013-06-17  7:29 UTC  (9+ messages)
` [virtio-spec PATCH 1/5] Receiving Used Buffers: fix typo in "ring empty" condition in example code
` [virtio-spec PATCH 2/5] Receiving Used Buffers: re-disable interrupts when staying in the loop
` [virtio-spec PATCH 3/5] Receiving Used Buffers: variable for Queue Size is called "qsz" elsewhere
` [virtio-spec PATCH 4/5] Receiving Used Buffers: switch . and -> operators, add missing &
` [virtio-spec PATCH 5/5] Receiving Used Buffers: prevent speculative load when not sequentially consistent

[RFC PATCH v2, part3 07/11] PCI, xen-pcifront: use new PCI interfaces to simplify implementation
 2013-06-14 18:07 UTC  (11+ messages)

KVM Forum 2013 Call for Participation
 2013-06-14 12:09 UTC 

[PATCH] vhost-scsi: return -ENOENT when no matching tcm_vhost_tpg found
 2013-06-12  3:03 UTC  (3+ messages)

[PATCH net 0/2] vhost fixes for 3.10
 2013-06-11  9:46 UTC  (6+ messages)
` [PATCH net 1/2] vhost: check owner before we overwrite ubuf_info
` [PATCH net 2/2] vhost: fix ubuf_info cleanup

[PATCH RFC] virtio-pci: new config layout: using memory BAR
 2013-06-11  8:32 UTC  (60+ messages)

[PATCH] vhost_net: clear msg.control for non-zerocopy case during tx
 2013-06-10 21:32 UTC  (6+ messages)

[PATCH] virtio-net: put virtio net header inline with data
 2013-06-09  7:11 UTC  (6+ messages)
  ` [Qemu-devel] "

[PATCH 06/26] block: Convert bio_for_each_segment() to bvec_iter
 2013-06-09  2:18 UTC 

CFP: ACM Many-Task Computing on Clouds, Grids, and Supercomputers (MTAGS) 2013 @ IEEE/ACM Supercomputing/SC 2013
 2013-06-08 13:28 UTC 

[PATCH RFC V9 18/19] Documentation/kvm : Add documentation on Hypercalls and features used for PV spinlock
 2013-06-07 23:41 UTC  (21+ messages)
` [PATCH RFC V9 19/19] kvm hypervisor: Add directed yield in vcpu block path
` [PATCH RFC V9 0/19] Paravirtualized ticket spinlocks
  ` [PATCH RFC V9 9/19] Split out rate limiting from jump_label.h
  ` [PATCH RFC V9 12/19] xen: Enable PV ticketlocks on HVM Xen
  ` [PATCH RFC V9 16/19] kvm : Paravirtual ticketlocks support for linux guests running on KVM hypervisor
  ` [PATCH RFC V9 5/19] xen/pvticketlock: Xen implementation for PV ticket locks

[PATCH RFC 1/2] KVM: s390: virtio-ccw: Handle command rejects
 2013-06-07 10:37 UTC  (2+ messages)
` [PATCH RFC 2/2] KVM: s390: virtio-ccw adapter interrupt support

[PATCH RFC 0/2] KVM: s390: virtio-ccw adapter interrupts
 2013-06-07 10:37 UTC 

[PATCH RFC] s390/virtio-ccw: Adapter interrupt support
 2013-06-07 10:37 UTC 

[PATCH RFC] qemu: Adapter interrupts for virtio-ccw
 2013-06-07 10:37 UTC 

[PATCH RFC] Adapter interrupts for virtio-ccw
 2013-06-07 10:37 UTC  (2+ messages)
` [PATCH RFC] virtio-ccw: Document adapter interrupts

[PATCH RFC] virtio-pci: support config layout in BAR1
 2013-06-07  2:13 UTC  (2+ messages)

[PATCH V2] vhost_net: clear msg.control for non-zerocopy case during tx
 2013-06-06  3:24 UTC 

[PULL] vhost: cleanups and fixes
 2013-06-05 15:53 UTC  (5+ messages)

[PATCH] vhost: Make local function static
 2013-06-05 13:17 UTC 

vhost && kernel BUG at /build/linux/mm/slub.c:3352!
 2013-06-05 12:08 UTC  (3+ messages)

vhost && kernel BUG at /build/linux/mm/slub.c:3352!
 2013-06-04 18:50 UTC 

[PATCH RFC V9 0/19] Paravirtualized ticket spinlocks
 2013-06-04 10:58 UTC 

[PATCH 2/2] xen: remove bm_rld_set of xen_processor_flags
 2013-06-04  8:19 UTC  (3+ messages)

[PATCH 1/2] acpi/processor: remove bm_rld_set of acpi_processor_flags
 2013-06-04  8:05 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).