musl/arch
Szabolcs Nagy 2d14fa39b0 fix aarch64 atomics to load/store 32bit only
a_ll/a_sc inline asm used 64bit register operands (%0) instead of 32bit
ones (%w0), this at least broke a_and_64 (which always cleared the top
32bit, leaking memory in malloc).
2016-01-24 19:07:35 -05:00
..
aarch64 fix aarch64 atomics to load/store 32bit only 2016-01-24 19:07:35 -05:00
arm move arm-specific translation units out of arch/arm/src, to src/*/arm 2016-01-22 00:02:21 +00:00
i386 clean up i386 atomics for new atomics framework 2016-01-22 00:16:53 +00:00
microblaze refactor internal atomic.h 2016-01-21 19:08:54 +00:00
mips overhaul mips atomics for new atomics framework 2016-01-22 00:10:40 +00:00
or1k refactor internal atomic.h 2016-01-21 19:08:54 +00:00
powerpc overhaul powerpc atomics for new atomics framework 2016-01-22 02:58:32 +00:00
sh remove sh port's __fpscr_values source file 2016-01-22 03:50:58 +00:00
x32 move x32 sysinfo impl and syscall fixup code out of arch/x32/src 2016-01-22 03:39:07 +00:00
x86_64 clean up x86_64 (and x32) atomics for new atomics framework 2016-01-22 00:53:09 +00:00