summaryrefslogtreecommitdiff
path: root/arch/s390/kernel/syscall.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-23Merge tag 's390-7.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-2/+2
2026-07-30s390/syscalls: Use define instead of '1' to indicate PER trapSven Schnelle1-2/+2
2026-07-20entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall ...Thomas Gleixner1-2/+5
2026-07-12s390/syscall: Use enter_from_user_mode_randomize_stack()Thomas Gleixner1-2/+2
2026-04-13Merge tag 'hardening-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2026-03-28s390/syscalls: Add spectre boundary for syscall dispatch tableGreg Kroah-Hartman1-1/+4
2026-03-24randomize_kstack: Unify random source across archesRyan Roberts1-1/+1
2025-11-17s390/syscalls: Switch to generic system call table generationHeiko Carstens1-0/+10
2025-11-17s390/syscalls: Remove system call table pointer from thread_structHeiko Carstens1-1/+1
2025-03-18s390: Remove 2k vs 4k page table leftoversHeiko Carstens1-4/+1
2025-03-18s390/syscall: Merge __do_syscall() and do_syscall()Heiko Carstens1-30/+17
2025-03-04s390/bear: Convert cpu_has_bear() to cpu feature functionHeiko Carstens1-1/+2
2024-07-18Merge tag 's390-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-2/+2
2024-06-25s390: remove native mmap2() syscallArnd Bergmann1-27/+0
2024-06-18s390: Replace S390_lowcore by get_lowcore()Sven Schnelle1-2/+2
2021-10-26s390: add support for BEAR enhancement facilitySven Schnelle1-0/+2
2021-07-08s390: rename PIF_SYSCALL_RESTART to PIF_EXECVE_PGSTE_RESTARTSven Schnelle1-1/+2
2021-07-08s390: move restart of execve() syscallSven Schnelle1-15/+12
2021-07-08s390/signal: remove sigreturn on stackSven Schnelle1-1/+1
2021-07-08s390/signal: switch to using vdso for sigreturn and syscall restartSven Schnelle1-0/+4
2021-06-07s390/entry: use assignment to read intcode / asm to copy gprsSven Schnelle1-4/+1
2021-04-30s390/entry: add support for syscall stack randomizationSven Schnelle1-0/+1
2021-01-19s390: pass struct pt_regs instead of registers to syscallsSven Schnelle1-6/+2
2021-01-19s390: convert to generic entrySven Schnelle1-0/+172