summaryrefslogtreecommitdiffstats
path: root/arch/mips/vdso
AgeCommit message (Expand)AuthorLines
2017-06-29MIPS: VDSO: Fix a mismatch between comment and preprocessor constantAleksandar Markovic-1/+1
2017-06-29MIPS: VDSO: Add implementation of gettimeofday() fallbackGoran Ferenc-1/+23
2017-06-29MIPS: VDSO: Add implementation of clock_gettime() fallbackGoran Ferenc-3/+22
2017-06-29MIPS: VDSO: Fix conversions in do_monotonic()/do_monotonic_coarse()Goran Ferenc-4/+4
2017-02-17MIPS: VDSO: Explicitly use -fno-asynchronous-unwind-tablesRobert Schiele-0/+1
2017-01-24MIPS: Fix modversionsArnd Bergmann-2/+5
2016-10-11MIPS: VDSO: Drop duplicated -I*/-E* aflagsJames Hogan-2/+0
2016-10-11MIPS: Fix -mabi=64 build of vdso.ldsJames Hogan-1/+1
2016-05-28MIPS: Build microMIPS VDSO for microMIPS kernelsJames Hogan-0/+1
2016-05-28MIPS: VDSO: Build with `-fno-strict-aliasing'Maciej W. Rozycki-1/+2
2016-05-13MIPS: Fix genvdso error on rebuildJames Hogan-12/+28
2016-01-04Fix ld-version.sh to handle large 3rd version partJames Hogan-1/+1
2015-12-29MIPS: VDSO: Fix build error with binutils 2.24 and earlierGuenter Roeck-1/+1
2015-12-22MIPS: VDSO: Fix build errorQais Yousef-2/+2
2015-11-11MIPS: VDSO: Add implementations of gettimeofday() and clock_gettime()Alex Smith-0/+246
2015-11-11MIPS: Initial implementation of a VDSOAlex Smith-0/+941