about summary refs log tree commit diff
path: root/arch/s390x
Commit message (Expand)AuthorAgeFilesLines
* add clone3 syscall number from linux v5.3Szabolcs Nagy2019-12-301-0/+1
* add pidfd_open syscall number from linux v5.3Szabolcs Nagy2019-12-301-0/+1
* move time_t and suseconds_t definitions to common alltypes.h.inRich Felker2019-11-021-3/+0
* move msghdr and cmsghdr out of bits/socket.hRich Felker2019-11-021-17/+0
* move pthread types out of per-arch alltypes.hRich Felker2019-10-171-8/+0
* define LONG_MAX via arch alltypes.h, strip down bits/limits.hRich Felker2019-10-172-7/+1
* remove use of endian.h from arch reloc.h headers, clean upRich Felker2019-10-171-2/+0
* move __BYTE_ORDER definition to alltypes.hRich Felker2019-10-172-1/+2
* remove per-arch definitions for va_listRich Felker2019-10-171-3/+0
* add new syscall numbers from linux v5.2Szabolcs Nagy2019-09-111-0/+6
* remove gratuitously-different arch-specific bits/ipc.h filesRich Felker2019-07-301-12/+0
* move IPC_64 from public bits/ipc.h to syscall_arch.hRich Felker2019-07-301-2/+0
* remove duplicates of new generic bits/msg.hRich Felker2019-07-291-12/+0
* remove duplicates of new generic bits/sem.hRich Felker2019-07-291-7/+0
* remove duplicates of new generic bits/shm.hRich Felker2019-07-291-25/+0
* decouple struct stat from kernel typeRich Felker2019-07-181-0/+19
* add new syscall numbers from linux v5.1Szabolcs Nagy2019-07-011-0/+18
* s390x: drop SO_ definitions from bits/socket.hSzabolcs Nagy2019-07-011-28/+0
* fix regression in s390x SO_PEERSEC definitionRich Felker2019-04-231-0/+1
* fix POSIX_FADV_DONTNEED/_NOREUSE on s390xJonathan Neuschäfer2019-03-131-0/+3
* add io_pgetevents and rseq syscall numbers from linux v4.18Szabolcs Nagy2018-12-091-0/+2
* make thread-pointer-loading asm non-volatileRich Felker2018-10-161-1/+1
* add support for arch-specific ptrace command macrosSzabolcs Nagy2018-07-171-0/+9
* s390x: add kexec_file_load syscall number from linux v4.17Szabolcs Nagy2018-06-191-0/+1
* use PAGESIZE rather than PAGE_SIZE in user.h bitsRich Felker2018-03-101-2/+2
* reverse definition dependency between PAGESIZE and PAGE_SIZERich Felker2018-03-101-1/+1
* s390x: add s390_sthyi system call from v4.15Szabolcs Nagy2018-02-221-0/+1
* s390x: use generic ioctl.hSzabolcs Nagy2017-11-052-196/+2
* s390x: add syscall number for s390_guarded_storage from linux v4.12Szabolcs Nagy2017-11-051-0/+1
* add statx syscall numbers from linux v4.11Szabolcs Nagy2017-11-051-0/+1
* s390x: add bits/hwcap.hSzabolcs Nagy2017-08-291-0/+15
* add SIOCGSTAMPNS socket ioctl macro to ioctl.hSzabolcs Nagy2017-08-291-0/+1
* s390x: provide sigcontext struct definitionBobby Bingham2017-04-221-0/+15
* s390x: fix fpreg_t and remove unused per_structTuan M. Hoang2017-03-151-2/+2
* fix use of incomplete struct type in s390x user.hBobby Bingham2016-12-161-10/+10
* fix typo in s390x user.hBobby Bingham2016-12-161-1/+1
* add s390x portBobby Bingham2016-11-1127-0/+1097