summaryrefslogtreecommitdiffstats
path: root/drivers/lguest/hypercalls.c
Commit message (Expand)AuthorAgeFilesLines
* lguest: Reboot supportBalaji Rao2008-01-301-2/+4
* lguest: documentation updateRusty Russell2007-10-251-5/+6
* generalize lgread_u32/lgwrite_u32.Rusty Russell2007-10-231-1/+1
* Remove old lguest I/O infrrasructure.Rusty Russell2007-10-231-18/+8Star
* Boot with virtual == physical to get closer to native Linux.Rusty Russell2007-10-231-4/+4
* Pagetables to use normal kernel typesMatias Zabaljauregui2007-10-231-1/+1
* Make hypercalls arch-independent.Jes Sorensen2007-10-231-74/+30Star
* Introduce "hcall" pointer to indicate pending hypercall.Rusty Russell2007-10-231-28/+20Star
* Remove fixed limit on number of guests, and lguests array.Rusty Russell2007-10-231-3/+1Star
* Introduce guest mem offset, static link example launcherRusty Russell2007-10-231-6/+9
* Use copy_to_user() not put_user for struct timespecJes Sorensen2007-10-231-1/+1
* Provide timespec to guests rather than jiffies clock.Rusty Russell2007-07-291-8/+13
* lguest: documentation V: HostRusty Russell2007-07-261-10/+108
* lguest: documentation I: PreparationRusty Russell2007-07-261-2/+7
* lguest: the host codeRusty Russell2007-07-191-0/+192