summaryrefslogtreecommitdiff
path: root/arch/x86/entry/vdso/Makefile
AgeCommit message (Expand)Author
2019-05-16x86/vdso: Pass --eh-frame-hdr to the linkerAlistair Strachan
2019-05-16x86/vdso: Drop implicit common-page-size linker flagNick Desaulniers
2019-05-16x86: vdso: Use $LD instead of $CC to linkAlistair Strachan
2019-05-16Revert "x86: vdso: Use $LD instead of $CC to link"Sasha Levin
2019-05-16Revert "x86/vdso: Drop implicit common-page-size linker flag"Sasha Levin
2019-04-17x86/vdso: Drop implicit common-page-size linker flagNick Desaulniers
2019-04-17x86: vdso: Use $LD instead of $CC to linkAlistair Strachan
2016-08-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-07-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-25x86: Make the vdso2c compiler use the host architecture headersStephen Rothwell
2016-06-14x86/vdso/32: Assemble sigreturn.S separatelyAndy Lutomirski
2016-06-07GCC plugin infrastructureEmese Revfy
2016-04-20kbuild: drop FORCE from PHONY targetsMasahiro Yamada
2016-03-22kernel: add kcov code coverageDmitry Vyukov
2016-02-29objtool: Mark non-standard object files and directoriesJosh Poimboeuf
2016-01-20UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin
2015-10-09x86/vdso: Define BUILD_VDSO while building and emit .eh_frame in asmAndy Lutomirski
2015-10-07x86/vdso: Remove runtime 32-bit vDSO selectionAndy Lutomirski
2015-08-08x86/vdso: Emit a GNU hashAndy Lutomirski
2015-07-06x86/compat: Don't build the 32-bit VDSO if not neededBrian Gerst
2015-06-03x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/Ingo Molnar