virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-03-04 12:05:31 to 2009-04-27 15:06:48 UTC [more...]

[PATCH RFC 0/8] virtio: add guest MSI-X support
 2009-04-27 15:06 UTC  (4+ messages)

[PATCH 1/8] virtio: add request_vqs/free_vqs operations
 2009-04-27 12:33 UTC  (8+ messages)
` [PATCH 2/8] virtio_blk: add request_vqs/free_vqs calls
` [PATCH 3/8] virtio-rng: "
` [PATCH 4/8] virtio_console: "
` [PATCH 5/8] virtio_net: "
` [PATCH 6/8] virtio_balloon: "
` [PATCH 7/8] virtio_pci: split up vp_interrupt
` [PATCH 8/8] virtio_pci: optional MSI-X support

[PATCH RFC 0/8] virtio: add guest MSI-X support
 2009-04-27 12:31 UTC 

[PATCH 2/3] virtio: indirect ring entries (VIRTIO_RING_F_INDIRECT_DESC)
 2009-04-27  7:43 UTC  (2+ messages)

[PATCH] virtio-rng: Remove false BUG for spurious callbacks
 2009-04-26 13:00 UTC  (2+ messages)

[PATCH 4/5] lguest: use KVM hypercalls
 2009-04-24 12:40 UTC  (46+ messages)
` [Lguest] "
                                                          ` [1/2] tun: Only free a netdev when all tun descriptors are closed
                                                              ` [2/2] tun: Fix sk_sleep races when attaching/detaching

[PATCH] virtio-rng: Remove false BUG for spurious callbacks
 2009-04-23  7:12 UTC 

virtio-balloon: check for freezer in kthread loop
 2009-04-19 14:00 UTC  (3+ messages)

[PULL] lguest & virtio fixes
 2009-04-19 13:52 UTC 

[1/2] tun: Only free a netdev when all tun descriptors are closed
 2009-04-19  0:15 UTC  (4+ messages)

NULL pointer dereference at __switch_to() ( __unlazy_fpu ) with lguest PAE patch
 2009-04-17  0:45 UTC  (3+ messages)

[PATCH 2/5] bio-cgroup: The new page_cgroup framework
 2009-04-16 12:31 UTC  (4+ messages)
  ` [PATCH 3/5] bio-cgroup: The body of bio-cgroup
    ` [PATCH 4/5] bio-cgroup: Page tracking hooks
      ` [PATCH 5/5] bio-cgroup: Add a cgroup support to dm-ioband

[PATCH 1/5] bio-cgroup: Introduction
 2009-04-16 12:28 UTC 

RSS limitations
 2009-04-07 23:03 UTC 

2.6.29 git, resume from ram broken on thinkpad
 2009-04-07  8:54 UTC  (20+ messages)

[patch 0/6] Guest page hinting version 7
 2009-04-06 19:23 UTC  (52+ messages)
` [patch 1/6] Guest page hinting: core + volatile page cache
` [patch 2/6] Guest page hinting: volatile swap cache
` [patch 3/6] Guest page hinting: mlocked pages
` [patch 4/6] Guest page hinting: writable page table entries
` [patch 5/6] Guest page hinting: minor fault optimization
` [patch 6/6] Guest page hinting: s390 support

dm-ioband RPM packages
 2009-04-03 11:04 UTC 

[patch 42/45] lguest: wire up pte_update/pte_update_defer
 2009-03-31 23:11 UTC 

[PATCH 3/5] lguest: avoid accidental recycling of pgdir pages
 2009-03-28  6:37 UTC  (5+ messages)

[PATCH] lguest: barrier me harder
 2009-03-27  0:03 UTC 

[PATCH 3/5] lguest: avoid accidental recycling of pgdir pages
 2009-03-26 23:52 UTC 

[PATCH 2/5] lguest: wire up pte_update/pte_update_defer
 2009-03-26 23:52 UTC 

Device Drivers in xen, looking also for a white book about how xen works exactly
 2009-03-18 18:40 UTC  (2+ messages)

[PATCH v2 03/15] NULL noise: arch/x86/xen/smp.c
 2009-03-18 10:28 UTC  (5+ messages)

Process accounting in interrupt diabled cases
 2009-03-11  8:47 UTC  (5+ messages)

[PATCH] cpumask: make Xen use the new operators
 2009-03-11  6:05 UTC 

Help - KVM TODO_NOV2008_Sharing Memory between guests
 2009-03-08 14:21 UTC  (5+ messages)

Process accounting in interrupt diabled cases
 2009-03-06 23:03 UTC 

[PATCH 1/5] ia64/pv_op/binarypatch: add helper functions to support binary patching for paravirt_ops
 2009-03-04 12:06 UTC  (5+ messages)
` [PATCH 2/5] ia64/pv_ops: implement binary patching optimization for native
` [PATCH 3/5] ia64/pv_ops/bp/module: support binary patching for kernel module
` [PATCH 4/5] ia64/pv_ops/binary patch: define paravirt_dv_serialize_data() and suppress false positive warning
` [PATCH 5/5] ia64/pv_ops/bp/xen: implemented binary patchable pv_cpu_ops

[PATCH 0/5] ia64/pv_ops, xen: binary patch optimization TAKE 4
 2009-03-04 12:06 UTC 

[PATCH 01/15] ia64/pv_ops/xen: use __initconst instead of __initdata for const data
 2009-03-04 12:05 UTC  (15+ messages)
` [PATCH 02/15] ia64/xen: short-circuit tests for dom0
` [PATCH 03/15] ia64/pv_ops: add hooks to paravirtualize fsyscall implementation
` [PATCH 04/15] ia64/pv_ops/xen: preliminary to paravirtualizing fsys.S for xen
` [PATCH 05/15] ia64/pv_ops: paravirtualize fsys.S
` [PATCH 06/15] ia64/pv_ops/pvchecker: support mov = ar.itc paravirtualization
` [PATCH 07/15] ia64/pv_ops: paravirtualize mov = ar.itc
` [PATCH 08/15] ia64/pv_ops/xen: paravirtualize read/write ar.itc and ar.itm
` [PATCH 09/15] ia64/pv_ops/pv_time_ops: add sched_clock hook
` [PATCH 10/15] ia64/pv_ops/xen/pv_time_ops: implement sched_clock
` [PATCH 11/15] ia64/pv_ops: gate page paravirtualization
` [PATCH 12/15] ia64/pv_ops/xen: define xen specific gate page
` [PATCH 13/15] ia64/pv_ops: move down __kernel_syscall_via_epc
` [PATCH 14/15] ia64/pv_ops: paravirtualize gate.S
` [PATCH 15/15] ia64/pv_ops/xen/gate.S: xen gate page paravirtualization

[PATCH 00/15] ia64/pv_ops, xen: more paravirtualization. TAKE 5
 2009-03-04 12: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).