aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/vdso
AgeCommit message (Expand)Author
2021-05-11arm64/vdso: Discard .note.gnu.property sections in vDSOBill Wendling
2020-10-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2020-10-21treewide: remove DISABLE_LTOSami Tolvanen
2020-10-20arm64: Fix a broken copyright header in gen_vdso_offsets.shPalmer Dabbelt
2020-10-13Revert "arm64: vdso: Fix compilation with clang older than 8"Nick Desaulniers
2020-10-09kbuild: explicitly specify the build id styleBill Wendling
2020-09-07arch: vdso: add vdso linker script to 'targets' instead of extra-yMasahiro Yamada
2020-07-24arm64/vdso: Add time namespace pageAndrei Vagin
2020-06-24arm64: vdso: Don't use gcc plugins for building vgettimeofday.cAlexander Popov
2020-06-24arm64: vdso: Only pass --no-eh-frame-hdr when linker supports itWill Deacon
2020-06-23arm64: vdso: Disable dwarf unwinding through the sigreturn trampolineWill Deacon
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-05-28Merge branch 'for-next/scs' into for-next/coreWill Deacon
2020-05-28Merge branch 'for-next/bti' into for-next/coreWill Deacon
2020-05-21arm64: vdso: Fix CFI directives in sigreturn trampolineWill Deacon
2020-05-21arm64: vdso: Don't prefix sigreturn trampoline with a BTI C instructionWill Deacon
2020-05-15arm64: vdso: Disable Shadow Call StackSami Tolvanen
2020-05-07arm64: vdso: Force the vDSO to be linked as BTI when built for BTIMark Brown
2020-05-07arm64: vdso: Annotate for BTIMark Brown
2020-05-07arm64: vdso: Add --eh-frame-hdr to ldflagsVincenzo Frascino
2020-04-30arm64: vdso: Add -fasynchronous-unwind-tables to cflagsVincenzo Frascino
2020-04-28arm64: vdso: Add '-Bsymbolic' to ldflagsVincenzo Frascino
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-03-21arm64: vdso: Include common headers in the vdso libraryVincenzo Frascino
2020-03-09arm64: vdso: Convert to modern assembler annotationsMark Brown
2019-10-07arm64: vdso: Remove stale files from old assembly implementationVincenzo Frascino
2019-07-22arm64: vdso: Cleanup MakefilesVincenzo Frascino
2019-07-22arm64: vdso: fix flip/flop vdso build bugNaohiro Aota
2019-06-26arm64: vdso: Fix compilation with clang older than 8Vincenzo Frascino
2019-06-22arm64: vdso: Build vDSO with -ffixed-x18Peter Collingbourne
2019-06-22arm64: vdso: Substitute gettimeofday() with C implementationVincenzo Frascino
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-05-16arm64: vdso: Explicitly add build-id optionLaura Abbott
2019-04-30arm64: arch_timer: Ensure counter register reads occur with seqlock heldWill Deacon
2019-04-16arm64: vdso: Fix clock_getres() for CLOCK_REALTIMEVincenzo Frascino
2019-04-11arm64: vdso: use $(LD) instead of $(CC) to link VDSOMasahiro Yamada
2019-04-03arm64: vdso: fix and clean-up MakefileMasahiro Yamada
2018-07-18arm64: Add build salt to the vDSOLaura Abbott
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31arm64: vdso: fix clock_getres for 4GiB-aligned resMark Rutland
2017-06-20arm64/vdso: Fix nsec handling for CLOCK_MONOTONIC_RAWWill Deacon
2017-03-30arm64: drop non-existing vdso-offsets.h from .gitignoreMasahiro Yamada
2016-07-12arm64: Add support for CLOCK_MONOTONIC_RAW in clock_gettime() vDSOKevin Brodsky
2016-07-12arm64: Refactor vDSO time functionsKevin Brodsky
2016-07-11arm64: fix vdso-offsets.h dependencyKevin Brodsky
2016-07-11Revert "arm64: Fix vdso-offsets.h dependency"Catalin Marinas