summaryrefslogtreecommitdiff
path: root/arch/s390x
AgeCommit message (Expand)AuthorLines
2019-12-30add clone3 syscall number from linux v5.3Szabolcs Nagy-0/+1
2019-12-30add pidfd_open syscall number from linux v5.3Szabolcs Nagy-0/+1
2019-11-02move time_t and suseconds_t definitions to common alltypes.h.inRich Felker-3/+0
2019-11-02move msghdr and cmsghdr out of bits/socket.hRich Felker-17/+0
2019-10-17move pthread types out of per-arch alltypes.hRich Felker-8/+0
2019-10-17define LONG_MAX via arch alltypes.h, strip down bits/limits.hRich Felker-7/+1
2019-10-17remove use of endian.h from arch reloc.h headers, clean upRich Felker-2/+0
2019-10-17move __BYTE_ORDER definition to alltypes.hRich Felker-1/+2
2019-10-17remove per-arch definitions for va_listRich Felker-3/+0
2019-09-11add new syscall numbers from linux v5.2Szabolcs Nagy-0/+6
2019-07-30remove gratuitously-different arch-specific bits/ipc.h filesRich Felker-12/+0
2019-07-30move IPC_64 from public bits/ipc.h to syscall_arch.hRich Felker-2/+0
2019-07-29remove duplicates of new generic bits/msg.hRich Felker-12/+0
2019-07-29remove duplicates of new generic bits/sem.hRich Felker-7/+0
2019-07-29remove duplicates of new generic bits/shm.hRich Felker-25/+0
2019-07-18decouple struct stat from kernel typeRich Felker-0/+19
2019-07-01add new syscall numbers from linux v5.1Szabolcs Nagy-0/+18
2019-07-01s390x: drop SO_ definitions from bits/socket.hSzabolcs Nagy-28/+0
2019-04-23fix regression in s390x SO_PEERSEC definitionRich Felker-0/+1
2019-03-13fix POSIX_FADV_DONTNEED/_NOREUSE on s390xJonathan Neuschäfer-0/+3
2018-12-09add io_pgetevents and rseq syscall numbers from linux v4.18Szabolcs Nagy-0/+2
2018-10-16make thread-pointer-loading asm non-volatileRich Felker-1/+1
2018-07-17add support for arch-specific ptrace command macrosSzabolcs Nagy-0/+9
2018-06-19s390x: add kexec_file_load syscall number from linux v4.17Szabolcs Nagy-0/+1
2018-03-10use PAGESIZE rather than PAGE_SIZE in user.h bitsRich Felker-2/+2
2018-03-10reverse definition dependency between PAGESIZE and PAGE_SIZERich Felker-1/+1
2018-02-22s390x: add s390_sthyi system call from v4.15Szabolcs Nagy-0/+1
2017-11-05s390x: use generic ioctl.hSzabolcs Nagy-196/+2
2017-11-05s390x: add syscall number for s390_guarded_storage from linux v4.12Szabolcs Nagy-0/+1
2017-11-05add statx syscall numbers from linux v4.11Szabolcs Nagy-0/+1
2017-08-29s390x: add bits/hwcap.hSzabolcs Nagy-0/+15
2017-08-29add SIOCGSTAMPNS socket ioctl macro to ioctl.hSzabolcs Nagy-0/+1
2017-04-22s390x: provide sigcontext struct definitionBobby Bingham-0/+15
2017-03-15s390x: fix fpreg_t and remove unused per_structTuan M. Hoang-2/+2
2016-12-16fix use of incomplete struct type in s390x user.hBobby Bingham-10/+10
2016-12-16fix typo in s390x user.hBobby Bingham-1/+1
2016-11-11add s390x portBobby Bingham-0/+1097