summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/vdso/gettimeofday.S
AgeCommit message (Expand)AuthorFilesLines
2019-10-07arm64: vdso: Remove stale files from old assembly implementationVincenzo Frascino1-0/+0
2019-06-22arm64: vdso: Substitute gettimeofday() with C implementationVincenzo Frascino1-323/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-04-30arm64: arch_timer: Ensure counter register reads occur with seqlock heldWill Deacon1-4/+11
2019-04-16arm64: vdso: Fix clock_getres() for CLOCK_REALTIMEVincenzo Frascino1-4/+3
2017-10-31arm64: vdso: fix clock_getres for 4GiB-aligned resMark Rutland1-1/+1
2017-06-20arm64/vdso: Fix nsec handling for CLOCK_MONOTONIC_RAWWill Deacon1-1/+0
2016-07-12arm64: Add support for CLOCK_MONOTONIC_RAW in clock_gettime() vDSOKevin Brodsky1-11/+46
2016-07-12arm64: Refactor vDSO time functionsKevin Brodsky1-126/+172
2015-02-26arm64: vdso: minor ABI fix for clock_getresNathan Lynch1-2/+1
2014-02-05arm64: vdso: fix coarse clock handlingNathan Lynch1-1/+6
2013-01-10arm64: vdso: remove broken, redundant sequence counting for timezonesWill Deacon1-2/+0
2012-12-05arm64: generic timer: use virtual counter instead of physical at EL0Will Deacon1-2/+2
2012-12-05arm64: vdso: defer shifting of nanosecond component of timespecWill Deacon1-2/+6
2012-12-05arm64: vdso: rework __do_get_tspec register allocation and return shiftWill Deacon1-44/+44
2012-12-05arm64: vdso: check sequence counter even for coarse realtime operationsWill Deacon1-3/+3
2012-12-05arm64: vdso: fix clocksource mask when extracting bottom 56 bitsWill Deacon1-1/+1
2012-09-17arm64: VDSO supportWill Deacon1-0/+242