summaryrefslogtreecommitdiff
path: root/common/lib/libc/arch/mips/atomic/Makefile.inc
AgeCommit message (Expand)Author
2023-03-30libc: Define __atomic_is_lock_free.riastradh
2021-04-25use ${MACHINE_MIPS64}christos
2019-02-28Add missing atomic_and_{8,16}_nv_cas.c for __sync_and_and_fetch_{1,2}.isaki
2014-10-13Provide <atomic> C++ 2011 support functions for mips and sh3.martin
2014-02-24Provide cas_16 and cas_8 emulation via cas_32 and use that for mips64martin
2014-02-21Provide all __sync_* ops in libc.martin
2009-12-14Merge from matt-nb5-mips64matt
2009-01-04allow inclusion of atomic ops in librumppooka
2008-09-29Allow atomic ops to be built as part of libpthread.ad
2008-04-30Assembly _atomic_cas_up() for mips. PR lib/38482.ad
2008-02-11Only build atomic ops for libkern/libc.ad
2008-02-10Enable the atomic ops in userspace.ad
2007-11-30Memory barriers for MIPS.ad
2007-11-29Use the CAS-based inc/dec variants, since these CPUs don't have atomicad
2007-11-29Make the 64-bit operations available when possible.ad
2007-11-29Atomic ops for MIPS. Use the CAS functions already provided by the kernel,ad