summaryrefslogtreecommitdiffstats
path: root/arch/arm/vdso
AgeCommit message (Expand)AuthorLines
2026-01-13ARM: VDSO: Provide clock_getres_time64()Thomas Weißschuh-0/+6
2025-07-21stackleak: Split KSTACK_ERASE_CFLAGS from GCC_PLUGINS_CFLAGSKees Cook-1/+1
2025-02-21arm: vdso: Switch to generic storage implementationThomas Weißschuh-2/+2
2025-02-21vdso: Rename included MakefileThomas Weißschuh-1/+1
2024-11-02ARM: vdso: Remove assembly for datapage accessThomas Weißschuh-18/+3
2024-05-14Makefile: remove redundant tool coverage variablesMasahiro Yamada-9/+0
2023-11-23arch: vdso: consolidate gettime prototypesArnd Bergmann-0/+1
2023-10-28kbuild: unify vdso_install rulesMasahiro Yamada-25/+0
2023-06-19ARM: 9313/1: vdso: add missing prototypesArnd Bergmann-0/+2
2023-03-21vdso: Improve cmd_vdso_check to check all dynamic relocationsFangrui Song-3/+1
2022-11-07ARM: 9253/1: ubsan: select ARCH_HAS_UBSAN_SANITIZE_ALLSeung-Woo Kim-0/+1
2022-05-08randstruct: Split randstruct Makefile and CFLAGSKees Cook-1/+1
2022-02-28ARM: 9181/1: vdso: remove -nostdlib compiler flagMasahiro Yamada-1/+1
2021-02-01ARM: 9051/1: vdso: remove unneded extra-y additionMasahiro Yamada-1/+0
2020-10-27ARM: 9013/2: Disable KASan instrumentation for some codeLinus Walleij-0/+2
2020-10-09kbuild: explicitly specify the build id styleBill Wendling-1/+1
2020-06-24ARM: vdso: Don't use gcc plugins for building vgettimeofday.cAlexander Popov-1/+1
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada-0/+1
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada-1/+1
2020-01-14ARM: vdso: Set BUILD_VDSO32 and provide 32bit fallbacksThomas Gleixner-1/+1
2019-11-15ARM: 8932/1: Add clock_gettime64 entry pointVincenzo Frascino-0/+7
2019-11-15ARM: 8931/1: Add clock_getres entry pointVincenzo Frascino-0/+7
2019-11-15ARM: 8930/1: Add support for generic vDSOVincenzo Frascino-248/+40
2019-07-17kbuild: add --hash-style= and --build-id unconditionallyMasahiro Yamada-2/+1
2019-07-08Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-2/+1
2019-07-08Merge branches 'fixes' and 'misc'Russell King-2/+1
2019-06-21Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-2/+3
2019-06-20ARM: 8860/1: VDSO: Drop implicit common-page-size linker flagNick Desaulniers-2/+1
2019-06-20ARM: 8867/1: vdso: pass --be8 to linker if necessaryJason A. Donenfeld-2/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner-24/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 340Thomas Gleixner-27/+2
2019-05-16Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-13/+8
2019-04-30ARM: vdso: Remove dependency with the arch_timer driver internalsMarc Zyngier-2/+3
2019-04-23ARM: 8858/1: vdso: use $(LD) instead of $(CC) to link VDSOMasahiro Yamada-13/+8
2018-06-15arm: port KCOV to armDmitry Vyukov-0/+3
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+2
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland-1/+1
2016-04-20kbuild: drop FORCE from PHONY targetsMasahiro Yamada-1/+1
2016-02-22ARM/vdso: Mark the vDSO code read-only after initDavid Brown-2/+1
2015-10-29ARM: 8449/1: fix bug in vdsomunge swab32 macroH. Nikolaus Schaller-1/+1
2015-10-19ARM: 8445/1: fix vdsomunge not to depend on glibc specific byteswap.hH. Nikolaus Schaller-4/+13
2015-07-31ARM: 8405/1: VDSO: fix regression with toolchains lacking ld.bfd executableNathan Lynch-1/+1
2015-07-07Merge branches 'fixes' and 'ioremap' into for-linusRussell King-7/+11
2015-07-03ARM: 8397/1: fix vdsomunge not to depend on glibc specific error.hSzabolcs Nagy-23/+33
2015-06-06ARM: 8384/1: VDSO: force use of BFD linkerNathan Lynch-0/+1
2015-06-06ARM: 8385/1: VDSO: group link optionsNathan Lynch-7/+10
2015-04-21ARM: 8344/1: VDSO: honor CONFIG_VDSO in MakefileNathan Lynch-2/+2
2015-04-21ARM: 8343/1: VDSO: add build artifacts to .gitignoreNathan Lynch-0/+2
2015-03-27ARM: 8330/1: add VDSO user-space codeNathan Lynch-0/+695