aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/lguest.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-22lguest: use a special 1:1 linear pagetable mode until first switch.Rusty Russell1-2/+0
2009-07-30lguest and virtio: cleanup struct definitions to Linux style.Rusty Russell1-2/+1
2009-07-30lguest: fix comment styleRusty Russell1-12/+24
2009-07-17lguest: fix journeyMatias Zabaljauregui1-1/+1
2009-06-12lguest: improve interrupt handling, speed up stream networkingRusty Russell1-0/+4
2007-10-25lguest: documentation updateRusty Russell1-2/+2
2007-10-23Boot with virtual == physical to get closer to native Linux.Rusty Russell1-1/+4
2007-10-23Allow guest to specify syscall vector to use.Rusty Russell1-0/+3
2007-10-23lguest.h declares a struct timespec, make it include linux/time.hJes Sorensen1-0/+1
2007-10-23Make hypercalls arch-independent.Jes Sorensen1-1/+1
2007-10-23Remove fixed limit on number of guests, and lguests array.Rusty Russell1-2/+0
2007-10-23Move lguest hcalls to arch-specific headerJes Sorensen1-65/+4
2007-07-28Provide timespec to guests rather than jiffies clock.Rusty Russell1-1/+3
2007-07-26lguest: documentation II: GuestRusty Russell1-9/+38
2007-07-19lguest: the host codeRusty Russell1-6/+6
2007-07-19lguest: the guest codeRusty Russell1-0/+85