aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/vdso
AgeCommit message (Expand)Author
2016-07-12arm64: Add support for CLOCK_MONOTONIC_RAW in clock_gettime() vDSOKevin Brodsky
2016-07-12arm64: Refactor vDSO time functionsKevin Brodsky
2016-07-11arm64: fix vdso-offsets.h dependencyKevin Brodsky
2016-07-11Revert "arm64: Fix vdso-offsets.h dependency"Catalin Marinas
2016-07-08arm64: Fix vdso-offsets.h dependencyCatalin Marinas
2016-02-16arm64: vdso: Mark vDSO code as read-onlyDavid Brown
2015-11-12arm64: build vdso without libgcovArnd Bergmann
2015-06-19arm64: vdso: work-around broken ELF toolchains in MakefileWill Deacon
2015-02-26arm64: vdso: minor ABI fix for clock_getresNathan Lynch
2014-07-30arm64: vdso: fix build error when switching from LE to BEArun Chandran
2014-07-17arm64: Align the kbuild output for VDSOL and VDSOAIan Campbell
2014-07-17arm64: vdso: move data page before code pagesWill Deacon
2014-02-05arm64: vdso: fix coarse clock handlingNathan Lynch
2014-02-04arm64: vdso: prevent ld from aligning PT_LOAD segments to 64kWill Deacon
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