summaryrefslogtreecommitdiffstats
path: root/cpukit/score (follow)
Commit message (Expand)AuthorAgeFilesLines
* sparc: Simplify _CPU_Get_current_per_CPU_control()Sebastian Huber2015-12-101-1/+1
* Add RTEMS linker setsSebastian Huber2015-12-083-0/+101
* score: Statically initialize system stateSebastian Huber2015-12-081-14/+0
* score: Delete unused API extensionsSebastian Huber2015-12-082-50/+2
* score: Statically initialize API extensionsSebastian Huber2015-12-082-17/+1
* Remove <rtems/debug.h>Sebastian Huber2015-12-073-96/+1
* Require __getreent()Sebastian Huber2015-11-252-42/+0
* Fix _Assert() statementSebastian Huber2015-11-251-1/+1
* sparc: Fix context switch on SMPDaniel Cederman2015-11-161-0/+3
* score: Fix race condition on SMPSebastian Huber2015-11-121-19/+28
* Fix interrupt epilogue for ARMv7-AR and PowerPCSebastian Huber2015-11-121-0/+27
* score: Fix warningSebastian Huber2015-11-041-1/+1
* powerpc: Add FSL cache definesSebastian Huber2015-10-281-0/+10
* basdefs.h: Add and use RTEMS_PACKEDSebastian Huber2015-10-261-2/+5
* basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber2015-10-2611-18/+21
* basdefs.h: Add and use RTEMS_DEPRECATEDSebastian Huber2015-10-262-4/+6
* basdefs.h: Add RTEMS_PURESebastian Huber2015-10-261-3/+5
* basedefs.h: Add and use RTEMS_NO_RETURNSebastian Huber2015-10-2626-34/+36
* basedefs.h: Add compiler attributesSebastian Huber2015-10-261-1/+40
* epiphany: Delete CPU_UNROLL_ENQUEUE_PRIORITYSebastian Huber2015-10-071-21/+0
* SMP: Optimize ticket lock implementationSebastian Huber2015-10-021-1/+1
* powerpc: Use wrtee for e6500 multilibSebastian Huber2015-10-021-0/+17
* SMP: Fix and optimize thread dispatchingSebastian Huber2015-09-285-70/+66
* SMP: Simplify thread lock operationsSebastian Huber2015-09-281-27/+25
* score: Use uintptr_t for atomic pointer operationsSebastian Huber2015-09-262-71/+69
* score: Fix atomic compare exchangeSebastian Huber2015-09-252-5/+21
* ARMv7M: Improve exception handler routine and add comments on SP selectionMartin Galvan2015-09-231-11/+21
* Fix exception handler for supporting FPUSudarshan Rajagopalan2015-09-231-4/+4
* score: Fix resource count for self-contained mutexSebastian Huber2015-09-141-2/+3
* score: Implement priority boostingSebastian Huber2015-09-047-6/+124
* score: Implement SMP-specific priority queueSebastian Huber2015-09-045-13/+124
* score: DocumentationSebastian Huber2015-09-041-2/+29
* rbtree: Add _RBTree_Replace_node()Sebastian Huber2015-09-033-0/+75
* rbtree: Replace implementationSebastian Huber2015-09-036-578/+202
* score: Optimize thread queue first operationSebastian Huber2015-09-021-5/+10
* score: Fix return status of mutex try acquireSebastian Huber2015-09-011-9/+9
* arm: Replace __sync_synchronize() implementationSebastian Huber2015-09-011-8/+19
* arm: Use compiler memory barrier by defaultSebastian Huber2015-09-011-1/+7
* rbtree: Delete rtems_rbtree_find_control()Sebastian Huber2015-09-011-25/+0
* rbtree: Delete unused RBTREE_NODE_*() macrosSebastian Huber2015-08-311-12/+0
* rbtree: Delete _RBTree_Initialize()Sebastian Huber2015-08-313-72/+1
* rbtree: Delete _RBTree_Get()Sebastian Huber2015-08-311-31/+0
* rbheap: Drop direction from _RBTree_Iterate()Sebastian Huber2015-08-312-9/+3
* rbtree: Delete _RBTree_Is_first()Sebastian Huber2015-08-311-20/+0
* rbtree: Add _RBTree_Minimum(), _RBTree_Maximum()Sebastian Huber2015-08-313-2/+32
* Add __synch_synchronize function for armJan Sommer2015-08-012-0/+10
* score: Add self-contained condition implementationSebastian Huber2015-07-303-0/+313
* score: Add scheduler <sys/lock.h> supportSebastian Huber2015-07-302-0/+71
* score: Add self-contained futex implementationSebastian Huber2015-07-303-0/+203
* score: Add self-contained semaphore implementationSebastian Huber2015-07-303-0/+145