summaryrefslogtreecommitdiffstats
path: root/drivers/lguest/x86
Commit message (Expand)AuthorAgeFilesLines
* cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy2008-01-251-4/+4
* lguest: documentation updateRusty Russell2007-10-252-78/+113
* lguest: use defines from x86 headers instead of magic numbersRusty Russell2007-10-251-1/+1
* generalize lgread_u32/lgwrite_u32.Rusty Russell2007-10-231-2/+2
* Remove old lguest bus and drivers.Rusty Russell2007-10-231-1/+0Star
* Boot with virtual == physical to get closer to native Linux.Rusty Russell2007-10-231-3/+4
* Allow guest to specify syscall vector to use.Rusty Russell2007-10-231-0/+4
* Move register setup into i386_core.cJes Sorensen2007-10-231-0/+36
* Make hypercalls arch-independent.Jes Sorensen2007-10-231-1/+61
* Introduce "hcall" pointer to indicate pending hypercall.Rusty Russell2007-10-231-6/+7
* Reorder guest saved regs to match hyperall orderJes Sorensen2007-10-231-2/+2
* Move i386 part of core.c to x86/core.c.Jes Sorensen2007-10-232-1/+478
* Rename switcher.S to x86/switcher_32.SRusty Russell2007-10-231-0/+350