summaryrefslogtreecommitdiffstats
path: root/drivers/lguest/core.c
AgeCommit message (Expand)AuthorLines
2008-03-28lguest: comment documentation update.Rusty Russell-9/+9
2008-03-11lguest: fix __get_vm_area usage.Rusty Russell-2/+13
2008-01-30lguest: get rid of lg variable assignmentsGlauber de Oliveira Costa-13/+11
2008-01-30lguest: make pending notifications per-vcpuGlauber de Oliveira Costa-3/+3
2008-01-30lguest: per-vcpu lguest task managementGlauber de Oliveira Costa-2/+2
2008-01-30lguest: per-vcpu interrupt processing.Glauber de Oliveira Costa-1/+1
2008-01-30lguest: make hypercalls use the vcpu structGlauber de Oliveira Costa-3/+3
2008-01-30lguest: per-cpu run guestGlauber de Oliveira Costa-2/+4
2008-01-30lguest: Reboot supportBalaji Rao-0/+2
2008-01-30lguest: remove pv_info dependencyGlauber de Oliveira Costa-1/+1
2007-10-25lguest: documentation updateRusty Russell-1/+4
2007-10-23generalize lgread_u32/lgwrite_u32.Rusty Russell-31/+8
2007-10-23Remove old lguest I/O infrrasructure.Rusty Russell-8/+4
2007-10-23Allow guest to specify syscall vector to use.Rusty Russell-10/+20
2007-10-23Introduce "hcall" pointer to indicate pending hypercall.Rusty Russell-4/+4
2007-10-23Move i386 part of core.c to x86/core.c.Jes Sorensen-446/+13
2007-10-23Remove fixed limit on number of guests, and lguests array.Rusty Russell-14/+0
2007-10-23Introduce guest mem offset, static link example launcherRusty Russell-12/+10
2007-10-16paravirt: refactor struct paravirt_ops into smaller pv_*_opsJeremy Fitzhardinge-3/+3
2007-08-09lguest: Fix Malicious Guest GDT Host CrashRusty Russell-0/+5
2007-07-26lguest: documentation VI: SwitcherRusty Russell-4/+47
2007-07-26lguest: documentation V: HostRusty Russell-15/+258
2007-07-26lguest: documentation IV: LauncherRusty Russell-2/+22
2007-07-26lguest: documentation I: PreparationRusty Russell-2/+5
2007-07-19lguest: the host codeRusty Russell-0/+462