aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/vdso
Commit message (Expand)AuthorAge
* MIPS: Disable Loongson MMI instructions for kernel buildPaul Burton2019-10-10
* MIPS: VDSO: Fix build for binutils < 2.25Paul Burton2019-10-02
* MIPS: VDSO: Remove unused gettimeofday.cPaul Burton2019-10-02
* mips: compat: vdso: Use legacy syscalls as fallbackVincenzo Frascino2019-09-03
* mips: fix vdso32 build, againArnd Bergmann2019-08-06
* mips: vdso: Fix flip/flop vdso building bugVincenzo Frascino2019-07-26
* mips: vdso: Fix source pathVincenzo Frascino2019-07-26
* mips: Add clock_gettime64 entry pointVincenzo Frascino2019-07-26
* mips: Add clock_getres entry pointVincenzo Frascino2019-07-26
* mips: Add support for generic vDSOVincenzo Frascino2019-07-26
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-30
* mips: vdso: drop unnecessary cc-ldoptionNick Desaulniers2019-04-23
* MIPS: VDSO: Include $(ccflags-vdso) in o32,n32 .lds buildsPaul Burton2019-01-29
* MIPS: VDSO: Use same -m%-float cflag as the kernel properPaul Burton2019-01-29
* MIPS: Enable Undefined Behavior Sanitizer UBSANHassan Naveed2018-11-20
* kbuild: replace cc-name test with CONFIG_CC_IS_CLANGMasahiro Yamada2018-11-02
* MIPS: VDSO: Force link endiannessPaul Burton2018-08-07
* MIPS: vdso: Allow clang's --target flag in VDSO cflagsPaul Burton2018-08-06
* MIPS: genvdso: Remove GOT checksPaul Burton2018-08-06
* MIPS: VDSO: Prevent use of smp_processor_id()Paul Burton2018-07-27
* MIPS: VDSO: Replace __mips_isa_rev with MIPS_ISA_REVMatt Redfearn2018-03-09
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* MIPS: Add DWARF unwinding to assemblyCorey Minyard2017-09-06
* MIPS: VDSO: Avoid use of linux/irqchip/mips-gic.hPaul Burton2017-09-04
* MIPS: CPS: Have asm/mips-cps.h include CM & CPC headersPaul Burton2017-08-29
* MIPS: VDSO: Fix clobber lists in fallback code pathsGoran Ferenc2017-08-07
* MIPS: VDSO: Fix a mismatch between comment and preprocessor constantAleksandar Markovic2017-06-28
* MIPS: VDSO: Add implementation of gettimeofday() fallbackGoran Ferenc2017-06-28
* MIPS: VDSO: Add implementation of clock_gettime() fallbackGoran Ferenc2017-06-28
* MIPS: VDSO: Fix conversions in do_monotonic()/do_monotonic_coarse()Goran Ferenc2017-06-28
* MIPS: VDSO: Explicitly use -fno-asynchronous-unwind-tablesRobert Schiele2017-02-17
* MIPS: Fix modversionsArnd Bergmann2017-01-24
* MIPS: VDSO: Drop duplicated -I*/-E* aflagsJames Hogan2016-10-11
* MIPS: Fix -mabi=64 build of vdso.ldsJames Hogan2016-10-11
* MIPS: Build microMIPS VDSO for microMIPS kernelsJames Hogan2016-05-28
* MIPS: VDSO: Build with `-fno-strict-aliasing'Maciej W. Rozycki2016-05-28
* MIPS: Fix genvdso error on rebuildJames Hogan2016-05-13
* Fix ld-version.sh to handle large 3rd version partJames Hogan2016-01-04
* MIPS: VDSO: Fix build error with binutils 2.24 and earlierGuenter Roeck2015-12-29
* MIPS: VDSO: Fix build errorQais Yousef2015-12-22
* MIPS: VDSO: Add implementations of gettimeofday() and clock_gettime()Alex Smith2015-11-11
* MIPS: Initial implementation of a VDSOAlex Smith2015-11-11