summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadstartmultitasking.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* SMP: Fix start multitasking for some targetsSebastian Huber2022-03-091-0/+3
* score: Disable thread dispatching earlierSebastian Huber2022-03-081-6/+0
* score/src/[t-z]*.c: Change license to BSD-2Joel Sherrill2022-02-281-3/+22
* score: Simplify SMP processor state handlingSebastian Huber2021-07-281-1/+3
* score: Add _CPU_Context_switch_no_return()Sebastian Huber2021-05-181-1/+1
* score: Canonicalize Doxygen @file commentsSebastian Huber2020-12-021-3/+5
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
* doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber2019-04-041-1/+1
* score: Use RTEMS_UNREACHABLE()Sebastian Huber2016-03-231-0/+2
* score: Fix _Thread_Start_multitasking() on SMPSebastian Huber2015-02-171-11/+13
* score: Fix FP context restore via _Thread_HandlerSebastian Huber2015-02-171-22/+0
* score: Add _CPU_SMP_Prepare_start_multitasking()Sebastian Huber2015-02-171-0/+2
* score: Mention ticket in commentSebastian Huber2015-02-131-1/+1
* score: Fix _Thread_Start_multitasking() on SMPSebastian Huber2014-06-241-0/+13
* score: Implement forced thread migrationSebastian Huber2014-05-071-12/+2
* score: Use common names for per-CPU variablesSebastian Huber2014-04-221-9/+9
* score: Start thread dispatch profiling laterSebastian Huber2014-03-241-3/+4
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* score: Add per-CPU profilingSebastian Huber2014-03-141-0/+1
* score: SMP initialization and shutdown changesSebastian Huber2014-03-061-1/+1
* score: _Thread_Start_multitasking()Sebastian Huber2014-02-211-1/+5
* score: Delete _Thread_BSP_contextSebastian Huber2014-02-191-20/+9
* score: _CPU_Context_switch_to_first_task_smp()Sebastian Huber2014-02-051-1/+1
* score: Per-CPU thread dispatch disable levelSebastian Huber2013-08-091-3/+6
* smp: Generalize _Thread_Start_multitasking()Sebastian Huber2013-08-051-19/+30
* score: Create thread implementation headerSebastian Huber2013-07-261-11/+1
* scheduler: New simple SMP scheduler implementationSebastian Huber2013-06-141-0/+5
* score misc: Score misc: Clean up Doxygen #5Alex Ivanov2012-11-291-23/+7
* score: Add and use <rtems/score/userextimpl.h>Sebastian Huber2012-11-221-1/+0
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
* 2011-09-24 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-09-241-0/+4
* 2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-07-241-2/+1
* 2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-01-281-1/+1
* 2010-07-30 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2010-07-301-1/+1
* 2009-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-281-2/+0
* Eliminate TRUE/FALSE.Ralf Corsepius2008-12-221-1/+1
* 2008-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-05-061-2/+2
* 2006-01-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-01-161-2/+2
* Include config.h.Ralf Corsepius2005-01-271-0/+4
* Remove stray white spaces.Ralf Corsepius2004-04-181-2/+2
* Remove stray white spaces.Ralf Corsepius2004-04-171-1/+1
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
* Thread Handler split into multiple files. Eventually, as RTEMS isJoel Sherrill1999-05-171-0/+90