Age | Commit message (Expand) | Author | Files | Lines |
2015-06-03 | x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/ | Ingo Molnar | 1 | -209/+0 |
2015-05-11 | x86/vdso: Fix 'make bzImage' on older distros | Oleg Nesterov | 1 | -1/+1 |
2015-03-31 | x86/vdso: Remove x32 intermediates during 'make clean' | Andy Lutomirski | 1 | -1/+1 |
2015-03-31 | x86/vdso: Teach 'make clean' to remove generated vdso-image-*.c files | Andrey Skvortsov | 1 | -1/+1 |
2015-03-31 | x86/vdso: Fix the x86 vdso2c tool includes | Tommi Kyntola | 1 | -1/+1 |
2015-02-14 | x86_64: add KASan support | Andrey Ryabinin | 1 | -0/+1 |
2015-01-29 | x86, vdso: teach 'make clean' remove vdso64 binaries | Andrey Skvortsov | 1 | -1/+1 |
2014-07-12 | x86, vdso: Get rid of the fake section mechanism | Andy Lutomirski | 1 | -6/+10 |
2014-06-25 | x86/vdso: Move DISABLE_BRANCH_PROFILING into the vdso makefile | Andy Lutomirski | 1 | -1/+3 |
2014-06-21 | x86/vdso: Create .build-id links for unstripped vdso files | Andy Lutomirski | 1 | -3/+13 |
2014-06-20 | x86/vdso: Improve the fake section headers | Andy Lutomirski | 1 | -2/+2 |
2014-06-13 | x86/vdso: Fix vdso_install | Andy Lutomirski | 1 | -11/+11 |
2014-06-13 | x86/vdso: Hack to keep 64-bit Go programs working | Andy Lutomirski | 1 | -8/+10 |
2014-06-07 | x86, vdso: Use <tools/le_byteshift.h> for littleendian access | H. Peter Anvin | 1 | -0/+1 |
2014-05-06 | x86, vdso: Reimplement vdso.so preparation in build-time C | Andy Lutomirski | 1 | -58/+32 |
2014-04-02 | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+14 |
2014-03-26 | x86, vdso, build: Don't rebuild 32-bit vdsos on every make | Andy Lutomirski | 1 | -1/+1 |
2014-03-18 | x86, vdso32: Disable stack protector, adjust optimizations | H. Peter Anvin | 1 | -0/+3 |
2014-03-18 | x86, vdso: Add 32 bit VDSO time support for 32 bit kernel | Stefani Seibold | 1 | -0/+8 |
2014-03-18 | x86, vdso: Patch alternatives in the 32-bit VDSO | Andy Lutomirski | 1 | -1/+2 |
2014-02-14 | x86, lto: Disable LTO for the x86 VDSO | Andi Kleen | 1 | -3/+7 |
2012-02-21 | x32: Add x32 VDSO support | H. J. Lu | 1 | -1/+45 |
2011-07-13 | x86-64: Add --no-undefined to vDSO build | Andy Lutomirski | 1 | -0/+1 |
2011-05-24 | x86-64: Turn off -pg and turn on -foptimize-sibling-calls for vDSO | Andy Lutomirski | 1 | -1/+14 |
2011-05-24 | x86-64: Clean up vdso/kernel shared variables | Andy Lutomirski | 1 | -1/+1 |
2010-12-14 | x86, gcc-4.6: Use gcc -m options when building vdso | H. Peter Anvin | 1 | -2/+2 |
2010-06-19 | x86, vdso: Error out if the vdso contains external references | H. Peter Anvin | 1 | -1/+2 |
2009-09-20 | kbuild: rename ld-option to cc-ldoption | Sam Ravnborg | 1 | -1/+1 |
2009-06-19 | gcov: enable GCOV_PROFILE_ALL for x86_64 | Peter Oberparleiter | 1 | -0/+1 |
2009-02-10 | x86: no stack protector for vdso | Tejun Heo | 1 | -1/+1 |
2008-07-16 | x86_64: further cleanup of 32-bit compat syscall mechanisms | Jeremy Fitzhardinge | 1 | -1/+1 |
2008-04-19 | x86 vDSO: compile with -g, 64-bit | Roland McGrath | 1 | -1/+2 |
2008-04-17 | x86: include mach_apic.h in smpboot_64.c and smpboot.c | Glauber de Oliveira Costa | 1 | -1/+1 |
2008-02-29 | x86 vdso: fix build locale dependency | Roland McGrath | 1 | -2/+4 |
2008-02-26 | x86: fix build on non-C locales. | Priit Laes | 1 | -1/+1 |
2008-02-12 | x86: vdso_install fix | Roland McGrath | 1 | -10/+12 |
2008-01-30 | x86: teach vdso to clean | Sam Ravnborg | 1 | -0/+2 |
2008-01-30 | x86 vDSO: makefile cleanup | Roland McGrath | 1 | -15/+4 |
2008-01-30 | x86 vDSO: consolidate vdso32 | Roland McGrath | 1 | -1/+1 |
2008-01-30 | x86 vDSO: ia32 vdso32-syscall build | Roland McGrath | 1 | -0/+1 |
2008-01-30 | x86 vDSO: vdso32 setup | Roland McGrath | 1 | -1/+1 |
2008-01-30 | x86 vDSO: i386 vdso32 | Roland McGrath | 1 | -2/+6 |
2008-01-30 | x86 vDSO: vdso32 build | Roland McGrath | 1 | -3/+75 |
2008-01-30 | x86 vDSO: remove vdso-syms.o | Roland McGrath | 1 | -13/+2 |
2008-01-30 | x86 vDSO: use vdso-syms.lds | Roland McGrath | 1 | -2/+1 |
2008-01-30 | x86 vDSO: generate vdso-syms.lds | Roland McGrath | 1 | -0/+14 |
2007-11-12 | x86: do not use $(ARCH) when not needed | Sam Ravnborg | 1 | -1/+1 |
2007-10-17 | x86: Install unstripped copy of 64bit vdso to disk | Roland McGrath | 1 | -1/+16 |
2007-10-15 | kbuild: enable 'make CFLAGS=...' to add additional options to CC | Sam Ravnborg | 1 | -2/+2 |
2007-10-11 | x86_64: move vdso | Thomas Gleixner | 1 | -0/+49 |