about summary refs log tree commit diff
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* add new syscall numbers for seccomp, getrandom, memfd_createSzabolcs Nagy2014-10-081-0/+6
* add threads.h and needed per-arch types for mtx_t and cnd_tRich Felker2014-09-061-0/+2
* add working a_spin() atomic for non-x86 targetsRich Felker2014-08-251-0/+1
* add max_align_t definition for C11 and C++11Rich Felker2014-08-201-0/+2
* make pointers used in robust list volatileRich Felker2014-08-171-1/+1
* clean up unused and inconsistent atomics in arch dirsRich Felker2014-07-271-6/+0
* add syscall numbers for the new renameat2 syscallSzabolcs Nagy2014-07-201-0/+2
* fix missing barriers in powerpc atomic storeRich Felker2014-07-191-1/+5
* fix missing barrier instructions in powerpc atomic asmRich Felker2014-07-191-1/+4
* fix build breakage from ppc asm constraints changeRich Felker2014-07-191-3/+3
* fix broken constraints for powerpc atomic cas asmRich Felker2014-07-191-1/+1
* refactor to remove arch-specific relocation code from dynamic linkerRich Felker2014-06-181-24/+12
* fix powerpc dynamic linker thread-pointer-relative relocationsRich Felker2014-06-171-3/+3
* dynamic linker: permit error returns from arch-specific reloc functionRich Felker2014-06-161-1/+2
* add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macroSzabolcs Nagy2014-05-301-0/+4
* make socketcall types common as they are same for all architecturesTimo Teräs2014-04-171-18/+0
* fix RLIMIT_ constants for mipsSzabolcs Nagy2014-04-151-0/+0
* fix signal.h breakage from moving stack_t to arch-specific bitsRich Felker2014-03-181-6/+6
* move signal.h definition of stack_t to arch-specific bitsRich Felker2014-03-181-0/+6
* fix socket.h struct msghdr member types on powerpcRich Felker2014-03-111-4/+4