messages from 2007-01-12 08:31:19 to 2007-02-14 01:06:42 UTC [more...]
[patch 00/21] Xen-paravirt: Xen guest implementation for paravirt_ops interface
2007-02-14 1:06 UTC (34+ messages)
` [patch 01/21] Xen-paravirt: Fix typo in sync_constant_test_bit()s name
` [patch 02/21] Xen-paravirt: Handle a zero-sized VT console
` [patch 03/21] Xen-paravirt: Add pagetable accessors to pack and unpack pagetable entries
` [patch 04/21] Xen-paravirt: paravirt_ops: hooks to set up initial pagetable
` [patch 05/21] Xen-paravirt: paravirt_ops: allocate a fixmap slot
` [patch 06/21] Xen-paravirt: remove ctor for pgd cache
` [patch 07/21] Xen-paravirt: Allow paravirt backend to choose kernel PMD sharing
` [patch 08/21] Xen-paravirt: Allow paravirt backend to select PGD allocation alignment
` [patch 09/21] Xen-paravirt: add hooks to intercept mm creation and destruction
` [patch 10/21] Xen-paravirt: Name: dont export paravirt_ops structure, do individual functions
` [patch 11/21] Xen-paravirt: Add apply_to_page_range() which applies a function to a pte range
` [patch 12/21] Xen-paravirt: Allocate and free vmalloc areas
` [patch 13/21] Xen-paravirt: Add nosegneg capability to the vsyscall page notes
` [patch 14/21] Xen-paravirt: Add XEN config options and disable unsupported config options
` "
` [patch 15/21] Xen-paravirt: Add Xen interface header files
` [patch 16/21] Xen-paravirt: Add code into head.S to handle being booted by Xen
` [patch 17/21] Xen-paravirt: Add the Xen virtual console driver
` [patch 18/21] Xen-paravirt: Add Xen grant table support
` [patch 19/21] Xen-paravirt: Add the Xenbus sysfs and virtual device hotplug driver
` [patch 20/21] Xen-paravirt: Add Xen virtual block device driver
` [patch 21/21] Xen-paravirt: Add the Xen virtual network "
vgacon disable again
2007-02-13 21:54 UTC (3+ messages)
[rfc/patch] use hvc for xen console
2007-02-13 16:13 UTC (3+ messages)
[PATCH 1/7] cleanup: paravirt unhandled fallthrough
2007-02-13 14:06 UTC (31+ messages)
` [PATCH 2/7] cleanup: Initialize esp0 properly all the time
` [PATCH 3/7] cleanup: Make hvc_console.c compile on non-PowerPC
` [PATCH 4/7] cleanup: Move mce_disabled to asm/mce.h
` [PATCH 5/7] cleanup: Rename cpu_gdt_descr and remove extern declaration from smpboot.c
` [PATCH 6/7] cleanup: Remove extern declaration from mm/discontig.c, put in header
` [PATCH 7/7] cleanup: make disable_acpi() valid w/o CONFIG_ACPI
` [PATCH 1/2] lguest preparation: EXPORT_SYMBOL_GPL 5 functions
` [PATCH 2/2] lguest preparation: expose futex infrastructure: get_futex_key, get_key_refs and drop_key_refs
` [PATCH 1/8] lguest: Kconfig and headers
` [PATCH 2/8] lguest: the host code (lg.ko)
` [PATCH 3/8] lguest: Guest code
` [PATCH 4/8] lguest: Makefile
` [PATCH 5/8] lguest: trivial guest network driver
` [PATCH 6/8] lguest: trivial guest console driver
` [PATCH 7/8] lguest: trivial guest block driver
` [PATCH 8/8] lguest: documentatation and example launcher
[PATCH 0/10] lguest
2007-02-13 3:10 UTC (45+ messages)
` [PATCH 1/10] lguest: Don't rely on last-linked fallthru when no paravirt handler
` [PATCH 2/10] lguest: Export symbols for lguest as a module
` [PATCH 3/10] lguest: Expose get_futex_key, get_key_refs and drop_key_refs
` [PATCH 4/10] lguest: Initialize esp0 properly all the time
` [PATCH 5/10] Make hvc_console.c compile on non-PowerPC
` [PATCH 6/10] lguest code: the little linux hypervisor
` [PATCH 7/10] lguest: Simple lguest network driver
` [PATCH 8/10] lguest: console driver
` [PATCH 9/10] lguest: block driver
` [PATCH 10/10] lguest: documentatation including example launcher
` [q] kbuild for private asm-offsets (Re: [PATCH 6/10] lguest code: the little linux hypervisor.)
` [PATCH 6a/10] lguest: Config and headers
` [PATCH 6b/10] lguest: the host code (lg.ko)
` [PATCH 6c/10] lguest: the guest code
` [PATCH 6d/10] lguest: the Makefiles
` [PATCH 11/10] lguest: use disable_acpi()
porting lguest to x86_64
2007-02-13 2:17 UTC (6+ messages)
BOO write: Today's prognosis
2007-02-12 13:38 UTC
[PATCH 0 of 7] lguest host code
2007-02-10 9:33 UTC (12+ messages)
` [PATCH 1 of 7] lguest: Move mce_disabled to asm/mce.h so lguest can use it
` [PATCH 2 of 7] lguest: Rename cpu_gdt_descr and remove extern declaration from smpboot.c
` [PATCH 3 of 7] lguest: Remove extern declaration from mm/discontig.c, put in header
` [PATCH 4 of 7] lguest: Config and headers
` [PATCH 5 of 7] lguest: the host code (lg.ko)
` [PATCH 6 of 7] lguest: Guest code
` [PATCH 7 of 7] lguest: Makefile
Paravirt-ops VMI / Xen / lrustyvisor merge status
2007-02-09 8:46 UTC (15+ messages)
[PATCH] Use correct macros in raid code, not raw asm
2007-02-09 1:43 UTC (7+ messages)
Solar energy investment
2007-02-08 22:47 UTC
Slackware-11.0, Kernel-2.6.20, lguest-137.patch : compiling problem
2007-02-08 0:48 UTC (3+ messages)
Marla'sBuber's wrote: Would you
2007-02-07 18:14 UTC
ED419
2007-01-26 6:45 UTC
[patch 00/20] XEN-paravirt: Xen guest implementation for paravirt_ops interface
2007-01-19 4:11 UTC (39+ messages)
` [patch 01/20] XEN-paravirt: Fix typo in sync_constant_test_bit()s name
` [patch 02/20] XEN-paravirt: Add a flag to allow the VGA console to be disabled
` [patch 03/20] XEN-paravirt: paravirt: page-table accessors
` [patch 04/20] XEN-paravirt: paravirt pagetable init
` [patch 05/20] XEN-paravirt: paravirt: reserve fixmap slot
` [patch 06/20] XEN-paravirt: remove pgd ctor
` [patch 07/20] XEN-paravirt: paravirt shared kernel pmd flag
` [Xen-devel] "
` [patch 08/20] XEN-paravirt: paravirt pgd allocation alignment
` [patch 09/20] XEN-paravirt: dont export paravirt_ops structure, do individual functions
` [patch 10/20] XEN-paravirt: mm lifetime hooks
` [patch 11/20] XEN-paravirt: Add apply_to_page_range() which applies a function to a pte range
` [patch 12/20] XEN-paravirt: Xen: Add nosegneg capability to the vsyscall page notes
` [patch 13/20] XEN-paravirt: Xen: Add config options and disable unsupported config options
` [patch 14/20] XEN-paravirt: Xen: Add interface header files
` [patch 15/20] XEN-paravirt: Xen: core paravirt guest changes
` [patch 16/20] XEN-paravirt: Add the Xen virtual console driver
` [patch 17/20] XEN-paravirt: Add Xen grant table support
` [patch 18/20] XEN-paravirt: Add Xen driver utility functions
` [patch 19/20] XEN-paravirt: Add the Xenbus sysfs and virtual device hotplug driver
` [patch 20/20] XEN-paravirt: Add Xen virtual block device driver
` "
We have the most lowest and favorable prices join MHII.OB
2007-01-17 17:03 UTC
Oops
2007-01-12 8:31 UTC (10+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).