aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/vdso/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26treewide: Filter out CC_FLAGS_CFISami Tolvanen1-1/+2
2022-06-23arm64: vdso: enable orphan handling for VDSOJoey Gouly1-1/+7
2022-05-24Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+2
2022-05-10arm64: vdso: fix makefile dependency on vdso.soJoey Gouly1-3/+0
2022-05-08randstruct: Split randstruct Makefile and CFLAGSKees Cook1-1/+2
2022-01-24arm64: vdso: Fix "no previous prototype" warningVincenzo Frascino1-1/+4
2021-12-14arm64: Enable KCSANKefeng Wang1-0/+1
2021-11-08arm64: vdso: remove -nostdlib compiler flagMasahiro Yamada1-1/+1
2021-02-23Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+2
2021-01-20arm64: do not descend to vdso directories twiceMasahiro Yamada1-1/+0
2021-01-14arm64: vdso: disable LTOSami Tolvanen1-1/+2
2021-01-05arm64: vdso: disable .eh_frame_hdr via /DISCARD/ instead of --no-eh-frame-hdrPeter Collingbourne1-2/+1
2020-11-09arm64: lto: Strengthen READ_ONCE() to acquire when CONFIG_LTO=yWill Deacon1-1/+1
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-3/+2
2020-10-21treewide: remove DISABLE_LTOSami Tolvanen1-1/+0
2020-10-13Revert "arm64: vdso: Fix compilation with clang older than 8"Nick Desaulniers1-7/+0
2020-10-09kbuild: explicitly specify the build id styleBill Wendling1-1/+1
2020-09-07arch: vdso: add vdso linker script to 'targets' instead of extra-yMasahiro Yamada1-1/+1
2020-06-24arm64: vdso: Don't use gcc plugins for building vgettimeofday.cAlexander Popov1-1/+1
2020-06-24arm64: vdso: Only pass --no-eh-frame-hdr when linker supports itWill Deacon1-2/+3
2020-06-23arm64: vdso: Disable dwarf unwinding through the sigreturn trampolineWill Deacon1-1/+1
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-4/+8
2020-05-28Merge branch 'for-next/scs' into for-next/coreWill Deacon1-1/+1
2020-05-28Merge branch 'for-next/bti' into for-next/coreWill Deacon1-1/+3
2020-05-15arm64: vdso: Disable Shadow Call StackSami Tolvanen1-1/+1
2020-05-07arm64: vdso: Force the vDSO to be linked as BTI when built for BTIMark Brown1-1/+3
2020-05-07arm64: vdso: Add --eh-frame-hdr to ldflagsVincenzo Frascino1-1/+1
2020-04-30arm64: vdso: Add -fasynchronous-unwind-tables to cflagsVincenzo Frascino1-1/+1
2020-04-28arm64: vdso: Add '-Bsymbolic' to ldflagsVincenzo Frascino1-3/+5
2019-07-22arm64: vdso: Cleanup MakefilesVincenzo Frascino1-6/+3
2019-07-22arm64: vdso: fix flip/flop vdso build bugNaohiro Aota1-2/+4
2019-06-26arm64: vdso: Fix compilation with clang older than 8Vincenzo Frascino1-0/+7
2019-06-22arm64: vdso: Build vDSO with -ffixed-x18Peter Collingbourne1-1/+1
2019-06-22arm64: vdso: Substitute gettimeofday() with C implementationVincenzo Frascino1-7/+27
2019-05-16arm64: vdso: Explicitly add build-id optionLaura Abbott1-2/+2
2019-04-11arm64: vdso: use $(LD) instead of $(CC) to link VDSOMasahiro Yamada1-10/+3
2019-04-03arm64: vdso: fix and clean-up MakefileMasahiro Yamada1-5/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-07-11arm64: fix vdso-offsets.h dependencyKevin Brodsky1-4/+3
2016-07-11Revert "arm64: Fix vdso-offsets.h dependency"Catalin Marinas1-3/+4
2016-07-08arm64: Fix vdso-offsets.h dependencyCatalin Marinas1-4/+3
2015-11-12arm64: build vdso without libgcovArnd Bergmann1-0/+3
2015-06-19arm64: vdso: work-around broken ELF toolchains in MakefileWill Deacon1-0/+4
2014-07-30arm64: vdso: fix build error when switching from LE to BEArun Chandran1-1/+1
2014-07-17arm64: Align the kbuild output for VDSOL and VDSOAIan Campbell1-2/+2
2014-02-04arm64: vdso: prevent ld from aligning PT_LOAD segments to 64kWill Deacon1-1/+1
2012-09-17arm64: VDSO supportWill Deacon1-0/+63