aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest/hypercalls.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-25lguest: documentation updateRusty Russell1-5/+6
2007-10-23generalize lgread_u32/lgwrite_u32.Rusty Russell1-1/+1
2007-10-23Remove old lguest I/O infrrasructure.Rusty Russell1-18/+8
2007-10-23Boot with virtual == physical to get closer to native Linux.Rusty Russell1-4/+4
2007-10-23Pagetables to use normal kernel typesMatias Zabaljauregui1-1/+1
2007-10-23Make hypercalls arch-independent.Jes Sorensen1-74/+30
2007-10-23Introduce "hcall" pointer to indicate pending hypercall.Rusty Russell1-28/+20
2007-10-23Remove fixed limit on number of guests, and lguests array.Rusty Russell1-3/+1
2007-10-23Introduce guest mem offset, static link example launcherRusty Russell1-6/+9
2007-10-23Use copy_to_user() not put_user for struct timespecJes Sorensen1-1/+1
2007-07-28Provide timespec to guests rather than jiffies clock.Rusty Russell1-8/+13
2007-07-26lguest: documentation V: HostRusty Russell1-10/+108
2007-07-26lguest: documentation I: PreparationRusty Russell1-2/+7
2007-07-19lguest: the host codeRusty Russell1-0/+192