summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Thread life cycle re-implementationSebastian Huber2014-03-315-61/+195
* score: Add parameter to _Thread_Restart()Sebastian Huber2014-03-311-9/+1
* score: Fix thread restart extensions contextSebastian Huber2014-03-311-4/+5
* score: Move _Thread_Reset() and make staticSebastian Huber2014-03-311-17/+0
* score: Use thread action for thread restartSebastian Huber2014-03-313-21/+38
* score: Delete post-switch API extensionsSebastian Huber2014-03-311-64/+0
* score: Add thread actionsSebastian Huber2014-03-312-0/+126
* score: Add and use thread get/set CPU functionsSebastian Huber2014-03-312-4/+30
* score: Add _Scheduler_Change_priority_if_higher()Sebastian Huber2014-03-311-0/+33
* score: Add _Scheduler_Highest_priority_of_two()Sebastian Huber2014-03-311-7/+29
* score: Add per-CPU state functionSebastian Huber2014-03-312-1/+41
* score: PR2174: Add workaroundSebastian Huber2014-03-251-0/+6
* score: Delete _Watchdog_Report()Sebastian Huber2014-03-251-39/+0
* score: _Heap_Protection_set_delayed_free_fractionSebastian Huber2014-03-242-0/+24
* score: Delete _Thread_Internal_free()Sebastian Huber2014-03-241-11/+0
* score: Delete unused STATES_ALL_SETSebastian Huber2014-03-241-2/+0
* score: Set name before object is made publicSebastian Huber2014-03-241-10/+10
* score: Unify pthread and gxx_wrapper once and move to score.Christian Mauderer2014-03-211-0/+48
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-2187-87/+87
* score: Add _Assert_Not_reached()Sebastian Huber2014-03-191-0/+5
* score: Add _Debug_Is_owner_of_allocator()Sebastian Huber2014-03-191-0/+8
* score: Delete _Assert_Owner_of_giant()Sebastian Huber2014-03-192-8/+10
* score: Delete _Assert_Thread_dispatching_repressedSebastian Huber2014-03-191-5/+3
* posix: Use interal mutex for once implementationSebastian Huber2014-03-191-0/+12
* score: Make _ISR_Enable_without_giant() availableSebastian Huber2014-03-181-4/+0
* score: Use only next field for chain on/offSebastian Huber2014-03-171-6/+6
* score: Add include for uintptr_t definition.Daniel Cederman2014-03-171-0/+1
* score: Add SMP lock profiling supportSebastian Huber2014-03-143-25/+421
* score: Add per-CPU profilingSebastian Huber2014-03-143-8/+216
* score: Add function to destroy SMP locksSebastian Huber2014-03-112-4/+44
* score: Add local context to SMP lock APISebastian Huber2014-03-115-99/+241
* POSIX keys now enabled in all configurations.Joel Sherrill2014-03-071-1/+12
* Remove trailing whitespace in previous patchesJennifer Averett2014-03-072-4/+4
* score: Add cpuset support to Score.Jennifer Averett2014-03-073-0/+165
* score: Fix per-CPU state documentationSebastian Huber2014-03-061-3/+3
* score: Delete _Thread_Dispatch_set_disable_level()Sebastian Huber2014-03-061-20/+0
* score: Add _Atomic_Fence()Sebastian Huber2014-03-062-0/+14
* score: Add and use _Giant_Drop()Sebastian Huber2014-03-061-0/+12
* score: SMP initialization and shutdown changesSebastian Huber2014-03-062-46/+58
* score: _CPU_SMP_Get_current_processor()Sebastian Huber2014-02-211-2/+1
* score: Rename _Internal_error_Occurred()Sebastian Huber2014-02-214-4/+4
* score: _SMP_Inter_processor_interrupt_handler()Sebastian Huber2014-02-191-1/+23
* score: Rename rtems_smp_process_interrupt()Sebastian Huber2014-02-192-73/+5
* score: Rename rtems_smp_secondary_cpu_initialize()Sebastian Huber2014-02-192-25/+27
* score: Add and use <rtems/score/smpimpl.h>Sebastian Huber2014-02-193-71/+125
* score: Delete bsp_smp_broadcast_interrupt()Sebastian Huber2014-02-191-14/+0
* score: Rename bsp_smp_initialize()Sebastian Huber2014-02-191-18/+0
* score: Remove ASM guardSebastian Huber2014-02-191-4/+0
* score: Rename RTEMS_BSP_SMP_SHUTDOWNSebastian Huber2014-02-191-6/+6
* score: Add RTEMS_FATAL_SOURCE_SMPSebastian Huber2014-02-192-0/+14