summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/cpustdatomic.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-25Remove make preinstallChris Johns1-0/+0
2016-05-20score: Rename _ISR_Disable() and _ISR_Enable()Sebastian Huber1-38/+38
2015-09-26score: Use uintptr_t for atomic pointer operationsSebastian Huber1-51/+49
2015-09-25score: Fix atomic compare exchangeSebastian Huber1-3/+15
2015-06-09score: Fix compiler memory barriers for atomic opsSebastian Huber1-6/+18
2015-03-09score: Fix for GCC version 5 and laterSebastian Huber1-1/+2
2015-03-09score: TypoSebastian Huber1-1/+1
2015-03-06score: Fix SMP lock implementationSebastian Huber1-0/+6
2015-03-05score: Add compiler memory barrier to atomic opsSebastian Huber1-0/+6
2015-02-19score: Make <rtems/score/atomic.h> availableSebastian Huber1-196/+576
2014-06-30score: Workaround for GCC 4.9 for atomic opsSebastian Huber1-400/+229
2014-04-16score: Critical fix for SMPSebastian Huber1-13/+3
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2014-03-17score: Add include for uintptr_t definition.Daniel Cederman1-0/+1
2014-03-06score: Add _Atomic_Fence()Sebastian Huber1-0/+7
2014-02-14score: Add Atomic_UintSebastian Huber1-0/+88
2014-02-14score: Fix warnings, C++ compatibility, fix typosSebastian Huber1-18/+22
2013-09-03score: Use void * for some atomic pointer opsSebastian Huber1-13/+14
2013-09-03score: Use unsigned long for atomic integersSebastian Huber1-29/+29
2013-08-28score: Atomic flag changesSebastian Huber1-31/+8
2013-08-28score: Use static inline directlySebastian Huber1-22/+22
2013-08-28add atomic init functionWeiY1-0/+38
2013-08-06correct comments about atomic apiWeiY1-5/+5
2013-07-17A generic atomic implementation for smp architecturesWeiY1-48/+84
2013-07-17New atomic API definition based on C11 atomicWeiY1-213/+232
2013-02-07score: atomic support for RTEMS. Generic atomic operations API definition.WeiY1-0/+277