aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest/hypercalls.c
Commit message (Expand)AuthorAgeFilesLines
* lguest: update commentryRusty Russell2009-07-301-1/+5
* lguest: fix comment styleRusty Russell2009-07-301-49/+92
* lguest: PAE supportMatias Zabaljauregui2009-06-121-0/+10
* lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGDMatias Zabaljauregui2009-06-121-2/+2
* lguest: improve interrupt handling, speed up stream networkingRusty Russell2009-06-121-0/+4
* lguest: comment documentation update.Rusty Russell2008-03-281-2/+9
* lguest: Use explicit includes rateher than indirectGlauber de Oliveira Costa2008-01-301-0/+1
* lguest: get rid of lg variable assignmentsGlauber de Oliveira Costa2008-01-301-26/+23
* lguest: per-vcpu lguest pgdir managementGlauber de Oliveira Costa2008-01-301-1/+1
* lguest: make pending notifications per-vcpuGlauber de Oliveira Costa2008-01-301-3/+3
* lguest: makes special fields be per-vcpuGlauber de Oliveira Costa2008-01-301-5/+5
* lguest: per-vcpu lguest task managementGlauber de Oliveira Costa2008-01-301-1/+1
* lguest: per-vcpu lguest timersGlauber de Oliveira Costa2008-01-301-1/+1
* lguest: make hypercalls use the vcpu structGlauber de Oliveira Costa2008-01-301-19/+23
* 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/+8
* 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/+30
* Introduce "hcall" pointer to indicate pending hypercall.Rusty Russell2007-10-231-28/+20
* Remove fixed limit on number of guests, and lguests array.Rusty Russell2007-10-231-3/+1
* 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-281-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