summaryrefslogtreecommitdiffstats
path: root/cpukit/score (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: _Heap_Protection_set_delayed_free_fractionSebastian Huber2014-03-246-22/+38
* score: Start thread dispatch profiling laterSebastian Huber2014-03-241-3/+4
* score: Delete _Thread_Internal_free()Sebastian Huber2014-03-241-11/+0
* score: _Debug_Is_thread_dispatching_allowed()Sebastian Huber2014-03-241-2/+1
* 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-214-0/+110
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-21542-542/+542
* score: Add _Assert_Not_reached()Sebastian Huber2014-03-191-0/+5
* score: Add _Debug_Is_owner_of_allocator()Sebastian Huber2014-03-193-0/+46
* score: Delete _Assert_Owner_of_giant()Sebastian Huber2014-03-193-13/+13
* score: Delete _Assert_Thread_dispatching_repressedSebastian Huber2014-03-194-14/+12
* 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
* arm: Add support for interrupt profilingSebastian Huber2014-03-141-0/+20
* score: Add SMP lock profiling supportSebastian Huber2014-03-1410-30/+471
* score: Add per-CPU profilingSebastian Huber2014-03-1410-8/+274
* score: Add function to destroy SMP locksSebastian Huber2014-03-112-4/+44
* score: Add local context to SMP lock APISebastian Huber2014-03-1113-149/+280
* arm: Fix stack alignment in interrupt handlerSebastian Huber2014-03-101-29/+19
* POSIX keys now enabled in all configurations.Joel Sherrill2014-03-072-1/+18
* Remove trailing whitespace in previous patchesJennifer Averett2014-03-074-9/+9
* score: Add cpuset support to Score.Jennifer Averett2014-03-078-1/+361
* score: Fix per-CPU state documentationSebastian Huber2014-03-061-3/+3
* score: Delete _Thread_Dispatch_set_disable_level()Sebastian Huber2014-03-062-60/+0
* score: Add _Atomic_Fence()Sebastian Huber2014-03-062-0/+14
* score: Add and use _Giant_Drop()Sebastian Huber2014-03-063-0/+33
* score: SMP initialization and shutdown changesSebastian Huber2014-03-067-118/+229
* sparc: Fix CPU counter supportSebastian Huber2014-02-243-2/+84
* score: Fix thread TLS area initializationSebastian Huber2014-02-241-8/+13
* score: _CPU_SMP_Get_current_processor()Sebastian Huber2014-02-217-13/+9
* score: _Thread_Start_multitasking()Sebastian Huber2014-02-211-1/+5
* score: Rename _Internal_error_Occurred()Sebastian Huber2014-02-2119-25/+25
* score: _SMP_Inter_processor_interrupt_handler()Sebastian Huber2014-02-192-42/+23
* score: Wait for per-CPU state changes laterSebastian Huber2014-02-191-9/+5
* score: Initialize per-CPU locksSebastian Huber2014-02-191-0/+6
* score: Move _SMP_Handler_initialize()Sebastian Huber2014-02-192-31/+22
* score: Rename rtems_smp_process_interrupt()Sebastian Huber2014-02-195-80/+6
* score: Rename rtems_smp_secondary_cpu_initialize()Sebastian Huber2014-02-193-26/+28
* score: Add and use <rtems/score/smpimpl.h>Sebastian Huber2014-02-197-73/+132
* score: Delete bsp_smp_broadcast_interrupt()Sebastian Huber2014-02-192-22/+4
* score: Rename bsp_smp_initialize()Sebastian Huber2014-02-198-21/+28
* score: Remove ASM guardSebastian Huber2014-02-191-4/+0
* score: Rename RTEMS_BSP_SMP_SHUTDOWNSebastian Huber2014-02-192-10/+10
* score: Add RTEMS_FATAL_SOURCE_SMPSebastian Huber2014-02-193-5/+16
* 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-194-12/+29