linux/arch/x86
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
..
boot x86, kaslr: add missed "static" declarations 2014-02-25 16:59:29 -08:00
configs
crypto
ia32
include x86: Load the 32-bit vdso in place, just like the 64-bit vdsos 2014-03-20 15:19:14 -07:00
kernel x86, vdso: Zero-pad the VVAR page 2014-03-18 12:52:44 -07:00
kvm kvm, vmx: Really fix lazy FPU on nested guest 2014-02-27 22:54:11 +01:00
lguest
lib
math-emu
mm x86, trace: Further robustify CR2 handling vs tracing 2014-03-06 10:58:18 -08:00
net
oprofile
pci
platform x86/efi: Quirk out SGI UV 2014-03-04 23:43:33 +00:00
power
realmode
syscalls
tools x86, vdso: Make vsyscall_gtod_data handling x86 generic 2014-03-18 12:51:52 -07:00
um
vdso x86: Load the 32-bit vdso in place, just like the 64-bit vdsos 2014-03-20 15:19:14 -07:00
video
xen x86, vdso, xen: Remove stray reference to FIX_VDSO 2014-03-13 19:44:47 -07:00
.gitignore
Kbuild
Kconfig x86, vdso: Make vsyscall_gtod_data handling x86 generic 2014-03-18 12:51:52 -07:00
Kconfig.cpu
Kconfig.debug x86: Disable CONFIG_X86_DECODER_SELFTEST in allmod/allyesconfigs 2014-02-05 14:10:30 -08:00
Makefile
Makefile_32.cpu
Makefile.um