kernel-ark/arch
Rusty Russell 5992b6dac0 lguest: export symbols for lguest as a module
lguest does some fairly lowlevel things to support a host, which
normal modules don't need:

math_state_restore:
	When the guest triggers a Device Not Available fault, we need
	to be able to restore the FPU

__put_task_struct:
	We need to hold a reference to another task for inter-guest
	I/O, and put_task_struct() is an inline function which calls
	__put_task_struct.

access_process_vm:
	We need to access another task for inter-guest I/O.

map_vm_area & __get_vm_area:
	We need to map the switcher shim (ie. monitor) at 0xFFC01000.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-07-19 10:04:52 -07:00
..
alpha some kmalloc/memset ->kzalloc (tree wide) 2007-07-19 10:04:50 -07:00
arm some kmalloc/memset ->kzalloc (tree wide) 2007-07-19 10:04:50 -07:00
arm26 mm: fault feedback #2 2007-07-19 10:04:41 -07:00
avr32 mm: fault feedback #2 2007-07-19 10:04:41 -07:00
blackfin some kmalloc/memset ->kzalloc (tree wide) 2007-07-19 10:04:50 -07:00
cris some kmalloc/memset ->kzalloc (tree wide) 2007-07-19 10:04:50 -07:00
frv FRV: work around a possible compiler bug 2007-07-19 10:04:50 -07:00
h8300 PTRACE_POKEDATA consolidation 2007-07-17 10:23:03 -07:00
i386 lguest: export symbols for lguest as a module 2007-07-19 10:04:52 -07:00
ia64 mm: variable length argument support 2007-07-19 10:04:45 -07:00
m32r define new percpu interface for shared data 2007-07-19 10:04:44 -07:00
m68k mm: fault feedback #2 2007-07-19 10:04:41 -07:00
m68knommu m68knommu: remove is_in_rom() function 2007-07-19 10:04:51 -07:00
mips define new percpu interface for shared data 2007-07-19 10:04:44 -07:00
parisc define new percpu interface for shared data 2007-07-19 10:04:44 -07:00
powerpc some kmalloc/memset ->kzalloc (tree wide) 2007-07-19 10:04:50 -07:00
ppc define new percpu interface for shared data 2007-07-19 10:04:44 -07:00
s390 s390: Put allocated ELF notes in read-only data segment 2007-07-19 10:04:47 -07:00
sh define new percpu interface for shared data 2007-07-19 10:04:44 -07:00
sh64 define new percpu interface for shared data 2007-07-19 10:04:44 -07:00
sparc define new percpu interface for shared data 2007-07-19 10:04:44 -07:00
sparc64 define new percpu interface for shared data 2007-07-19 10:04:44 -07:00
um mm: fault feedback #2 2007-07-19 10:04:41 -07:00
v850 PTRACE_POKEDATA consolidation 2007-07-17 10:23:03 -07:00
x86_64 x86_64: Put allocated ELF notes in read-only data segment 2007-07-19 10:04:47 -07:00
xtensa define new percpu interface for shared data 2007-07-19 10:04:44 -07:00