summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-22score: Add and use _ISR_Get_nest_level()Sebastian Huber1-2/+30
2013-07-22score: Move ISR catch support functionsSebastian Huber1-2/+0
2013-07-22score: Move ISR level content to single fileSebastian Huber3-183/+188
2013-07-18score: Avoid direct usage of _Thread_ExecutingSebastian Huber1-14/+21
2013-07-18score: Convert to inline functionSebastian Huber1-25/+30
2013-07-18score: Create mutex implementation headerSebastian Huber2-312/+548
2013-07-17smp: Add and use _CPU_SMP_Send_interrupt()Sebastian Huber1-12/+0
2013-07-17smp: Add and use _CPU_SMP_Get_current_processor()Sebastian Huber4-42/+22
2013-07-17smp: Delete RTEMS_BSP_SMP_CONTEXT_SWITCH_NECESSARYSebastian Huber1-7/+0
2013-07-17score: Changes due to Newlib __DYNAMIC_REENT__Sebastian Huber1-0/+3
2013-07-17score: Add _Thread_Get_executing()Sebastian Huber1-0/+29
2013-07-17clean up old atomic related filesWeiY2-336/+0
2013-07-17A generic atomic implementation for smp architecturesWeiY1-0/+332
2013-07-17New atomic API definition based on C11 atomicWeiY1-213/+232
2013-06-25heap: Add _Heap_Greedy_allocate_all_except_largestSebastian Huber1-1/+15
2013-06-21score: _Heap_Protection_free_all_delayed_blocks()Sebastian Huber1-0/+11
2013-06-21bsps: Move bsp_generic_fatal_code to new fileSebastian Huber1-3/+3
2013-06-14documentation: Fix Doxygen commentsSebastian Huber6-9/+9
2013-06-14scheduler: New simple SMP scheduler implementationSebastian Huber2-71/+90
2013-06-14scheduler: Add and use _Scheduler_default_Tick()Sebastian Huber6-23/+13
2013-06-14scheduler: Specify thread of yield operationSebastian Huber4-11/+21
2013-06-14scheduler: Add start idle thread operationSebastian Huber6-5/+30
2013-06-14score: Rename rtems_smp_get_number_of_processors()Sebastian Huber1-28/+32
2013-06-14score: Add and use _Thread_Dispatch_is_enabled()Sebastian Huber2-33/+14
2013-06-12smp: Add and use _Per_CPU_Lock_acquire()Sebastian Huber1-0/+6
2013-06-12score: Avoid cyclic include dependencySebastian Huber1-1/+2
2013-06-12score: Add missing includeSebastian Huber1-0/+1
2013-06-12score: Always provide <rtems/score/smplock.h>Sebastian Huber2-3/+7
2013-06-07score: Move thread dispatch content to new fileSebastian Huber2-105/+264
2013-06-07score: Simplify _CORE_mutex_Seize_interrupt_try*Sebastian Huber1-8/+8
2013-05-31smp: New SMP lock APISebastian Huber3-102/+83
2013-05-31score: Mark as no returnSebastian Huber1-5/+7
2013-05-31score: Remove idle field of Per_CPU_ControlSebastian Huber1-5/+0
2013-05-29smp: Simplify SMP initialization sequenceSebastian Huber3-30/+82
2013-05-29smp: Delete bsp_smp_secondary_cpu_initialize()Sebastian Huber1-18/+19
2013-05-29smp: Delete rtems_smp_send_message()Sebastian Huber1-15/+0
2013-05-29smp: Delete rtems_smp_initialize_per_cpu()Sebastian Huber1-10/+0
2013-05-29smp: Simplify main CPU initializationSebastian Huber1-10/+13
2013-05-29smp: Make CPU_ALLOCATE_INTERRUPT_STACK optionalSebastian Huber1-4/+0
2013-05-29smp: Include missing headerSebastian Huber1-0/+2
2013-05-16smp: Add maximum_processors field to configSebastian Huber1-8/+0
2013-05-01Implement a generic atomic ops for all UP mode architectures with disable/ena...WeiY1-0/+274
2013-02-14Include <stdint.h>Ralf Corsépius1-0/+2
2013-02-12score: Add and use rtems_assert_contextSebastian Huber1-1/+3
2013-02-07score: atomic support for RTEMS. Generic atomic operations API definition.WeiY2-0/+337
2013-01-10cpukit: Fix many Doxygen warningsJoel Sherrill9-26/+33
2013-01-10cpukit: Use Consistent Beginning of Doxygen Group NotationJoel Sherrill6-17/+9
2013-01-10cpukit: Add EOL on files missing EOL at EOFJoel Sherrill38-38/+38
2013-01-10cpukit: Doxygen group fixes and many warnings addressedJoel Sherrill12-45/+31
2013-01-04score: Doxygen Clean Up Task #3Mathew Kallada15-157/+218