summaryrefslogtreecommitdiff
path: root/cpukit/score/include/rtems/score/cpustdatomic.h (follow)
AgeCommit message (Expand)Author
2015-06-09score: Fix compiler memory barriers for atomic opsSebastian Huber
2015-03-09score: Fix for GCC version 5 and laterSebastian Huber
2015-03-09score: TypoSebastian Huber
2015-03-06score: Fix SMP lock implementationSebastian Huber
2015-03-05score: Add compiler memory barrier to atomic opsSebastian Huber
2015-02-19score: Make <rtems/score/atomic.h> availableSebastian Huber
2014-06-30score: Workaround for GCC 4.9 for atomic opsSebastian Huber
2014-04-16score: Critical fix for SMPSebastian Huber
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns
2014-03-17score: Add include for uintptr_t definition.Daniel Cederman
2014-03-06score: Add _Atomic_Fence()Sebastian Huber
2014-02-14score: Add Atomic_UintSebastian Huber
2014-02-14score: Fix warnings, C++ compatibility, fix typosSebastian Huber
2013-09-03score: Use void * for some atomic pointer opsSebastian Huber
2013-09-03score: Use unsigned long for atomic integersSebastian Huber
2013-08-28score: Atomic flag changesSebastian Huber
2013-08-28score: Use static inline directlySebastian Huber
2013-08-28add atomic init functionWeiY
2013-08-06correct comments about atomic apiWeiY
2013-07-17A generic atomic implementation for smp architecturesWeiY