x86: change write_gdt_entry signature.
[safe/jmp/linux-2.6] / arch / x86 / lguest / boot.c
2008-01-30 Glauber de Oliveir... x86: change write_gdt_entry signature.
2008-01-30 Glauber de Oliveir... x86: change write_idt_entry signature
2008-01-30 Glauber de Oliveir... x86: unify struct desc_ptr
2008-01-30 H. Peter Anvinx86: use generic register name in the thread and tss...
2008-01-30 H. Peter Anvinx86: rename the struct pt_regs members for 32/64-bit...
2008-01-30 Thomas Gleixnerx86: use u32 for some lapic functions
2007-11-05 Rusty Russelllguest: tidy up documentation
2007-11-05 Adrian Bunklguest: make async_hcall() static
2007-10-25 Rusty Russelllguest: documentation update
2007-10-25 Jeff Garziklguest: build fix
2007-10-25 Rusty Russelllguest: use defines from x86 headers instead of magic...
2007-10-24 Jeff Garzikx86: lguest build fix
2007-10-23 Rusty RussellRevert lguest magic and use hook in head.S
2007-10-23 Rusty RussellLguest support for Virtio
2007-10-23 Rusty RussellRemove old lguest bus and drivers.
2007-10-23 Rusty RussellBoot with virtual == physical to get closer to native...
2007-10-23 Rusty RussellAllow guest to specify syscall vector to use.
2007-10-23 Jes SorensenMake hypercalls arch-independent.
2007-10-23 Jes SorensenMove i386 part of core.c to x86/core.c.
2007-10-23 Rusty RussellMove lguest guest support to arch/x86.