aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest/page_tables.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-25lguest: documentation updateRusty Russell1-41/+72
2007-10-23generalize lgread_u32/lgwrite_u32.Rusty Russell1-5/+5
2007-10-23Boot with virtual == physical to get closer to native Linux.Rusty Russell1-7/+40
2007-10-23Rename "cr3" to "gpgdir" to avoid x86-specific naming.Rusty Russell1-9/+9
2007-10-23Pagetables to use normal kernel typesMatias Zabaljauregui1-103/+89
2007-10-23Introduce guest mem offset, static link example launcherRusty Russell1-2/+5
2007-07-26lguest: documentation VII: FIXMEsRusty Russell1-0/+5
2007-07-26lguest: documentation V: HostRusty Russell1-28/+286
2007-07-26lguest: documentation I: PreparationRusty Russell1-2/+8
2007-07-19lguest: the host codeRusty Russell1-0/+411