summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-05score: Add thread wait flagsSebastian Huber1-0/+2
2015-03-05score: Add thread acquireSebastian Huber1-24/+61
2015-03-05score: Add ISR lock to Objects_ControlSebastian Huber2-0/+82
2015-03-05score: Add and use _Thread_Do_dispatch()Sebastian Huber2-69/+65
2015-03-05score: Simplify and fix signal deliverySebastian Huber1-1/+0
2015-03-05score: Update _Thread_Heir only if necessarySebastian Huber9-34/+25
2015-03-05score: Add and use PRIORITY_PSEUDO_ISRSebastian Huber1-1/+1
2015-03-04score: Add and use _Thread_Enable_dispatch_body()Sebastian Huber1-3/+1
2015-03-04score: Add parameter to Giant acquire/releaseSebastian Huber1-4/+4
2015-02-17score: Fix _Thread_Start_multitasking() on SMPSebastian Huber1-11/+13
2015-02-17score: Fix FP context restore via _Thread_HandlerSebastian Huber3-68/+3
2015-02-17score: Add _CPU_SMP_Prepare_start_multitasking()Sebastian Huber1-0/+2
2015-02-13score: Mention ticket in commentSebastian Huber1-1/+1
2015-01-22score: Delete superfluous Heap_Statistics::instanceSebastian Huber1-3/+0
2015-01-09smp: Add and use _SMP_Should_start_processor()Sebastian Huber1-3/+9
2014-11-28score: Add heap statisticsSebastian Huber2-4/+9
2014-11-28score: Return heap stats via _Heap_Get_informationSebastian Huber1-0/+1
2014-11-26objectgetnameasstring.c: Reformat _Objects_Get() switch to follow patternJosh Oguin1-7/+8
2014-11-26apimutex.c: Add _Assert for NULL pointer accessJosh Oguin1-0/+2
2014-11-24_Scheduler_FIXME_thread_priority_queues_are_brokenSebastian Huber1-4/+0
2014-11-21objectsetname.c: Fix always true condition (Coverity ID 1063874)Joel Sherrill1-5/+5
2014-10-27score: Add capture data to tcb.Jennifer Averett1-0/+3
2014-10-16score: Fix compile error for POSIX disabledSebastian Huber1-2/+1
2014-10-13score: Rework global constructionSebastian Huber2-82/+96
2014-10-09cpukit/score/src/ts64*: Return a value from non-void functionJoel Sherrill4-4/+4
2014-09-19score: Critical fix for _Thread_queue_Dequeue()Sebastian Huber1-6/+8
2014-09-10Let CPU/BSP Fatal handler have access to sourceDaniel Hellstrom1-1/+1
2014-08-22score: Rename SMP broadcast message functionDaniel Cederman1-1/+1
2014-08-22score: Add function to send a SMP message to a set of CPUsDaniel Cederman1-0/+16
2014-08-20score: PR2179: Fix initially locked PI mutexSebastian Huber1-4/+11
2014-08-07rbtree: Simplify _RBTree_Extract()Sebastian Huber1-8/+10
2014-08-07rbtree: Simplify insert and extractSebastian Huber2-25/+39
2014-08-05rbtree: Add and use RBTree_Compare_resultSebastian Huber4-5/+16
2014-08-05Add and use RTEMS_CONTAINER_OF()Sebastian Huber6-18/+19
2014-07-26rbtree: Update maximum node in LIFO orderSebastian Huber1-2/+2
2014-07-23coretod*.c: Fix Doxygen group and comment formattingJoel Sherrill5-14/+14
2014-07-23Add _TOD_Adjust to SCORE TOD Handler.Joel Sherrill1-0/+51
2014-07-22rbtree: Do not set node off-tree in extractSebastian Huber1-3/+0
2014-07-22rbtree: Remove superfluous NULL pointer checksSebastian Huber3-19/+0
2014-07-22rbtree: FormatSebastian Huber6-117/+147
2014-07-15Use Shared Method for Thread Unblock CleanupJoel Sherrill3-60/+45
2014-07-15Thread Queue: Merge discipline subroutines into main methodsJoel Sherrill14-539/+216
2014-07-15Thread Queue Priority Discipline Reimplemented with RBTreeJoel Sherrill6-259/+69
2014-07-15rbtree: Reduce RBTree_Control sizeSebastian Huber6-51/+45
2014-07-14scheduleredfunblock.c: Correct spacingJoel Sherrill1-1/+1
2014-07-11score: Scheduler helping proto for affinity schedSebastian Huber1-0/+12
2014-07-10score: Fix scheduler helping implementationSebastian Huber3-57/+16
2014-07-10score: Fix assertionsSebastian Huber1-1/+4
2014-07-09score: Implement scheduler helping protocolSebastian Huber11-22/+266
2014-07-08schedulerpriorityaffinitysmp.c: Add period at end of sentenceJoel Sherrill1-1/+1