virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-12-21 12:58:27 to 2008-01-19 07:02:29 UTC [more...]

[PATCH] KVM virtio balloon driver
 2008-01-19  7:02 UTC  (18+ messages)
      ` [PATCH] KVM simplified "
        ` [kvm-devel] "

[PATCH 2/3] Make IRQ handlers typesafe
 2008-01-19  4:08 UTC  (11+ messages)
  ` [PATCH 3/3] Makes lguest's irq handler typesafe

[PATCH 1/6] explicitly use ktime.h include
 2008-01-19  1:59 UTC  (6+ messages)
  ` [PATCH 2/6] explicitly use hrtimer.h include
    ` [PATCH 3/6] explicitly use sched.h include
      ` [PATCH 4/6] use __PAGE_KERNEL instead of _PAGE_KERNEL
        ` [PATCH 5/6] export check_tsc_unstable
          ` [PATCH 6/6] export __supported_pte_mask

[PATCH 0/6] lguest patches for compiling x86_64
 2008-01-19  1:59 UTC 

[PATCH 0/10] Tree fixes for PARAVIRT
 2008-01-19  1:24 UTC  (22+ messages)
` [PATCH 1/10] add missing parameter for lookup_address
  ` [PATCH 2/10] add stringify header
    ` [PATCH 3/10] provide a native_init_IRQ function to x86_64
      ` [PATCH 4/10] put generic mm_hooks include into PARAVIRT
        ` [PATCH 5/10] puts read and write cr8 into pv_cpu_ops
          ` [PATCH 6/10] provide read and write cr8 paravirt hooks
            ` [PATCH 7/10] fill pv_cpu_ops structure with cr8 fields
              ` [PATCH 8/10] add asm_offset PARAVIRT constants
                ` [PATCH 9/10] provide __parainstructions section
                  ` [PATCH 10/10] change function orders in paravirt.h

[PATCH] fix drivers/lguest Makefile entry
 2008-01-18  2:16 UTC 

[PATCH 0/7] More lguest massage
 2008-01-18  1:02 UTC  (8+ messages)

[PATCH 0/7] More lguest massage
 2008-01-18  0:35 UTC 

CfP 3rd Workshop on Virtualization in HPC Cluster and Grid Computing Environments (VHPC'08)
 2008-01-17 23:57 UTC 

[PATCH 2/3] virtio: Net header needs gso_hdr_len
 2008-01-16  4:19 UTC 

[PATCH 2/3] virtio: Net header needs gso_hdr_len
 2008-01-16  0:06 UTC  (5+ messages)
  ` [PATCH 3/3] tun/tap GSO/partial csum support
` [PATCH 1/3] skb_partial_csum_set

[PATCH 1/3] skb_partial_csum_set
 2008-01-15 10:41 UTC 

[PATCH] fix bug in virtio-rng
 2008-01-15  0:02 UTC  (2+ messages)

[PATCH] virtio_rng: adopt driver to newest virtio code
 2008-01-15  0:01 UTC  (2+ messages)

[PATCH] Remove unnecessary pr_debug()
 2008-01-11  9:53 UTC  (2+ messages)

virtio_net and SMP guests
 2008-01-11  9:53 UTC  (9+ messages)

[PATCH] Increase the tx queue to 512 descriptors to fix performance problem
 2008-01-09 14:51 UTC  (3+ messages)

[PATCH] cpu hotplug driver: kernel module
 2008-01-09 14:37 UTC  (7+ messages)
  ` [PATCH] cpu hotplug driver: userspace back end
` [kvm-devel] [PATCH/RFC 0/2] CPU hotplug virtio driver

[PATCH] Increase the tx queue to 512 descriptors to fix performance problem
 2008-01-09 13:23 UTC 

[kvm-devel] [PATCH] kvm guest balloon driver
 2008-01-09 11:14 UTC  (9+ messages)

[PATCH/RFC 0/2] CPU hotplug virtio driver
 2008-01-09 10:21 UTC 

[PATCH] Always notify a virtio_ring when it's full
 2008-01-09  0:34 UTC  (2+ messages)

[PATCH] KVM: add KVM_SYNC_SHADOW_WITH_USER ioctl
 2008-01-08 22:56 UTC 

[kvm-devel] [PATCH] QEMU KVM balloon support
 2008-01-08 17:08 UTC  (2+ messages)

[PATCH] QEMU KVM balloon support
 2008-01-08 15:43 UTC 

[PATCH] KVM: add KVM_SYNC_SHADOW_WITH_USER ioctl
 2008-01-08 15:39 UTC 

[PATCH] kvm guest balloon driver
 2008-01-08 15:33 UTC 

[PATCH 01/16] introduce vcpu struct
 2008-01-08 11:02 UTC  (17+ messages)
  ` [PATCH 02/16] adapt lguest launcher to per-cpuness
    ` [PATCH 03/16] initialize vcpu
      ` [PATCH 04/16] per-cpu run guest
        ` [PATCH 05/16] make write() operation smp aware
          ` [PATCH 06/16] make hypercalls use the vcpu struct
            ` [PATCH 07/16] per-vcpu lguest timers
              ` [PATCH 08/16] per-vcpu interrupt processing
                ` [PATCH 09/16] map_switcher_in_guest() per-vcpu
                  ` [PATCH 10/16] make emulate_insn receive a vcpu struct
                    ` [PATCH 11/16] make registers per-vcpu
                      ` [PATCH 12/16] replace lguest_arch with lg_vcpu_arch
                        ` [PATCH 13/16] per-vcpu lguest task management
                          ` [PATCH 14/16] makes special fields be per-vcpu
                            ` [PATCH 15/16] make pending notifications per-vcpu
                              ` [PATCH 16/16] per-vcpu lguest pgdir management

[PATCH 0/16 -v2] lguest smp infrastructure
 2008-01-07 13:05 UTC 

[PATCH][RESEND] Relax BUG_ON()s when enabling/disabling virt_ring interrupts
 2008-01-07  4:29 UTC  (3+ messages)

[PATCH 01/16] introduce vcpu struct
 2008-01-07  0:53 UTC  (11+ messages)
    ` [PATCH 02/16] adapt lguest launcher to per-cpuness
    ` [PATCH 04/16] per-cpu run guest
      ` [PATCH 05/16] make write() operation smp aware
    ` [PATCH 09/16] map_switcher_in_guest() per-vcpu
    ` [PATCH 13/16] per-vcpu lguest task management
` [PATCH 0/16] lguest: introduce vcpu structure

[PATCH] Use memset(0) instead of setting cb_mode explicitly
 2008-01-04  3:03 UTC 

[RFC PATCH 01/11] Add basic support for gcc profiler instrumentation
 2008-01-03 19:18 UTC  (5+ messages)

[PATCH] Use memset(0) instead of setting cb_mode explicitly
 2008-01-03 15:57 UTC 

[PATCH 2/3] Make virtio_pci license be GPL2+
 2008-01-03 15:13 UTC  (5+ messages)
` [PATCH 3/3] Use Qumranet donated PCI vendor/device IDs
` [kvm-devel] [PATCH 1/3] Make virtio modules GPL

[kvm-devel] [Virtio-for-kvm] [PATCH 7/7] userspace virtio
 2008-01-02 21:45 UTC  (4+ messages)
`  "

[PATCH 1/3] Make virtio modules GPL
 2008-01-02 21:01 UTC 

[PATCH 1/2] remove __init modifier from header declaration
 2008-01-01 16:57 UTC  (3+ messages)

Xen paravirt frontend block hang
 2007-12-29  6:00 UTC  (4+ messages)

[kvm-devel] [Virtio-for-kvm] [PATCH 0/7] userspace virtio
 2007-12-23 10:52 UTC 

[PATCH 15/19] use the same data type for tls_array
 2007-12-22  2:07 UTC  (2+ messages)
                  ` [PATCH 18/19] move _set_gate and its users to a common location

[kvm-devel] [Virtio-for-kvm] [PATCH 13/13] [Mostly resend] virtio additions
 2007-12-22  0:31 UTC 

[kvm-devel] [Virtio-for-kvm] [PATCH 13/13] [Mostly resend] virtio additions
 2007-12-21 15:27 UTC 

[kvm-devel] [Virtio-for-kvm] [PATCH 12/13] [Mostly resend] virtio additions
 2007-12-21 15:27 UTC 

[kvm-devel] [Virtio-for-kvm] [PATCH 11/13] [Mostly resend] virtio additions
 2007-12-21 15:26 UTC 

[kvm-devel] [Virtio-for-kvm] [PATCH 10/13] [Mostly resend] virtio additions
 2007-12-21 15:26 UTC 

[kvm-devel] [Virtio-for-kvm] [PATCH 9/13] [Mostly resend] virtio additions
 2007-12-21 15:25 UTC 

[kvm-devel] [Virtio-for-kvm] [PATCH 8/13] [Mostly resend] virtio additions
 2007-12-21 15:24 UTC 

[kvm-devel] [Virtio-for-kvm] [PATCH 7/13] [Mostly resend] virtio additions
 2007-12-21 15:24 UTC 

[kvm-devel] [Virtio-for-kvm] [PATCH 6/13] [Mostly resend] virtio additions
 2007-12-21 15:23 UTC 

[kvm-devel] [Virtio-for-kvm] [PATCH 05/13] [Mostly resend] virtio additions
 2007-12-21 15:19 UTC 

[kvm-devel] [Virtio-for-kvm] [PATCH 4/13] [Mostly resend] virtio additions
 2007-12-21 15:18 UTC 

[kvm-devel] [Virtio-for-kvm] [PATCH 3/13] [Mostly resend] virtio additions
 2007-12-21 15:17 UTC 

[kvm-devel] [Virtio-for-kvm] [PATCH 2/13] [Mostly resend] virtio additions
 2007-12-21 15:17 UTC 

[kvm-devel] [Virtio-for-kvm] [PATCH 1/13] [Mostly resend] virtio additions
 2007-12-21 15:16 UTC 

[kvm-devel] [Virtio-for-kvm] [PATCH 0/13] [Mostly resend] virtio additions
 2007-12-21 15:13 UTC 

[Virtio-for-kvm] [PATCH 7/7] userspace virtio
 2007-12-21 14:46 UTC 

[Virtio-for-kvm] [PATCH 6/7] userspace virtio
 2007-12-21 14:44 UTC 

[Virtio-for-kvm] [PATCH 5/7] userspace virtio
 2007-12-21 14:44 UTC 

[Virtio-for-kvm] [PATCH 4/7] userspace virtio
 2007-12-21 14:44 UTC 

[Virtio-for-kvm] [PATCH 3/7] userspace virtio
 2007-12-21 14:43 UTC 

[Virtio-for-kvm] [PATCH 2/7] userspace virtio
 2007-12-21 14:43 UTC 

[Virtio-for-kvm] [PATCH 1/7] userspace virtio
 2007-12-21 14:43 UTC 

[Virtio-for-kvm] [PATCH 0/7] userspace virtio
 2007-12-21 14:42 UTC 

Re: Next steps with pv_ops for Xen
 2007-12-21 12:58 UTC  (2+ messages)
` [Xen-devel] "


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).