summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/vdso32/Makefile
Commit message (Expand)AuthorAgeFilesLines
* arch: use $(obj)/ instead of $(src)/ for preprocessed linker scriptsMasahiro Yamada2024-05-021-1/+1
* arm64: vdso32: Remove unused vdso32-offsets.hKevin Brodsky2024-01-301-9/+0
* arm64: vdso32: rename 32-bit debug vdso to vdso32.so.dbgMasahiro Yamada2023-12-051-4/+4
* kbuild: unify vdso_install rulesMasahiro Yamada2023-10-281-10/+0
* kbuild: Drop -Wdeclaration-after-statementPeter Zijlstra2023-06-261-2/+0
* vdso: Improve cmd_vdso_check to check all dynamic relocationsFangrui Song2023-03-211-3/+0
* kbuild: upgrade the orphan section warning to an error if CONFIG_WERROR is setXin Li2022-11-011-1/+1
* arm64: vdso32: enable orphan handling for VDSOJoey Gouly2022-06-231-0/+1
* arm64: vdso: fix makefile dependency on vdso.soJoey Gouly2022-05-101-3/+0
* Kbuild: move to -std=gnu11Arnd Bergmann2022-03-131-1/+1
* Kbuild: use -Wdeclaration-after-statementMark Rutland2022-03-131-0/+1
* arm64: vdso: remove -nostdlib compiler flagMasahiro Yamada2021-11-081-1/+1
* arm64: vdso32: require CROSS_COMPILE_COMPAT for gcc+bfdNick Desaulniers2021-10-211-12/+5
* arm64: vdso32: suppress error message for 'make mrproper'Nick Desaulniers2021-10-211-1/+2
* arm64: vdso32: drop test for -march=armv8-aNick Desaulniers2021-10-211-7/+1
* arm64: vdso32: drop the test for dmb ishldNick Desaulniers2021-10-211-8/+0
* arm64: vdso32: drop -no-integrated-as flagNick Desaulniers2021-04-231-8/+0
* arm64: do not descend to vdso directories twiceMasahiro Yamada2021-01-201-1/+0
* arm64: lto: Strengthen READ_ONCE() to acquire when CONFIG_LTO=yWill Deacon2020-11-091-1/+1
* arm64: vdso32: Allow ld.lld to properly link the VDSONathan Chancellor2020-10-261-11/+12
* kbuild: explicitly specify the build id styleBill Wendling2020-10-091-1/+1
* kbuild: remove cc-option test of -Werror=date-timeMasahiro Yamada2020-09-251-1/+1
* kbuild: remove cc-option test of -fno-strict-overflowMasahiro Yamada2020-09-251-1/+1
* arch: vdso: add vdso linker script to 'targets' instead of extra-yMasahiro Yamada2020-09-071-1/+1
* ARM64: vdso32: Install vdso32 from vdso_installStephen Boyd2020-08-211-1/+1
* arm64: vdso32: Fix '--prefix=' value for newer versions of clangNathan Chancellor2020-07-231-1/+1
* arm64: compat: Remove 32-bit sigreturn code from the vDSOWill Deacon2020-06-231-1/+0
* arm64: vdso32: add CONFIG_THUMB2_COMPAT_VDSONick Desaulniers2020-06-101-0/+8
* arm64: vdso32: Enable Clang CompilationVincenzo Frascino2020-03-211-0/+11
* kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-041-2/+2
* arm64: vdso32: Rename COMPATCC to CC_COMPATWill Deacon2019-10-071-13/+13
* arm64: vdso32: Pass '--target' option to clang via VDSO_CAFLAGSWill Deacon2019-10-071-1/+5
* arm64: vdso32: Don't use KBUILD_CPPFLAGS unconditionallyWill Deacon2019-10-071-4/+2
* arm64: vdso32: Move definition of COMPATCC into vdso32/MakefileWill Deacon2019-10-071-0/+6
* arm64: vdso32: Remove jump label config option in MakefileVincenzo Frascino2019-10-071-3/+0
* arm64: vdso32: Detect binutils support for dmb ishldVincenzo Frascino2019-10-071-0/+9
* arm64: vdso32: Fix broken compat vDSO build warningsVincenzo Frascino2019-10-071-2/+0
* arm64: vdso: Cleanup MakefilesVincenzo Frascino2019-07-221-5/+5
* arm64: vdso: fix flip/flop vdso build bugNaohiro Aota2019-07-221-2/+4
* kbuild: add --hash-style= and --build-id unconditionallyMasahiro Yamada2019-07-171-2/+2
* arm64: compat: Add vDSOVincenzo Frascino2019-06-221-0/+186