summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/vdso
AgeCommit message (Expand)AuthorLines
2019-10-07arm64: vdso: Remove stale files from old assembly implementationVincenzo Frascino-0/+0
2019-07-22arm64: vdso: Cleanup MakefilesVincenzo Frascino-6/+3
2019-07-22arm64: vdso: fix flip/flop vdso build bugNaohiro Aota-2/+4
2019-06-26arm64: vdso: Fix compilation with clang older than 8Vincenzo Frascino-0/+7
2019-06-22arm64: vdso: Build vDSO with -ffixed-x18Peter Collingbourne-1/+1
2019-06-22arm64: vdso: Substitute gettimeofday() with C implementationVincenzo Frascino-330/+54
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner-60/+5
2019-05-16arm64: vdso: Explicitly add build-id optionLaura Abbott-2/+2
2019-04-30arm64: arch_timer: Ensure counter register reads occur with seqlock heldWill Deacon-4/+11
2019-04-16arm64: vdso: Fix clock_getres() for CLOCK_REALTIMEVincenzo Frascino-4/+3
2019-04-11arm64: vdso: use $(LD) instead of $(CC) to link VDSOMasahiro Yamada-10/+3
2019-04-03arm64: vdso: fix and clean-up MakefileMasahiro Yamada-5/+3
2018-07-18arm64: Add build salt to the vDSOLaura Abbott-0/+3
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+2
2017-10-31arm64: vdso: fix clock_getres for 4GiB-aligned resMark Rutland-1/+1
2017-06-20arm64/vdso: Fix nsec handling for CLOCK_MONOTONIC_RAWWill Deacon-1/+0
2017-03-30arm64: drop non-existing vdso-offsets.h from .gitignoreMasahiro Yamada-1/+0
2016-07-12arm64: Add support for CLOCK_MONOTONIC_RAW in clock_gettime() vDSOKevin Brodsky-11/+46
2016-07-12arm64: Refactor vDSO time functionsKevin Brodsky-126/+172
2016-07-11arm64: fix vdso-offsets.h dependencyKevin Brodsky-4/+3
2016-07-11Revert "arm64: Fix vdso-offsets.h dependency"Catalin Marinas-3/+4
2016-07-08arm64: Fix vdso-offsets.h dependencyCatalin Marinas-4/+3
2016-02-16arm64: vdso: Mark vDSO code as read-onlyDavid Brown-2/+1
2015-11-12arm64: build vdso without libgcovArnd Bergmann-0/+3
2015-06-19arm64: vdso: work-around broken ELF toolchains in MakefileWill Deacon-0/+4
2015-02-26arm64: vdso: minor ABI fix for clock_getresNathan Lynch-2/+1
2014-07-30arm64: vdso: fix build error when switching from LE to BEArun Chandran-1/+1
2014-07-17arm64: Align the kbuild output for VDSOL and VDSOAIan Campbell-2/+2
2014-07-17arm64: vdso: move data page before code pagesWill Deacon-3/+1
2014-02-05arm64: vdso: fix coarse clock handlingNathan Lynch-1/+6
2014-02-04arm64: vdso: prevent ld from aligning PT_LOAD segments to 64kWill Deacon-1/+1
2013-01-10arm64: vdso: remove broken, redundant sequence counting for timezonesWill Deacon-2/+0
2012-12-05arm64: generic timer: use virtual counter instead of physical at EL0Will Deacon-2/+2
2012-12-05arm64: vdso: defer shifting of nanosecond component of timespecWill Deacon-2/+6
2012-12-05arm64: vdso: rework __do_get_tspec register allocation and return shiftWill Deacon-44/+44
2012-12-05arm64: vdso: check sequence counter even for coarse realtime operationsWill Deacon-3/+3
2012-12-05arm64: vdso: fix clocksource mask when extracting bottom 56 bitsWill Deacon-1/+1
2012-09-17arm64: VDSO supportWill Deacon-0/+520