about summary refs log tree commit diff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
* move arm-specific translation units out of arch/arm/src, to src/*/armRich Felker2016-01-228-244/+0
* overhaul arm atomics for new atomics frameworkRich Felker2016-01-211-142/+38
* overhaul aarch64 atomics for new atomics frameworkRich Felker2016-01-211-174/+25
* overhaul sh atomics for new atomics framework, add j-core cas.l backendRich Felker2016-01-214-287/+30
* refactor internal atomic.hRich Felker2016-01-2114-834/+216
* fix build regression for arm pre-v7 from out-of-tree build patchRich Felker2016-01-202-0/+0
* fix dynamic linker path file selection for arm vs armhfRich Felker2016-01-201-3/+3
* adjust mips crt_arch entry point asm to avoid assembler bugsRich Felker2015-12-291-1/+4
* adjust i386 max_align_t definition to work around some broken compilersRich Felker2015-12-291-3/+5
* remove visibility suppression by SHARED macro in mips and x32 arch filesRich Felker2015-12-152-6/+0
* fix dynamic loader library mapping for nommu systemsRich Felker2015-11-111-0/+2
* explicitly assemble all arm asm sources as UALRich Felker2015-11-101-0/+1
* remove non-working pre-armv4t support from arm asmRich Felker2015-11-092-11/+0
* generalize sh entry point asm not to assume call dests fit in 12 bitsRich Felker2015-11-021-5/+12
* properly access mcontext_t program counter in cancellation handlerRich Felker2015-11-0210-12/+10
* prevent reordering of or1k and powerpc thread pointer loadsRich Felker2015-10-152-0/+2
* mark arm thread-pointer-loading inline asm as volatileRich Felker2015-10-151-3/+3
* add comment documenting hard-coded opcode for reading mips thread pointerRich Felker2015-10-151-0/+1
* remove attribute((const)) from arm __pthread_self inline functionRich Felker2015-10-151-2/+2
* fix signal return for sh/fdpicRich Felker2015-09-232-0/+10
* have sh/fdpic entry point set fdpic personality if neededRich Felker2015-09-221-0/+12
* add real fdpic loading of shared librariesRich Felker2015-09-221-0/+1
* size-optimize sh/fdpic dynamic entry pointRich Felker2015-09-221-0/+4
* work around breakage in sh/fdpic __unmapself functionRich Felker2015-09-221-0/+5
* add general fdpic support in dynamic linker and arch support for shRich Felker2015-09-222-3/+12
* new dlstart stage-2 chaining for x86_64 and x32Rich Felker2015-09-172-0/+10
* new dlstart stage-2 chaining for powerpcRich Felker2015-09-171-0/+9
* new dlstart stage-2 chaining for or1kRich Felker2015-09-171-0/+9
* new dlstart stage-2 chaining for mipsRich Felker2015-09-171-0/+15
* new dlstart stage-2 chaining for microblazeRich Felker2015-09-171-0/+7
* introduce new symbol-lookup-free rcrt1/dlstart stage chainingRich Felker2015-09-171-0/+7
* reindent powerpc's bits/termios.h to be consistent with other archsFelix Janda2015-09-151-140/+138
* fix namespace violations in aarch64/bits/termios.hFelix Janda2015-09-151-7/+7
* add sh fdpic subarch variantsRich Felker2015-09-121-1/+16
* add fdpic version of entry point code for shRich Felker2015-09-121-0/+29
* make sh clone asm fdpic-compatibleRich Felker2015-09-121-0/+5
* fix missing earlyclobber flag in i386 a_ctz_64 asmRich Felker2015-09-091-1/+1
* implement arm eabi mem* functionsTimo Teräs2015-08-314-0/+36
* mitigate performance regression in libc-internal locks on x86_64Rich Felker2015-08-162-2/+2
* aarch64: fix 64-bit syscall argument passingSzabolcs Nagy2015-08-111-4/+2
* fix missing synchronization in atomic store on i386 and x86_64Rich Felker2015-07-283-3/+3
* socket.h: cleanup/reorder mips and powerpc bits/socket.hRoman Yeryomin2015-07-212-18/+20
* socket.h: fix SO_* for mipsRoman Yeryomin2015-07-212-1/+6
* mips: fix mcontext_t register array field nameFelix Fietkau2015-07-211-1/+1
* fix local-dynamic model TLS on mips and powerpcRich Felker2015-06-252-0/+4
* switch to using trap number 31 for syscalls on shRich Felker2015-06-161-1/+1
* switch sh port's __unmapself to generic version when running on sh2/nommuRich Felker2015-06-161-0/+19
* add support for sh2 interrupt-masking-based atomics to sh portRich Felker2015-06-163-8/+113
* arm: add vdso supportSzabolcs Nagy2015-06-141-0/+4
* fix stack alignment code in mips crt_arch.hRich Felker2015-05-241-2/+2