summaryrefslogtreecommitdiffstats
path: root/arch/mips/vdso
AgeCommit message (Expand)AuthorLines
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
2019-01-29MIPS: VDSO: Include $(ccflags-vdso) in o32,n32 .lds buildsPaul Burton-2/+2
2019-01-29MIPS: VDSO: Use same -m%-float cflag as the kernel properPaul Burton-0/+1
2018-11-20MIPS: Enable Undefined Behavior Sanitizer UBSANHassan Naveed-0/+1
2018-11-02kbuild: replace cc-name test with CONFIG_CC_IS_CLANGMasahiro Yamada-1/+1
2018-08-07MIPS: VDSO: Force link endiannessPaul Burton-0/+1
2018-08-06MIPS: vdso: Allow clang's --target flag in VDSO cflagsPaul Burton-0/+5
2018-08-06MIPS: genvdso: Remove GOT checksPaul Burton-51/+0
2018-07-27MIPS: VDSO: Prevent use of smp_processor_id()Paul Burton-1/+2
2018-03-09MIPS: VDSO: Replace __mips_isa_rev with MIPS_ISA_REVMatt Redfearn-6/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-09-06MIPS: Add DWARF unwinding to assemblyCorey Minyard-10/+0
2017-09-04MIPS: VDSO: Avoid use of linux/irqchip/mips-gic.hPaul Burton-4/+3
2017-08-30MIPS: CPS: Have asm/mips-cps.h include CM & CPC headersPaul Burton-1/+0
2017-08-07MIPS: VDSO: Fix clobber lists in fallback code pathsGoran Ferenc-2/+4
2017-06-29MIPS: VDSO: Fix a mismatch between comment and preprocessor constantAleksandar Markovic-1/+1
2017-06-29MIPS: VDSO: Add implementation of gettimeofday() fallbackGoran Ferenc-1/+23
2017-06-29MIPS: VDSO: Add implementation of clock_gettime() fallbackGoran Ferenc-3/+22
2017-06-29MIPS: VDSO: Fix conversions in do_monotonic()/do_monotonic_coarse()Goran Ferenc-4/+4
2017-02-17MIPS: VDSO: Explicitly use -fno-asynchronous-unwind-tablesRobert Schiele-0/+1
2017-01-24MIPS: Fix modversionsArnd Bergmann-2/+5