criu/arch/arm
Alexander Kartashov 7535c3909a vdso.c: share the PIE part of the vDSO proxy machinery between all architectures
This patch splits the file arch/x86/vdso-pie.c into machine-dependent
and machine-independent parts by moving the routines vdso_fill_symtable(),
vdso_proxify(), and vdso_remap() to the file pie/vdso.c.

The ARM version of the routines is moved to the source pie/vdso-stub.c
to provide the vDSO proxy stub implementation for architectures
that don't provide the vDSO.

Signed-off-by: Alexander Kartashov <alekskartashov@parallels.com>
Looks-good-to: Cyrill Gorcunov <gorcunov@openvz.org>
Reviewed-by: Christopher Covington <cov@codeaurora.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2014-03-19 21:09:01 +04:00
..
include/asm vdso.c: share the PIE part of the vDSO proxy machinery between all architectures 2014-03-19 21:09:01 +04:00
cpu.c arm: added CPU-specific header inclusion 2013-02-20 14:54:42 +04:00
crtools.c headers: Move ERESTART codes to errno.h 2013-11-14 22:22:21 +04:00
Makefile arm: prepare syscall table generation scripts to be shared with AArch64 2014-03-11 22:46:06 +04:00
parasite-head.S parasite: allocate stack for each thread 2013-05-24 18:53:33 +04:00
restorer.c restore: construct sigframe in crtools 2013-05-24 17:39:52 +04:00
syscall-common.S arm: don't use the register R12 in the routine syscall_common() 2013-09-26 15:56:35 +04:00
syscall.def arm: fixed AArch64 syscall numbers 2013-11-01 14:27:16 +04:00
uidiv.S arm: added ARM-specific files modelled after arch/x86 2013-01-22 22:53:24 +04:00
vdso-pie.c vdso.c: share the PIE part of the vDSO proxy machinery between all architectures 2014-03-19 21:09:01 +04:00
vdso.c vdso: share the vDSO proxy initialization between all architectures 2014-03-19 21:08:55 +04:00