Age | Commit message (Expand) | Author | Files | Lines |
2018-09-12 | make arch __clone backends hidden | Rich Felker | 1 | -0/+1 |
2018-09-05 | define and use internal macros for hidden visibility, weak refs | Rich Felker | 1 | -3/+2 |
2018-08-28 | rewrite __aeabi_read_tp in asm | Szabolcs Nagy | 2 | -12/+6 |
2018-08-23 | fix tls access on arm targets before armv6k | Szabolcs Nagy | 1 | -1/+1 |
2017-02-15 | fix build regression in arm atomics asm with new binutils | Rich Felker | 1 | -1/+1 |
2016-12-19 | rework arm atomic/tp backends to be thumb-compatible and fdpic-ready | Rich Felker | 4 | -56/+69 |
2016-01-30 | fix misaligned pointer-like objects in arm atomics asm source file | Rich Felker | 1 | -0/+2 |
2016-01-22 | move arm-specific translation units out of arch/arm/src, to src/*/arm | Rich Felker | 3 | -1/+160 |
2015-11-10 | explicitly assemble all arm asm sources as UAL | Rich Felker | 3 | -0/+3 |
2015-11-09 | remove non-working pre-armv4t support from arm asm | Rich Felker | 2 | -4/+0 |
2015-04-14 | consistently use hidden visibility for cancellable syscall internals | Rich Felker | 1 | -3/+8 |
2015-02-20 | prepare cancellation syscall asm for possibility of __cancel returning | Rich Felker | 1 | -1/+5 |
2014-11-22 | fix __aeabi_read_tp oversight in arm atomics/tls overhaul | Rich Felker | 1 | -4/+0 |
2014-11-19 | overhaul ARM atomics/tls for performance and compatibility | Rich Felker | 1 | -12/+1 |
2014-02-09 | clone: make clone a wrapper around __clone | Bobby Bingham | 1 | -3/+0 |
2012-10-15 | add support for TLS variant I, presently needed for arm and mips | Rich Felker | 1 | -0/+4 |
2012-09-27 | fix arm clone syscall bug (no effect unless app uses clone) | Rich Felker | 1 | -2/+1 |
2012-07-14 | avoid blx instruction which does not exist on armv4t or armv4 | Rich Felker | 1 | -1/+2 |
2012-05-23 | fix bad opcode in arm syscall_cp_asm | Rich Felker | 1 | -1/+1 |
2012-05-23 | fix issue with longjmp out of signal handlers and cancellation | Rich Felker | 1 | -10/+8 |
2011-10-09 | fix typo in arm clone() asm | Rich Felker | 1 | -1/+1 |
2011-09-18 | initial commit of the arm port | Rich Felker | 4 | -0/+78 |