summaryrefslogtreecommitdiffstats
path: root/cpukit/score (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Avoid direct usage of _Thread_ExecutingSebastian Huber2013-07-222-2/+3
* score: Create barrier implementation headerSebastian Huber2013-07-228-201/+199
* score: Include <limits.h> in basedefs.hSebastian Huber2013-07-221-0/+7
* score: Avoid direct usage of _Thread_ExecutingSebastian Huber2013-07-223-4/+7
* score: Create message queue implementation headerSebastian Huber2013-07-2214-599/+601
* score: Avoid direct usage of _Thread_ExecutingSebastian Huber2013-07-223-7/+13
* score: Add const qualifierSebastian Huber2013-07-222-7/+7
* score: Create semaphore implementation headerSebastian Huber2013-07-2210-274/+272
* score: Error for non-preemptible tasks on SMPSebastian Huber2013-07-221-0/+7
* score: Add and use _ISR_Get_nest_level()Sebastian Huber2013-07-221-2/+30
* score: Move ISR catch support functionsSebastian Huber2013-07-224-67/+0
* score: Move ISR level content to single fileSebastian Huber2013-07-223-183/+188
* score: Use _Thread_Get_executing()Sebastian Huber2013-07-225-5/+5
* score: Include missing header filesSebastian Huber2013-07-222-0/+2
* score: Avoid direct usage of _Thread_ExecutingSebastian Huber2013-07-186-26/+47
* score: Convert to inline functionSebastian Huber2013-07-181-25/+30
* score: Create mutex implementation headerSebastian Huber2013-07-1812-557/+560
* score: Update due to API changesSebastian Huber2013-07-181-1/+2
* smp: Rename _CPU_Processor_event_receive()Sebastian Huber2013-07-176-7/+7
* smp: Rename _CPU_Processor_event_broadcast()Sebastian Huber2013-07-176-7/+7
* smp: Add and use _CPU_SMP_Send_interrupt()Sebastian Huber2013-07-177-13/+18
* smp: Add and use _CPU_SMP_Get_current_processor()Sebastian Huber2013-07-1711-60/+86
* smp: Delete RTEMS_BSP_SMP_CONTEXT_SWITCH_NECESSARYSebastian Huber2013-07-172-38/+29
* score: Changes due to Newlib __DYNAMIC_REENT__Sebastian Huber2013-07-173-0/+7
* score: Add _Thread_Get_executing()Sebastian Huber2013-07-171-0/+29
* clean up old atomic related filesWeiY2013-07-175-847/+0
* stdatomic.h support check when configureWeiY2013-07-172-1/+4
* update-all-architectures-to-new-atomic-implementationWeiY2013-07-1717-911/+79
* A generic atomic implementation for smp architecturesWeiY2013-07-173-0/+337
* New atomic API definition based on C11 atomicWeiY2013-07-171-213/+232
* arm: Fix exception frame informationSebastian Huber2013-07-161-1/+1
* bsps/arm: Fix printk args to match formatRic Claus2013-07-151-7/+7
* threadhandler.c: Add commentsJoel Sherrill2013-07-091-0/+10
* powerpc: Fix Altivec supportSebastian Huber2013-06-261-4/+4
* heap: Add _Heap_Greedy_allocate_all_except_largestSebastian Huber2013-06-252-1/+28
* heap: Free all delayed blocks during resizeSebastian Huber2013-06-251-0/+4
* heap: Free all delayed blocks during extendSebastian Huber2013-06-251-0/+1
* heap: Workaround for workspace protectionSebastian Huber2013-06-251-1/+7
* arm: Fix default exception prologuesChris Johns2013-06-211-0/+6
* score: _Heap_Protection_free_all_delayed_blocks()Sebastian Huber2013-06-212-0/+13
* bsps: Move bsp_generic_fatal_code to new fileSebastian Huber2013-06-211-3/+3
* documentation: Fix Doxygen commentsSebastian Huber2013-06-149-17/+17
* scheduler: New simple SMP scheduler implementationSebastian Huber2013-06-1411-411/+293
* scheduler: Simplify simple schedulerSebastian Huber2013-06-143-43/+50
* scheduler: Add and use _Scheduler_default_Tick()Sebastian Huber2013-06-149-139/+32
* scheduler: Specify thread of yield operationSebastian Huber2013-06-149-39/+46
* scheduler: Add start idle thread operationSebastian Huber2013-06-1411-8/+79
* score: Simplify _Thread_Create_idle()Sebastian Huber2013-06-141-23/+12
* score: Rename rtems_smp_get_number_of_processors()Sebastian Huber2013-06-145-41/+42
* score: Add and use _Thread_Dispatch_if_necessary()Sebastian Huber2013-06-141-26/+26