about summary refs log tree commit diff
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
* add support for arch-specific ptrace command macrosSzabolcs Nagy2018-07-171-0/+23
* fix regression in powerpc[64] SO_PEERSEC definitionRich Felker2018-06-261-0/+1
* powerpc: add pkey syscall numbers from linux v4.16Szabolcs Nagy2018-06-191-0/+3
* fix TLS layout of TLS variant I when there is a gap above TPSzabolcs Nagy2018-06-021-0/+1
* fix minor namespace issues in termios.hRich Felker2018-03-101-0/+2
* powerpc: update hwcap.h for linux v4.15Szabolcs Nagy2018-02-221-0/+3
* add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15Szabolcs Nagy2018-02-221-0/+1
* mips,powerpc: fix TIOCSER_TEMT in termios.hSzabolcs Nagy2018-02-221-1/+1
* ioctl TIOCGPTPEER from linux v4.13Szabolcs Nagy2017-11-051-0/+1
* add statx syscall numbers from linux v4.11Szabolcs Nagy2017-11-051-0/+1
* add kexec_file_load syscall number on powerpc from linux v4.10Szabolcs Nagy2017-11-051-0/+1
* powerpc{64}: fix MAP_NORESERVE and MAP_LOCKED in mman.hSzabolcs Nagy2017-09-111-1/+6
* make syscall.h consistent with linuxSzabolcs Nagy2017-09-061-5/+0
* add a_clz_64 helper functionSzabolcs Nagy2017-08-291-0/+7
* add SIOCGSTAMPNS socket ioctl macro to ioctl.hSzabolcs Nagy2017-08-291-0/+1
* add bits/hwcap.h and include it in sys/auxv.hSzabolcs Nagy2016-10-201-0/+40
* make brace placement in public header struct definitions consistentRich Felker2016-07-037-16/+8
* fix CBAUDEX in powerpc termios.hSzabolcs Nagy2016-07-031-1/+1
* fix powerpc termios.h macro exposure/namespace issuesSzabolcs Nagy2016-07-031-12/+12
* remove mips and powerpc ioctls that are missing from linux uapiSzabolcs Nagy2016-07-031-8/+0
* add missing TIOC* macros to ioctl.hSzabolcs Nagy2016-07-031-0/+3
* add missing SIOCSIFNAME from linux/sockios.h to ioctl.hSzabolcs Nagy2016-07-031-0/+1
* remove ioctl macros that were removed from linux uapiSzabolcs Nagy2016-07-031-7/+0
* fix posix_fadvise syscall args on powerpc, unify with arm fixRich Felker2016-07-011-0/+2
* add preadv2 and pwritev2 syscall numbers for linux v4.6Szabolcs Nagy2016-06-091-0/+2
* deduplicate __NR_* and SYS_* syscall number definitionsBobby Bingham2016-05-121-374/+0
* fix spurious trailing whitespace in powerpc & powerpc64 bits/errno.hRich Felker2016-05-081-1/+1
* add copy_file_range syscall numbers from linux v4.5Szabolcs Nagy2016-03-191-0/+2
* deduplicate bits/mman.hSzabolcs Nagy2016-03-181-55/+3
* add powerpc soft-float supportFelix Fietkau2016-03-062-1/+12
* deduplicate the bulk of the arch bits headersRich Felker2016-01-275-11/+0
* add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flagsSzabolcs Nagy2016-01-261-0/+1
* add mlock2 syscall number from linux v4.4Szabolcs Nagy2016-01-261-0/+2
* add new membarrier, userfaultfd and switch_endian syscallsSzabolcs Nagy2016-01-261-0/+6
* clean powerpc syscall.hSzabolcs Nagy2016-01-241-24/+0
* add missing powerpc specific PROT_SAO memory protection flagSzabolcs Nagy2016-01-241-0/+1
* fix powerpc MCL_* mlockall flags in bits/mman.hSzabolcs Nagy2016-01-241-2/+2
* overhaul powerpc atomics for new atomics frameworkRich Felker2016-01-221-14/+38
* refactor internal atomic.hRich Felker2016-01-212-126/+15
* properly access mcontext_t program counter in cancellation handlerRich Felker2015-11-021-2/+1
* prevent reordering of or1k and powerpc thread pointer loadsRich Felker2015-10-151-0/+1
* new dlstart stage-2 chaining for powerpcRich Felker2015-09-171-0/+9
* reindent powerpc's bits/termios.h to be consistent with other archsFelix Janda2015-09-151-140/+138
* socket.h: cleanup/reorder mips and powerpc bits/socket.hRoman Yeryomin2015-07-211-2/+2
* socket.h: fix SO_* for mipsRoman Yeryomin2015-07-211-1/+3
* fix local-dynamic model TLS on mips and powerpcRich Felker2015-06-251-0/+2
* add .text section directive to all crt_arch.h files missing itRich Felker2015-05-221-0/+1
* fix stack protector crashes on x32 & powerpc due to misplaced TLS canaryRich Felker2015-05-061-0/+1
* dynamic linker bootstrap overhaulRich Felker2015-04-132-52/+30
* move O_PATH definition back to arch bitsRich Felker2015-04-011-0/+1