virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-04-28 17:23:47 to 2007-05-07 22:35:22 UTC [more...]

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

paravirt_ops queue rebased
 2007-05-07 18:14 UTC  (5+ messages)

[PATCH 2/3] lguest: 2.6.21-mm1 update: lguest-magic-signature.patch
 2007-05-07  1:12 UTC  (2+ messages)
  ` [PATCH 3/3] lguest: 2.6.21-mm1 update: lguest-net-stats-inline.patch

[PATCH 1/3] lguest: 2.6.21-mm1 update: lguest-remove-unnecessary-gdt-load.patch
 2007-05-07  1:09 UTC 

[RELEASE] linux-2.6.21 backport: 269 version
 2007-05-05  1:32 UTC  (3+ messages)

[PATCH 1/3] Documentation and example updates
 2007-05-04 15:00 UTC  (3+ messages)
` [PATCH 2/3] lguest: remove put_user etc warnings, add bloat
  ` [PATCH 3/3] lguest: fix obscure but nasty cow bug

[RELEASE] linux-2.6.21 backport: 269 version
 2007-05-04 14:09 UTC 

[RELEASE] Lguest for 2.6.21
 2007-05-04  3:39 UTC  (11+ messages)

[patches] [PATCH] [21/22] x86_64: Extend bzImage protocol for relocatable bzImage
 2007-05-03 16:23 UTC  (46+ messages)

[RELEASE] Lguest for 2.6.21
 2007-05-02 14:43 UTC 

[patch 00/32] xen: Xen implementation for paravirt_ops
 2007-05-02  6:48 UTC  (44+ messages)
` [patch 01/32] xen: Add apply_to_page_range() which applies a function to a pte range
` [patch 02/32] xen: Allocate and free vmalloc areas
` [patch 03/32] xen: Add nosegneg capability to the vsyscall page notes
` [patch 04/32] xen: Add Xen interface header files
` [patch 05/32] xen: Core Xen implementation
` [patch 06/32] xen: Xen virtual mmu
` [patch 07/32] xen: xen event channels
` [patch 08/32] xen: xen time implementation
` [patch 09/32] xen: xen configuration
` [patch 10/32] xen: Complete pagetable pinning for Xen
` [patch 11/32] xen: ignore RW mapping of RO pages in pagetable_init
` [patch 12/32] xen: fix multicall batching
` [patch 13/32] xen: Account for time stolen by Xen
` [patch 14/32] xen: Implement xen_sched_clock
` [patch 15/32] xen: Xen SMP guest support
` [patch 16/32] xen: Add support for preemption
` [patch 17/32] xen: lazy-mmu operations
` [patch 18/32] xen: deal with negative stolen time
` [patch 19/32] xen: xen time fixups
` [patch 20/32] xen: Use the hvc console infrastructure for Xen console
` [patch 21/32] xen: Add early printk support via hvc console
` [patch 22/32] xen: Add Xen grant table support
` [patch 23/32] xen: Add the Xenbus sysfs and virtual device hotplug driver
` [patch 24/32] xen: use xenbus_watch_pathfmt rather than watch_path2
` [patch 25/32] xen: rename dev_changed to xenbus_dev_changed
` [patch 26/32] xen: Add Xen virtual block device driver
` [patch 27/32] xen: Add the Xen virtual network "
` [patch 28/32] xen: xen-netfront: use skb.cb for storing private data
` [patch 29/32] xen: Lockdep fixes for xen-netfront
` [patch 30/32] xen: diddle netfront
` [patch 31/32] xen: --- drivers/net/xen-netfront.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
` [patch 32/32] xen: Xen machine operations

[ANNOUNCE] paravirt_ops i686 Fedora rawhide kernel packages
 2007-05-02  0:39 UTC 

2.6.21 and UML
 2007-05-01 17:47 UTC 

huh startup_ipi_hook?
 2007-04-30 21:40 UTC  (8+ messages)

[PATCH 01/12] x86_64: Allow fixmaps to be used with the initial page table
 2007-04-30 20:54 UTC  (21+ messages)
  ` [PATCH 02/12] i386 head.S: Remove unnecessary use of %ebx as the boot cpu flag
    ` [PATCH 03/12] i386 head.S: Always run the full set of paging state
      ` [PATCH 04/12] i386 voyager: Use modern techniques to setup and teardown low identiy mappings
        ` [PATCH 05/12] i386: During page table initialization always set the leaf page table entries
          ` [PATCH 06/12] i386: Minimum cpu detection cleanups
            ` [PATCH 07/12] i386: Add missing !X86_PAE dependincy to the 2G/2G split
              ` [PATCH 08/12] i386: Convert the boot time page tables to the kernels native format
                ` [PATCH 09/12] i386/x86_64: EHCI usb debug port early printk support
                  ` [PATCH 10/12] i386: Introduce head32.c
                    ` [PATCH 11/12] i386: Move setup_idt from head.S to head32.c
                      ` [PATCH 12/12] i386: remove cpuid checking in head.S

[PATCH] i386: introduce voyager smp_ops, fix voyager build
 2007-04-30 18:23 UTC  (7+ messages)

[PATCH 0/12] Early USB debug port and i386 boot cleanups
 2007-04-30 15:46 UTC 

[PATCH] lguest: properly kill guest userspace programs accessing kernel mem
 2007-04-30 13:04 UTC 

Odin chelovek ne potyanet, nujna komanda
 2007-04-29 20:37 UTC 

[PATCH 00/28] Updates for firstfloor paravirt-ops patches
 2007-04-29 16:55 UTC  (13+ messages)
` [PATCH 10/28] i386: map enough initial memory to create lowmem mappings

[PATCH 2/2] lguest: handle new paravirt lazy mode (fix userspace segfaults)
 2007-04-29 13:36 UTC 

[PATCH 1/2] lguest: fix up after pda->percpu conversion
 2007-04-29 13:34 UTC 

[PATCH 00/25] xen: Xen implementation for paravirt_ops
 2007-04-29  8:05 UTC  (11+ messages)
` [PATCH 22/25] xen: xen-netfront: use skb.cb for storing private data

The virtuailization patches break Voyager
 2007-04-28 17:23 UTC  (5+ 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).