about summary refs log tree commit diff
path: root/src/thread/arm
Commit message (Expand)AuthorAgeFilesLines
* fix arm __a_barrier_oldkuser when built as thumbRich Felker2019-09-111-2/+2
* fix code path where child function returns in arm __clone built as thumbRich Felker2019-09-111-7/+3
* in arm cancellation point asm, don't unnecessarily preserve link registerPatrick Oppenlander2019-08-061-4/+4
* make arch __clone backends hiddenRich Felker2018-09-121-0/+1
* define and use internal macros for hidden visibility, weak refsRich Felker2018-09-051-3/+2
* rewrite __aeabi_read_tp in asmSzabolcs Nagy2018-08-282-12/+6
* fix tls access on arm targets before armv6kSzabolcs Nagy2018-08-231-1/+1
* fix build regression in arm atomics asm with new binutilsRich Felker2017-02-151-1/+1
* rework arm atomic/tp backends to be thumb-compatible and fdpic-readyRich Felker2016-12-194-56/+69
* fix misaligned pointer-like objects in arm atomics asm source fileRich Felker2016-01-301-0/+2
* move arm-specific translation units out of arch/arm/src, to src/*/armRich Felker2016-01-223-1/+160
* explicitly assemble all arm asm sources as UALRich Felker2015-11-103-0/+3
* remove non-working pre-armv4t support from arm asmRich Felker2015-11-092-4/+0
* consistently use hidden visibility for cancellable syscall internalsRich Felker2015-04-141-3/+8
* prepare cancellation syscall asm for possibility of __cancel returningRich Felker2015-02-201-1/+5
* fix __aeabi_read_tp oversight in arm atomics/tls overhaulRich Felker2014-11-221-4/+0
* overhaul ARM atomics/tls for performance and compatibilityRich Felker2014-11-191-12/+1
* clone: make clone a wrapper around __cloneBobby Bingham2014-02-091-3/+0
* add support for TLS variant I, presently needed for arm and mipsRich Felker2012-10-151-0/+4
* fix arm clone syscall bug (no effect unless app uses clone)Rich Felker2012-09-271-2/+1
* avoid blx instruction which does not exist on armv4t or armv4Rich Felker2012-07-141-1/+2
* fix bad opcode in arm syscall_cp_asmRich Felker2012-05-231-1/+1
* fix issue with longjmp out of signal handlers and cancellationRich Felker2012-05-231-10/+8
* fix typo in arm clone() asmRich Felker2011-10-091-1/+1
* initial commit of the arm portRich Felker2011-09-184-0/+78