aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/vdso
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 7-35/+7
2019-04-23mips: vdso: drop unnecessary cc-ldoptionGravatar Nick Desaulniers 1-3/+1
2019-01-29MIPS: VDSO: Include $(ccflags-vdso) in o32,n32 .lds buildsGravatar Paul Burton 1-2/+2
2019-01-29MIPS: VDSO: Use same -m%-float cflag as the kernel properGravatar Paul Burton 1-0/+1
2018-11-20MIPS: Enable Undefined Behavior Sanitizer UBSANGravatar Hassan Naveed 1-0/+1
2018-11-02kbuild: replace cc-name test with CONFIG_CC_IS_CLANGGravatar Masahiro Yamada 1-1/+1
2018-08-07MIPS: VDSO: Force link endiannessGravatar Paul Burton 1-0/+1
2018-08-06MIPS: vdso: Allow clang's --target flag in VDSO cflagsGravatar Paul Burton 1-0/+5
2018-08-06MIPS: genvdso: Remove GOT checksGravatar Paul Burton 1-51/+0
2018-07-27MIPS: VDSO: Prevent use of smp_processor_id()Gravatar Paul Burton 1-1/+2
2018-03-09MIPS: VDSO: Replace __mips_isa_rev with MIPS_ISA_REVGravatar Matt Redfearn 1-6/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-06MIPS: Add DWARF unwinding to assemblyGravatar Corey Minyard 1-10/+0
2017-09-04MIPS: VDSO: Avoid use of linux/irqchip/mips-gic.hGravatar Paul Burton 1-4/+3
2017-08-30MIPS: CPS: Have asm/mips-cps.h include CM & CPC headersGravatar Paul Burton 1-1/+0
2017-08-07MIPS: VDSO: Fix clobber lists in fallback code pathsGravatar Goran Ferenc 1-2/+4
2017-06-29MIPS: VDSO: Fix a mismatch between comment and preprocessor constantGravatar Aleksandar Markovic 1-1/+1
2017-06-29MIPS: VDSO: Add implementation of gettimeofday() fallbackGravatar Goran Ferenc 1-1/+23
2017-06-29MIPS: VDSO: Add implementation of clock_gettime() fallbackGravatar Goran Ferenc 1-3/+22
2017-06-29MIPS: VDSO: Fix conversions in do_monotonic()/do_monotonic_coarse()Gravatar Goran Ferenc 1-4/+4
2017-02-17MIPS: VDSO: Explicitly use -fno-asynchronous-unwind-tablesGravatar Robert Schiele 1-0/+1
2017-01-24MIPS: Fix modversionsGravatar Arnd Bergmann 1-2/+5
2016-10-11MIPS: VDSO: Drop duplicated -I*/-E* aflagsGravatar James Hogan 1-2/+0
2016-10-11MIPS: Fix -mabi=64 build of vdso.ldsGravatar James Hogan 1-1/+1
2016-05-28MIPS: Build microMIPS VDSO for microMIPS kernelsGravatar James Hogan 1-0/+1
2016-05-28MIPS: VDSO: Build with `-fno-strict-aliasing'Gravatar Maciej W. Rozycki 1-1/+2
2016-05-13MIPS: Fix genvdso error on rebuildGravatar James Hogan 1-12/+28
2016-01-04Fix ld-version.sh to handle large 3rd version partGravatar James Hogan 1-1/+1
2015-12-29MIPS: VDSO: Fix build error with binutils 2.24 and earlierGravatar Guenter Roeck 1-1/+1
2015-12-22MIPS: VDSO: Fix build errorGravatar Qais Yousef 1-2/+2
2015-11-11MIPS: VDSO: Add implementations of gettimeofday() and clock_gettime()Gravatar Alex Smith 3-0/+246
2015-11-11MIPS: Initial implementation of a VDSOGravatar Alex Smith 8-0/+941