messages from 2013-06-07 01:58:04 to 2013-07-03 10:44:06 UTC [more...]
RFC: vfio interface for platform devices
2013-07-03 10:44 UTC (3+ messages)
[PATCHv2] vhost-net: fix use-after-free in vhost_net_flush
2013-07-03 6:55 UTC (3+ messages)
RFC: vfio interface for platform devices
2013-07-02 23:25 UTC
binding/unbinding devices to vfio-pci
2013-07-02 16:25 UTC (4+ messages)
binding/unbinding devices to vfio-pci
2013-07-02 14:15 UTC
[PATCH] virtio-spec: add field for scsi command size
2013-07-02 6:04 UTC (18+ messages)
[PATCH next] xen: Use more current logging styles
2013-07-01 20:31 UTC (9+ messages)
` [PATCH next] xen: Convert printks to pr_<level>
linux-next: Tree for Jun 26 (xen/x86)
2013-07-01 13:50 UTC (4+ messages)
` [Xen-devel] "
` Is: v3.10 + stable/pvh.8 + randy config = compile error. Was:Re: "
[PATCH RFC V9 0/19] Paravirtualized ticket spinlocks
2013-07-01 9:30 UTC (17+ messages)
[PULL] virtio-next
2013-07-01 0:55 UTC
what should a virtio-mmio transport without a backend look like?
2013-07-01 0:07 UTC (15+ messages)
[PATCH] virtio-pci: fix leaks of msix_affinity_masks
2013-06-30 23:43 UTC (5+ messages)
[RFC 0/5] Introduce VM Sockets virtio transport
2013-06-29 23:45 UTC (19+ messages)
` [RFC 1/5] VSOCK: Introduce vsock_find_unbound_socket and vsock_bind_dgram_generic
` [RFC 2/5] VSOCK: Introduce virtio-vsock-common.ko
` [RFC 3/5] VSOCK: Introduce virtio-vsock.ko
` [RFC 4/5] VSOCK: Introduce vhost-vsock.ko
` [RFC 5/5] VSOCK: Add Makefile and Kconfig
[PATCH v3 30/45] x86/xen: Use get/put_online_cpus_atomic() to prevent CPU offline
2013-06-27 19:57 UTC
[PATCH RFC V10 1/18] x86/spinlock: Replace pv spinlocks with pv ticketlocks
2013-06-27 11:47 UTC (22+ 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 16/18] kvm hypervisor : Simplify kvm_for_each_vcpu with kvm_irq_delivery_to_apic
` [PATCH RFC V10 17/18] Documentation/kvm : Add documentation on Hypercalls and features used for PV spinlock
` [PATCH RFC V10 18/18] kvm hypervisor: Add directed yield in vcpu block path
` [PATCH RFC V10 0/18] Paravirtualized ticket spinlocks
[PATCH v2 30/45] x86/xen: Use get/put_online_cpus_atomic() to prevent CPU offline
2013-06-25 20:30 UTC
[PATCH RFC V10 0/18] Paravirtualized ticket spinlocks
2013-06-24 12:40 UTC
[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 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-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 (5+ 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 (32+ messages)
[PATCH] vhost_net: clear msg.control for non-zerocopy case during tx
2013-06-10 21:32 UTC (3+ messages)
[PATCH] virtio-net: put virtio net header inline with data
2013-06-09 7:11 UTC (5+ messages)
[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 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)
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).