summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/vdso
Commit message (Expand)AuthorAgeFilesLines
* arm64: Add support for CLOCK_MONOTONIC_RAW in clock_gettime() vDSOKevin Brodsky2016-07-121-11/+46
* arm64: Refactor vDSO time functionsKevin Brodsky2016-07-121-126/+172
* arm64: fix vdso-offsets.h dependencyKevin Brodsky2016-07-111-4/+3Star
* Revert "arm64: Fix vdso-offsets.h dependency"Catalin Marinas2016-07-111-3/+4
* arm64: Fix vdso-offsets.h dependencyCatalin Marinas2016-07-081-4/+3Star
* arm64: vdso: Mark vDSO code as read-onlyDavid Brown2016-02-161-2/+1Star
* arm64: build vdso without libgcovArnd Bergmann2015-11-121-0/+3
* arm64: vdso: work-around broken ELF toolchains in MakefileWill Deacon2015-06-191-0/+4
* arm64: vdso: minor ABI fix for clock_getresNathan Lynch2015-02-261-2/+1Star
* arm64: vdso: fix build error when switching from LE to BEArun Chandran2014-07-301-1/+1
* arm64: Align the kbuild output for VDSOL and VDSOAIan Campbell2014-07-171-2/+2
* arm64: vdso: move data page before code pagesWill Deacon2014-07-171-3/+1Star
* arm64: vdso: fix coarse clock handlingNathan Lynch2014-02-051-1/+6
* arm64: vdso: prevent ld from aligning PT_LOAD segments to 64kWill Deacon2014-02-041-1/+1
* arm64: vdso: remove broken, redundant sequence counting for timezonesWill Deacon2013-01-101-2/+0Star
* arm64: generic timer: use virtual counter instead of physical at EL0Will Deacon2012-12-051-2/+2
* arm64: vdso: defer shifting of nanosecond component of timespecWill Deacon2012-12-051-2/+6
* arm64: vdso: rework __do_get_tspec register allocation and return shiftWill Deacon2012-12-051-44/+44
* arm64: vdso: check sequence counter even for coarse realtime operationsWill Deacon2012-12-051-3/+3
* arm64: vdso: fix clocksource mask when extracting bottom 56 bitsWill Deacon2012-12-051-1/+1
* arm64: VDSO supportWill Deacon2012-09-178-0/+520