summaryrefslogtreecommitdiff
path: root/arch/x86/entry/vdso/Makefile
AgeCommit message (Expand)Author
2020-10-21treewide: remove DISABLE_LTOSami Tolvanen
2020-10-09kbuild: explicitly specify the build id styleBill Wendling
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner
2020-04-21x86/vdso/Makefile: Add vobjs32Dmitry Safonov
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada
2020-01-10x86/vdso: Enable sanitizers for vma.oJann Horn
2019-12-30Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar
2019-11-16x86, kcsan: Enable KCSAN for x86Marco Elver
2019-11-15x86/build/vdso: Remove meaningless CFLAGS_REMOVE_*.oMasahiro Yamada
2019-09-04kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada
2019-07-17kbuild: add --hash-style= and --build-id unconditionallyMasahiro Yamada
2019-07-12x86/vdso: Fix flip/flop vdso build bugNaohiro Aota
2019-06-22x86/vdso: Switch to generic vDSO implementationVincenzo Frascino
2019-04-18x86/build/vdso: Add FORCE to the build rule of %.soMasahiro Yamada
2018-12-15x86/vdso: Pass --eh-frame-hdr to the linkerAlistair Strachan
2018-12-07x86/vdso: Drop implicit common-page-size linker flagNick Desaulniers
2018-10-03x86/vdso: Only enable vDSO retpolines when enabled and supportedAndy Lutomirski
2018-08-20x86/vdso: Fix vDSO build if a retpoline is emittedAndy Lutomirski
2018-08-13Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-08-05x86: vdso: Use $LD instead of $CC to linkAlistair Strachan
2018-07-03x86/build/vdso: Simplify 'cmd_vdso2c'Masahiro Yamada
2018-05-15x86/build/vdso: Put generated linker scripts to $(obj)/Masahiro Yamada
2018-05-15x86/build/vdso: Remove unnecessary export in MakefileMasahiro Yamada
2018-05-15x86/build/vdso: Remove unused $(vobjs-nox32) in MakefileMasahiro Yamada
2018-04-07kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada
2017-11-17Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2017-11-16kbuild: create object directories simpler and fasterMasahiro Yamada
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
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