remarkable-linux/include/asm-xtensa
Jeremy Fitzhardinge d6dd61c831 [PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destruction
Add hooks to allow a paravirt implementation to track the lifetime of
an mm.  Paravirtualization requires three hooks, but only two are
needed in common code.  They are:

arch_dup_mmap, which is called when a new mmap is created at fork

arch_exit_mmap, which is called when the last process reference to an
  mm is dropped, which typically happens on exit and exec.

The third hook is activate_mm, which is called from the arch-specific
activate_mm() macro/function, and so doesn't need stub versions for
other architectures.  It's called when an mm is first used.

Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Cc: linux-arch@vger.kernel.org
Cc: James Bottomley <James.Bottomley@SteelEye.com>
Acked-by: Ingo Molnar <mingo@elte.hu>
2007-05-02 19:27:14 +02:00
..
platform-iss [PATCH] xtensa: remove extra header files 2006-12-10 09:55:39 -08:00
variant-fsf [PATCH] xtensa: remove extra header files 2006-12-10 09:55:39 -08:00
a.out.h fix file specification in comments 2006-10-03 23:01:26 +02:00
asmmacro.h [PATCH] xtensa: remove extra header files 2006-12-10 09:55:39 -08:00
atomic.h
auxvec.h
bitops.h
bootparam.h
bug.h [PATCH] xtensa: fix irq and misc fixes 2006-12-10 09:55:39 -08:00
bugs.h
byteorder.h [PATCH] xtensa: remove extra header files 2006-12-10 09:55:39 -08:00
cache.h [PATCH] xtensa: remove extra header files 2006-12-10 09:55:39 -08:00
cacheasm.h [PATCH] xtensa: remove extra header files 2006-12-10 09:55:39 -08:00
cacheflush.h [PATCH] Optimize D-cache alias handling on fork 2006-12-13 09:27:08 -08:00
checksum.h [PATCH] xtensa: remove extra header files 2006-12-10 09:55:39 -08:00
coprocessor.h [PATCH] xtensa: remove extra header files 2006-12-10 09:55:39 -08:00
cpumask.h
cputime.h
current.h
delay.h
device.h Driver core: add dev_archdata to struct device 2006-12-01 14:52:01 -08:00
div64.h [NET]: div64_64 consolidate (rev3) 2007-04-25 22:23:33 -07:00
dma-mapping.h [PATCH] Pass struct dev pointer to dma_cache_sync() 2006-12-07 08:39:41 -08:00
dma.h [PATCH] xtensa: remove extra header files 2006-12-10 09:55:39 -08:00
elf.h [PATCH] xtensa: remove extra header files 2006-12-10 09:55:39 -08:00
emergency-restart.h
errno.h
fcntl.h [PATCH] xtensa: fix system call interface 2006-12-10 09:55:39 -08:00
futex.h
hardirq.h
highmem.h
hw_irq.h
ide.h
io.h [PATCH] xtensa: remove extra header files 2006-12-10 09:55:39 -08:00
ioctl.h
ioctls.h fix file specification in comments 2006-10-03 23:01:26 +02:00
ipcbuf.h
irq.h [PATCH] xtensa: remove extra header files 2006-12-10 09:55:39 -08:00
irq_regs.h [PATCH] xtensa: fix irq and misc fixes 2006-12-10 09:55:39 -08:00
Kbuild
kmap_types.h
linkage.h
local.h
mman.h [PATCH] Remove final references to deprecated "MAP_ANON" page protection flag 2007-02-11 10:51:17 -08:00
mmu.h
mmu_context.h [PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destruction 2007-05-02 19:27:14 +02:00
module.h
msgbuf.h
mutex.h
namei.h
page.h [PATCH] xtensa: remove extra header files 2006-12-10 09:55:39 -08:00
param.h [PATCH] xtensa: remove extra header files 2006-12-10 09:55:39 -08:00
pci-bridge.h
pci.h
percpu.h
pgalloc.h
pgtable.h [PATCH] xtensa: remove extra header files 2006-12-10 09:55:39 -08:00
platform.h
poll.h
posix_types.h [PATCH] FD_ZERO build fix 2007-01-11 18:18:22 -08:00
processor.h [PATCH] xtensa: remove extra header files 2006-12-10 09:55:39 -08:00
ptrace.h [PATCH] xtensa: remove extra header files 2006-12-10 09:55:39 -08:00
regs.h [PATCH] xtensa: remove extra header files 2006-12-10 09:55:39 -08:00
resource.h
rmap.h
rwsem.h [PATCH] lockdep: remove RWSEM_DEBUG remnants 2006-07-03 15:27:01 -07:00
scatterlist.h
sections.h
segment.h
semaphore.h
sembuf.h [PATCH] xtensa: remove extra header files 2006-12-10 09:55:39 -08:00
serial.h
setup.h
shmbuf.h [PATCH] xtensa: fix system call interface 2006-12-10 09:55:39 -08:00
shmparam.h
sigcontext.h
siginfo.h fix file specification in comments 2006-10-03 23:01:26 +02:00
signal.h [PATCH] irq-flags: XTENSA: Use the new IRQF_ constants 2006-07-02 13:58:49 -07:00
smp.h
socket.h [NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS support 2007-04-25 22:24:21 -07:00
sockios.h [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution 2007-04-25 22:24:04 -07:00
spinlock.h
stat.h [PATCH] xtensa: fix system call interface 2006-12-10 09:55:39 -08:00
statfs.h
string.h
syscall.h [PATCH] xtensa: fix system call interface 2006-12-10 09:55:39 -08:00
system.h [PATCH] xtensa: remove extra header files 2006-12-10 09:55:39 -08:00
termbits.h [PATCH] Xtensa: Add ktermios and minor filename fix 2006-12-13 09:05:50 -08:00
termios.h [PATCH] consolidate line discipline number definitions 2007-02-11 10:51:26 -08:00
thread_info.h
timex.h [PATCH] xtensa: remove extra header files 2006-12-10 09:55:39 -08:00
tlb.h
tlbflush.h [PATCH] xtensa: remove extra header files 2006-12-10 09:55:39 -08:00
topology.h
types.h
uaccess.h [PATCH] Xtensa: Add ktermios and minor filename fix 2006-12-13 09:05:50 -08:00
ucontext.h
unaligned.h
unistd.h [PATCH] xtensa: fix system call interface 2006-12-10 09:55:39 -08:00
user.h
vga.h
xor.h