messages from 2013-07-09 02:16:23 to 2013-07-22 06:20:16 UTC [more...]
[PATCH RFC V11 1/18] x86/spinlock: Replace pv spinlocks with pv ticketlocks
2013-07-22 6:20 UTC (15+ 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 RFC V11 0/18] Paravirtualized ticket spinlocks
2013-07-22 6:16 UTC
[PATCH 00/10] virtio: console: fixes for races with port unplug
2013-07-22 5:56 UTC (26+ messages)
` [PATCH 01/10] virtio: console: fix race with port unplug and open/close
` [PATCH 02/10] virtio: console: fix race in port_fops_open() and port unplug
` [PATCH 03/10] virtio: console: clean up port data immediately at time of unplug
` [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 V3 1/2] [BUGFIX] virtio/console: Quit from splice_write if pipe->nrbufs is 0
2013-07-22 4:00 UTC (2+ 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
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
[patch] virtio: console: fix error handling for debugfs_create_dir()
2013-07-21 22:33 UTC (7+ messages)
CfP 8th Workshop on Virtualization in High-Performance Cloud Computing (VHPC '13)
2013-07-20 10:11 UTC
is kexec on Xen domU possible?
2013-07-19 20:58 UTC (10+ messages)
[PATCH v2 00/11] virtio: console: fixes for port unplug
2013-07-19 11:22 UTC (12+ 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] 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
[PATCH RFC V10 12/18] kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocks
2013-07-17 15:22 UTC (34+ messages)
` [PATCH RFC V10 15/18] kvm : Paravirtual ticketlocks support for linux guests running on KVM hypervisor
` [PATCH RFC V10 16/18] kvm hypervisor : Simplify kvm_for_each_vcpu with kvm_irq_delivery_to_apic
` [PATCH RFC V10 18/18] kvm hypervisor: Add directed yield in vcpu block path
Linux Plumbers ACPI/PM, PCI Microconference
2013-07-17 14:31 UTC
[PATCH] virtio-net: put virtio net header inline with data
2013-07-17 6:02 UTC (15+ messages)
RFC: vfio interface for platform devices
2013-07-16 22:50 UTC (3+ messages)
RFC: vfio interface for platform devices (v2)
2013-07-16 21:57 UTC (2+ messages)
RFC: vfio interface for platform devices
2013-07-16 21:51 UTC
[PULL] vhost: cleanups and fixes
2013-07-15 18:31 UTC
Call for Proposals: 2013 Linux Plumbers Virtualization Microconference
2013-07-14 21:59 UTC (2+ messages)
Reminder: KVM Forum 2013 Call for Participation
2013-07-12 19:06 UTC
[PATCH] xen: remove unused Kconfig parameter
2013-07-11 21:13 UTC (23+ messages)
` [Xen-devel] "
[PATCH] virtio-net: Reporting traffic queue distribution statistics through ethtool
2013-07-11 16:33 UTC (5+ messages)
[PATCH RFC V9 0/19] Paravirtualized ticket spinlocks
2013-07-11 11:14 UTC (25+ messages)
[RFC PATCH v2 1/2] KVM: s390: virtio-ccw: Handle command rejects
2013-07-10 8:47 UTC (3+ messages)
` [RFC PATCH v2 2/2] KVM: s390: virtio-ccw adapter interrupt support
[PATCH 1/2] virtio: support unlocked queue poll
2013-07-10 4:39 UTC (7+ messages)
` [PATCH 2/2] virtio_net: fix race in RX VQ processing
[PATCH v2 00/11] vhost cleanups
2013-07-10 2:02 UTC (7+ messages)
` [PATCH v2 03/11] vhost: Make vhost a separate module
[PATCHv3] vhost-net: fix use-after-free in vhost_net_flush
2013-07-09 19:56 UTC (2+ messages)
[RFC PATCH v2] qemu: Adapter interrupts for virtio-ccw
2013-07-09 13:52 UTC (4+ messages)
` [RFC PATCH v2] s390/virtio-ccw: Adapter interrupt support
[RFC PATCH v2 0/2] KVM: s390: virtio-ccw adapter interrupts
2013-07-09 11:34 UTC
[RFC PATCH v2] virtio-ccw: Document adapter interrupts
2013-07-09 11:33 UTC
[RFC PATCH v2] Adapter interrupts for virtio-ccw
2013-07-09 11:33 UTC
[PATCH v2 1/2] virtio: support unlocked queue poll
2013-07-09 5:13 UTC (2+ messages)
` [PATCH v2 2/2] virtio_net: fix race in RX VQ processing
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).