summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-31score: Thread life cycle re-implementationSebastian Huber5-128/+315
2014-03-31score: Replace _Thread_Reset()Sebastian Huber1-23/+18
2014-03-31score: Add parameter to _Thread_Restart()Sebastian Huber1-2/+9
2014-03-31score: Fix thread restart extensions contextSebastian Huber1-2/+2
2014-03-31score: Reduce _Thread_Reset() parametersSebastian Huber1-19/+7
2014-03-31score: Move _Thread_Reset() and make staticSebastian Huber2-49/+28
2014-03-31score: Use thread action for thread restartSebastian Huber2-15/+40
2014-03-31score: Delete post-switch API extensionsSebastian Huber2-12/+0
2014-03-31score: Add thread actionsSebastian Huber2-0/+35
2014-03-31score: Add and use thread get/set CPU functionsSebastian Huber2-4/+4
2014-03-31score: Add _Scheduler_Change_priority_if_higher()Sebastian Huber1-9/+5
2014-03-31score: PR2151: _Thread_queue_Extract_with_proxy()Sebastian Huber1-23/+24
2014-03-25score: PR2174: Add workaroundSebastian Huber1-0/+5
2014-03-25score: Delete _Watchdog_Report()Sebastian Huber2-92/+0
2014-03-25score: Fix heap protectionSebastian Huber1-7/+21
2014-03-24score: _Heap_Protection_set_delayed_free_fractionSebastian Huber4-22/+14
2014-03-24score: Start thread dispatch profiling laterSebastian Huber1-3/+4
2014-03-24score: _Debug_Is_thread_dispatching_allowed()Sebastian Huber1-2/+1
2014-03-21score: Unify pthread and gxx_wrapper once and move to score.Christian Mauderer1-0/+56
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns251-251/+251
2014-03-19score: Add _Debug_Is_owner_of_allocator()Sebastian Huber1-0/+37
2014-03-19score: Delete _Assert_Owner_of_giant()Sebastian Huber1-5/+3
2014-03-19score: Delete _Assert_Thread_dispatching_repressedSebastian Huber2-8/+8
2014-03-14score: Add SMP lock profiling supportSebastian Huber6-5/+49
2014-03-14score: Add per-CPU profilingSebastian Huber5-0/+52
2014-03-11score: Add local context to SMP lock APISebastian Huber8-50/+39
2014-03-07POSIX keys now enabled in all configurations.Joel Sherrill1-0/+6
2014-03-07Remove trailing whitespace in previous patchesJennifer Averett2-5/+5
2014-03-07score: Add cpuset support to Score.Jennifer Averett3-1/+184
2014-03-06score: Delete _Thread_Dispatch_set_disable_level()Sebastian Huber1-40/+0
2014-03-06score: Add and use _Giant_Drop()Sebastian Huber2-0/+21
2014-03-06score: SMP initialization and shutdown changesSebastian Huber4-70/+169
2014-02-24score: Fix thread TLS area initializationSebastian Huber1-8/+13
2014-02-21score: _Thread_Start_multitasking()Sebastian Huber1-1/+5
2014-02-21score: Rename _Internal_error_Occurred()Sebastian Huber11-17/+17
2014-02-19score: _SMP_Inter_processor_interrupt_handler()Sebastian Huber1-41/+0
2014-02-19score: Wait for per-CPU state changes laterSebastian Huber1-9/+5
2014-02-19score: Initialize per-CPU locksSebastian Huber1-0/+6
2014-02-19score: Move _SMP_Handler_initialize()Sebastian Huber2-31/+22
2014-02-19score: Rename rtems_smp_process_interrupt()Sebastian Huber1-2/+1
2014-02-19score: Rename rtems_smp_secondary_cpu_initialize()Sebastian Huber1-1/+1
2014-02-19score: Add and use <rtems/score/smpimpl.h>Sebastian Huber2-2/+2
2014-02-19score: Delete bsp_smp_broadcast_interrupt()Sebastian Huber1-8/+4
2014-02-19score: Rename bsp_smp_initialize()Sebastian Huber2-3/+2
2014-02-19score: Rename RTEMS_BSP_SMP_SHUTDOWNSebastian Huber1-4/+4
2014-02-19score: Add RTEMS_FATAL_SOURCE_SMPSebastian Huber1-5/+2
2014-02-19score: Move _SMP_Request_other_cores_to_shutdown()Sebastian Huber2-8/+17
2014-02-19score: Disable ISR in _Internal_error_Occurred()Sebastian Huber1-0/+6
2014-02-19score: Delete _Thread_BSP_contextSebastian Huber2-21/+10
2014-02-19score: Add SYSTEM_STATE_TERMINATEDSebastian Huber1-1/+1