aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/vdso/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-07mips: Enable KCSANNemanja Rakovic1-0/+3
2021-11-09MIPS: VDSO: remove -nostdlib compiler flagMasahiro Yamada1-1/+1
2021-04-21MIPS: Makefile: Replace -pg with CC_FLAGS_FTRACEzhaoxiao1-2/+2
2021-01-18MIPS: VDSO: Use CLANG_FLAGS instead of filtering out '--target='Nathan Chancellor1-4/+1
2020-10-09kbuild: explicitly specify the build id styleBill Wendling1-1/+1
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada1-2/+1
2020-05-12MIPS: VDSO: Use $(LD) instead of $(CC) to link VDSONathan Chancellor1-9/+4
2020-05-12MIPS: VDSO: Move disabling the VDSO logic to KconfigNathan Chancellor1-28/+2
2020-02-19MIPS: vdso: Wrap -mexplicit-relocs in cc-optionNathan Chancellor1-1/+1
2020-02-15mips: vdso: add build time check that no 'jalr t9' calls leftVictor Kamensky1-1/+7
2020-02-15MIPS: Disable VDSO time functionality on microMIPSPaul Burton1-2/+17
2020-02-15mips: vdso: fix 'jalr t9' crash in vdso codeVictor Kamensky1-0/+1
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada1-1/+1
2020-01-16MIPS: vdso: Define BUILD_VDSO32 when building a 32bit kernelThomas Gleixner1-0/+4
2019-11-11MIPS: allow building with kcov coverageAlexey Khoroshilov1-0/+1
2019-10-10MIPS: Disable Loongson MMI instructions for kernel buildPaul Burton1-0/+1
2019-10-02MIPS: VDSO: Fix build for binutils < 2.25Paul Burton1-1/+1
2019-07-26mips: vdso: Fix flip/flop vdso building bugVincenzo Frascino1-7/+7
2019-07-26mips: vdso: Fix source pathVincenzo Frascino1-2/+2
2019-07-25mips: Add support for generic vDSOVincenzo Frascino1-3/+30
2019-04-23mips: vdso: drop unnecessary cc-ldoptionNick Desaulniers1-3/+1
2019-01-29MIPS: VDSO: Include $(ccflags-vdso) in o32,n32 .lds buildsPaul Burton1-2/+2
2019-01-29MIPS: VDSO: Use same -m%-float cflag as the kernel properPaul Burton1-0/+1
2018-11-20MIPS: Enable Undefined Behavior Sanitizer UBSANHassan Naveed1-0/+1
2018-11-02kbuild: replace cc-name test with CONFIG_CC_IS_CLANGMasahiro Yamada1-1/+1
2018-08-07MIPS: VDSO: Force link endiannessPaul Burton1-0/+1
2018-08-06MIPS: vdso: Allow clang's --target flag in VDSO cflagsPaul Burton1-0/+5
2018-07-27MIPS: VDSO: Prevent use of smp_processor_id()Paul Burton1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-02-17MIPS: VDSO: Explicitly use -fno-asynchronous-unwind-tablesRobert Schiele1-0/+1
2017-01-24MIPS: Fix modversionsArnd Bergmann1-2/+5
2016-10-11MIPS: VDSO: Drop duplicated -I*/-E* aflagsJames Hogan1-2/+0
2016-10-11MIPS: Fix -mabi=64 build of vdso.ldsJames Hogan1-1/+1
2016-05-28MIPS: Build microMIPS VDSO for microMIPS kernelsJames Hogan1-0/+1
2016-05-28MIPS: VDSO: Build with `-fno-strict-aliasing'Maciej W. Rozycki1-1/+2
2016-05-13MIPS: Fix genvdso error on rebuildJames Hogan1-12/+28
2016-01-04Fix ld-version.sh to handle large 3rd version partJames Hogan1-1/+1
2015-12-29MIPS: VDSO: Fix build error with binutils 2.24 and earlierGuenter Roeck1-1/+1
2015-12-22MIPS: VDSO: Fix build errorQais Yousef1-2/+2
2015-11-11MIPS: Initial implementation of a VDSOAlex Smith1-0/+160