virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-02-26 13:58:57 to 2008-03-20 16:24:30 UTC [more...]

[RFC/PATCH 00/15] kvm on big iron
 2008-03-20 16:24 UTC 

[RFC PATCH 1/5] lguest: mmap backing file
 2008-03-20 15:52 UTC  (20+ messages)
` [kvm-devel] [RFC PATCH 0/4] Inter-guest virtio I/O example with lguest
  ` [RFC PATCH 2/5] lguest: Encapsulate Guest memory ready for dealing with other Guests
    ` [RFC PATCH 3/5] lguest: separate out virtqueue info from device info
      ` [RFC PATCH 4/5] lguest: ignore bad virtqueues
        ` [RFC PATCH 5/5] lguest: Inter-guest networking
  ` [Lguest] [RFC PATCH 1/5] lguest: mmap backing file
  ` [kvm-devel] "
    ` [Lguest] "

[PATCH 01/50] xen: add missing __HYPERVISOR_arch_[0-7] definisions which ia64 needs
 2008-03-20 14:23 UTC  (52+ messages)
` [PATCH 02/50] xen: add missing VIRQ_ARCH_[0-7] definitions which ia64/xen needs
` [PATCH 03/50] xen: add missing definitions for xen grant table "
` [PATCH 04/50] xen: add missing definitions in include/xen/interface/vcpu.h "
` [PATCH 05/50] xen: move features.c from arch/x86/xen/features.c to drivers/xen
` [PATCH 06/50] xen: move arch/x86/xen/events.c undedr drivers/xen and split out arch specific part
` [PATCH 07/50] xen: make include/xen/page.h portable moving those definitions under asm dir
` [PATCH 08/50] xen: replace callers of alloc_vm_area()/free_vm_area() with xen_ prefixed one
` [PATCH 09/50] xen: make grant table arch portable
` [PATCH 10/50] xen: import include/xen/interface/callback.h which ia64/xen needs
` [PATCH 11/50] xen: import arch generic part of xencomm
` [PATCH 12/50] ia64/pv_ops: introduce ia64_set_rr0_to_rr4() to make kernel paravirtualization friendly
` [PATCH 13/50] ia64/pv_ops: introduce ia64_get_psr_i() "
` [PATCH 14/50] ia64/pv_ops: split out ia64_swtich_to(), ia64_leave_syscall() and ia64_leave_kernel from entry.S to switch_leave.S for paravirtualization
` [PATCH 15/50] ia64/pv_ops: preparation for paravirtualizatin of switch_leave.S and ivt.S
` [PATCH 16/50] ia64/pv_ops: hook pal_call_static() for paravirtualization
` [PATCH 17/50] ia64/pv_ops: introduce basic facilities for binary patching
` [PATCH 18/50] ia64/pv_ops: preparation for ia64 intrinsics operations paravirtualization
` [PATCH 19/50] ia64/pv_ops: define ia64 privileged instruction intrinsics for paravirtualized guest kernel
` [PATCH 20/50] ia64/pv_ops: paravirtualized instructions for hand written assembly code on native
` [PATCH 21/50] ia64/pv_ops: header file to switch paravirtualized assembly instructions
` [PATCH 22/50] ia64/pv_ops: paravirtualize minstate.h
` [PATCH 23/50] ia64/pv_ops: paravirtualize arch/ia64/kernel/switch_leave.S
` [PATCH 24/50] ia64/pv_ops: paravirtualize arch/ia64/kernel/ivt.S
` [PATCH 25/50] ia64/pv_ops: introduce pv_info
` [PATCH 26/50] ia64/pv_ops: introduce pv_init_ops and its hooks
` [PATCH 27/50] ia64/pv_ops: introduce pv_iosapic_ops "
` [PATCH 28/50] ia64/pv_ops: introduce pv_irq_ops "
` [PATCH 29/50] ia64/xen: increase IA64_MAX_RSVD_REGIONS
` [PATCH 30/50] ia64/xen: introduce synch bitops which is necessary for ia64/xen support
` [PATCH 31/50] ia64/xen: import xen hypercall header file for domU
` [PATCH 32/50] ia64/xen: define xen assembler constants which will be used later
` [PATCH 33/50] ia64/xen: detect xen environment at early boot time and do minimal initialization
` [PATCH 34/50] ia64/xen: helper functions for xen fault handlers
` [PATCH 35/50] ia64/pv_ops/xen: paravirtualized instructions for hand written assembly code
` [PATCH 36/50] ia64/pv_ops/xen: paravirtualize DO_SAVE_MIN
` [PATCH 37/50] ia64/pv_ops/xen: multi compile switch_leave.S and ivt.S for xen
` [PATCH 38/50] ia64/xen: paravirtualize pal_call_static()
` [PATCH 39/50] ia64/xen: introduce xen paravirtualized intrinsic operations for privileged instruction
` [PATCH 40/50] ia64/pv_ops/xen: xen privileged instruction intrinsics with binary patch
` [PATCH 41/50] ia64/xen: introduce xen hypercall routines necessary for domU
` [PATCH 42/50] ia64/xen: ia64 domU part of xencomm
` [PATCH 43/50] ia64/xen: define xen_alloc_vm_area()/xen_free_vm_area() for ia64 arch
` [PATCH 44/50] ia64/xen: basic helper routines for xen/ia64
` [PATCH 45/50] ia64/xen: domU xen machine vector without dma api
` [PATCH 46/50] ia64/xen: define xen related address conversion helper functions for domU
` [PATCH 47/50] ia64/pv_ops/xen: define xen pv_info
` [PATCH 48/50] ia64/pv_ops/xen: define xen pv_init_ops
` [PATCH 49/50] ia64/pv_ops/xen: define xen pv_iosapic_ops
` [PATCH 50/50] ia64/pv_ops/xen: define xen pv_irq_ops
  ` Xen common code across architecture

[RFC PATCH 0/4] Inter-guest virtio I/O example with lguest
 2008-03-20  5:59 UTC 

[PATCH] virtio_pci: unregister virtio device at device remove
 2008-03-20  5:46 UTC 

[PATCH] virtio_pci: unregister virtio device at device remove
 2008-03-20  1:35 UTC 

[PATCH 0/3] xen pvfb: Para-virtual framebuffer, keyboard and pointer
 2008-03-19 22:55 UTC  (11+ messages)
` [PATCH 2/3] fbdev: Make deferred I/O work as advertized

Xen paravirt frontend block hang
 2008-03-18 16:02 UTC  (15+ messages)
        ` [Xen-devel] "

[PATCH 1/3] [PATCH] allow machine_crash_shutdown to be replaced
 2008-03-18 11:02 UTC  (7+ messages)
  ` [PATCH 2/3] [PATCH] make native_machine_shutdown non-static
    ` [PATCH 3/3] [PATCH] disable clock before rebooting
` [PATCH 0/3 - resend] kvmclock reboot

[PATCH 0/3 - resend] kvmclock reboot
 2008-03-18 10:30 UTC 

[PATCH] virtio_net/virtio_ring: fix race in enable_cb
 2008-03-17 12:45 UTC  (4+ messages)

[PULL] 2.6.25 virtio fixes
 2008-03-17 12:10 UTC 

[patch 0/6] Guest page hinting version 6
 2008-03-17  9:21 UTC  (45+ 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

[PATCH] virtio_net/virtio_ring: fix race in enable_cb
 2008-03-14 13:17 UTC 

2.6.25-rc5-mm1 (paravirt/vsmp/no PCI)
 2008-03-12  7:14 UTC  (6+ messages)

KVM developer forum 2008
 2008-03-11 15:18 UTC 

[PATCH 2/4] virtio: Fix sysfs bits to have proper block symlink
 2008-03-11 12:06 UTC  (3+ messages)
  ` [PATCH 3/4] virtio: handle > 2 billion page balloon targets
    ` [PATCH 4/4] virtio: Enable netpoll interface for netconsole logging

[PATCH 1/4] virtio: Use spin_lock_irqsave/restore for virtio-pci
 2008-03-11 12:03 UTC 

I/O bandwidth control on KVM
 2008-03-10 12:05 UTC  (10+ messages)
  ` [kvm-devel] "

[Lguest] networking in lguest: strange error: lguest: Guest moved used index from 6 to 256
 2008-03-06 10:45 UTC  (4+ messages)

[PATCH 00/50] ia64/xen take 3: ia64/xen domU paravirtualization
 2008-03-05 18:18 UTC 

[PATCH 2/3] partial checksum and GSO support for tun/tap
 2008-03-04 20:08 UTC  (4+ messages)

[PATCH] VIRTIO NET: Enable netpoll interface for netconsole logging
 2008-03-03  4:52 UTC  (2+ messages)

[PATCH] VIRTIO NET: Enable netpoll interface for netconsole logging
 2008-02-29 10:54 UTC 

[kvm-ia64-devel] [PATCH 0/5] RFC: ia64/pv_ops: ia64 intrinsicsparavirtualization
 2008-02-29  9:39 UTC 

[PATCH 1/5] ia64/pv_ops: preparation for ia64 intrinsics operations paravirtualization
 2008-02-29  2:45 UTC  (7+ messages)
` [PATCH 2/5] ia64: introduce basic facilities for binary patching
` [PATCH 3/5] ia64/pv_ops: define ia64 privileged instruction intrinsics for paravirtualized guest kernel
` [PATCH 4/5] ia64/xen: introduce xen paravirtualized intrinsic operations for privileged instruction
` [PATCH 5/5] ia64/pv_ops/xen: xen privileged instruction intrinsics with binary patch
` [PATCH 0/5] RFC: ia64/pv_ops: ia64 intrinsics paravirtualization

[PATCH 0/5] RFC: ia64/pv_ops: ia64 intrinsics paravirtualization
 2008-02-28  9:57 UTC 

xen: Make hvc0 the preferred console in domU
 2008-02-27 13:56 UTC 

[PATCH 6/8] ia64/pv_ops xen: xen paravirtualization of hand written assembly code. inst_xen.h
 2008-02-27  1:35 UTC  (5+ messages)
` [PATCH 7/8] ia64/xen: paravirtualize minstate.h, DO_SAVE_MIN
` [PATCH 8/8] ia64/pv_ops/xen: multi compiling switch_leave.S and ivt.S for xen
  ` [Xen-ia64-devel] [PATCH 7/8] ia64/xen: paravirtualize minstate.h, DO_SAVE_MIN

[PATCH 4/8] ia64/pv_ops: paravirtualize arch/ia64/kernel/switch_leave.S
 2008-02-26 21:14 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).