summaryrefslogtreecommitdiffstats
path: root/arch/arm/vdso
Commit message (Expand)AuthorAgeFilesLines
* Makefile: remove redundant tool coverage variablesMasahiro Yamada10 days1-9/+0
* arch: vdso: consolidate gettime prototypesArnd Bergmann2023-11-231-0/+1
* kbuild: unify vdso_install rulesMasahiro Yamada2023-10-281-25/+0
* ARM: 9313/1: vdso: add missing prototypesArnd Bergmann2023-06-191-0/+2
* vdso: Improve cmd_vdso_check to check all dynamic relocationsFangrui Song2023-03-211-3/+1
* ARM: 9253/1: ubsan: select ARCH_HAS_UBSAN_SANITIZE_ALLSeung-Woo Kim2022-11-071-0/+1
* randstruct: Split randstruct Makefile and CFLAGSKees Cook2022-05-081-1/+1
* ARM: 9181/1: vdso: remove -nostdlib compiler flagMasahiro Yamada2022-02-281-1/+1
* ARM: 9051/1: vdso: remove unneded extra-y additionMasahiro Yamada2021-02-011-1/+0
* ARM: 9013/2: Disable KASan instrumentation for some codeLinus Walleij2020-10-271-0/+2
* kbuild: explicitly specify the build id styleBill Wendling2020-10-091-1/+1
* ARM: vdso: Don't use gcc plugins for building vgettimeofday.cAlexander Popov2020-06-241-1/+1
* .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-041-1/+1
* ARM: vdso: Set BUILD_VDSO32 and provide 32bit fallbacksThomas Gleixner2020-01-141-1/+1
* ARM: 8932/1: Add clock_gettime64 entry pointVincenzo Frascino2019-11-152-0/+7
* ARM: 8931/1: Add clock_getres entry pointVincenzo Frascino2019-11-152-0/+7
* ARM: 8930/1: Add support for generic vDSOVincenzo Frascino2019-11-153-248/+40
* kbuild: add --hash-style= and --build-id unconditionallyMasahiro Yamada2019-07-171-2/+1
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-07-081-2/+1
|\
| * Merge branches 'fixes' and 'misc'Russell King2019-07-081-2/+1
| |\
| | * ARM: 8860/1: VDSO: Drop implicit common-page-size linker flagNick Desaulniers2019-06-201-2/+1
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-06-211-2/+3
|\| |
| * | ARM: 8867/1: vdso: pass --be8 to linker if necessaryJason A. Donenfeld2019-06-201-2/+3
| |/
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-192-24/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 340Thomas Gleixner2019-06-052-27/+2
|/
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-05-161-13/+8
|\
| * ARM: 8858/1: vdso: use $(LD) instead of $(CC) to link VDSOMasahiro Yamada2019-04-231-13/+8
* | ARM: vdso: Remove dependency with the arch_timer driver internalsMarc Zyngier2019-04-301-2/+3
|/
* arm: port KCOV to armDmitry Vyukov2018-06-151-0/+3
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-072-0/+2
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* kbuild: drop FORCE from PHONY targetsMasahiro Yamada2016-04-201-1/+1
* ARM/vdso: Mark the vDSO code read-only after initDavid Brown2016-02-221-2/+1
* ARM: 8449/1: fix bug in vdsomunge swab32 macroH. Nikolaus Schaller2015-10-291-1/+1
* ARM: 8445/1: fix vdsomunge not to depend on glibc specific byteswap.hH. Nikolaus Schaller2015-10-191-4/+13
* ARM: 8405/1: VDSO: fix regression with toolchains lacking ld.bfd executableNathan Lynch2015-07-311-1/+1
* Merge branches 'fixes' and 'ioremap' into for-linusRussell King2015-07-071-7/+11
|\
| * ARM: 8384/1: VDSO: force use of BFD linkerNathan Lynch2015-06-061-0/+1
| * ARM: 8385/1: VDSO: group link optionsNathan Lynch2015-06-061-7/+10
* | ARM: 8397/1: fix vdsomunge not to depend on glibc specific error.hSzabolcs Nagy2015-07-031-23/+33
|/
* ARM: 8344/1: VDSO: honor CONFIG_VDSO in MakefileNathan Lynch2015-04-211-2/+2
* ARM: 8343/1: VDSO: add build artifacts to .gitignoreNathan Lynch2015-04-211-0/+2
* ARM: 8330/1: add VDSO user-space codeNathan Lynch2015-03-277-0/+695