lguest: the host code
This is the code for the "lg.ko" module, which allows lguest guests to be launched. [akpm@linux-foundation.org: update for futex-new-private-futexes] [akpm@linux-foundation.org: build fix] [jmorris@namei.org: lguest: use hrtimers] [akpm@linux-foundation.org: x86_64 build fix] Signed-off-by:Rusty Russell <rusty@rustcorp.com.au> Cc: Andi Kleen <ak@suse.de> Cc: Eric Dumazet <dada1@cosmosbay.com> Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- arch/i386/kernel/tsc.c 3 additions, 1 deletionarch/i386/kernel/tsc.c
- arch/x86_64/kernel/tsc.c 1 addition, 1 deletionarch/x86_64/kernel/tsc.c
- drivers/lguest/core.c 462 additions, 0 deletionsdrivers/lguest/core.c
- drivers/lguest/hypercalls.c 192 additions, 0 deletionsdrivers/lguest/hypercalls.c
- drivers/lguest/interrupts_and_traps.c 268 additions, 0 deletionsdrivers/lguest/interrupts_and_traps.c
- drivers/lguest/io.c 399 additions, 0 deletionsdrivers/lguest/io.c
- drivers/lguest/lg.h 261 additions, 0 deletionsdrivers/lguest/lg.h
- drivers/lguest/lguest.c 101 additions, 24 deletionsdrivers/lguest/lguest.c
- drivers/lguest/lguest_asm.S 4 additions, 1 deletiondrivers/lguest/lguest_asm.S
- drivers/lguest/lguest_user.c 236 additions, 0 deletionsdrivers/lguest/lguest_user.c
- drivers/lguest/page_tables.c 411 additions, 0 deletionsdrivers/lguest/page_tables.c
- drivers/lguest/segments.c 125 additions, 0 deletionsdrivers/lguest/segments.c
- drivers/lguest/switcher.S 159 additions, 0 deletionsdrivers/lguest/switcher.S
- include/asm-i386/tsc.h 1 addition, 0 deletionsinclude/asm-i386/tsc.h
- include/linux/lguest.h 6 additions, 6 deletionsinclude/linux/lguest.h
- include/linux/lguest_launcher.h 73 additions, 0 deletionsinclude/linux/lguest_launcher.h
- kernel/fork.c 0 additions, 1 deletionkernel/fork.c
Loading
Please register or sign in to comment