summaryrefslogtreecommitdiff
path: root/arch/s390/kernel/vdso64
AgeCommit message (Expand)AuthorFilesLines
2024-04-26s390/vdso: Add CFI for RA register to asm macro vdso_funcJens Remus1-0/+2
2024-02-20s390/vdso64: filter out munaligned-symbols flag for vdsoSumanth Korikkar1-0/+1
2024-02-14s390/vdso: remove unused ENTRY in linker scriptsHeiko Carstens1-1/+0
2024-02-09s390/vdso: drop '-fPIC' from LDFLAGSNathan Chancellor1-1/+1
2023-10-28kbuild: unify vdso_install rulesMasahiro Yamada1-10/+0
2023-06-28s390/vdso: filter out mno-pic-data-is-text-relative cflagSumanth Korikkar1-0/+1
2023-06-28s390/vdso: check for undefined symbols after buildSven Schnelle1-1/+4
2023-04-30Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-2/+3
2023-03-21vdso: Improve cmd_vdso_check to check all dynamic relocationsFangrui Song1-2/+1
2023-03-20s390/vdso: use __ALIGN instead of open coded .alignHeiko Carstens1-2/+3
2023-01-26s390/vdso: Drop '-shared' from KBUILD_CFLAGS_64Nathan Chancellor1-1/+1
2023-01-26s390/vdso: Drop unused '-s' flag from KBUILD_AFLAGS_64Nathan Chancellor1-1/+1
2021-11-16s390/vdso: filter out -mstack-guard and -mstack-sizeSven Schnelle1-2/+3
2021-11-16s390/vdso: remove -nostdlib compiler flagMasahiro Yamada1-1/+1
2021-08-30Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-0/+1
2021-07-30s390: enable KCSANIlya Leoshkevich1-0/+1
2021-07-30s390/vdso: add .got.plt in vdso linker scriptSumanth Korikkar1-0/+1
2021-07-08s390/vdso: add minimal compat vdsoSven Schnelle2-0/+23
2021-07-08s390/vdso: rename VDSO64_LBASE to VDSO_LBASESven Schnelle1-1/+1
2021-07-08s390/vdso64: add sigreturn,rt_sigreturn and restart_syscallSven Schnelle2-0/+20
2021-02-13s390/vdso: use union tod_clockHeiko Carstens1-3/+3
2021-02-09s390/vdso: implement generic vdso time namespace supportHeiko Carstens1-1/+4
2021-02-09s390/vdso: move data page before code pagesHeiko Carstens1-3/+1
2020-11-30s390/vdso: add missing prototypes for vdso functionsHeiko Carstens3-0/+16
2020-11-23s390/vdso: reimplement getcpu vdso syscallHeiko Carstens4-2/+24
2020-11-23s390/mm: remove set_fs / rework address space handlingHeiko Carstens3-33/+1
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+2
2020-10-09kbuild: explicitly specify the build id styleBill Wendling1-1/+1
2020-09-14s390: disable branch profiling for vdsoSven Schnelle1-1/+1
2020-09-07arch: vdso: add vdso linker script to 'targets' instead of extra-yMasahiro Yamada1-1/+1
2020-08-26s390: convert to GENERIC_VDSOSven Schnelle6-288/+71
2020-06-16s390/vdso: fix vDSO clock_getres()Vincenzo Frascino1-5/+5
2020-06-16s390/vdso: Use $(LD) instead of $(CC) to link vDSONathan Chancellor1-6/+4
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2019-11-30s390/vdso: fix getcpuHeiko Carstens1-3/+1
2019-05-03s390/vdso: drop unnecessary cc-ldoptionNick Desaulniers1-1/+1
2018-10-26s390/vdso: add missing FORCE to build targetsVasily Gorbik1-3/+3
2018-10-09s390/kasan: avoid vdso instrumentationVasily Gorbik1-1/+2
2018-09-20s390/vdso: correct CFI annotations of vDSO functionsVasily Gorbik2-13/+15
2017-12-13s390/vdso: revise CFI annotations of vDSO functionsHendrik Brueckner4-8/+28
2017-12-13s390/kernel: emit CFI data in .debug_frame and discard .eh_frame sectionsHendrik Brueckner5-0/+7
2017-12-05s390: add a few more SPDX identifiersMartin Schwidefsky1-0/+1
2017-11-24s390: kernel: Remove redundant license textGreg Kroah-Hartman3-12/+0
2017-11-24s390: kernel: add SPDX identifiers to the remaining filesGreg Kroah-Hartman3-0/+3
2017-11-14s390: remove all code using the access register modeMartin Schwidefsky2-28/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-07-26s390/mm: use new mm defines instead of magic valuesHeiko Carstens1-1/+3
2016-10-28s390/time: steer clocksource on STP sync eventsMartin Schwidefsky2-2/+20
2016-09-20s390: enable UBSANChristian Borntraeger1-1/+2
2016-06-28s390: enable kcov supportHeiko Carstens1-0/+2