| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2007-10-23 | Rename "cr3" to "gpgdir" to avoid x86-specific naming. | Rusty Russell | 1 | -9/+9 | |
| Signed-off-by: Rusty Russell <[email protected]> | |||||
| 2007-10-23 | Pagetables to use normal kernel types | Matias Zabaljauregui | 1 | -103/+89 | |
| This is my first step in the migration of page_tables.c to the kernel types and functions/macros (2.6.23-rc3). Seems to be working OK. Signed-off-by: Matias Zabaljauregui <[email protected]> Signed-off-by: Rusty Russell <[email protected]> | |||||
| 2007-10-23 | Introduce guest mem offset, static link example launcher | Rusty Russell | 1 | -2/+5 | |
| In order to avoid problematic special linking of the Launcher, we give the Host an offset: this means we can use any memory region in the Launcher as Guest memory rather than insisting on mmap() at 0. The result is quite pleasing: a number of casts are replaced with simple additions. Signed-off-by: Rusty Russell <[email protected]> | |||||
| 2007-07-26 | lguest: documentation VII: FIXMEs | Rusty Russell | 1 | -0/+5 | |
| Documentation: The FIXMEs Signed-off-by: Rusty Russell <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
| 2007-07-26 | lguest: documentation V: Host | Rusty Russell | 1 | -28/+286 | |
| Documentation: The Host Signed-off-by: Rusty Russell <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
| 2007-07-26 | lguest: documentation I: Preparation | Rusty Russell | 1 | -2/+8 | |
| The netfilter code had very good documentation: the Netfilter Hacking HOWTO. Noone ever read it. So this time I'm trying something different, using a bit of Knuthiness. Signed-off-by: Rusty Russell <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
| 2007-07-19 | lguest: the host code | Rusty Russell | 1 | -0/+411 | |
| This is the code for the "lg.ko" module, which allows lguest guests to be launched. [[email protected]: update for futex-new-private-futexes] [[email protected]: build fix] [[email protected]: lguest: use hrtimers] [[email protected]: x86_64 build fix] Signed-off-by: Rusty Russell <[email protected]> Cc: Andi Kleen <[email protected]> Cc: Eric Dumazet <[email protected]> Cc: Thomas Gleixner <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||