summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-23score: Create rbtree implementation headerSebastian Huber11-561/+553
2013-07-22score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber1-1/+4
2013-07-22score: Add WATCHDOG_INITIALIZER()Sebastian Huber1-0/+13
2013-07-22score: Create watchdog implementation headerSebastian Huber31-508/+522
2013-07-22score: Create chain implementation headerSebastian Huber29-215/+229
2013-07-22score: Avoid direct usage of _Thread_ExecutingSebastian Huber1-3/+3
2013-07-22score: Create spinlock implementation headerSebastian Huber8-172/+170
2013-07-22score: Avoid direct usage of _Thread_ExecutingSebastian Huber4-5/+8
2013-07-22score: Create rwlock implementation headerSebastian Huber10-218/+214
2013-07-22score: Avoid direct usage of _Thread_ExecutingSebastian Huber2-2/+3
2013-07-22score: Create barrier implementation headerSebastian Huber8-201/+199
2013-07-22score: Include <limits.h> in basedefs.hSebastian Huber1-0/+7
2013-07-22score: Avoid direct usage of _Thread_ExecutingSebastian Huber3-4/+7
2013-07-22score: Create message queue implementation headerSebastian Huber14-599/+601
2013-07-22score: Avoid direct usage of _Thread_ExecutingSebastian Huber3-7/+13
2013-07-22score: Add const qualifierSebastian Huber2-7/+7
2013-07-22score: Create semaphore implementation headerSebastian Huber10-274/+272
2013-07-22score: Error for non-preemptible tasks on SMPSebastian Huber1-0/+7
2013-07-22score: Add and use _ISR_Get_nest_level()Sebastian Huber1-2/+30
2013-07-22score: Move ISR catch support functionsSebastian Huber4-67/+0
2013-07-22score: Move ISR level content to single fileSebastian Huber3-183/+188
2013-07-22score: Use _Thread_Get_executing()Sebastian Huber5-5/+5
2013-07-22score: Include missing header filesSebastian Huber2-0/+2
2013-07-18score: Avoid direct usage of _Thread_ExecutingSebastian Huber6-26/+47
2013-07-18score: Convert to inline functionSebastian Huber1-25/+30
2013-07-18score: Create mutex implementation headerSebastian Huber12-557/+560
2013-07-18score: Update due to API changesSebastian Huber1-1/+2
2013-07-17smp: Rename _CPU_Processor_event_receive()Sebastian Huber6-7/+7
2013-07-17smp: Rename _CPU_Processor_event_broadcast()Sebastian Huber6-7/+7
2013-07-17smp: Add and use _CPU_SMP_Send_interrupt()Sebastian Huber7-13/+18
2013-07-17smp: Add and use _CPU_SMP_Get_current_processor()Sebastian Huber11-60/+86
2013-07-17smp: Delete RTEMS_BSP_SMP_CONTEXT_SWITCH_NECESSARYSebastian Huber2-38/+29
2013-07-17score: Changes due to Newlib __DYNAMIC_REENT__Sebastian Huber3-0/+7
2013-07-17score: Add _Thread_Get_executing()Sebastian Huber1-0/+29
2013-07-17clean up old atomic related filesWeiY5-847/+0
2013-07-17stdatomic.h support check when configureWeiY2-1/+4
2013-07-17update-all-architectures-to-new-atomic-implementationWeiY17-911/+79
2013-07-17A generic atomic implementation for smp architecturesWeiY3-0/+337
2013-07-17New atomic API definition based on C11 atomicWeiY1-213/+232
2013-07-16arm: Fix exception frame informationSebastian Huber1-1/+1
2013-07-15bsps/arm: Fix printk args to match formatRic Claus1-7/+7
2013-07-09threadhandler.c: Add commentsJoel Sherrill1-0/+10
2013-06-26powerpc: Fix Altivec supportSebastian Huber1-4/+4
2013-06-25heap: Add _Heap_Greedy_allocate_all_except_largestSebastian Huber2-1/+28
2013-06-25heap: Free all delayed blocks during resizeSebastian Huber1-0/+4
2013-06-25heap: Free all delayed blocks during extendSebastian Huber1-0/+1
2013-06-25heap: Workaround for workspace protectionSebastian Huber1-1/+7
2013-06-21arm: Fix default exception prologuesChris Johns1-0/+6
2013-06-21score: _Heap_Protection_free_all_delayed_blocks()Sebastian Huber2-0/+13
2013-06-21bsps: Move bsp_generic_fatal_code to new fileSebastian Huber1-3/+3