about summary refs log tree commit diff
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix MINSIGSTKSZ values for archs with large signal contextsRich Felker2015-03-181-0/+5
* fix FLT_ROUNDS to reflect the current rounding modeSzabolcs Nagy2015-03-071-1/+0
* fix POLLWRNORM and POLLWRBAND on mipsTrutz Behn2015-03-041-0/+0
* make all objects used with atomic operations volatileRich Felker2015-03-031-7/+7
* add syscall numbers for the new execveat syscallSzabolcs Nagy2015-02-091-0/+2
* move MREMAP_MAYMOVE and MREMAP_FIXED out of bitsTrutz Behn2015-01-301-3/+0
* add new syscall numbers for bpf and kexec_file_loadSzabolcs Nagy2014-12-231-0/+2
* move wint_t definition to the shared part of alltypes.h.inRich Felker2014-12-211-1/+0
* unify non-inline version of syscall code across archsRich Felker2014-11-221-36/+2
* add explicit barrier operation to internal atomic.h APIRich Felker2014-10-101-1/+3