fix risc64 conflict with kernel headers
[musl] / arch / s390x /
2019-07-30 Rich Felkerremove gratuitously-different arch-specific bits/ipc...
2019-07-30 Rich Felkermove IPC_64 from public bits/ipc.h to syscall_arch.h
2019-07-29 Rich Felkerremove duplicates of new generic bits/msg.h
2019-07-29 Rich Felkerremove duplicates of new generic bits/sem.h
2019-07-29 Rich Felkerremove duplicates of new generic bits/shm.h
2019-07-18 Rich Felkerdecouple struct stat from kernel type
2019-07-01 Szabolcs Nagyadd new syscall numbers from linux v5.1
2019-07-01 Szabolcs Nagys390x: drop SO_ definitions from bits/socket.h
2019-04-23 Rich Felkerfix regression in s390x SO_PEERSEC definition
2019-03-13 Jonathan Neuschäferfix POSIX_FADV_DONTNEED/_NOREUSE on s390x
2018-12-10 Szabolcs Nagyadd io_pgetevents and rseq syscall numbers from linux...
2018-10-16 Rich Felkermake thread-pointer-loading asm non-volatile
2018-07-18 Szabolcs Nagyadd support for arch-specific ptrace command macros
2018-06-19 Szabolcs Nagys390x: add kexec_file_load syscall number from linux...
2018-03-10 Rich Felkeruse PAGESIZE rather than PAGE_SIZE in user.h bits
2018-03-10 Rich Felkerreverse definition dependency between PAGESIZE and...
2018-02-22 Szabolcs Nagys390x: add s390_sthyi system call from v4.15
2017-11-05 Szabolcs Nagys390x: use generic ioctl.h
2017-11-05 Szabolcs Nagys390x: add syscall number for s390_guarded_storage...
2017-11-05 Szabolcs Nagyadd statx syscall numbers from linux v4.11
2017-08-30 Szabolcs Nagys390x: add bits/hwcap.h
2017-08-29 Szabolcs Nagyadd SIOCGSTAMPNS socket ioctl macro to ioctl.h
2017-04-22 Bobby Binghams390x: provide sigcontext struct definition
2017-03-16 Tuan M. Hoangs390x: fix fpreg_t and remove unused per_struct
2016-12-17 Bobby Binghamfix use of incomplete struct type in s390x user.h
2016-12-17 Bobby Binghamfix typo in s390x user.h
2016-11-12 Bobby Binghamadd s390x port