summaryrefslogtreecommitdiff
path: root/arch/powerpc64
AgeCommit message (Expand)AuthorFilesLines
2017-11-05add statx syscall numbers from linux v4.11Szabolcs Nagy1-0/+1
2017-11-05add kexec_file_load syscall number on powerpc from linux v4.10Szabolcs Nagy1-0/+1
2017-09-11powerpc{64}: fix MAP_NORESERVE and MAP_LOCKED in mman.hSzabolcs Nagy1-0/+5
2017-08-29add a_clz_64 helper functionSzabolcs Nagy1-0/+7
2017-08-29add SIOCGSTAMPNS socket ioctl macro to ioctl.hSzabolcs Nagy1-0/+1
2017-03-08fix ld-behavior-dependent crash in ppc64 ldso startupRich Felker1-1/+1
2016-10-20add bits/hwcap.h and include it in sys/auxv.hSzabolcs Nagy1-0/+40
2016-07-03make brace placement in public header typedef'd structs consistentRich Felker1-2/+1
2016-07-03make brace placement in public header struct definitions consistentRich Felker6-14/+7
2016-07-03fix CBAUDEX in powerpc termios.hSzabolcs Nagy1-1/+1
2016-07-03fix powerpc termios.h macro exposure/namespace issuesSzabolcs Nagy1-12/+12
2016-07-03remove mips and powerpc ioctls that are missing from linux uapiSzabolcs Nagy1-8/+0
2016-07-03add missing TIOC* macros to ioctl.hSzabolcs Nagy1-3/+3
2016-07-03add missing SIOCSIFNAME from linux/sockios.h to ioctl.hSzabolcs Nagy1-0/+1
2016-07-03remove ioctl macros that were removed from linux uapiSzabolcs Nagy1-7/+0
2016-06-09add preadv2 and pwritev2 syscall numbers for linux v4.6Szabolcs Nagy1-0/+2
2016-05-12deduplicate __NR_* and SYS_* syscall number definitionsBobby Bingham1-360/+0
2016-05-08fix spurious trailing whitespace in powerpc & powerpc64 bits/errno.hRich Felker1-1/+1
2016-05-08add powerpc64 portBobby Bingham28-0/+1907