add explicit barrier operation to internal atomic.h API
[musl] / arch / arm / atomic.h
2014-10-10 Rich Felkeradd explicit barrier operation to internal atomic.h API
2014-08-25 Rich Felkerfix build error on arm due to new a_spin code
2014-08-25 Rich Felkeradd working a_spin() atomic for non-x86 targets
2014-07-28 Rich Felkerclean up unused and inconsistent atomics in arch dirs
2014-04-30 Rich Felkerfix arm thread-pointer/atomic asm when compiling to...
2014-04-15 Rich Felkeruse dmb barrier instruction for atomics on arm v7
2014-04-07 Rich Felkerfix arm atomic asm register constraint
2014-04-07 Rich Felkeruse inline atomics and thread pointer on arm models...
2013-09-22 Rich Felkerfix arm atomic store and generate simpler/less-bloated...
2013-08-11 Rich Felkeradd missing a_or_l to atomic.h for non-x86 archs
2012-07-08 Rich Felkerremove little-endian assumption from arm atomic.h
2011-09-18 Rich Felkerinitial commit of the arm port