summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/vdso32
AgeCommit message (Expand)AuthorLines
2026-01-13arm64: vdso32: Provide clock_getres_time64()Thomas Weißschuh-0/+6
2025-10-30kbuild: Add '-fms-extensions' to areas with dedicated CFLAGSNathan Chancellor-1/+2
2025-09-30Merge tag 'timers-vdso-2025-09-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+0
2025-09-08arm64: vdso32: Respect -Werror from kbuildThomas Weißschuh-0/+1
2025-09-08arm64: vdso32: Stop suppressing warningsThomas Weißschuh-12/+0
2025-09-04vdso: Move ENABLE_COMPAT_VDSO from core to arm64Thomas Weißschuh-1/+0
2025-02-21arm64: vdso: Switch to generic storage implementationThomas Weißschuh-4/+3
2025-02-21vdso: Rename included MakefileThomas Weißschuh-1/+1
2024-11-02arm64: vdso: Drop LBASE_VDSOThomas Weißschuh-1/+1
2024-07-23arm64/vdso: Remove --hash-style=sysvFangrui Song-1/+1
2024-05-02arch: use $(obj)/ instead of $(src)/ for preprocessed linker scriptsMasahiro Yamada-1/+1
2024-01-30arm64: vdso32: Remove unused vdso32-offsets.hKevin Brodsky-9/+0
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+2
2023-12-05arm64: vdso32: rename 32-bit debug vdso to vdso32.so.dbgMasahiro Yamada-4/+4
2023-11-28arm64: vdso32: Define BUILD_VDSO32_64 to correct prototypesNathan Chancellor-0/+1
2023-11-23arch: vdso: consolidate gettime prototypesArnd Bergmann-0/+1
2023-10-28kbuild: unify vdso_install rulesMasahiro Yamada-10/+0
2023-06-26kbuild: Drop -Wdeclaration-after-statementPeter Zijlstra-2/+0
2023-03-21vdso: Improve cmd_vdso_check to check all dynamic relocationsFangrui Song-3/+0
2022-11-01kbuild: upgrade the orphan section warning to an error if CONFIG_WERROR is setXin Li-1/+1
2022-07-01arm64: vdso32: Add DWARF_DEBUGNathan Chancellor-0/+1
2022-07-01arm64: vdso32: Shuffle .ARM.exidx section above ELF_DETAILSNathan Chancellor-1/+1
2022-06-28arm64: vdso*: place got/plt sections in .rodataJoey Gouly-13/+10
2022-06-28arm64: vdso32: add ARM.exidx* sectionsJoey Gouly-0/+1
2022-06-23arm64: vdso32: enable orphan handling for VDSOJoey Gouly-0/+1
2022-06-23arm64: vdso32: put ELF related sections in the linker scriptJoey Gouly-1/+21
2022-05-10arm64: vdso: fix makefile dependency on vdso.soJoey Gouly-3/+0
2022-03-13Kbuild: move to -std=gnu11Arnd Bergmann-1/+1
2022-03-13Kbuild: use -Wdeclaration-after-statementMark Rutland-0/+1
2021-11-08arm64: vdso: remove -nostdlib compiler flagMasahiro Yamada-1/+1
2021-10-21arm64: vdso32: require CROSS_COMPILE_COMPAT for gcc+bfdNick Desaulniers-12/+5
2021-10-21arm64: vdso32: suppress error message for 'make mrproper'Nick Desaulniers-1/+2
2021-10-21arm64: vdso32: drop test for -march=armv8-aNick Desaulniers-7/+1
2021-10-21arm64: vdso32: drop the test for dmb ishldNick Desaulniers-8/+0
2021-04-23arm64: vdso32: drop -no-integrated-as flagNick Desaulniers-8/+0
2021-01-20arm64: do not descend to vdso directories twiceMasahiro Yamada-20/+0
2020-11-09arm64: lto: Strengthen READ_ONCE() to acquire when CONFIG_LTO=yWill Deacon-1/+1
2020-10-26arm64: vdso32: Allow ld.lld to properly link the VDSONathan Chancellor-11/+12
2020-10-09kbuild: explicitly specify the build id styleBill Wendling-1/+1
2020-09-25kbuild: remove cc-option test of -Werror=date-timeMasahiro Yamada-1/+1
2020-09-25kbuild: remove cc-option test of -fno-strict-overflowMasahiro Yamada-1/+1
2020-09-07arch: vdso: add vdso linker script to 'targets' instead of extra-yMasahiro Yamada-1/+1
2020-08-21ARM64: vdso32: Install vdso32 from vdso_installStephen Boyd-1/+1
2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+4
2020-07-24arm64/vdso: Add time namespace pageAndrei Vagin-1/+4
2020-07-23arm64: vdso32: Fix '--prefix=' value for newer versions of clangNathan Chancellor-1/+1
2020-06-23arm64: compat: Remove 32-bit sigreturn code from the vDSOWill Deacon-71/+0
2020-06-10arm64: vdso32: add CONFIG_THUMB2_COMPAT_VDSONick Desaulniers-0/+8
2020-05-21arm64: vdso: Fix CFI directives in sigreturn trampolineWill Deacon-0/+3
2020-05-21arm64: vdso: Don't prefix sigreturn trampoline with a BTI C instructionWill Deacon-8/+8