summaryrefslogtreecommitdiffstats
path: root/arch/mips/vdso
Commit message (Expand)AuthorAgeFilesLines
* arch: vdso: consolidate gettime prototypesArnd Bergmann2023-11-231-0/+1
* MIPS: VDSO: Conditionally export __vdso_gettimeofday()Nathan Chancellor2023-08-231-0/+2
* vdso: Improve cmd_vdso_check to check all dynamic relocationsFangrui Song2023-03-211-3/+1
* MIPS: remove CONFIG_MIPS_LD_CAN_LINK_VDSOMasahiro Yamada2023-01-272-16/+1
* MIPS: Use "grep -E" instead of "egrep"Tiezhu Yang2022-11-211-1/+1
* mips: Enable KCSANNemanja Rakovic2022-02-071-0/+3
* MIPS: VDSO: remove -nostdlib compiler flagMasahiro Yamada2021-11-091-1/+1
* MIPS: Makefile: Replace -pg with CC_FLAGS_FTRACEzhaoxiao2021-04-211-2/+2
* Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-251-1/+1
|\
| * kbuild: LD_VERSION redenominationMasahiro Yamada2021-02-121-1/+1
* | MIPS: VDSO: Use CLANG_FLAGS instead of filtering out '--target='Nathan Chancellor2021-01-181-4/+1
|/
* mm: forbid splitting special mappingsDmitry Safonov2020-12-151-4/+0
* kbuild: explicitly specify the build id styleBill Wendling2020-10-091-1/+1
* Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-2/+1
|\
| * kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada2020-07-071-2/+1
* | mips/vdso: Fix resource leaks in genvdso.cPeng Fan2020-07-161-0/+10
* | MIPS: fix vdso different address spacesSunguoyun2020-07-161-1/+1
|/
* MIPS: VDSO: Allow ld.lld to link the VDSONathan Chancellor2020-05-121-1/+1
* MIPS: VDSO: Use $(LD) instead of $(CC) to link VDSONathan Chancellor2020-05-121-9/+4
* MIPS: VDSO: Move disabling the VDSO logic to KconfigNathan Chancellor2020-05-123-29/+21
* .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* MIPS: vdso: Wrap -mexplicit-relocs in cc-optionNathan Chancellor2020-02-191-1/+1
* mips: vdso: add build time check that no 'jalr t9' calls leftVictor Kamensky2020-02-151-1/+7
* MIPS: Disable VDSO time functionality on microMIPSPaul Burton2020-02-151-2/+17
* mips: vdso: fix 'jalr t9' crash in vdso codeVictor Kamensky2020-02-151-0/+1
* kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-041-1/+1
* Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-01-311-0/+13
|\
| * mips/vdso: Support mremap() for vDSOGuoyun Sun2020-01-151-0/+13
* | MIPS: vdso: Define BUILD_VDSO32 when building a 32bit kernelThomas Gleixner2020-01-161-0/+4
|/
* mips: Fix gettimeofday() in the vdso libraryVincenzo Frascino2019-12-021-0/+20
* 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: Remove unused gettimeofday.cPaul Burton2019-10-021-269/+0
* mips: compat: vdso: Use legacy syscalls as fallbackVincenzo Frascino2019-09-031-0/+1
* mips: fix vdso32 build, againArnd Bergmann2019-08-061-0/+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 clock_gettime64 entry pointVincenzo Frascino2019-07-252-0/+9
* mips: Add clock_getres entry pointVincenzo Frascino2019-07-252-0/+13
* mips: Add support for generic vDSOVincenzo Frascino2019-07-256-90/+89
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-307-35/+7
* 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: genvdso: Remove GOT checksPaul Burton2018-08-061-51/+0