summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Thread life cycle re-implementationSebastian Huber2014-03-315-128/+315
* score: Replace _Thread_Reset()Sebastian Huber2014-03-311-23/+18
* score: Add parameter to _Thread_Restart()Sebastian Huber2014-03-311-2/+9
* score: Fix thread restart extensions contextSebastian Huber2014-03-311-2/+2
* score: Reduce _Thread_Reset() parametersSebastian Huber2014-03-311-19/+7
* score: Move _Thread_Reset() and make staticSebastian Huber2014-03-312-49/+28
* score: Use thread action for thread restartSebastian Huber2014-03-312-15/+40
* score: Delete post-switch API extensionsSebastian Huber2014-03-312-12/+0
* score: Add thread actionsSebastian Huber2014-03-312-0/+35
* score: Add and use thread get/set CPU functionsSebastian Huber2014-03-312-4/+4
* score: Add _Scheduler_Change_priority_if_higher()Sebastian Huber2014-03-311-9/+5
* score: PR2151: _Thread_queue_Extract_with_proxy()Sebastian Huber2014-03-311-23/+24
* score: PR2174: Add workaroundSebastian Huber2014-03-251-0/+5
* score: Delete _Watchdog_Report()Sebastian Huber2014-03-252-92/+0
* score: Fix heap protectionSebastian Huber2014-03-251-7/+21
* score: _Heap_Protection_set_delayed_free_fractionSebastian Huber2014-03-244-22/+14
* score: Start thread dispatch profiling laterSebastian Huber2014-03-241-3/+4
* score: _Debug_Is_thread_dispatching_allowed()Sebastian Huber2014-03-241-2/+1
* score: Unify pthread and gxx_wrapper once and move to score.Christian Mauderer2014-03-211-0/+56
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-21251-251/+251
* score: Add _Debug_Is_owner_of_allocator()Sebastian Huber2014-03-191-0/+37
* score: Delete _Assert_Owner_of_giant()Sebastian Huber2014-03-191-5/+3
* score: Delete _Assert_Thread_dispatching_repressedSebastian Huber2014-03-192-8/+8
* score: Add SMP lock profiling supportSebastian Huber2014-03-146-5/+49
* score: Add per-CPU profilingSebastian Huber2014-03-145-0/+52
* score: Add local context to SMP lock APISebastian Huber2014-03-118-50/+39
* POSIX keys now enabled in all configurations.Joel Sherrill2014-03-071-0/+6
* Remove trailing whitespace in previous patchesJennifer Averett2014-03-072-5/+5
* score: Add cpuset support to Score.Jennifer Averett2014-03-073-1/+184
* score: Delete _Thread_Dispatch_set_disable_level()Sebastian Huber2014-03-061-40/+0
* score: Add and use _Giant_Drop()Sebastian Huber2014-03-062-0/+21
* score: SMP initialization and shutdown changesSebastian Huber2014-03-064-70/+169
* score: Fix thread TLS area initializationSebastian Huber2014-02-241-8/+13
* score: _Thread_Start_multitasking()Sebastian Huber2014-02-211-1/+5
* score: Rename _Internal_error_Occurred()Sebastian Huber2014-02-2111-17/+17
* score: _SMP_Inter_processor_interrupt_handler()Sebastian Huber2014-02-191-41/+0
* 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-191-2/+1
* score: Rename rtems_smp_secondary_cpu_initialize()Sebastian Huber2014-02-191-1/+1
* score: Add and use <rtems/score/smpimpl.h>Sebastian Huber2014-02-192-2/+2
* score: Delete bsp_smp_broadcast_interrupt()Sebastian Huber2014-02-191-8/+4
* score: Rename bsp_smp_initialize()Sebastian Huber2014-02-192-3/+2
* score: Rename RTEMS_BSP_SMP_SHUTDOWNSebastian Huber2014-02-191-4/+4
* score: Add RTEMS_FATAL_SOURCE_SMPSebastian Huber2014-02-191-5/+2
* score: Move _SMP_Request_other_cores_to_shutdown()Sebastian Huber2014-02-192-8/+17
* score: Disable ISR in _Internal_error_Occurred()Sebastian Huber2014-02-191-0/+6
* score: Delete _Thread_BSP_contextSebastian Huber2014-02-192-21/+10
* score: Add SYSTEM_STATE_TERMINATEDSebastian Huber2014-02-191-1/+1