aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/vdso64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-12powerpc/vdso: Merge vdso64 and vdso32 into a single directoryChristophe Leroy11-777/+0
2021-07-29powerpc/vdso: Don't use r30 to avoid breaking Go langMichael Ellerman1-0/+7
2021-04-14powerpc/vdso: Add support for time namespacesChristophe Leroy1-1/+1
2021-02-02powerpc/64/signal: Fix regression in __kernel_sigtramp_rt64() semanticsRaoni Fassina Firmino2-2/+11
2021-01-30powerpc/vdso64: remove meaningless vgettimeofday.o build ruleMasahiro Yamada1-2/+0
2021-01-30powerpc/vdso: fix unnecessary rebuilds of vgettimeofday.oMasahiro Yamada2-19/+1
2020-12-21powerpc/vdso: Block R_PPC_REL24 relocationsMichael Ellerman1-1/+1
2020-12-04powerpc: Use common STABS_DEBUG and DWARF_DEBUG and ELF_DETAILS macroYouling Tang1-38/+4
2020-12-04powerpc/vdso: Remove VDSO32_LBASE and VDSO64_LBASEChristophe Leroy1-1/+1
2020-12-04powerpc/vdso: Remove __kernel_datapage_offsetChristophe Leroy2-8/+0
2020-12-04powerpc/vdso: Merge __kernel_sync_dicache_p5() into __kernel_sync_dicache()Christophe Leroy2-11/+6
2020-12-04powerpc/vdso: Use builtin symbols to locate fixup sectionChristophe Leroy1-0/+8
2020-12-04powerpc/vdso: Retrieve sigtramp offsets at buildtimeChristophe Leroy3-0/+29
2020-12-04powerpc/vdso: Remove unused \tmp param in __get_datapage()Christophe Leroy2-3/+3
2020-12-04powerpc/vdso: Simplify __get_datapage()Christophe Leroy1-0/+2
2020-12-04powerpc/vdso: Stripped VDSO is not needed, don't build itChristophe Leroy1-17/+2
2020-12-04powerpc/vdso: Switch VDSO to generic C implementation.Christophe Leroy3-242/+25
2020-12-04powerpc/vdso: Prepare for switching VDSO to generic C implementation.Christophe Leroy1-0/+29
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2020-09-07arch: vdso: add vdso linker script to 'targets' instead of extra-yMasahiro Yamada1-1/+1
2020-09-03Revert "powerpc/build: vdso linker warning for orphan sections"Michael Ellerman2-3/+2
2020-07-29powerpc/build: vdso linker warning for orphan sectionsNicholas Piggin2-2/+3
2020-07-15powerpc/vdso64: Switch from __get_datapage() to get_datapage inline macroChristophe Leroy3-34/+12
2020-07-15powerpc/64/signal: Balance return predictor stack in signal trampolineNicholas Piggin1-8/+5
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2019-12-05powerpc: Fix vDSO clock_getres()Vincenzo Frascino1-2/+5
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-4/+4
2019-11-15y2038: vdso: powerpc: avoid timespec referencesArnd Bergmann1-4/+4
2019-11-07powerpc: Allow 64bit VDSO __kernel_sync_dicache to work across ranges >4GBAlastair D'Silva1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-13/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner4-20/+4
2019-05-01powerpc/vdso: Drop unnecessary cc-ldoptionNick Desaulniers1-3/+2
2019-03-18powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038Michael Ellerman1-2/+2
2019-02-23powerpc: Enable kcovAndrew Donnellan1-0/+1
2018-09-14powerpc/vdso: Correct call frame informationAlan Modra2-0/+2
2017-12-04powerpc/vdso64: Add support for CLOCK_{REALTIME/MONOTONIC}_COARSESantosh Sivaraj1-11/+56
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2016-09-29powerpc/vdso64: Use double word compare on pointersAnton Blanchard2-2/+2
2016-09-13powerpc/vdso64: Drop vdso64asMichael Ellerman1-6/+0
2016-08-10powerpc/vdso: Fix build rules to rebuild vdsos correctlyNicholas Piggin1-3/+3
2016-01-20powerpc: enable UBSAN supportDaniel Axtens1-0/+1
2015-11-26powerpc: Standardise on NR_syscalls rather than __NR_syscalls.Rashmica Gupta1-1/+1
2015-10-01powerpc/vdso: Avoid link stack corruption in __get_datapage()Michael Neuling1-5/+7
2015-10-01powerpc/vdso: Emit GNU & SysV hashesMichael Ellerman1-1/+1
2014-03-19powerpc/booke64: Use SPRG7 for VDSOScott Wood1-1/+1
2014-02-17powerpc: Use unstripped VDSO image for more accurate profiling dataAnton Blanchard1-1/+1
2014-01-15powerpc: Delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-11-21powerpc: Wrong DWARF CFI in the kernel vdso for little-endian / ELFv2Ulrich Weigand1-1/+15
2013-10-11powerpc: Add ability to build little endian kernelsIan Munsie1-0/+4
2013-04-23powerpc: Add VDSO version of timeAdhemerval Zanella2-0/+27