summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/vdso/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-231-1/+2
|\
| * arm64: vdso: disable LTOSami Tolvanen2021-01-141-1/+2
* | arm64: do not descend to vdso directories twiceMasahiro Yamada2021-01-201-1/+0
* | arm64: vdso: disable .eh_frame_hdr via /DISCARD/ instead of --no-eh-frame-hdrPeter Collingbourne2021-01-051-2/+1
|/
* arm64: lto: Strengthen READ_ONCE() to acquire when CONFIG_LTO=yWill Deacon2020-11-091-1/+1
* Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-221-3/+2
|\
| * treewide: remove DISABLE_LTOSami Tolvanen2020-10-211-1/+0
| * kbuild: explicitly specify the build id styleBill Wendling2020-10-091-1/+1
| * arch: vdso: add vdso linker script to 'targets' instead of extra-yMasahiro Yamada2020-09-071-1/+1
* | Revert "arm64: vdso: Fix compilation with clang older than 8"Nick Desaulniers2020-10-131-7/+0
|/
* arm64: vdso: Don't use gcc plugins for building vgettimeofday.cAlexander Popov2020-06-241-1/+1
* arm64: vdso: Only pass --no-eh-frame-hdr when linker supports itWill Deacon2020-06-241-2/+3
* arm64: vdso: Disable dwarf unwinding through the sigreturn trampolineWill Deacon2020-06-231-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-011-4/+8
|\
| * Merge branch 'for-next/scs' into for-next/coreWill Deacon2020-05-281-1/+1
| |\
| | * arm64: vdso: Disable Shadow Call StackSami Tolvanen2020-05-151-1/+1
| * | Merge branch 'for-next/bti' into for-next/coreWill Deacon2020-05-281-1/+3
| |\ \
| | * | arm64: vdso: Force the vDSO to be linked as BTI when built for BTIMark Brown2020-05-071-1/+3
| | |/
| * | arm64: vdso: Add --eh-frame-hdr to ldflagsVincenzo Frascino2020-05-071-1/+1
| * | arm64: vdso: Add '-Bsymbolic' to ldflagsVincenzo Frascino2020-04-281-3/+5
| |/
* / arm64: vdso: Add -fasynchronous-unwind-tables to cflagsVincenzo Frascino2020-04-301-1/+1
|/
* arm64: vdso: Cleanup MakefilesVincenzo Frascino2019-07-221-6/+3
* arm64: vdso: fix flip/flop vdso build bugNaohiro Aota2019-07-221-2/+4
* arm64: vdso: Fix compilation with clang older than 8Vincenzo Frascino2019-06-261-0/+7
* arm64: vdso: Build vDSO with -ffixed-x18Peter Collingbourne2019-06-221-1/+1
* arm64: vdso: Substitute gettimeofday() with C implementationVincenzo Frascino2019-06-221-7/+27
* arm64: vdso: Explicitly add build-id optionLaura Abbott2019-05-161-2/+2
* arm64: vdso: use $(LD) instead of $(CC) to link VDSOMasahiro Yamada2019-04-111-10/+3
* arm64: vdso: fix and clean-up MakefileMasahiro Yamada2019-04-031-5/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* arm64: fix vdso-offsets.h dependencyKevin Brodsky2016-07-111-4/+3
* Revert "arm64: Fix vdso-offsets.h dependency"Catalin Marinas2016-07-111-3/+4
* arm64: Fix vdso-offsets.h dependencyCatalin Marinas2016-07-081-4/+3
* arm64: build vdso without libgcovArnd Bergmann2015-11-121-0/+3
* arm64: vdso: work-around broken ELF toolchains in MakefileWill Deacon2015-06-191-0/+4
* arm64: vdso: fix build error when switching from LE to BEArun Chandran2014-07-301-1/+1
* arm64: Align the kbuild output for VDSOL and VDSOAIan Campbell2014-07-171-2/+2
* arm64: vdso: prevent ld from aligning PT_LOAD segments to 64kWill Deacon2014-02-041-1/+1
* arm64: VDSO supportWill Deacon2012-09-171-0/+63