* git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest: (31 commits) lguest: add support for indirect ring entries lguest: suppress notifications in example Launcher lguest: try to batch interrupts on network receive lguest: avoid sending interrupts to Guest when no activity occurs. lguest: implement deferred interrupts in example Launcher lguest: remove obsolete LHREQ_BREAK call lguest: have example Launcher service all devices in separate threads lguest: use eventfds for device notification eventfd: export eventfd_signal and eventfd_fget for lguest lguest: allow any process to send interrupts lguest: PAE fixes lguest: PAE support lguest: Add support for kvm_hypercall4() lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGD lguest: use native_set_* macros, which properly handle 64-bit entries when PAE is activated lguest: map switcher with executable page table entries lguest: fix writev returning short on console output lguest: clean up length-used value in example launcher lguest: Segment selectors are 16-bit long. Fix lg_cpu.ss1 definition. lguest: beyond ARRAY_SIZE of cpu->arch.gdt ...
Showing
- Documentation/lguest/Makefile 1 addition, 2 deletionsDocumentation/lguest/Makefile
- Documentation/lguest/lguest.c 374 additions, 634 deletionsDocumentation/lguest/lguest.c
- Documentation/lguest/lguest.txt 0 additions, 1 deletionDocumentation/lguest/lguest.txt
- arch/x86/include/asm/lguest.h 6 additions, 1 deletionarch/x86/include/asm/lguest.h
- arch/x86/include/asm/lguest_hcall.h 9 additions, 6 deletionsarch/x86/include/asm/lguest_hcall.h
- arch/x86/kernel/asm-offsets_32.c 1 addition, 0 deletionsarch/x86/kernel/asm-offsets_32.c
- arch/x86/lguest/Kconfig 0 additions, 1 deletionarch/x86/lguest/Kconfig
- arch/x86/lguest/boot.c 114 additions, 44 deletionsarch/x86/lguest/boot.c
- arch/x86/lguest/i386_head.S 57 additions, 3 deletionsarch/x86/lguest/i386_head.S
- drivers/lguest/Kconfig 1 addition, 1 deletiondrivers/lguest/Kconfig
- drivers/lguest/core.c 19 additions, 11 deletionsdrivers/lguest/core.c
- drivers/lguest/hypercalls.c 14 additions, 0 deletionsdrivers/lguest/hypercalls.c
- drivers/lguest/interrupts_and_traps.c 43 additions, 14 deletionsdrivers/lguest/interrupts_and_traps.c
- drivers/lguest/lg.h 23 additions, 5 deletionsdrivers/lguest/lg.h
- drivers/lguest/lguest_user.c 92 additions, 35 deletionsdrivers/lguest/lguest_user.c
- drivers/lguest/page_tables.c 338 additions, 58 deletionsdrivers/lguest/page_tables.c
- drivers/lguest/segments.c 1 addition, 1 deletiondrivers/lguest/segments.c
- fs/eventfd.c 3 additions, 0 deletionsfs/eventfd.c
- include/linux/lguest.h 4 additions, 0 deletionsinclude/linux/lguest.h
- include/linux/lguest_launcher.h 2 additions, 1 deletioninclude/linux/lguest_launcher.h
Loading
Please register or sign in to comment