summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* score: Add RTEMS_FATAL_SOURCE_BSPSebastian Huber2014-02-191-12/+5
* score: Delete INTERNAL_ERROR_SHUTDOWN_WHEN_NOT_UPSebastian Huber2014-02-191-1/+1
* score: Move _SMP_Request_other_cores_to_shutdown()Sebastian Huber2014-02-192-4/+12
* score: Disable ISR in _Internal_error_Occurred()Sebastian Huber2014-02-192-3/+5
* score: Delete _Thread_BSP_contextSebastian Huber2014-02-191-63/+2
* score: Add SYSTEM_STATE_TERMINATEDSebastian Huber2014-02-192-18/+6
* score: Add SMP barrierSebastian Huber2014-02-171-0/+127
* score: Use atomic API for SMP lockSebastian Huber2014-02-171-15/+36
* score: Add Atomic_UintSebastian Huber2014-02-142-0/+171
* score: Fix warnings, C++ compatibility, fix typosSebastian Huber2014-02-141-18/+22
* score: Format _Thread_Get_maximum_internal_threadsSebastian Huber2014-02-101-3/+2
* score: _CPU_Context_switch_to_first_task_smp()Sebastian Huber2014-02-051-17/+0
* Add thread-local storage (TLS) supportSebastian Huber2014-02-043-2/+194
* score: Add _Thread_Get_maximum_internal_threads()Sebastian Huber2014-02-041-0/+19
* score: Add _Heap_Size_with_overhead()Sebastian Huber2014-02-041-0/+23
* score: Add _Workspace_Allocate_aligned()Sebastian Huber2014-02-041-0/+11
* cpukit/rtems: Add rtems_clock_get_uptime_nanoseconds to the RTEMS API.Chris Johns2013-12-243-0/+52