aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/vdso (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-20arm64/vdso: Fix nsec handling for CLOCK_MONOTONIC_RAWWill Deacon1-1/+0
2017-03-30arm64: drop non-existing vdso-offsets.h from .gitignoreMasahiro Yamada1-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
2016-07-11arm64: fix vdso-offsets.h dependencyKevin Brodsky1-4/+3
2016-07-11Revert "arm64: Fix vdso-offsets.h dependency"Catalin Marinas1-3/+4
2016-07-08arm64: Fix vdso-offsets.h dependencyCatalin Marinas1-4/+3
2016-02-16arm64: vdso: Mark vDSO code as read-onlyDavid Brown1-2/+1
2015-11-12arm64: build vdso without libgcovArnd Bergmann1-0/+3
2015-06-19arm64: vdso: work-around broken ELF toolchains in MakefileWill Deacon1-0/+4
2015-02-26arm64: vdso: minor ABI fix for clock_getresNathan Lynch1-2/+1
2014-07-30arm64: vdso: fix build error when switching from LE to BEArun Chandran1-1/+1
2014-07-17arm64: Align the kbuild output for VDSOL and VDSOAIan Campbell1-2/+2
2014-07-17arm64: vdso: move data page before code pagesWill Deacon1-3/+1
2014-02-05arm64: vdso: fix coarse clock handlingNathan Lynch1-1/+6
2014-02-04arm64: vdso: prevent ld from aligning PT_LOAD segments to 64kWill Deacon1-1/+1
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 Deacon8-0/+520