summaryrefslogtreecommitdiffstats
path: root/arch/mips/vdso
AgeCommit message (Expand)AuthorLines
2026-01-13MIPS: vdso: Provide getres_time64() for 32-bit ABIsThomas Weißschuh-0/+6
2025-04-27mips: Add -std= flag specified in KBUILD_CFLAGS to vdso CFLAGSKhem Raj-0/+1
2025-02-21MIPS: vdso: Switch to generic storage implementationThomas Weißschuh-1/+4
2025-02-21vdso: Rename included MakefileThomas Weißschuh-1/+1
2024-11-02MIPS: vdso: Avoid name conflict around "vdso_data"Thomas Weißschuh-2/+2
2024-05-14Makefile: remove redundant tool coverage variablesMasahiro Yamada-7/+0
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada-2/+2
2023-11-23arch: vdso: consolidate gettime prototypesArnd Bergmann-0/+1
2023-08-23MIPS: VDSO: Conditionally export __vdso_gettimeofday()Nathan Chancellor-0/+2
2023-03-21vdso: Improve cmd_vdso_check to check all dynamic relocationsFangrui Song-3/+1
2023-01-27MIPS: remove CONFIG_MIPS_LD_CAN_LINK_VDSOMasahiro Yamada-16/+1
2022-11-21MIPS: Use "grep -E" instead of "egrep"Tiezhu Yang-1/+1
2022-02-07mips: Enable KCSANNemanja Rakovic-0/+3
2021-11-09MIPS: VDSO: remove -nostdlib compiler flagMasahiro Yamada-1/+1
2021-04-21MIPS: Makefile: Replace -pg with CC_FLAGS_FTRACEzhaoxiao-2/+2
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+1
2021-02-12kbuild: LD_VERSION redenominationMasahiro Yamada-1/+1
2021-01-18MIPS: VDSO: Use CLANG_FLAGS instead of filtering out '--target='Nathan Chancellor-4/+1
2020-12-15mm: forbid splitting special mappingsDmitry Safonov-4/+0
2020-10-09kbuild: explicitly specify the build id styleBill Wendling-1/+1
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-2/+1
2020-07-16mips/vdso: Fix resource leaks in genvdso.cPeng Fan-0/+10
2020-07-16MIPS: fix vdso different address spacesSunguoyun-1/+1
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada-2/+1
2020-05-12MIPS: VDSO: Allow ld.lld to link the VDSONathan Chancellor-1/+1
2020-05-12MIPS: VDSO: Use $(LD) instead of $(CC) to link VDSONathan Chancellor-9/+4
2020-05-12MIPS: VDSO: Move disabling the VDSO logic to KconfigNathan Chancellor-29/+21
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada-0/+1
2020-02-19MIPS: vdso: Wrap -mexplicit-relocs in cc-optionNathan Chancellor-1/+1
2020-02-15mips: vdso: add build time check that no 'jalr t9' calls leftVictor Kamensky-1/+7
2020-02-15MIPS: Disable VDSO time functionality on microMIPSPaul Burton-2/+17
2020-02-15mips: vdso: fix 'jalr t9' crash in vdso codeVictor Kamensky-0/+1
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada-1/+1
2020-01-31Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds-0/+13
2020-01-16MIPS: vdso: Define BUILD_VDSO32 when building a 32bit kernelThomas Gleixner-0/+4
2020-01-15mips/vdso: Support mremap() for vDSOGuoyun Sun-0/+13
2019-12-02mips: Fix gettimeofday() in the vdso libraryVincenzo Frascino-0/+20
2019-11-11MIPS: allow building with kcov coverageAlexey Khoroshilov-0/+1
2019-10-10MIPS: Disable Loongson MMI instructions for kernel buildPaul Burton-0/+1
2019-10-02MIPS: VDSO: Fix build for binutils < 2.25Paul Burton-1/+1
2019-10-02MIPS: VDSO: Remove unused gettimeofday.cPaul Burton-269/+0
2019-09-03mips: compat: vdso: Use legacy syscalls as fallbackVincenzo Frascino-0/+1
2019-08-06mips: fix vdso32 build, againArnd Bergmann-0/+1
2019-07-26mips: vdso: Fix flip/flop vdso building bugVincenzo Frascino-7/+7
2019-07-26mips: vdso: Fix source pathVincenzo Frascino-2/+2
2019-07-25mips: Add clock_gettime64 entry pointVincenzo Frascino-0/+9
2019-07-25mips: Add clock_getres entry pointVincenzo Frascino-0/+13
2019-07-25mips: Add support for generic vDSOVincenzo Frascino-90/+89
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-35/+7
2019-04-23mips: vdso: drop unnecessary cc-ldoptionNick Desaulniers-3/+1