summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadstartmultitasking.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-09SMP: Fix start multitasking for some targetsSebastian Huber1-0/+3
2022-03-08score: Disable thread dispatching earlierSebastian Huber1-6/+0
2022-02-28score/src/[t-z]*.c: Change license to BSD-2Joel Sherrill1-3/+22
2021-07-28score: Simplify SMP processor state handlingSebastian Huber1-1/+3
2021-05-18score: Add _CPU_Context_switch_no_return()Sebastian Huber1-1/+1
2020-12-02score: Canonicalize Doxygen @file commentsSebastian Huber1-3/+5
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
2019-04-04doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber1-1/+1
2016-03-23score: Use RTEMS_UNREACHABLE()Sebastian Huber1-0/+2
2015-02-17score: Fix _Thread_Start_multitasking() on SMPSebastian Huber1-11/+13
2015-02-17score: Fix FP context restore via _Thread_HandlerSebastian Huber1-22/+0
2015-02-17score: Add _CPU_SMP_Prepare_start_multitasking()Sebastian Huber1-0/+2
2015-02-13score: Mention ticket in commentSebastian Huber1-1/+1
2014-06-24score: Fix _Thread_Start_multitasking() on SMPSebastian Huber1-0/+13
2014-05-07score: Implement forced thread migrationSebastian Huber1-12/+2
2014-04-22score: Use common names for per-CPU variablesSebastian Huber1-9/+9
2014-03-24score: Start thread dispatch profiling laterSebastian Huber1-3/+4
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2014-03-14score: Add per-CPU profilingSebastian Huber1-0/+1
2014-03-06score: SMP initialization and shutdown changesSebastian Huber1-1/+1
2014-02-21score: _Thread_Start_multitasking()Sebastian Huber1-1/+5
2014-02-19score: Delete _Thread_BSP_contextSebastian Huber1-20/+9
2014-02-05score: _CPU_Context_switch_to_first_task_smp()Sebastian Huber1-1/+1
2013-08-09score: Per-CPU thread dispatch disable levelSebastian Huber1-3/+6
2013-08-05smp: Generalize _Thread_Start_multitasking()Sebastian Huber1-19/+30
2013-07-26score: Create thread implementation headerSebastian Huber1-11/+1
2013-06-14scheduler: New simple SMP scheduler implementationSebastian Huber1-0/+5
2012-11-29score misc: Score misc: Clean up Doxygen #5Alex Ivanov1-23/+7
2012-11-22score: Add and use <rtems/score/userextimpl.h>Sebastian Huber1-1/+0
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2011-09-242011-09-24 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-0/+4
2011-07-242011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-2/+1
2011-01-282011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-1/+1
2010-07-302010-07-30 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill1-1/+1
2009-08-282009-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-2/+0
2008-12-22Eliminate TRUE/FALSE.Ralf Corsepius1-1/+1
2008-05-062008-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-2/+2
2006-01-162006-01-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+2
2005-01-27Include config.h.Ralf Corsepius1-0/+4
2004-04-18Remove stray white spaces.Ralf Corsepius1-2/+2
2004-04-17Remove stray white spaces.Ralf Corsepius1-1/+1
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1999-05-17Thread Handler split into multiple files. Eventually, as RTEMS isJoel Sherrill1-0/+90