summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/vdso/gettimeofday.S
AgeCommit message (Expand)Author
2019-10-07arm64: vdso: Remove stale files from old assembly implementationVincenzo Frascino
2019-06-22arm64: vdso: Substitute gettimeofday() with C implementationVincenzo Frascino
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
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
2017-10-31arm64: vdso: fix clock_getres for 4GiB-aligned resMark Rutland
2017-06-20arm64/vdso: Fix nsec handling for CLOCK_MONOTONIC_RAWWill Deacon
2016-07-12arm64: Add support for CLOCK_MONOTONIC_RAW in clock_gettime() vDSOKevin Brodsky
2016-07-12arm64: Refactor vDSO time functionsKevin Brodsky
2015-02-26arm64: vdso: minor ABI fix for clock_getresNathan Lynch
2014-02-05arm64: vdso: fix coarse clock handlingNathan Lynch
2013-01-10arm64: vdso: remove broken, redundant sequence counting for timezonesWill Deacon
2012-12-05arm64: generic timer: use virtual counter instead of physical at EL0Will Deacon
2012-12-05arm64: vdso: defer shifting of nanosecond component of timespecWill Deacon
2012-12-05arm64: vdso: rework __do_get_tspec register allocation and return shiftWill Deacon
2012-12-05arm64: vdso: check sequence counter even for coarse realtime operationsWill Deacon
2012-12-05arm64: vdso: fix clocksource mask when extracting bottom 56 bitsWill Deacon
2012-09-17arm64: VDSO supportWill Deacon