summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorLines
2016-01-24fix powerpc MCL_* mlockall flags in bits/mman.hSzabolcs Nagy-2/+2
2016-01-24fix aarch64 atomics to load/store 32bit onlySzabolcs Nagy-2/+2
2016-01-23improve aarch64 atomicsRich Felker-16/+36
2016-01-22remove sh port's __fpscr_values source fileRich Felker-5/+0
2016-01-22move sh port's __shcall internal function from arch/sh/src to src treeRich Felker-5/+0
2016-01-22move sh __unmapself code from arch/sh/src to main src treeRich Felker-24/+0
2016-01-22move x32 sysinfo impl and syscall fixup code out of arch/x32/srcRich Felker-88/+0
2016-01-22overhaul powerpc atomics for new atomics frameworkRich Felker-14/+38
2016-01-22clean up x86_64 (and x32) atomics for new atomics frameworkRich Felker-113/+130
2016-01-22clean up i386 atomics for new atomics frameworkRich Felker-66/+58
2016-01-22overhaul mips atomics for new atomics frameworkRich Felker-53/+31
2016-01-22move arm-specific translation units out of arch/arm/src, to src/*/armRich Felker-244/+0
2016-01-21overhaul arm atomics for new atomics frameworkRich Felker-142/+38
2016-01-21overhaul aarch64 atomics for new atomics frameworkRich Felker-174/+25
2016-01-21overhaul sh atomics for new atomics framework, add j-core cas.l backendRich Felker-287/+30
2016-01-21refactor internal atomic.hRich Felker-834/+216
2016-01-20fix build regression for arm pre-v7 from out-of-tree build patchRich Felker-0/+0
2016-01-20fix dynamic linker path file selection for arm vs armhfRich Felker-3/+3
2015-12-29adjust mips crt_arch entry point asm to avoid assembler bugsRich Felker-1/+4
2015-12-29adjust i386 max_align_t definition to work around some broken compilersRich Felker-3/+5
2015-12-15remove visibility suppression by SHARED macro in mips and x32 arch filesRich Felker-6/+0
2015-11-11fix dynamic loader library mapping for nommu systemsRich Felker-0/+2
2015-11-10explicitly assemble all arm asm sources as UALRich Felker-0/+1
2015-11-09remove non-working pre-armv4t support from arm asmRich Felker-11/+0
2015-11-02generalize sh entry point asm not to assume call dests fit in 12 bitsRich Felker-5/+12
2015-11-02properly access mcontext_t program counter in cancellation handlerRich Felker-12/+10
2015-10-15prevent reordering of or1k and powerpc thread pointer loadsRich Felker-0/+2
2015-10-15mark arm thread-pointer-loading inline asm as volatileRich Felker-3/+3
2015-10-15add comment documenting hard-coded opcode for reading mips thread pointerRich Felker-0/+1
2015-10-15remove attribute((const)) from arm __pthread_self inline functionRich Felker-2/+2
2015-09-23fix signal return for sh/fdpicRich Felker-0/+10
2015-09-22have sh/fdpic entry point set fdpic personality if neededRich Felker-0/+12
2015-09-22add real fdpic loading of shared librariesRich Felker-0/+1
2015-09-22size-optimize sh/fdpic dynamic entry pointRich Felker-0/+4
2015-09-22work around breakage in sh/fdpic __unmapself functionRich Felker-0/+5
2015-09-22add general fdpic support in dynamic linker and arch support for shRich Felker-3/+12
2015-09-17new dlstart stage-2 chaining for x86_64 and x32Rich Felker-0/+10
2015-09-17new dlstart stage-2 chaining for powerpcRich Felker-0/+9
2015-09-17new dlstart stage-2 chaining for or1kRich Felker-0/+9
2015-09-17new dlstart stage-2 chaining for mipsRich Felker-0/+15
2015-09-17new dlstart stage-2 chaining for microblazeRich Felker-0/+7
2015-09-17introduce new symbol-lookup-free rcrt1/dlstart stage chainingRich Felker-0/+7
2015-09-15reindent powerpc's bits/termios.h to be consistent with other archsFelix Janda-140/+138
2015-09-15fix namespace violations in aarch64/bits/termios.hFelix Janda-7/+7
2015-09-12add sh fdpic subarch variantsRich Felker-1/+16
2015-09-12add fdpic version of entry point code for shRich Felker-0/+29
2015-09-12make sh clone asm fdpic-compatibleRich Felker-0/+5
2015-09-09fix missing earlyclobber flag in i386 a_ctz_64 asmRich Felker-1/+1
2015-08-31implement arm eabi mem* functionsTimo Teräs-0/+36
2015-08-16mitigate performance regression in libc-internal locks on x86_64Rich Felker-2/+2