summaryrefslogtreecommitdiffstats
path: root/drivers/lguest/hypercalls.c
AgeCommit message (Expand)AuthorLines
2015-02-11lguest: remove NOTIFY call and eventfd facility.Rusty Russell-4/+0
2015-02-11lguest: write more information to userspace about pending traps.Rusty Russell-3/+4
2009-07-30lguest: update commentryRusty Russell-1/+5
2009-07-30lguest: fix comment styleRusty Russell-49/+92
2009-06-12lguest: PAE supportMatias Zabaljauregui-0/+10
2009-06-12lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGDMatias Zabaljauregui-2/+2
2009-06-12lguest: improve interrupt handling, speed up stream networkingRusty Russell-0/+4
2008-03-28lguest: comment documentation update.Rusty Russell-2/+9
2008-01-30lguest: Use explicit includes rateher than indirectGlauber de Oliveira Costa-0/+1
2008-01-30lguest: get rid of lg variable assignmentsGlauber de Oliveira Costa-26/+23
2008-01-30lguest: per-vcpu lguest pgdir managementGlauber de Oliveira Costa-1/+1
2008-01-30lguest: make pending notifications per-vcpuGlauber de Oliveira Costa-3/+3
2008-01-30lguest: makes special fields be per-vcpuGlauber de Oliveira Costa-5/+5
2008-01-30lguest: per-vcpu lguest task managementGlauber de Oliveira Costa-1/+1
2008-01-30lguest: per-vcpu lguest timersGlauber de Oliveira Costa-1/+1
2008-01-30lguest: make hypercalls use the vcpu structGlauber de Oliveira Costa-19/+23
2008-01-30lguest: Reboot supportBalaji Rao-2/+4
2007-10-25lguest: documentation updateRusty Russell-5/+6
2007-10-23generalize lgread_u32/lgwrite_u32.Rusty Russell-1/+1
2007-10-23Remove old lguest I/O infrrasructure.Rusty Russell-18/+8
2007-10-23Boot with virtual == physical to get closer to native Linux.Rusty Russell-4/+4
2007-10-23Pagetables to use normal kernel typesMatias Zabaljauregui-1/+1
2007-10-23Make hypercalls arch-independent.Jes Sorensen-74/+30
2007-10-23Introduce "hcall" pointer to indicate pending hypercall.Rusty Russell-28/+20
2007-10-23Remove fixed limit on number of guests, and lguests array.Rusty Russell-3/+1
2007-10-23Introduce guest mem offset, static link example launcherRusty Russell-6/+9
2007-10-23Use copy_to_user() not put_user for struct timespecJes Sorensen-1/+1
2007-07-28Provide timespec to guests rather than jiffies clock.Rusty Russell-8/+13
2007-07-26lguest: documentation V: HostRusty Russell-10/+108
2007-07-26lguest: documentation I: PreparationRusty Russell-2/+7
2007-07-19lguest: the host codeRusty Russell-0/+192