summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/vdso32/Makefile
AgeCommit message (Expand)AuthorFilesLines
2024-01-30arm64: vdso32: Remove unused vdso32-offsets.hKevin Brodsky1-9/+0
2023-12-05arm64: vdso32: rename 32-bit debug vdso to vdso32.so.dbgMasahiro Yamada1-4/+4
2023-10-28kbuild: unify vdso_install rulesMasahiro Yamada1-10/+0
2023-06-26kbuild: Drop -Wdeclaration-after-statementPeter Zijlstra1-2/+0
2023-03-21vdso: Improve cmd_vdso_check to check all dynamic relocationsFangrui Song1-3/+0
2022-11-01kbuild: upgrade the orphan section warning to an error if CONFIG_WERROR is setXin Li1-1/+1
2022-06-23arm64: vdso32: enable orphan handling for VDSOJoey Gouly1-0/+1
2022-05-10arm64: vdso: fix makefile dependency on vdso.soJoey Gouly1-3/+0
2022-03-13Kbuild: move to -std=gnu11Arnd Bergmann1-1/+1
2022-03-13Kbuild: use -Wdeclaration-after-statementMark Rutland1-0/+1
2021-11-08arm64: vdso: remove -nostdlib compiler flagMasahiro Yamada1-1/+1
2021-10-21arm64: vdso32: require CROSS_COMPILE_COMPAT for gcc+bfdNick Desaulniers1-12/+5
2021-10-21arm64: vdso32: suppress error message for 'make mrproper'Nick Desaulniers1-1/+2
2021-10-21arm64: vdso32: drop test for -march=armv8-aNick Desaulniers1-7/+1
2021-10-21arm64: vdso32: drop the test for dmb ishldNick Desaulniers1-8/+0
2021-04-23arm64: vdso32: drop -no-integrated-as flagNick Desaulniers1-8/+0
2021-01-20arm64: do not descend to vdso directories twiceMasahiro Yamada1-1/+0
2020-11-09arm64: lto: Strengthen READ_ONCE() to acquire when CONFIG_LTO=yWill Deacon1-1/+1
2020-10-26arm64: vdso32: Allow ld.lld to properly link the VDSONathan Chancellor1-11/+12
2020-10-09kbuild: explicitly specify the build id styleBill Wendling1-1/+1
2020-09-25kbuild: remove cc-option test of -Werror=date-timeMasahiro Yamada1-1/+1
2020-09-25kbuild: remove cc-option test of -fno-strict-overflowMasahiro Yamada1-1/+1
2020-09-07arch: vdso: add vdso linker script to 'targets' instead of extra-yMasahiro Yamada1-1/+1
2020-08-21ARM64: vdso32: Install vdso32 from vdso_installStephen Boyd1-1/+1
2020-07-23arm64: vdso32: Fix '--prefix=' value for newer versions of clangNathan Chancellor1-1/+1
2020-06-23arm64: compat: Remove 32-bit sigreturn code from the vDSOWill Deacon1-1/+0
2020-06-10arm64: vdso32: add CONFIG_THUMB2_COMPAT_VDSONick Desaulniers1-0/+8
2020-03-21arm64: vdso32: Enable Clang CompilationVincenzo Frascino1-0/+11
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada1-2/+2
2019-10-07arm64: vdso32: Rename COMPATCC to CC_COMPATWill Deacon1-13/+13
2019-10-07arm64: vdso32: Pass '--target' option to clang via VDSO_CAFLAGSWill Deacon1-1/+5
2019-10-07arm64: vdso32: Don't use KBUILD_CPPFLAGS unconditionallyWill Deacon1-4/+2
2019-10-07arm64: vdso32: Move definition of COMPATCC into vdso32/MakefileWill Deacon1-0/+6
2019-10-07arm64: vdso32: Remove jump label config option in MakefileVincenzo Frascino1-3/+0
2019-10-07arm64: vdso32: Detect binutils support for dmb ishldVincenzo Frascino1-0/+9
2019-10-07arm64: vdso32: Fix broken compat vDSO build warningsVincenzo Frascino1-2/+0
2019-07-22arm64: vdso: Cleanup MakefilesVincenzo Frascino1-5/+5
2019-07-22arm64: vdso: fix flip/flop vdso build bugNaohiro Aota1-2/+4
2019-07-17kbuild: add --hash-style= and --build-id unconditionallyMasahiro Yamada1-2/+2
2019-06-22arm64: compat: Add vDSOVincenzo Frascino1-0/+186