virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-07-18 20:16:11 to 2013-08-02 00:37:36 UTC [more...]

[PATCH 1/5] Intel MIC Host Driver for X100 family
 2013-08-02  0:37 UTC  (17+ messages)
` [PATCH 2/5] Intel MIC Card "
` [PATCH 3/5] Intel MIC Host Driver Changes for Virtio Devices
` [PATCH 4/5] Intel MIC Card "
` [PATCH 5/5] Sample Implementation of Intel MIC User Space Daemon
` [PATCH 0/5] Enable Drivers for Intel MIC X100 Coprocessors

[PATCH V3 0/3] networking: Use ETH_ALEN where appropriate
 2013-08-01 23:17 UTC  (2+ messages)
  ` [PATCH V3 1/3] uapi: Convert some uses of 6 to ETH_ALEN

[PATCH V2 1/3] uapi: Convert some uses of 6 to ETH_ALEN
 2013-08-01 20:14 UTC 

[PATCH V2 0/3] networking: Use ETH_ALEN where appropriate
 2013-08-01 20:14 UTC 

Linux Plumbers ACPI/PM, PCI Microconference
 2013-08-01 19:45 UTC  (8+ messages)
` [Announcement] "

[PATCH RFC V11 1/18] x86/spinlock: Replace pv spinlocks with pv ticketlocks
 2013-08-01  9:04 UTC  (35+ messages)
` [PATCH RFC V11 2/18] x86/ticketlock: Don't inline _spin_unlock when using paravirt spinlocks
` [PATCH RFC V11 3/18] x86/ticketlock: Collapse a layer of functions
` [PATCH RFC V11 4/18] xen: Defer spinlock setup until boot CPU setup
` [PATCH RFC V11 5/18] xen/pvticketlock: Xen implementation for PV ticket locks
` [PATCH RFC V11 6/18] xen/pvticketlocks: Add xen_nopvspin parameter to disable xen pv ticketlocks
` [PATCH RFC V11 7/18] x86/pvticketlock: Use callee-save for lock_spinning
` [PATCH RFC V11 8/18] x86/pvticketlock: When paravirtualizing ticket locks, increment by 2
` [PATCH RFC V11 9/18] jump_label: Split out rate limiting from jump_label.h
` [PATCH RFC V11 10/18] x86/ticketlock: Add slowpath logic
` [PATCH RFC V11 11/18] xen/pvticketlock: Allow interrupts to be enabled while blocking
` [PATCH RFC V11 12/18] kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocks
` [PATCH RFC V11 13/18] kvm : Fold pv_unhalt flag into GET_MP_STATE ioctl to aid migration
` [PATCH RFC V11 14/18] kvm guest : Add configuration support to enable debug information for KVM Guests
` [PATCH RFC V11 15/18] kvm : Paravirtual ticketlocks support for linux guests running on KVM hypervisor
    ` [PATCH RESEND "
` [PATCH RFC V11 16/18] kvm hypervisor : Simplify kvm_for_each_vcpu with kvm_irq_delivery_to_apic
` [PATCH RFC V11 17/18] Documentation/kvm : Add documentation on Hypercalls and features used for PV spinlock
` [PATCH RFC V11 18/18] kvm hypervisor: Add directed yield in vcpu block path
` [PATCH RFC V11 0/18] Paravirtualized ticket spinlocks

[PATCH] virtio-scsi: Fix virtqueue affinity setup
 2013-08-01  8:14 UTC  (4+ messages)

[PATCH v3 0/9] virtio: console: fixes for bugs and races with unplug
 2013-08-01  0:59 UTC  (22+ messages)
` [PATCH v3 1/9] virtio: console: fix race with port unplug and open/close
` [PATCH v3 2/9] virtio: console: fix race in port_fops_open() and port unplug
` [PATCH v3 3/9] virtio: console: clean up port data immediately at time of unplug
` [PATCH v3 4/9] virtio: console: fix raising SIGIO after port unplug
` [PATCH v3 5/9] virtio: console: return -ENODEV on all read operations after unplug
` [PATCH v3 6/9] virtio: console: add locks around buffer removal in port unplug path
` [PATCH v3 7/9] virtio: console: add locking "
` [PATCH v3 8/9] virtio: console: fix locking around send_sigio_to_port()
` [PATCH v3 9/9] virtio: console: prevent use-after-free of port name in port unplug

[PATCH] kexec/kdump implementation for Xen PV domU
 2013-07-30 12:12 UTC  (3+ messages)

[patch] virtio: console: fix error handling for debugfs_create_dir()
 2013-07-30  6:23 UTC  (14+ messages)
  ` [patch v2] virtio: console: cleanup an error message

[PATCH 0/3] networking: Use ETH_ALEN where appropriate
 2013-07-29  5:29 UTC  (2+ messages)
` [PATCH 1/3] uapi: Convert some uses of 6 to ETH_ALEN

Merge of "virtio_net: fix race in RX VQ processing" for linux-3.2.48
 2013-07-28  7:11 UTC  (2+ messages)

[PATCH V2 2/4] xen: switch to use hypervisor_cpuid_base()
 2013-07-25 10:56 UTC  (3+ messages)
` [PATCH V2 4/4] x86: correctly detect hypervisor

Call for Proposals: 2013 Linux Plumbers Virtualization Microconference
 2013-07-25  4:02 UTC  (3+ messages)

[PATCH 0/5] Enable Drivers for Intel MIC X100 Coprocessors
 2013-07-25  3:31 UTC 

[PATCH] virtio-net: put virtio net header inline with data
 2013-07-24 19:44 UTC  (6+ messages)

is kexec on Xen domU possible?
 2013-07-24  7:49 UTC  (18+ messages)
                  ` [Xen-devel] "

[PATCH 00/10] virtio: console: fixes for races with port unplug
 2013-07-24  7:24 UTC  (31+ messages)
` [PATCH 04/10] virtio: console: return -ENODEV on all read operations after unplug
` [PATCH 05/10] virtio: console: update private_data in struct file only on successful open
` [PATCH 06/10] virtio: console: fix race in port_fops_poll() and port unplug
` [PATCH 07/10] virtio: console: fix raising SIGIO after "
` [PATCH 08/10] virtio: console: add locks around buffer removal in port unplug path
` [PATCH 09/10] virtio: console: add locking "
` [PATCH 10/10] virtio: console: fix locking around send_sigio_to_port()
  ` [PATCH 03/10] virtio: console: clean up port data immediately at time of unplug

[PATCH 2/4] xen: switch to use hypervisor_cpuid_base()
 2013-07-23 15:55 UTC  (3+ messages)

KVM Forum 2013 Call for Participation - Extended to August 4th
 2013-07-23 14:52 UTC 

[PATCH V3 1/2] [BUGFIX] virtio/console: Quit from splice_write if pipe->nrbufs is 0
 2013-07-23  1:51 UTC  (4+ messages)
` [PATCH V3 2/2] [BUGFIX] virtio/console: Add pipe_lock/unlock for splice_write
` [PATCH V3 0/2] [BUGFIX] virtio/console: Fix two bugs of splice_write

[PULL] vhost: cleanups and fixes
 2013-07-22  8:07 UTC  (2+ messages)

[PATCH v2 00/11] virtio: console: fixes for port unplug
 2013-07-22  6:30 UTC  (13+ messages)
` [PATCH v2 01/11] virtio: console: fix race with port unplug and open/close
` [PATCH v2 02/11] virtio: console: fix race in port_fops_open() and port unplug
` [PATCH v2 03/11] virtio: console: clean up port data immediately at time of unplug
` [PATCH v2 04/11] virtio: console: return -ENODEV on all read operations after unplug
` [PATCH v2 05/11] virtio: console: update private_data in struct file only on successful open
` [PATCH v2 06/11] virtio: console: fix race in port_fops_poll() and port unplug
` [PATCH v2 07/11] virtio: console: fix raising SIGIO after "
` [PATCH v2 08/11] virtio: console: add locks around buffer removal in port unplug path
` [PATCH v2 09/11] virtio: console: add locking "
` [PATCH v2 10/11] virtio: console: fix locking around send_sigio_to_port()
` [PATCH v2 11/11] virtio: console: prevent use-after-free of port name in port unplug

[PATCH RFC V11 0/18] Paravirtualized ticket spinlocks
 2013-07-22  6:16 UTC 

[PATCH V3 0/2] [BUGFIX] virtio/console: Fix two bugs of splice_write
 2013-07-22  4:00 UTC 

[PATCH V2 0/2] [BUGFIX] virtio/console: Fix two bugs of splice_write
 2013-07-22  1:05 UTC  (7+ messages)
` [PATCH V2 1/2] [BUGFIX] virtio/console: Quit from splice_write if pipe->nrbufs is 0
` [PATCH V2 2/2] [BUGFIX] virtio/console: Add pipe_lock/unlock for splice_write
  ` Re: [PATCH V2 0/2] [BUGFIX] virtio/console: Fix two bugs of splice_write

CfP 8th Workshop on Virtualization in High-Performance Cloud Computing (VHPC '13)
 2013-07-20 10:11 UTC 

[PATCH] xen: replace strict_strtoul() with kstrtoul()
 2013-07-19  7:20 UTC 

[PATCH 0/2] [BUGFIX] virtio/console: Fix two bugs of splice_write
 2013-07-19  5:24 UTC 

Call for Papers: IEEE Transactions on Cloud Computing - Special Issue on Scientific Cloud Computing (deadline Jul 31, 2014)
 2013-07-18 21:51 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).