virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-05-09 13:37:33 to 2007-05-31 12:19:07 UTC [more...]

[PATCH RFC 1/3] virtio infrastructure
 2007-05-31 12:19 UTC 

[PATCH 0/3] KVM paravirt_ops implementation
 2007-05-31 11:12 UTC  (18+ messages)
` [PATCH 1/3] KVM paravirt_ops infrastructure
  ` [kvm-devel] "
` [PATCH 2/3][PARAVIRT] Make IO delay a NOP
  ` [PATCH 3/3] Eliminate read_cr3 on TLB flush
            ` [kvm-devel] "

[patch rfc wip] first cut of ELF bzImage
 2007-05-31  8:12 UTC  (4+ messages)

Extending boot protocol & bzImage for paravirt_ops
 2007-05-31  8:08 UTC  (12+ messages)

[kvm-devel] [PATCH 3/3] Eliminate read_cr3 on TLB flush
 2007-05-31  7:50 UTC  (5+ messages)

[PATCH 2/3] lguest: more lazy_hcalls
 2007-05-31  7:25 UTC  (2+ messages)
  ` [PATCH 3/3] lguest: faster tls switching

[PATCH 1/3] lguest: speed up PARAVIRT_LAZY_FLUSH handling
 2007-05-31  7:23 UTC 

Market Usa
 2007-05-31  2:04 UTC 

[kvm-devel] [PATCH 3/3] Eliminate read_cr3 on TLB flush
 2007-05-30 22:03 UTC 

[kvm-devel] [PATCH 3/3] Eliminate read_cr3 on TLB flush
 2007-05-30 19:12 UTC 

[kvm-devel] [PATCH 3/3] Eliminate read_cr3 on TLB flush
 2007-05-30 17:58 UTC 

Why be an average guy any longer
 2007-05-30 11:10 UTC 

The morehead between brunson
 2007-05-29 17:01 UTC 

He lynnfield he cinda
 2007-05-28 11:50 UTC 

in before hellertown
 2007-05-27 14:26 UTC 

It mahaska herself kilauea
 2007-05-26 12:30 UTC 

was copan she milroy
 2007-05-25  9:24 UTC 

[patch 00/33] xen: Xen paravirt_ops implementation
 2007-05-22 15:06 UTC  (36+ messages)
` [patch 01/33] xen: paravirt: add an "mm" argument to alloc_pt
` [patch 02/33] xen: paravirt: add a hook for once the allocator is ready
` [patch 03/33] xen: paravirt: increase IRQ limit
` [patch 04/33] xen: paravirt: unstatic leave_mm
` [patch 05/33] xen: paravirt: unstatic smp_store_cpu_info
` [patch 06/33] xen: paravirt: make siblingmap functions visible
` [patch 07/33] xen: paravirt: export __supported_pte_mask
` [patch 08/33] xen: Allocate and free vmalloc areas
` [patch 09/33] xen: Add nosegneg capability to the vsyscall page notes
` [patch 10/33] xen: Add Xen interface header files
` [patch 11/33] xen: Core Xen implementation
` [patch 12/33] xen: Xen virtual mmu
` [patch 13/33] xen: xen event channels
` [patch 14/33] xen: xen time implementation
` [patch 15/33] xen: xen configuration
` [patch 16/33] xen: xen: add pinned page flag
` [patch 17/33] xen: Complete pagetable pinning for Xen
` [patch 18/33] xen: xen: ignore RW mapping of RO pages in pagetable_init
` [patch 19/33] xen: Account for time stolen by Xen
` [patch 20/33] xen: Implement xen_sched_clock
` [patch 21/33] xen: Xen SMP guest support
` [patch 22/33] xen: Add support for preemption
` [patch 23/33] xen: xen: lazy-mmu operations
` [patch 24/33] xen: xen: hack to prevent bad segment register reload
` [patch 25/33] xen: Use the hvc console infrastructure for Xen console
` [patch 26/33] xen: Add Xen grant table support
` [patch 27/33] xen: Add the Xenbus sysfs and virtual device hotplug driver
` [patch 28/33] xen: Add Xen virtual block device driver
` [patch 29/33] xen: Add the Xen virtual network "
` [patch 30/33] xen: Xen machine operations
` [patch 31/33] xen: xen: handle external requests for shutdown, reboot and sysrq
` [patch 32/33] xen: Place vcpu_info structure into per-cpu memory, if possible
` [patch 33/33] xen: Attempt to patch inline versions of common operations

changing definition of paravirt_ops.iret
 2007-05-22  0:08 UTC  (5+ messages)

[PATCH 2/6] lguest: kbuild tidyups
 2007-05-16  7:00 UTC  (9+ messages)
  ` [PATCH 3/6] lguest: guest tidyups
    ` [PATCH 4/6] lguest: netdriver tidyups and a bugfix
      ` [PATCH 5/6] lguest: console driver tidyups
        ` [PATCH 6/6] lguest: block "
` [PATCH 1/6] lguest: host code tidyups

[ANNOUNCE] virtbench now has xen support
 2007-05-15  2:38 UTC 

[PATCH 1/6] lguest: host code tidyups
 2007-05-15  1:17 UTC 

[PATCH 1/5] lguest host feedback tidyups
 2007-05-14  7:11 UTC  (22+ messages)
` [PATCH 0/5] lguest "
  ` [PATCH 2/5] lguest guest "
    ` [PATCH 3/5] lguest network driver "
      ` [PATCH 4/5] lguest block "
        ` [PATCH 5/5] lguest console "

[patch 00/28]xen: Xen implementation for paravirt_ops
 2007-05-12 19:57 UTC  (33+ messages)
` [patch 01/28]xen: Allocate and free vmalloc areas
` [patch 02/28]xen: Add nosegneg capability to the vsyscall page notes
` [patch 03/28]xen: Add Xen interface header files
` [patch 04/28]xen: Core Xen implementation
` [patch 05/28]xen: Xen virtual mmu
` [patch 06/28]xen: xen event channels
` [patch 07/28]xen: xen time implementation
` [patch 08/28]xen: xen configuration
` [patch 09/28]xen: Complete pagetable pinning for Xen
` [patch 10/28]xen: ignore RW mapping of RO pages in pagetable_init
` [patch 11/28]xen: fix multicall batching
` [patch 12/28]xen: Account for time stolen by Xen
` [patch 13/28]xen: Implement xen_sched_clock
` [patch 14/28]xen: Xen SMP guest support
` [patch 15/28]xen: Add support for preemption
` [patch 16/28]xen: lazy-mmu operations
` [patch 17/28]xen: deal with negative stolen time
` [patch 18/28]xen: Use the hvc console infrastructure for Xen console
` [patch 19/28]xen: Add early printk support via hvc console
  ` [Xen-devel] "
` [patch 20/28]xen: Add Xen grant table support
` [patch 21/28]xen: Add the Xenbus sysfs and virtual device hotplug driver
` [patch 22/28]xen: Add Xen virtual block device driver
` [patch 23/28]xen: rename xen netif_ structures to xen_netif_
` [patch 24/28]xen: Add the Xen virtual network device driver
` [patch 25/28]xen: Xen machine operations
` [patch 26/28]xen: handle external requests for shutdown, reboot and sysrq
` [patch 27/28]xen: Place vcpu_info structure into per-cpu memory, if possible
` [patch 28/28]xen: Attempt to patch inline versions of common operations

[patch 0/6] [rfc] guest page hinting version 5
 2007-05-11 14:53 UTC  (9+ 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 8/9] lguest: the block driver
 2007-05-11 12:09 UTC  (4+ messages)

[PATCH 0/2 v05] lguest: TSC & hrtimers
 2007-05-11  5:03 UTC  (3+ messages)
` [PATCH 2/2] lguest: Convert to hrtimer framework

[PATCH 0/5] lguest feedback tidyups
 2007-05-11  1:17 UTC 

[patch 00/29] xen: Xen implementation for paravirt_ops
 2007-05-10 22:53 UTC  (16+ messages)
` [patch 25/29] xen: Add the Xen virtual network device driver
          ` [1/2] [NET] link_watch: Move link watch list into net_device

Of jeannette herself hensonville
 2007-05-10 12:29 UTC 

[patch 7/9] lguest: the net driver
 2007-05-10 10:12 UTC  (6+ messages)

lguest re-review
 2007-05-10  1:30 UTC  (5+ messages)

[patches] [PATCH] [21/22] x86_64: Extend bzImage protocol for relocatable bzImage
 2007-05-10  0:55 UTC  (4+ messages)

[patch 5/9] lguest: the Makefile and Kconfig
 2007-05-10  0:19 UTC  (3+ messages)

[patch 4/9] lguest: the asm offsets
 2007-05-10  0:09 UTC  (3+ messages)


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