summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/vdso (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/bti' into for-next/coreWill Deacon2020-05-284-8/+56
|\
| * arm64: vdso: Fix CFI directives in sigreturn trampolineWill Deacon2020-05-211-7/+37
| * arm64: vdso: Don't prefix sigreturn trampoline with a BTI C instructionWill Deacon2020-05-211-2/+9
| * arm64: vdso: Force the vDSO to be linked as BTI when built for BTIMark Brown2020-05-071-1/+3
| * arm64: vdso: Annotate for BTIMark Brown2020-05-073-0/+9
* | arm64: vdso: Add --eh-frame-hdr to ldflagsVincenzo Frascino2020-05-071-1/+1
* | arm64: vdso: Add '-Bsymbolic' to ldflagsVincenzo Frascino2020-04-281-3/+5
|/
* 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-2/+2
|\ \
| * | arm64: vdso: Convert to modern assembler annotationsMark Brown2020-03-091-2/+2
| |/
* / arm64: vdso: Include common headers in the vdso libraryVincenzo Frascino2020-03-211-2/+0
|/
* arm64: vdso: Remove stale files from old assembly implementationVincenzo Frascino2019-10-071-0/+0
* arm64: vdso: Cleanup MakefilesVincenzo Frascino2019-07-221-6/+3
* arm64: vdso: fix flip/flop vdso build bugNaohiro Aota2019-07-221-2/+4
* arm64: vdso: Fix compilation with clang older than 8Vincenzo Frascino2019-06-261-0/+7
* arm64: vdso: Build vDSO with -ffixed-x18Peter Collingbourne2019-06-221-1/+1
* arm64: vdso: Substitute gettimeofday() with C implementationVincenzo Frascino2019-06-223-330/+54
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-195-60/+5
* arm64: vdso: Explicitly add build-id optionLaura Abbott2019-05-161-2/+2
* arm64: arch_timer: Ensure counter register reads occur with seqlock heldWill Deacon2019-04-301-4/+11
* arm64: vdso: Fix clock_getres() for CLOCK_REALTIMEVincenzo Frascino2019-04-161-4/+3
* arm64: vdso: use $(LD) instead of $(CC) to link VDSOMasahiro Yamada2019-04-111-10/+3
* arm64: vdso: fix and clean-up MakefileMasahiro Yamada2019-04-031-5/+3
* arm64: Add build salt to the vDSOLaura Abbott2018-07-171-0/+3
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-151-1/+1
|\
| * arm64: vdso: fix clock_getres for 4GiB-aligned resMark Rutland2017-10-311-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
|/
* arm64/vdso: Fix nsec handling for CLOCK_MONOTONIC_RAWWill Deacon2017-06-201-1/+0
* arm64: drop non-existing vdso-offsets.h from .gitignoreMasahiro Yamada2017-03-301-1/+0
* arm64: Add support for CLOCK_MONOTONIC_RAW in clock_gettime() vDSOKevin Brodsky2016-07-121-11/+46
* arm64: Refactor vDSO time functionsKevin Brodsky2016-07-121-126/+172
* arm64: fix vdso-offsets.h dependencyKevin Brodsky2016-07-111-4/+3
* Revert "arm64: Fix vdso-offsets.h dependency"Catalin Marinas2016-07-111-3/+4
* arm64: Fix vdso-offsets.h dependencyCatalin Marinas2016-07-081-4/+3
* arm64: vdso: Mark vDSO code as read-onlyDavid Brown2016-02-161-2/+1
* arm64: build vdso without libgcovArnd Bergmann2015-11-121-0/+3
* arm64: vdso: work-around broken ELF toolchains in MakefileWill Deacon2015-06-191-0/+4
* arm64: vdso: minor ABI fix for clock_getresNathan Lynch2015-02-261-2/+1
* arm64: vdso: fix build error when switching from LE to BEArun Chandran2014-07-301-1/+1
* arm64: Align the kbuild output for VDSOL and VDSOAIan Campbell2014-07-171-2/+2
* arm64: vdso: move data page before code pagesWill Deacon2014-07-171-3/+1
* arm64: vdso: fix coarse clock handlingNathan Lynch2014-02-051-1/+6
* arm64: vdso: prevent ld from aligning PT_LOAD segments to 64kWill Deacon2014-02-041-1/+1
* arm64: vdso: remove broken, redundant sequence counting for timezonesWill Deacon2013-01-101-2/+0
* arm64: generic timer: use virtual counter instead of physical at EL0Will Deacon2012-12-051-2/+2
* arm64: vdso: defer shifting of nanosecond component of timespecWill Deacon2012-12-051-2/+6
* arm64: vdso: rework __do_get_tspec register allocation and return shiftWill Deacon2012-12-051-44/+44
* arm64: vdso: check sequence counter even for coarse realtime operationsWill Deacon2012-12-051-3/+3
* arm64: vdso: fix clocksource mask when extracting bottom 56 bitsWill Deacon2012-12-051-1/+1