summaryrefslogtreecommitdiff
path: root/drivers/lguest/x86
AgeCommit message (Expand)Author
2008-01-30lguest: make hypercalls use the vcpu structGlauber de Oliveira Costa
2008-01-30lguest: per-cpu run guestGlauber de Oliveira Costa
2008-01-25cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy
2007-10-25lguest: documentation updateRusty Russell
2007-10-25lguest: use defines from x86 headers instead of magic numbersRusty Russell
2007-10-23generalize lgread_u32/lgwrite_u32.Rusty Russell
2007-10-23Remove old lguest bus and drivers.Rusty Russell
2007-10-23Boot with virtual == physical to get closer to native Linux.Rusty Russell
2007-10-23Allow guest to specify syscall vector to use.Rusty Russell
2007-10-23Move register setup into i386_core.cJes Sorensen
2007-10-23Make hypercalls arch-independent.Jes Sorensen
2007-10-23Introduce "hcall" pointer to indicate pending hypercall.Rusty Russell
2007-10-23Reorder guest saved regs to match hyperall orderJes Sorensen
2007-10-23Move i386 part of core.c to x86/core.c.Jes Sorensen
2007-10-23Rename switcher.S to x86/switcher_32.SRusty Russell