aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/vdso
AgeCommit message (Expand)AuthorFilesLines
2021-11-09MIPS: VDSO: remove -nostdlib compiler flagGravatar Masahiro Yamada 1-1/+1
2021-04-21MIPS: Makefile: Replace -pg with CC_FLAGS_FTRACEGravatar zhaoxiao 1-2/+2
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+1
2021-02-12kbuild: LD_VERSION redenominationGravatar Masahiro Yamada 1-1/+1
2021-01-18MIPS: VDSO: Use CLANG_FLAGS instead of filtering out '--target='Gravatar Nathan Chancellor 1-4/+1
2020-12-15mm: forbid splitting special mappingsGravatar Dmitry Safonov 1-4/+0
2020-10-09kbuild: explicitly specify the build id styleGravatar Bill Wendling 1-1/+1
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-2/+1
2020-07-16mips/vdso: Fix resource leaks in genvdso.cGravatar Peng Fan 1-0/+10
2020-07-16MIPS: fix vdso different address spacesGravatar Sunguoyun 1-1/+1
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorGravatar Masahiro Yamada 1-2/+1
2020-05-12MIPS: VDSO: Allow ld.lld to link the VDSOGravatar Nathan Chancellor 1-1/+1
2020-05-12MIPS: VDSO: Use $(LD) instead of $(CC) to link VDSOGravatar Nathan Chancellor 1-9/+4
2020-05-12MIPS: VDSO: Move disabling the VDSO logic to KconfigGravatar Nathan Chancellor 3-29/+21
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-02-19MIPS: vdso: Wrap -mexplicit-relocs in cc-optionGravatar Nathan Chancellor 1-1/+1
2020-02-15mips: vdso: add build time check that no 'jalr t9' calls leftGravatar Victor Kamensky 1-1/+7
2020-02-15MIPS: Disable VDSO time functionality on microMIPSGravatar Paul Burton 1-2/+17
2020-02-15mips: vdso: fix 'jalr t9' crash in vdso codeGravatar Victor Kamensky 1-0/+1
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yGravatar Masahiro Yamada 1-1/+1
2020-01-31Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 1-0/+13
2020-01-16MIPS: vdso: Define BUILD_VDSO32 when building a 32bit kernelGravatar Thomas Gleixner 1-0/+4
2020-01-15mips/vdso: Support mremap() for vDSOGravatar Guoyun Sun 1-0/+13
2019-12-02mips: Fix gettimeofday() in the vdso libraryGravatar Vincenzo Frascino 1-0/+20
2019-11-11MIPS: allow building with kcov coverageGravatar Alexey Khoroshilov 1-0/+1
2019-10-10MIPS: Disable Loongson MMI instructions for kernel buildGravatar Paul Burton 1-0/+1
2019-10-02MIPS: VDSO: Fix build for binutils < 2.25Gravatar Paul Burton 1-1/+1
2019-10-02MIPS: VDSO: Remove unused gettimeofday.cGravatar Paul Burton 1-269/+0
2019-09-03mips: compat: vdso: Use legacy syscalls as fallbackGravatar Vincenzo Frascino 1-0/+1
2019-08-06mips: fix vdso32 build, againGravatar Arnd Bergmann 1-0/+1
2019-07-26mips: vdso: Fix flip/flop vdso building bugGravatar Vincenzo Frascino 1-7/+7
2019-07-26mips: vdso: Fix source pathGravatar Vincenzo Frascino 1-2/+2
2019-07-25mips: Add clock_gettime64 entry pointGravatar Vincenzo Frascino 2-0/+9
2019-07-25mips: Add clock_getres entry pointGravatar Vincenzo Frascino 2-0/+13
2019-07-25mips: Add support for generic vDSOGravatar Vincenzo Frascino 6-90/+89
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