remove duplicates of new generic bits/msg.h
[oweals/musl.git] / arch / powerpc64 /
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 trailing newlines from various versions of bits...
2019-07-18 Rich Felkerdecouple struct stat from kernel type
2019-07-10 Samuel Hollandfix conflicting mips and powerpc definitions for TIOCSE...
2019-07-01 Szabolcs Nagyadd new syscall numbers from linux v5.1
2019-05-23 Rich Felkermake powerpc64 vrregset_t logical layout match expected API
2019-05-22 Rich Felkerfix vrregset_t layout and member naming on powerpc64
2019-03-13 Szabolcs Nagypowerpc: add PTRACE_SYSEMU from linux v4.20
2019-02-07 Bobby Binghammove arch-invariant definitions out of bits/ioctl.h
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-09-14 Rich Felkerfix broken atomic store on powerpc[64]
2018-07-18 Szabolcs Nagyadd support for arch-specific ptrace command macros
2018-06-26 Rich Felkerfix regression in powerpc[64] SO_PEERSEC definition
2018-06-19 Szabolcs Nagypowerpc: add pkey syscall numbers from linux v4.16
2018-06-02 Szabolcs Nagyfix TLS layout of TLS variant I when there is a gap...
2018-03-10 Rich Felkerfix minor namespace issues in termios.h
2018-02-22 Szabolcs Nagypowerpc: update hwcap.h for linux v4.15
2018-02-22 Szabolcs Nagyadd MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15
2018-02-22 Szabolcs Nagymips,powerpc: fix TIOCSER_TEMT in termios.h
2017-11-05 Szabolcs Nagyioctl TIOCGPTPEER from linux v4.13
2017-11-05 Szabolcs Nagyadd statx syscall numbers from linux v4.11
2017-11-05 Szabolcs Nagyadd kexec_file_load syscall number on powerpc from...
2017-09-11 Szabolcs Nagypowerpc{64}: fix MAP_NORESERVE and MAP_LOCKED in mman.h
2017-08-30 Szabolcs Nagyadd a_clz_64 helper function
2017-08-29 Szabolcs Nagyadd SIOCGSTAMPNS socket ioctl macro to ioctl.h
2017-03-08 Rich Felkerfix ld-behavior-dependent crash in ppc64 ldso startup
2016-10-20 Szabolcs Nagyadd bits/hwcap.h and include it in sys/auxv.h
2016-07-03 Rich Felkermake brace placement in public header typedef'd structs...
2016-07-03 Rich Felkermake brace placement in public header struct definition...
2016-07-03 Szabolcs Nagyfix CBAUDEX in powerpc termios.h
2016-07-03 Szabolcs Nagyfix powerpc termios.h macro exposure/namespace issues
2016-07-03 Szabolcs Nagyremove mips and powerpc ioctls that are missing from...
2016-07-03 Szabolcs Nagyadd missing TIOC* macros to ioctl.h
2016-07-03 Szabolcs Nagyadd missing SIOCSIFNAME from linux/sockios.h to ioctl.h
2016-07-03 Szabolcs Nagyremove ioctl macros that were removed from linux uapi
2016-06-09 Szabolcs Nagyadd preadv2 and pwritev2 syscall numbers for linux...
2016-05-12 Bobby Binghamdeduplicate __NR_* and SYS_* syscall number definitions
2016-05-09 Rich Felkerfix spurious trailing whitespace in powerpc & powerpc64...
2016-05-09 Bobby Binghamadd powerpc64 port