linux/arch/x86/vdso
Andy Lutomirski b67e612cef x86: Load the 32-bit vdso in place, just like the 64-bit vdsos
This replaces a decent amount of incomprehensible and buggy code
with much more straightforward code.  It also brings the 32-bit vdso
more in line with the 64-bit vdsos, so maybe someday they can share
even more code.

This wastes a small amount of kernel .data and .text space, but it
avoids a couple of allocations on startup, so it should be more or
less a wash memory-wise.

Signed-off-by: Andy Lutomirski <luto@amacapital.net>
Cc: Stefani Seibold <stefani@seibold.net>
Link: http://lkml.kernel.org/r/b8093933fad09ce181edb08a61dcd5d2592e9814.1395352498.git.luto@amacapital.net
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
2014-03-20 15:19:14 -07:00
..
vdso32 x86, vdso: Add 32 bit VDSO time support for 64 bit kernel 2014-03-18 12:52:41 -07:00
.gitignore x32: Add x32 VDSO support 2012-02-20 12:52:06 -08:00
checkundef.sh x86, vdso: Don't quote $nm in the script for checking vdso references 2010-07-27 23:52:29 -07:00
Makefile x86, vdso32: Disable stack protector, adjust optimizations 2014-03-18 12:52:48 -07:00
vclock_gettime.c x86, vdso: Add 32 bit VDSO time support for 64 bit kernel 2014-03-18 12:52:41 -07:00
vdso32-setup.c x86: Load the 32-bit vdso in place, just like the 64-bit vdsos 2014-03-20 15:19:14 -07:00
vdso32.S x86: Load the 32-bit vdso in place, just like the 64-bit vdsos 2014-03-20 15:19:14 -07:00
vdso_image.h x86: Load the 32-bit vdso in place, just like the 64-bit vdsos 2014-03-20 15:19:14 -07:00
vdso-layout.lds.S x86, vdso: Add 32 bit VDSO time support for 32 bit kernel 2014-03-18 12:52:37 -07:00
vdso-note.S
vdso.lds.S x86-64: Add time to vDSO 2011-05-24 14:51:29 +02:00
vdso.S x86: Load the 32-bit vdso in place, just like the 64-bit vdsos 2014-03-20 15:19:14 -07:00
vdsox32.lds.S x32: Drop non-__vdso weak symbols from the x32 VDSO 2012-02-22 20:40:07 -08:00
vdsox32.S x86: Load the 32-bit vdso in place, just like the 64-bit vdsos 2014-03-20 15:19:14 -07:00
vgetcpu.c x86: vdso: pvclock gettime support 2012-11-27 23:29:11 -02:00
vma.c x86: Load the 32-bit vdso in place, just like the 64-bit vdsos 2014-03-20 15:19:14 -07:00