summaryrefslogtreecommitdiff
path: root/arch/s390x
AgeCommit message (Expand)AuthorFilesLines
2019-09-11add new syscall numbers from linux v5.2Szabolcs Nagy1-0/+6
2019-07-30remove gratuitously-different arch-specific bits/ipc.h filesRich Felker1-12/+0
2019-07-30move IPC_64 from public bits/ipc.h to syscall_arch.hRich Felker1-2/+0
2019-07-29remove duplicates of new generic bits/msg.hRich Felker1-12/+0
2019-07-29remove duplicates of new generic bits/sem.hRich Felker1-7/+0
2019-07-29remove duplicates of new generic bits/shm.hRich Felker1-25/+0
2019-07-18decouple struct stat from kernel typeRich Felker1-0/+19
2019-07-01add new syscall numbers from linux v5.1Szabolcs Nagy1-0/+18
2019-07-01s390x: drop SO_ definitions from bits/socket.hSzabolcs Nagy1-28/+0
2019-04-23fix regression in s390x SO_PEERSEC definitionRich Felker1-0/+1
2019-03-13fix POSIX_FADV_DONTNEED/_NOREUSE on s390xJonathan Neuschäfer1-0/+3
2018-12-09add io_pgetevents and rseq syscall numbers from linux v4.18Szabolcs Nagy1-0/+2
2018-10-16make thread-pointer-loading asm non-volatileRich Felker1-1/+1
2018-07-17add support for arch-specific ptrace command macrosSzabolcs Nagy1-0/+9
2018-06-19s390x: add kexec_file_load syscall number from linux v4.17Szabolcs Nagy1-0/+1
2018-03-10use PAGESIZE rather than PAGE_SIZE in user.h bitsRich Felker1-2/+2
2018-03-10reverse definition dependency between PAGESIZE and PAGE_SIZERich Felker1-1/+1
2018-02-22s390x: add s390_sthyi system call from v4.15Szabolcs Nagy1-0/+1
2017-11-05s390x: use generic ioctl.hSzabolcs Nagy2-196/+2
2017-11-05s390x: add syscall number for s390_guarded_storage from linux v4.12Szabolcs Nagy1-0/+1
2017-11-05add statx syscall numbers from linux v4.11Szabolcs Nagy1-0/+1
2017-08-29s390x: add bits/hwcap.hSzabolcs Nagy1-0/+15
2017-08-29add SIOCGSTAMPNS socket ioctl macro to ioctl.hSzabolcs Nagy1-0/+1
2017-04-22s390x: provide sigcontext struct definitionBobby Bingham1-0/+15
2017-03-15s390x: fix fpreg_t and remove unused per_structTuan M. Hoang1-2/+2
2016-12-16fix use of incomplete struct type in s390x user.hBobby Bingham1-10/+10
2016-12-16fix typo in s390x user.hBobby Bingham1-1/+1
2016-11-11add s390x portBobby Bingham27-0/+1097