Age | Commit message (Expand) | Author |
2024-12-10 | s390/Kconfig: Select VMAP_STACK unconditionally | Heiko Carstens |
2024-11-02 | s390/vdso: Drop LBASE_VDSO | Thomas Weißschuh |
2024-09-23 | s390/vdso: Use one large alternative instead of an alternative branch | Heiko Carstens |
2024-09-23 | s390/vdso: Use SYM_DATA_START_LOCAL()/SYM_DATA_END() for data objects | Heiko Carstens |
2024-09-23 | s390/vdso: Use macros for annotation of asm functions | Jens Remus |
2024-09-23 | s390/vdso: Add CFI annotations to __arch_chacha20_blocks_nostack() | Jens Remus |
2024-09-23 | s390/vdso: Fix comment within __arch_chacha20_blocks_nostack() | Heiko Carstens |
2024-09-23 | s390/vdso: Get rid of permutation constants | Heiko Carstens |
2024-09-13 | s390/vdso: Wire up getrandom() vdso implementation | Heiko Carstens |
2024-09-13 | s390/vdso: Allow alternatives in vdso code | Heiko Carstens |
2024-05-21 | Merge tag 's390-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds |
2024-05-18 | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2024-05-14 | Makefile: remove redundant tool coverage variables | Masahiro Yamada |
2024-05-14 | s390/stackstrace: Detect vdso stack frames | Heiko Carstens |
2024-05-14 | s390/vdso: Introduce and use struct stack_frame_vdso_wrapper | Heiko Carstens |
2024-05-14 | s390/vdso: Use standard stack frame layout | Heiko Carstens |
2024-05-14 | s390/vdso: Generate unwind information for C modules | Jens Remus |
2024-05-10 | kbuild: use $(src) instead of $(srctree)/$(src) for source directory | Masahiro Yamada |
2024-05-02 | arch: use $(obj)/ instead of $(src)/ for preprocessed linker scripts | Masahiro Yamada |
2024-04-26 | s390/vdso: Add CFI for RA register to asm macro vdso_func | Jens Remus |
2024-02-20 | s390/vdso64: filter out munaligned-symbols flag for vdso | Sumanth Korikkar |
2024-02-14 | s390/vdso: remove unused ENTRY in linker scripts | Heiko Carstens |
2024-02-09 | s390/vdso: drop '-fPIC' from LDFLAGS | Nathan Chancellor |
2023-10-28 | kbuild: unify vdso_install rules | Masahiro Yamada |
2023-06-28 | s390/vdso: filter out mno-pic-data-is-text-relative cflag | Sumanth Korikkar |
2023-06-28 | s390/vdso: check for undefined symbols after build | Sven Schnelle |
2023-04-30 | Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds |
2023-03-21 | vdso: Improve cmd_vdso_check to check all dynamic relocations | Fangrui Song |
2023-03-20 | s390/vdso: use __ALIGN instead of open coded .align | Heiko Carstens |
2023-01-26 | s390/vdso: Drop '-shared' from KBUILD_CFLAGS_64 | Nathan Chancellor |
2023-01-26 | s390/vdso: Drop unused '-s' flag from KBUILD_AFLAGS_64 | Nathan Chancellor |
2021-11-16 | s390/vdso: filter out -mstack-guard and -mstack-size | Sven Schnelle |
2021-11-16 | s390/vdso: remove -nostdlib compiler flag | Masahiro Yamada |
2021-08-30 | Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds |
2021-07-30 | s390: enable KCSAN | Ilya Leoshkevich |
2021-07-30 | s390/vdso: add .got.plt in vdso linker script | Sumanth Korikkar |
2021-07-08 | s390/vdso: add minimal compat vdso | Sven Schnelle |
2021-07-08 | s390/vdso: rename VDSO64_LBASE to VDSO_LBASE | Sven Schnelle |
2021-07-08 | s390/vdso64: add sigreturn,rt_sigreturn and restart_syscall | Sven Schnelle |
2021-02-13 | s390/vdso: use union tod_clock | Heiko Carstens |
2021-02-09 | s390/vdso: implement generic vdso time namespace support | Heiko Carstens |
2021-02-09 | s390/vdso: move data page before code pages | Heiko Carstens |
2020-11-30 | s390/vdso: add missing prototypes for vdso functions | Heiko Carstens |
2020-11-23 | s390/vdso: reimplement getcpu vdso syscall | Heiko Carstens |
2020-11-23 | s390/mm: remove set_fs / rework address space handling | Heiko Carstens |
2020-10-22 | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2020-10-09 | kbuild: explicitly specify the build id style | Bill Wendling |
2020-09-14 | s390: disable branch profiling for vdso | Sven Schnelle |
2020-09-07 | arch: vdso: add vdso linker script to 'targets' instead of extra-y | Masahiro Yamada |
2020-08-26 | s390: convert to GENERIC_VDSO | Sven Schnelle |