summaryrefslogtreecommitdiffstats
path: root/arch/mips/vdso/Makefile
Commit message (Expand)AuthorAgeFilesLines
* kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-041-1/+1
* MIPS: vdso: Define BUILD_VDSO32 when building a 32bit kernelThomas Gleixner2020-01-161-0/+4
* MIPS: allow building with kcov coverageAlexey Khoroshilov2019-11-111-0/+1
* MIPS: Disable Loongson MMI instructions for kernel buildPaul Burton2019-10-101-0/+1
* MIPS: VDSO: Fix build for binutils < 2.25Paul Burton2019-10-021-1/+1
* mips: vdso: Fix flip/flop vdso building bugVincenzo Frascino2019-07-261-7/+7
* mips: vdso: Fix source pathVincenzo Frascino2019-07-261-2/+2
* mips: Add support for generic vDSOVincenzo Frascino2019-07-251-3/+30
* mips: vdso: drop unnecessary cc-ldoptionNick Desaulniers2019-04-231-3/+1
* MIPS: VDSO: Include $(ccflags-vdso) in o32,n32 .lds buildsPaul Burton2019-01-291-2/+2
* MIPS: VDSO: Use same -m%-float cflag as the kernel properPaul Burton2019-01-291-0/+1
* MIPS: Enable Undefined Behavior Sanitizer UBSANHassan Naveed2018-11-201-0/+1
* kbuild: replace cc-name test with CONFIG_CC_IS_CLANGMasahiro Yamada2018-11-021-1/+1
* MIPS: VDSO: Force link endiannessPaul Burton2018-08-071-0/+1
* MIPS: vdso: Allow clang's --target flag in VDSO cflagsPaul Burton2018-08-061-0/+5
* MIPS: VDSO: Prevent use of smp_processor_id()Paul Burton2018-07-271-1/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* MIPS: VDSO: Explicitly use -fno-asynchronous-unwind-tablesRobert Schiele2017-02-171-0/+1
* MIPS: Fix modversionsArnd Bergmann2017-01-241-2/+5
* MIPS: VDSO: Drop duplicated -I*/-E* aflagsJames Hogan2016-10-111-2/+0
* MIPS: Fix -mabi=64 build of vdso.ldsJames Hogan2016-10-111-1/+1
* MIPS: Build microMIPS VDSO for microMIPS kernelsJames Hogan2016-05-281-0/+1
* MIPS: VDSO: Build with `-fno-strict-aliasing'Maciej W. Rozycki2016-05-281-1/+2
* MIPS: Fix genvdso error on rebuildJames Hogan2016-05-131-12/+28
* Fix ld-version.sh to handle large 3rd version partJames Hogan2016-01-041-1/+1
* MIPS: VDSO: Fix build error with binutils 2.24 and earlierGuenter Roeck2015-12-291-1/+1
* MIPS: VDSO: Fix build errorQais Yousef2015-12-221-2/+2
* MIPS: Initial implementation of a VDSOAlex Smith2015-11-111-0/+160