summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/vdso32
Commit message (Expand)AuthorAgeFilesLines
* kbuild: upgrade the orphan section warning to an error if CONFIG_WERROR is setXin Li2022-11-011-1/+1
* arm64: vdso32: Add DWARF_DEBUGNathan Chancellor2022-07-011-0/+1
* arm64: vdso32: Shuffle .ARM.exidx section above ELF_DETAILSNathan Chancellor2022-07-011-1/+1
* arm64: vdso*: place got/plt sections in .rodataJoey Gouly2022-06-281-13/+10
* arm64: vdso32: add ARM.exidx* sectionsJoey Gouly2022-06-281-0/+1
* arm64: vdso32: enable orphan handling for VDSOJoey Gouly2022-06-231-0/+1
* arm64: vdso32: put ELF related sections in the linker scriptJoey Gouly2022-06-231-1/+21
* 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-202-20/+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
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-08-031-1/+4
|\
| * arm64/vdso: Add time namespace pageAndrei Vagin2020-07-241-1/+4
* | 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-233-71/+0
* arm64: vdso32: add CONFIG_THUMB2_COMPAT_VDSONick Desaulniers2020-06-101-0/+8
* arm64: vdso: Fix CFI directives in sigreturn trampolineWill Deacon2020-05-211-0/+3
* arm64: vdso: Don't prefix sigreturn trampoline with a BTI C instructionWill Deacon2020-05-211-8/+8
* Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\
| * .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-03-311-15/+8
|\ \
| * | arm64: vdso32: Convert to modern assembler annotationsMark Brown2020-03-091-15/+8
| |/
* | arm64: vdso32: Enable Clang CompilationVincenzo Frascino2020-03-211-0/+11
* | arm64: vdso32: Include common headers in the vdso libraryVincenzo Frascino2020-03-211-2/+0
* | arm64: vdso32: Code clean upVincenzo Frascino2020-03-211-12/+0
|/
* 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-227-0/+425