aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/vdso/Makefile
AgeCommit message (Expand)Author
2020-05-06arm64: vdso: Add -fasynchronous-unwind-tables to cflagsVincenzo Frascino
2019-07-22arm64: vdso: Cleanup MakefilesVincenzo Frascino
2019-07-22arm64: vdso: fix flip/flop vdso build bugNaohiro Aota
2019-06-26arm64: vdso: Fix compilation with clang older than 8Vincenzo Frascino
2019-06-22arm64: vdso: Build vDSO with -ffixed-x18Peter Collingbourne
2019-06-22arm64: vdso: Substitute gettimeofday() with C implementationVincenzo Frascino
2019-05-16arm64: vdso: Explicitly add build-id optionLaura Abbott
2019-04-11arm64: vdso: use $(LD) instead of $(CC) to link VDSOMasahiro Yamada
2019-04-03arm64: vdso: fix and clean-up MakefileMasahiro Yamada
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-07-11arm64: fix vdso-offsets.h dependencyKevin Brodsky
2016-07-11Revert "arm64: Fix vdso-offsets.h dependency"Catalin Marinas
2016-07-08arm64: Fix vdso-offsets.h dependencyCatalin Marinas
2015-11-12arm64: build vdso without libgcovArnd Bergmann
2015-06-19arm64: vdso: work-around broken ELF toolchains in MakefileWill Deacon
2014-07-30arm64: vdso: fix build error when switching from LE to BEArun Chandran
2014-07-17arm64: Align the kbuild output for VDSOL and VDSOAIan Campbell
2014-02-04arm64: vdso: prevent ld from aligning PT_LOAD segments to 64kWill Deacon
2012-09-17arm64: VDSO supportWill Deacon