summaryrefslogtreecommitdiffstats
path: root/arch/x86/lguest
Commit message (Expand)AuthorAgeFilesLines
* x86/lguest: fix pgdir pmd index calculationAhmed S. Darwish2008-02-261-1/+1
* lguest: include function prototypesHarvey Harrison2008-02-261-9/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-01-301-2/+9
|\
| * lguest: Reboot supportBalaji Rao2008-01-301-2/+9
* | x86: remove depends on X86_32 from PARAVIRT & PARAVIRT_GUESTEduardo Pereira Habkost2008-01-301-0/+1
* | x86: change write_gdt_entry signature.Glauber de Oliveira Costa2008-01-301-3/+3
* | x86: change write_idt_entry signatureGlauber de Oliveira Costa2008-01-301-4/+5
* | x86: unify struct desc_ptrGlauber de Oliveira Costa2008-01-301-2/+2
* | x86: use generic register name in the thread and tss structuresH. Peter Anvin2008-01-301-3/+3
* | x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin2008-01-301-11/+11
* | x86: use u32 for some lapic functionsThomas Gleixner2008-01-301-2/+2
|/
* lguest: prevent VISWS or VOYAGER randconfigsRandy Dunlap2007-11-291-0/+1
* lguest: tidy up documentationRusty Russell2007-11-051-22/+21Star
* lguest: make async_hcall() staticAdrian Bunk2007-11-051-13/+13
* lguest: documentation updateRusty Russell2007-10-252-26/+30
* lguest: build fixJeff Garzik2007-10-251-0/+1
* lguest: use defines from x86 headers instead of magic numbersRusty Russell2007-10-251-3/+2Star
* Revert lguest magic and use hook in head.SRusty Russell2007-10-232-29/+5Star
* Lguest support for VirtioRusty Russell2007-10-232-0/+26
* Remove old lguest bus and drivers.Rusty Russell2007-10-231-41/+0Star
* Virtio helper routines for a descriptor ringbuffer implementationRusty Russell2007-10-231-0/+1
* Boot with virtual == physical to get closer to native Linux.Rusty Russell2007-10-232-10/+38
* Allow guest to specify syscall vector to use.Rusty Russell2007-10-231-0/+1
* Make hypercalls arch-independent.Jes Sorensen2007-10-231-4/+4
* Move i386 part of core.c to x86/core.c.Jes Sorensen2007-10-231-0/+1
* Move lguest guest support to arch/x86.Rusty Russell2007-10-234-0/+1208