summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/vdso64
Commit message (Expand)AuthorAgeFilesLines
* kbuild: unify vdso_install rulesMasahiro Yamada2023-10-281-10/+0
* s390/vdso: filter out mno-pic-data-is-text-relative cflagSumanth Korikkar2023-06-281-0/+1
* s390/vdso: check for undefined symbols after buildSven Schnelle2023-06-281-1/+4
* Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-04-301-2/+3
|\
| * s390/vdso: use __ALIGN instead of open coded .alignHeiko Carstens2023-03-201-2/+3
* | vdso: Improve cmd_vdso_check to check all dynamic relocationsFangrui Song2023-03-211-2/+1
|/
* s390/vdso: Drop '-shared' from KBUILD_CFLAGS_64Nathan Chancellor2023-01-261-1/+1
* s390/vdso: Drop unused '-s' flag from KBUILD_AFLAGS_64Nathan Chancellor2023-01-261-1/+1
* s390/vdso: filter out -mstack-guard and -mstack-sizeSven Schnelle2021-11-161-2/+3
* s390/vdso: remove -nostdlib compiler flagMasahiro Yamada2021-11-161-1/+1
* Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-08-301-0/+1
|\
| * s390: enable KCSANIlya Leoshkevich2021-07-301-0/+1
* | s390/vdso: add .got.plt in vdso linker scriptSumanth Korikkar2021-07-301-0/+1
|/
* s390/vdso: add minimal compat vdsoSven Schnelle2021-07-082-0/+23
* s390/vdso: rename VDSO64_LBASE to VDSO_LBASESven Schnelle2021-07-081-1/+1
* s390/vdso64: add sigreturn,rt_sigreturn and restart_syscallSven Schnelle2021-07-082-0/+20
* s390/vdso: use union tod_clockHeiko Carstens2021-02-131-3/+3
* s390/vdso: implement generic vdso time namespace supportHeiko Carstens2021-02-091-1/+4
* s390/vdso: move data page before code pagesHeiko Carstens2021-02-091-3/+1
* s390/vdso: add missing prototypes for vdso functionsHeiko Carstens2020-11-303-0/+16
* s390/vdso: reimplement getcpu vdso syscallHeiko Carstens2020-11-234-2/+24
* s390/mm: remove set_fs / rework address space handlingHeiko Carstens2020-11-233-33/+1
* Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-221-2/+2
|\
| * kbuild: explicitly specify the build id styleBill Wendling2020-10-091-1/+1
| * arch: vdso: add vdso linker script to 'targets' instead of extra-yMasahiro Yamada2020-09-071-1/+1
* | s390: disable branch profiling for vdsoSven Schnelle2020-09-141-1/+1
* | s390: convert to GENERIC_VDSOSven Schnelle2020-08-266-288/+71
|/
* s390/vdso: fix vDSO clock_getres()Vincenzo Frascino2020-06-161-5/+5
* s390/vdso: Use $(LD) instead of $(CC) to link vDSONathan Chancellor2020-06-161-6/+4
* .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* s390/vdso: fix getcpuHeiko Carstens2019-11-301-3/+1
* s390/vdso: drop unnecessary cc-ldoptionNick Desaulniers2019-05-031-1/+1
* s390/vdso: add missing FORCE to build targetsVasily Gorbik2018-10-261-3/+3
* s390/kasan: avoid vdso instrumentationVasily Gorbik2018-10-091-1/+2
* s390/vdso: correct CFI annotations of vDSO functionsVasily Gorbik2018-09-202-13/+15
* s390/vdso: revise CFI annotations of vDSO functionsHendrik Brueckner2017-12-134-8/+28
* s390/kernel: emit CFI data in .debug_frame and discard .eh_frame sectionsHendrik Brueckner2017-12-135-0/+7
* s390: add a few more SPDX identifiersMartin Schwidefsky2017-12-051-0/+1
* s390: kernel: Remove redundant license textGreg Kroah-Hartman2017-11-243-12/+0
* s390: kernel: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-243-0/+3
* s390: remove all code using the access register modeMartin Schwidefsky2017-11-142-28/+6
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
* s390/mm: use new mm defines instead of magic valuesHeiko Carstens2017-07-261-1/+3
* s390/time: steer clocksource on STP sync eventsMartin Schwidefsky2016-10-282-2/+20
* s390: enable UBSANChristian Borntraeger2016-09-201-1/+2
* s390: enable kcov supportHeiko Carstens2016-06-281-0/+2
* s390/vdso: optimize getcpu system callMartin Schwidefsky2016-01-113-1/+44
* s390/vdso: emit a GNU hashMartin Schwidefsky2015-08-071-1/+1
* s390/vdso: fix clock_gettime for CLOCK_THREAD_CPUTIME_ID, -2 and -3Martin Schwidefsky2015-02-121-4/+2
* s390/vdso: fix stack corruptionHeiko Carstens2014-10-272-6/+13